@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	0% {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}
@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}
@keyframes bounce {
	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}
@-webkit-keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@-webkit-keyframes pulse {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
}
@keyframes pulse {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
}
@-webkit-keyframes rubberBand {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
}
@keyframes rubberBand {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
}
@-webkit-keyframes shakeX {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@keyframes shakeX {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@-webkit-keyframes shakeY {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}
@keyframes shakeY {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}
@-webkit-keyframes headShake {
	0%,
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
}
@keyframes headShake {
	0%,
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@-webkit-keyframes tada {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
}
@keyframes tada {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
}
@-webkit-keyframes wobble {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
}
@keyframes wobble {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
}
@-webkit-keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
@keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
@-webkit-keyframes heartBeat {
	0%,
	28%,
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14%,
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}
@keyframes heartBeat {
	0%,
	28%,
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14%,
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}
@-webkit-keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
		opacity: 0.7;
	}
	80% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
		opacity: 0.7;
	}
	80% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: 0.7;
	}
	80% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: 0.7;
	}
	80% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: 0.7;
	}
	80% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: 0.7;
	}
	80% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
		opacity: 0.7;
	}
	80% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
		opacity: 0.7;
	}
	80% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	20% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
		opacity: 0.7;
	}
}
@keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	20% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
		opacity: 0.7;
	}
}
@-webkit-keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	20% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: 0.7;
	}
}
@keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	20% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: 0.7;
	}
}
@-webkit-keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	20% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: 0.7;
	}
}
@keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	20% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: 0.7;
	}
}
@-webkit-keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	20% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
		opacity: 0.7;
	}
}
@keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	20% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}
	to {
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
		opacity: 0.7;
	}
}
@-webkit-keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@-webkit-keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}
@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}
@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}
@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}
@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}
@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}
@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}
@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}
@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}
@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}
@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}
@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}
@-webkit-keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
@keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}
@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes rotateOut {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}
@keyframes rotateOut {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}
@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}
@keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}
@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}
@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes a {
	to {
		transform: rotate(1turn);
	}
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
	margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded,
.slick-slide img {
	display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0;
	color: inherit;
	border: 0;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.slick-slide.slick-loading img {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.slick-list,
.slick-slider {
	position: relative;
	display: block;
}
.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
	outline: 0;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:after,
.slick-track:before {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url(./ajax-loader.gif) center center no-repeat;
}
@font-face {
	font-family: "slick";
	font-weight: 400;
	font-style: normal;
	src: url(./fonts/slick.eot);
	src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: 0.25;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	font-family: "slick";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:before {
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	text-align: center;
	color: #000;
	width: 10px;
	height: 10px;
	font-size: 0;
	background-color: #dcdcdc;
	border-radius: 50%;
	opacity: 1;
}
.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #fff;
}
.slick-prev {
	left: -25px;
}
[dir="rtl"] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
	content: "→";
}
.slick-next {
	right: -25px;
}
[dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
}
[dir="rtl"] .slick-next:before {
	content: "←";
}
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0;
}
.slick-dots li.slick-active button:before {
	color: #000;
	opacity: 1;
	background-color: #409ed6;
}
.country-select,
.slick-dots li {
	position: relative;
	display: inline-block;
}
.country-select * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.country-select .hide {
	display: none;
}
.country-select .v-hide {
	visibility: hidden;
}
.country-select input,
.country-select input[type="text"] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0;
}
.country-select .flag-dropdown {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}
.country-select .selected-flag {
	z-index: 1;
	position: relative;
	width: 36px;
	height: 100%;
	padding: 0 0 0 8px;
}
.country-select .selected-flag .flag {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.country-select .selected-flag .arrow {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}
.country-select .selected-flag .arrow.up {
	border-top: 0;
	border-bottom: 4px solid #555;
}
.country-select .country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border: 1px solid #ccc;
	white-space: nowrap;
	overflow-y: scroll;
}
.country-select .country-list .flag {
	display: inline-block;
	width: 20px;
	margin-right: 6px;
}
@media (max-width: 500px) {
	.country-select .country-list {
		white-space: normal;
	}
}
.country-select .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.country-select .country-list .country {
	padding: 5px 10px;
}
.country-select .country-list .country.highlight,
.country-select.inside .flag-dropdown:hover .selected-flag {
	background-color: rgba(0, 0, 0, 0.05);
}
.country-select .country-list .country-name,
.country-select .country-list .flag,
img,
svg {
	vertical-align: middle;
}
.country-select.inside input,
.country-select.inside input[type="text"] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}
.country-select.inside .flag-dropdown {
	right: auto;
	left: 0;
}
.country-select.inside .selected-flag {
	width: 46px;
}
.country-select.inside .flag-dropdown:hover {
	cursor: pointer;
}
.country-select.inside input[disabled] + .flag-dropdown:hover,
.country-select.inside input[readonly] + .flag-dropdown:hover {
	cursor: default;
}
.country-select.inside input[disabled] + .flag-dropdown:hover .selected-flag,
.country-select.inside input[readonly] + .flag-dropdown:hover .selected-flag {
	background-color: transparent;
}
.country-select .flag {
	height: 15px;
	-webkit-box-shadow: 0 0 1px 0 #888;
	box-shadow: 0 0 1px 0 #888;
	background-image: url(../img/flags.png);
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0;
	width: 20px;
}
.country-select .flag.be {
	width: 18px;
}
.country-select .flag.ch {
	width: 15px;
}
.country-select .flag.mc {
	width: 19px;
}
.country-select .flag.ne {
	width: 18px;
}
.country-select .flag.np {
	width: 13px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.country-select .flag {
		background-image: url(../img/flags@2x.png);
		background-size: 5630px 15px;
	}
}
.country-select .flag.ac {
	height: 10px;
	background-position: 0 0;
}
.country-select .flag.ad {
	height: 14px;
	background-position: -22px 0;
}
.country-select .flag.ae {
	height: 10px;
	background-position: -44px 0;
}
.country-select .flag.af {
	height: 14px;
	background-position: -66px 0;
}
.country-select .flag.ag {
	height: 14px;
	background-position: -88px 0;
}
.country-select .flag.ai {
	height: 10px;
	background-position: -110px 0;
}
.country-select .flag.al {
	height: 15px;
	background-position: -132px 0;
}
.country-select .flag.am {
	height: 10px;
	background-position: -154px 0;
}
.country-select .flag.ao {
	height: 14px;
	background-position: -176px 0;
}
.country-select .flag.aq {
	height: 14px;
	background-position: -198px 0;
}
.country-select .flag.ar {
	height: 13px;
	background-position: -220px 0;
}
.country-select .flag.as {
	height: 10px;
	background-position: -242px 0;
}
.country-select .flag.at {
	height: 14px;
	background-position: -264px 0;
}
.country-select .flag.au {
	height: 10px;
	background-position: -286px 0;
}
.country-select .flag.aw {
	height: 14px;
	background-position: -308px 0;
}
.country-select .flag.ax {
	height: 13px;
	background-position: -330px 0;
}
.country-select .flag.az {
	height: 10px;
	background-position: -352px 0;
}
.country-select .flag.ba {
	height: 10px;
	background-position: -374px 0;
}
.country-select .flag.bb {
	height: 14px;
	background-position: -396px 0;
}
.country-select .flag.bd {
	height: 12px;
	background-position: -418px 0;
}
.country-select .flag.be {
	height: 15px;
	background-position: -440px 0;
}
.country-select .flag.bf {
	height: 14px;
	background-position: -460px 0;
}
.country-select .flag.bg {
	height: 12px;
	background-position: -482px 0;
}
.country-select .flag.bh {
	height: 12px;
	background-position: -504px 0;
}
.country-select .flag.bi {
	height: 12px;
	background-position: -526px 0;
}
.country-select .flag.bj {
	height: 14px;
	background-position: -548px 0;
}
.country-select .flag.bl {
	height: 14px;
	background-position: -570px 0;
}
.country-select .flag.bm {
	height: 10px;
	background-position: -592px 0;
}
.country-select .flag.bn {
	height: 10px;
	background-position: -614px 0;
}
.country-select .flag.bo {
	height: 14px;
	background-position: -636px 0;
}
.country-select .flag.bq {
	height: 14px;
	background-position: -658px 0;
}
.country-select .flag.br {
	height: 14px;
	background-position: -680px 0;
}
.country-select .flag.bs {
	height: 10px;
	background-position: -702px 0;
}
.country-select .flag.bt {
	height: 14px;
	background-position: -724px 0;
}
.country-select .flag.bv {
	height: 15px;
	background-position: -746px 0;
}
.country-select .flag.bw {
	height: 14px;
	background-position: -768px 0;
}
.country-select .flag.by {
	height: 10px;
	background-position: -790px 0;
}
.country-select .flag.bz {
	height: 14px;
	background-position: -812px 0;
}
.country-select .flag.ca {
	height: 10px;
	background-position: -834px 0;
}
.country-select .flag.cc {
	height: 10px;
	background-position: -856px 0;
}
.country-select .flag.cd {
	height: 15px;
	background-position: -878px 0;
}
.country-select .flag.cf {
	height: 14px;
	background-position: -900px 0;
}
.country-select .flag.cg {
	height: 14px;
	background-position: -922px 0;
}
.country-select .flag.ch {
	height: 15px;
	background-position: -944px 0;
}
.country-select .flag.ci {
	height: 14px;
	background-position: -961px 0;
}
.country-select .flag.ck {
	height: 10px;
	background-position: -983px 0;
}
.country-select .flag.cl {
	height: 14px;
	background-position: -1005px 0;
}
.country-select .flag.cm {
	height: 14px;
	background-position: -1027px 0;
}
.country-select .flag.cn {
	height: 14px;
	background-position: -1049px 0;
}
.country-select .flag.co {
	height: 14px;
	background-position: -1071px 0;
}
.country-select .flag.cp {
	height: 14px;
	background-position: -1093px 0;
}
.country-select .flag.cr {
	height: 12px;
	background-position: -1115px 0;
}
.country-select .flag.cu {
	height: 10px;
	background-position: -1137px 0;
}
.country-select .flag.cv {
	height: 12px;
	background-position: -1159px 0;
}
.country-select .flag.cw {
	height: 14px;
	background-position: -1181px 0;
}
.country-select .flag.cx {
	height: 10px;
	background-position: -1203px 0;
}
.country-select .flag.cy {
	height: 13px;
	background-position: -1225px 0;
}
.country-select .flag.cz {
	height: 14px;
	background-position: -1247px 0;
}
.country-select .flag.de {
	height: 12px;
	background-position: -1269px 0;
}
.country-select .flag.dg {
	height: 10px;
	background-position: -1291px 0;
}
.country-select .flag.dj {
	height: 14px;
	background-position: -1313px 0;
}
.country-select .flag.dk {
	height: 15px;
	background-position: -1335px 0;
}
.country-select .flag.dm {
	height: 10px;
	background-position: -1357px 0;
}
.country-select .flag.do {
	height: 13px;
	background-position: -1379px 0;
}
.country-select .flag.dz {
	height: 14px;
	background-position: -1401px 0;
}
.country-select .flag.ea {
	height: 14px;
	background-position: -1423px 0;
}
.country-select .flag.ec {
	height: 14px;
	background-position: -1445px 0;
}
.country-select .flag.ee {
	height: 13px;
	background-position: -1467px 0;
}
.country-select .flag.eg {
	height: 14px;
	background-position: -1489px 0;
}
.country-select .flag.eh {
	height: 10px;
	background-position: -1511px 0;
}
.country-select .flag.er {
	height: 10px;
	background-position: -1533px 0;
}
.country-select .flag.es {
	height: 14px;
	background-position: -1555px 0;
}
.country-select .flag.et {
	height: 10px;
	background-position: -1577px 0;
}
.country-select .flag.eu {
	height: 14px;
	background-position: -1599px 0;
}
.country-select .flag.fi {
	height: 12px;
	background-position: -1621px 0;
}
.country-select .flag.fj {
	height: 10px;
	background-position: -1643px 0;
}
.country-select .flag.fk {
	height: 10px;
	background-position: -1665px 0;
}
.country-select .flag.fm {
	height: 11px;
	background-position: -1687px 0;
}
.country-select .flag.fo {
	height: 15px;
	background-position: -1709px 0;
}
.country-select .flag.fr {
	height: 14px;
	background-position: -1731px 0;
}
.country-select .flag.ga {
	height: 15px;
	background-position: -1753px 0;
}
.country-select .flag.gb {
	height: 10px;
	background-position: -1775px 0;
}
.country-select .flag.gd {
	height: 12px;
	background-position: -1797px 0;
}
.country-select .flag.ge {
	height: 14px;
	background-position: -1819px 0;
}
.country-select .flag.gf {
	height: 14px;
	background-position: -1841px 0;
}
.country-select .flag.gg {
	height: 14px;
	background-position: -1863px 0;
}
.country-select .flag.gh {
	height: 14px;
	background-position: -1885px 0;
}
.country-select .flag.gi {
	height: 10px;
	background-position: -1907px 0;
}
.country-select .flag.gl {
	height: 14px;
	background-position: -1929px 0;
}
.country-select .flag.gm {
	height: 14px;
	background-position: -1951px 0;
}
.country-select .flag.gn {
	height: 14px;
	background-position: -1973px 0;
}
.country-select .flag.gp {
	height: 14px;
	background-position: -1995px 0;
}
.country-select .flag.gq {
	height: 14px;
	background-position: -2017px 0;
}
.country-select .flag.gr {
	height: 14px;
	background-position: -2039px 0;
}
.country-select .flag.gs {
	height: 10px;
	background-position: -2061px 0;
}
.country-select .flag.gt {
	height: 13px;
	background-position: -2083px 0;
}
.country-select .flag.gu {
	height: 11px;
	background-position: -2105px 0;
}
.country-select .flag.gw {
	height: 10px;
	background-position: -2127px 0;
}
.country-select .flag.gy {
	height: 12px;
	background-position: -2149px 0;
}
.country-select .flag.hk {
	height: 14px;
	background-position: -2171px 0;
}
.country-select .flag.hm {
	height: 10px;
	background-position: -2193px 0;
}
.country-select .flag.hn {
	height: 10px;
	background-position: -2215px 0;
}
.country-select .flag.hr {
	height: 10px;
	background-position: -2237px 0;
}
.country-select .flag.ht {
	height: 12px;
	background-position: -2259px 0;
}
.country-select .flag.hu {
	height: 10px;
	background-position: -2281px 0;
}
.country-select .flag.ic {
	height: 14px;
	background-position: -2303px 0;
}
.country-select .flag.id {
	height: 14px;
	background-position: -2325px 0;
}
.country-select .flag.ie {
	height: 10px;
	background-position: -2347px 0;
}
.country-select .flag.il {
	height: 15px;
	background-position: -2369px 0;
}
.country-select .flag.im {
	height: 10px;
	background-position: -2391px 0;
}
.country-select .flag.in {
	height: 14px;
	background-position: -2413px 0;
}
.country-select .flag.io {
	height: 10px;
	background-position: -2435px 0;
}
.country-select .flag.iq {
	height: 14px;
	background-position: -2457px 0;
}
.country-select .flag.ir {
	height: 12px;
	background-position: -2479px 0;
}
.country-select .flag.is {
	height: 15px;
	background-position: -2501px 0;
}
.country-select .flag.it {
	height: 14px;
	background-position: -2523px 0;
}
.country-select .flag.je {
	height: 12px;
	background-position: -2545px 0;
}
.country-select .flag.jm {
	height: 10px;
	background-position: -2567px 0;
}
.country-select .flag.jo {
	height: 10px;
	background-position: -2589px 0;
}
.country-select .flag.jp {
	height: 14px;
	background-position: -2611px 0;
}
.country-select .flag.ke {
	height: 14px;
	background-position: -2633px 0;
}
.country-select .flag.kg {
	height: 12px;
	background-position: -2655px 0;
}
.country-select .flag.kh {
	height: 13px;
	background-position: -2677px 0;
}
.country-select .flag.ki {
	height: 10px;
	background-position: -2699px 0;
}
.country-select .flag.km {
	height: 12px;
	background-position: -2721px 0;
}
.country-select .flag.kn {
	height: 14px;
	background-position: -2743px 0;
}
.country-select .flag.kp {
	height: 10px;
	background-position: -2765px 0;
}
.country-select .flag.kr {
	height: 14px;
	background-position: -2787px 0;
}
.country-select .flag.kw {
	height: 10px;
	background-position: -2809px 0;
}
.country-select .flag.ky {
	height: 10px;
	background-position: -2831px 0;
}
.country-select .flag.kz {
	height: 10px;
	background-position: -2853px 0;
}
.country-select .flag.la {
	height: 14px;
	background-position: -2875px 0;
}
.country-select .flag.lb {
	height: 14px;
	background-position: -2897px 0;
}
.country-select .flag.lc {
	height: 10px;
	background-position: -2919px 0;
}
.country-select .flag.li {
	height: 12px;
	background-position: -2941px 0;
}
.country-select .flag.lk {
	height: 10px;
	background-position: -2963px 0;
}
.country-select .flag.lr {
	height: 11px;
	background-position: -2985px 0;
}
.country-select .flag.ls {
	height: 14px;
	background-position: -3007px 0;
}
.country-select .flag.lt {
	height: 12px;
	background-position: -3029px 0;
}
.country-select .flag.lu {
	height: 12px;
	background-position: -3051px 0;
}
.country-select .flag.lv {
	height: 10px;
	background-position: -3073px 0;
}
.country-select .flag.ly {
	height: 10px;
	background-position: -3095px 0;
}
.country-select .flag.ma {
	height: 14px;
	background-position: -3117px 0;
}
.country-select .flag.mc {
	height: 15px;
	background-position: -3139px 0;
}
.country-select .flag.md {
	height: 10px;
	background-position: -3160px 0;
}
.country-select .flag.me {
	height: 10px;
	background-position: -3182px 0;
}
.country-select .flag.mf {
	height: 14px;
	background-position: -3204px 0;
}
.country-select .flag.mg {
	height: 14px;
	background-position: -3226px 0;
}
.country-select .flag.mh {
	height: 11px;
	background-position: -3248px 0;
}
.country-select .flag.mk {
	height: 10px;
	background-position: -3270px 0;
}
.country-select .flag.ml {
	height: 14px;
	background-position: -3292px 0;
}
.country-select .flag.mm {
	height: 14px;
	background-position: -3314px 0;
}
.country-select .flag.mn {
	height: 10px;
	background-position: -3336px 0;
}
.country-select .flag.mo {
	height: 14px;
	background-position: -3358px 0;
}
.country-select .flag.mp {
	height: 10px;
	background-position: -3380px 0;
}
.country-select .flag.mq {
	height: 14px;
	background-position: -3402px 0;
}
.country-select .flag.mr {
	height: 14px;
	background-position: -3424px 0;
}
.country-select .flag.ms {
	height: 10px;
	background-position: -3446px 0;
}
.country-select .flag.mt {
	height: 14px;
	background-position: -3468px 0;
}
.country-select .flag.mu {
	height: 14px;
	background-position: -3490px 0;
}
.country-select .flag.mv {
	height: 14px;
	background-position: -3512px 0;
}
.country-select .flag.mw {
	height: 14px;
	background-position: -3534px 0;
}
.country-select .flag.mx {
	height: 12px;
	background-position: -3556px 0;
}
.country-select .flag.my {
	height: 10px;
	background-position: -3578px 0;
}
.country-select .flag.mz {
	height: 14px;
	background-position: -3600px 0;
}
.country-select .flag.na {
	height: 14px;
	background-position: -3622px 0;
}
.country-select .flag.nc {
	height: 10px;
	background-position: -3644px 0;
}
.country-select .flag.ne {
	height: 15px;
	background-position: -3666px 0;
}
.country-select .flag.nf {
	height: 10px;
	background-position: -3686px 0;
}
.country-select .flag.ng {
	height: 10px;
	background-position: -3708px 0;
}
.country-select .flag.ni {
	height: 12px;
	background-position: -3730px 0;
}
.country-select .flag.nl {
	height: 14px;
	background-position: -3752px 0;
}
.country-select .flag.no {
	height: 15px;
	background-position: -3774px 0;
}
.country-select .flag.np {
	height: 15px;
	background-position: -3796px 0;
	background-color: transparent;
}
.country-select .flag.nr {
	height: 10px;
	background-position: -3811px 0;
}
.country-select .flag.nu {
	height: 10px;
	background-position: -3833px 0;
}
.country-select .flag.nz {
	height: 10px;
	background-position: -3855px 0;
}
.country-select .flag.om {
	height: 10px;
	background-position: -3877px 0;
}
.country-select .flag.pa {
	height: 14px;
	background-position: -3899px 0;
}
.country-select .flag.pe {
	height: 14px;
	background-position: -3921px 0;
}
.country-select .flag.pf {
	height: 14px;
	background-position: -3943px 0;
}
.country-select .flag.pg {
	height: 15px;
	background-position: -3965px 0;
}
.country-select .flag.ph {
	height: 10px;
	background-position: -3987px 0;
}
.country-select .flag.pk {
	height: 14px;
	background-position: -4009px 0;
}
.country-select .flag.pl {
	height: 13px;
	background-position: -4031px 0;
}
.country-select .flag.pm {
	height: 14px;
	background-position: -4053px 0;
}
.country-select .flag.pn {
	height: 10px;
	background-position: -4075px 0;
}
.country-select .flag.pr {
	height: 14px;
	background-position: -4097px 0;
}
.country-select .flag.ps {
	height: 10px;
	background-position: -4119px 0;
}
.country-select .flag.pt {
	height: 14px;
	background-position: -4141px 0;
}
.country-select .flag.pw {
	height: 13px;
	background-position: -4163px 0;
}
.country-select .flag.py {
	height: 11px;
	background-position: -4185px 0;
}
.country-select .flag.qa {
	height: 8px;
	background-position: -4207px 0;
}
.country-select .flag.re {
	height: 14px;
	background-position: -4229px 0;
}
.country-select .flag.ro {
	height: 14px;
	background-position: -4251px 0;
}
.country-select .flag.rs {
	height: 14px;
	background-position: -4273px 0;
}
.country-select .flag.ru {
	height: 14px;
	background-position: -4295px 0;
}
.country-select .flag.rw {
	height: 14px;
	background-position: -4317px 0;
}
.country-select .flag.sa {
	height: 14px;
	background-position: -4339px 0;
}
.country-select .flag.sb {
	height: 10px;
	background-position: -4361px 0;
}
.country-select .flag.sc {
	height: 10px;
	background-position: -4383px 0;
}
.country-select .flag.sd {
	height: 10px;
	background-position: -4405px 0;
}
.country-select .flag.se {
	height: 13px;
	background-position: -4427px 0;
}
.country-select .flag.sg {
	height: 14px;
	background-position: -4449px 0;
}
.country-select .flag.sh {
	height: 10px;
	background-position: -4471px 0;
}
.country-select .flag.si {
	height: 10px;
	background-position: -4493px 0;
}
.country-select .flag.sj {
	height: 15px;
	background-position: -4515px 0;
}
.country-select .flag.sk {
	height: 14px;
	background-position: -4537px 0;
}
.country-select .flag.sl {
	height: 14px;
	background-position: -4559px 0;
}
.country-select .flag.sm {
	height: 15px;
	background-position: -4581px 0;
}
.country-select .flag.sn {
	height: 14px;
	background-position: -4603px 0;
}
.country-select .flag.so {
	height: 14px;
	background-position: -4625px 0;
}
.country-select .flag.sr {
	height: 14px;
	background-position: -4647px 0;
}
.country-select .flag.ss {
	height: 10px;
	background-position: -4669px 0;
}
.country-select .flag.st {
	height: 10px;
	background-position: -4691px 0;
}
.country-select .flag.sv {
	height: 12px;
	background-position: -4713px 0;
}
.country-select .flag.sx {
	height: 14px;
	background-position: -4735px 0;
}
.country-select .flag.sy {
	height: 14px;
	background-position: -4757px 0;
}
.country-select .flag.sz {
	height: 14px;
	background-position: -4779px 0;
}
.country-select .flag.ta {
	height: 10px;
	background-position: -4801px 0;
}
.country-select .flag.tc {
	height: 10px;
	background-position: -4823px 0;
}
.country-select .flag.td {
	height: 14px;
	background-position: -4845px 0;
}
.country-select .flag.tf {
	height: 14px;
	background-position: -4867px 0;
}
.country-select .flag.tg {
	height: 13px;
	background-position: -4889px 0;
}
.country-select .flag.th {
	height: 14px;
	background-position: -4911px 0;
}
.country-select .flag.tj {
	height: 10px;
	background-position: -4933px 0;
}
.country-select .flag.tk {
	height: 10px;
	background-position: -4955px 0;
}
.country-select .flag.tl {
	height: 10px;
	background-position: -4977px 0;
}
.country-select .flag.tm {
	height: 14px;
	background-position: -4999px 0;
}
.country-select .flag.tn {
	height: 14px;
	background-position: -5021px 0;
}
.country-select .flag.to {
	height: 10px;
	background-position: -5043px 0;
}
.country-select .flag.tr {
	height: 14px;
	background-position: -5065px 0;
}
.country-select .flag.tt {
	height: 12px;
	background-position: -5087px 0;
}
.country-select .flag.tv {
	height: 10px;
	background-position: -5109px 0;
}
.country-select .flag.tw {
	height: 14px;
	background-position: -5131px 0;
}
.country-select .flag.tz {
	height: 14px;
	background-position: -5153px 0;
}
.country-select .flag.ua {
	height: 14px;
	background-position: -5175px 0;
}
.country-select .flag.ug {
	height: 14px;
	background-position: -5197px 0;
}
.country-select .flag.um {
	height: 11px;
	background-position: -5219px 0;
}
.country-select .flag.us {
	height: 11px;
	background-position: -5241px 0;
}
.country-select .flag.uy {
	height: 14px;
	background-position: -5263px 0;
}
.country-select .flag.uz {
	height: 10px;
	background-position: -5285px 0;
}
.country-select .flag.va {
	width: 15px;
	height: 15px;
	background-position: -5307px 0;
}
.country-select .flag.vc {
	height: 14px;
	background-position: -5324px 0;
}
.country-select .flag.ve {
	height: 14px;
	background-position: -5346px 0;
}
.country-select .flag.vg {
	height: 10px;
	background-position: -5368px 0;
}
.country-select .flag.vi {
	height: 14px;
	background-position: -5390px 0;
}
.country-select .flag.vn {
	height: 14px;
	background-position: -5412px 0;
}
.country-select .flag.vu {
	height: 12px;
	background-position: -5434px 0;
}
.country-select .flag.wf {
	height: 14px;
	background-position: -5456px 0;
}
.country-select .flag.ws {
	height: 10px;
	background-position: -5478px 0;
}
.country-select .flag.xk {
	height: 15px;
	background-position: -5500px 0;
}
.country-select .flag.ye {
	height: 14px;
	background-position: -5522px 0;
}
.country-select .flag.yt {
	height: 14px;
	background-position: -5544px 0;
}
.country-select .flag.za {
	height: 14px;
	background-position: -5566px 0;
}
.country-select .flag.zm {
	height: 14px;
	background-position: -5588px 0;
}
.country-select .flag.zw {
	height: 10px;
	background-position: -5610px 0;
}
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: 0;
	border: 0;
}
.xdsoft_datetimepicker button {
	border: 0 !important;
}
.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.xdsoft_noselect::selection {
	background: 0;
}
.xdsoft_noselect::-moz-selection {
	background: 0;
}
.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}
.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker,
template {
	display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
	float: left;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
	float: left;
	text-align: center;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-repeat: no-repeat;
	opacity: 0.5;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: block;
	-ms-filter: "alpha(opacity=50)";
	outline: medium;
	overflow: hidden;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_prev {
	background-repeat: no-repeat;
	opacity: 0.5;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	position: relative;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
	background: #f5f5f5;
	border-collapse: collapse;
	cursor: pointer;
	line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
	border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_today_button:hover {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
	right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
	right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	background: #409ed6;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
}
.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
	font-weight: 700;
	cursor: default;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #409ed6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
	color: #fff;
	font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";
	cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	-ms-filter: "alpha(opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	color: #fff !important;
	box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
	background: #409ed6 !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
	color: inherit !important;
	background: inherit !important;
	box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
	color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
	color: #aaa !important;
}
.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #c50;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	background: #0e0e0e;
	color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #c50;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
	background: #c50;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	color: #000 !important;
	background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
	color: #333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
	color: #111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
	color: #555 !important;
}
.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
	display: block;
	border: 1px solid #ddd !important;
	margin-top: 5px;
	width: 100%;
	color: #454551;
	font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
	background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="#f4f8fa",GradientType=0);
}
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:focus span,
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:hover span {
	color: #454551;
	background: -moz-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #fff));
	background: -webkit-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: -o-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: -ms-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: linear-gradient(to bottom, #f4f8fa 0, #fff 73%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f8fa",endColorstr="#FFF",GradientType=0);
}
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}
address,
hr {
	margin-bottom: 1rem;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
	margin-top: 0;
}
dl,
ol,
p,
ul {
	margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
address {
	font-style: normal;
	line-height: inherit;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote,
figure {
	margin: 0 0 1rem;
}
b,
strong {
	font-weight: bolder;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
samp {
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
	display: block;
	font-size: 87.5%;
	color: #212529;
}
img {
	border-style: none;
}
svg {
	overflow: hidden;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[role="button"] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
[hidden] {
	display: none !important;
}
.h1,
.h2,
.h3,
.h4 {
	font-weight: 500;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
	margin-bottom: 0.5rem;
}
.h6,
h6 {
	line-height: 1.2;
}
.h6,
h1,
h2,
h3,
h4,
h6 {
	font-weight: 500;
}
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem;
}
.h1,
h1 {
	font-size: 2.5rem;
}
.h2,
h2 {
	font-size: 2rem;
}
.h3,
h3 {
	font-size: 1.75rem;
}
.h4,
h4 {
	font-size: 1.5rem;
}
.h5,
h5 {
	font-size: 1.25rem;
}
.h6,
h6 {
	font-size: 1rem;
}
.display-1,
.lead {
	font-weight: 300;
}
.lead {
	font-size: 1.25rem;
}
.display-1 {
	font-size: 6rem;
	line-height: 1.2;
}
.display-2 {
	font-size: 5.5rem;
}
.display-2,
.display-3,
.display-4 {
	font-weight: 300;
	line-height: 1.2;
}
.display-3 {
	font-size: 4.5rem;
}
.display-4 {
	font-size: 3.5rem;
}
.small,
small {
	font-size: 80%;
	font-weight: 400;
}
.mark,
mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}
.blockquote-footer::before {
	content: "— ";
}
.img-fluid,
.img-thumbnail {
	max-width: 100%;
	height: auto;
}
.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
}
.figure {
	display: inline-block;
}
.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}
.figure-caption {
	font-size: 90%;
	color: #6c757d;
}
code,
kbd {
	font-size: 87.5%;
}
code {
	color: #e83e8c;
	word-wrap: break-word;
}
a > code,
pre code {
	color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}
pre code {
	font-size: inherit;
	word-break: normal;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 100%;
	}
}
@media (max-width: 1019px) {
	.middle-header .middle-header--text {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px;
	}
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.card > hr,
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col-auto {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.row-cols-1 > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.row-cols-2 > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.row-cols-3 > * {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.row-cols-4 > * {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.row-cols-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.row-cols-6 > * {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	-ms-flex-order: -1;
	order: -1;
}
.order-last {
	-ms-flex-order: 13;
	order: 13;
}
.order-0 {
	-ms-flex-order: 0;
	order: 0;
}
.order-1 {
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-ms-flex-order: 12;
	order: 12;
}
.offset-1 {
	margin-left: 8.333333%;
}
.offset-2 {
	margin-left: 16.666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.333333%;
}
.offset-5 {
	margin-left: 41.666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.333333%;
}
.offset-8 {
	margin-left: 66.666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.333333%;
}
.offset-11 {
	margin-left: 91.666667%;
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-sm-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-sm-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-md-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-md-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-lg-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-xl-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}
.table td,
.table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
	padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th,
.table-dark.table-bordered {
	border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
	background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
	border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
	background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
	border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
	background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
	border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
	background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
	border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
	background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
	border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
	background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
	border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
	background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
	border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #ececf6;
}
.table-dark > td,
.table-dark > th {
	background-color: #c6c8ca;
}
.table-dark tbody + tbody {
	border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.table-dark {
	color: #fff;
	background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #454d55;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
	border: 0;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-clip: padding-box;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control:-moz-focusring {
	color: transparent;
}
.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
	opacity: 1;
}
.form-control::-moz-placeholder {
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}
.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}
.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}
.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}
.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}
.form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 1rem;
}
.form-text {
	display: block;
	margin-top: 0.25rem;
}
.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}
.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
	color: #6c757d;
}
.form-check-label {
	margin-bottom: 0;
}
.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
	display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc(0.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
	url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
	#fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
	color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
	display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
	color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
	border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
	display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc(0.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
	url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
	#fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
	color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
	display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
	color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
	border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}
.form-inline .form-check,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
	width: 100%;
}
@media (min-width: 576px) {
	.form-inline .form-group,
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline label {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.form-inline .form-group {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto;
	}
	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover {
	color: #212529;
	text-decoration: none;
}
.btn.focus,
.btn:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
	color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 0.5rem;
}
.fade {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}
.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative;
}
.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after,
.dropleft .dropdown-toggle:empty::after,
.dropright .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0.25rem;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}
@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}
@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}
.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}
.dropright .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	content: "";
}
.dropup .dropdown-toggle::after {
	vertical-align: 0.255em;
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}
.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	vertical-align: 0;
}
.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	display: none;
}
.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
	vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
	right: auto;
	bottom: auto;
}
.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}
.dropdown-menu.show {
	display: block;
}
.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #6c757d;
	white-space: nowrap;
}
.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #212529;
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
	z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
	z-index: 1;
}
.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
	margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
	margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
	margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
	margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
	z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
	z-index: 4;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after,
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group > .custom-file {
	-ms-flex-align: center;
	align-items: center;
}
.input-group-append,
.input-group-prepend,
.input-group > .custom-file {
	display: -ms-flexbox;
	display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
	z-index: 3;
}
.input-group-prepend {
	margin-right: -1px;
}
.input-group-append,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
	margin-left: -1px;
}
.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
	margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
	height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
	padding-right: 1.75rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}
.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}
.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
	color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
	background-color: #e9ecef;
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}
.custom-control-label::after,
.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
}
.custom-control-label::before {
	pointer-events: none;
	background-color: #fff;
	border: #adb5bd solid 1px;
}
.custom-control-label::after {
	background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
	border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
	padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: 0.5rem;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(0.75rem);
	transform: translateX(0.75rem);
}
.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}
.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}
.custom-select::-ms-expand {
	display: none;
}
.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
}
.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}
.custom-file,
.custom-file-input {
	position: relative;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
}
.custom-file {
	display: inline-block;
	margin-bottom: 0;
}
.custom-file-input {
	z-index: 2;
	margin: 0;
	opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
	background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
	content: attr(data-browse);
}
.custom-file-label,
.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
}
.custom-file-label {
	left: 0;
	z-index: 1;
	height: calc(1.5em + 0.75rem + 2px);
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.custom-file-label::after {
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 0.75rem);
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.custom-range:focus {
	outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
	border: 0;
}
.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}
.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}
.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}
.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none;
	}
}
.custom-range::-ms-thumb:active {
	background-color: #b3d7ff;
}
.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
	cursor: default;
}
.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none;
	}
}
.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
	margin-bottom: -1px;
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav-pills .nav-link {
	border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #007bff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.navbar {
	position: relative;
	padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}
.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}
.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}
@media (max-width: 575.98px) {
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid,
	.navbar-expand-sm > .container-lg,
	.navbar-expand-sm > .container-md,
	.navbar-expand-sm > .container-sm,
	.navbar-expand-sm > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid,
	.navbar-expand-sm > .container-lg,
	.navbar-expand-sm > .container-md,
	.navbar-expand-sm > .container-sm,
	.navbar-expand-sm > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid,
	.navbar-expand-md > .container-lg,
	.navbar-expand-md > .container-md,
	.navbar-expand-md > .container-sm,
	.navbar-expand-md > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid,
	.navbar-expand-md > .container-lg,
	.navbar-expand-md > .container-md,
	.navbar-expand-md > .container-sm,
	.navbar-expand-md > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid,
	.navbar-expand-lg > .container-lg,
	.navbar-expand-lg > .container-md,
	.navbar-expand-lg > .container-sm,
	.navbar-expand-lg > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid,
	.navbar-expand-lg > .container-lg,
	.navbar-expand-lg > .container-md,
	.navbar-expand-lg > .container-sm,
	.navbar-expand-lg > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}
@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid,
	.navbar-expand-xl > .container-lg,
	.navbar-expand-xl > .container-md,
	.navbar-expand-xl > .container-sm,
	.navbar-expand-xl > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid,
	.navbar-expand-xl > .container-lg,
	.navbar-expand-xl > .container-md,
	.navbar-expand-xl > .container-sm,
	.navbar-expand-xl > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}
.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
	padding-right: 0;
	padding-left: 0;
}
.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.navbar-expand .navbar-toggler {
	display: none;
}
.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-dark .navbar-brand {
	color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-text a {
	color: #fff;
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}
.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
	border-top: 0;
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}
.card-title {
	margin-bottom: 0.75rem;
}
.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}
.card-text:last-child {
	margin-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item:hover::before,
.card-link:hover {
	text-decoration: none;
}
.card-link + .card-link {
	margin-left: 1.25rem;
}
.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
	margin-bottom: -0.75rem;
	border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}
.card-img,
.card-img-top {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
	margin-bottom: 15px;
}
@media (min-width: 576px) {
	.card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}
.card-group > .card {
	margin-bottom: 15px;
}
@media (min-width: 576px) {
	.card-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.card-group > .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-header,
	.card-group > .card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-footer,
	.card-group > .card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-header,
	.card-group > .card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-footer,
	.card-group > .card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}
}
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}
.accordion {
	overflow-anchor: none;
}
.accordion > .card {
	overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion > .card > .card-header {
	border-radius: 0;
	margin-bottom: -1px;
}
.breadcrumb {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}
.breadcrumb,
.breadcrumb-item,
.pagination {
	display: -ms-flexbox;
	display: flex;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #6c757d;
	content: "/";
}
.breadcrumb-item.active {
	color: #6c757d;
}
.pagination {
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}
.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}
.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.badge {
		transition: none;
	}
}
a.badge:focus,
a.badge:hover {
	text-decoration: none;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}
.badge-primary {
	color: #fff;
	background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
	color: #fff;
	background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
	color: #fff;
	background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
	color: #fff;
	background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
	color: #212529;
	background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
	color: #fff;
	background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
	color: #fff;
	background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: 0.3rem;
}
@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}
.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}
.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.alert-heading {
	color: inherit;
}
.alert-link {
	font-weight: 700;
}
.alert-dismissible {
	padding-right: 4rem;
}
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0.75rem 1.25rem;
	color: inherit;
}
.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}
.alert-primary hr {
	border-top-color: #9fcdff;
}
.alert-primary .alert-link {
	color: #002752;
}
.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}
.alert-secondary hr {
	border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
	color: #202326;
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert-success hr {
	border-top-color: #b1dfbb;
}
.alert-success .alert-link {
	color: #0b2e13;
}
.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}
.alert-info hr {
	border-top-color: #abdde5;
}
.alert-info .alert-link {
	color: #062c33;
}
.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.alert-warning hr {
	border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
	color: #533f03;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.alert-danger hr {
	border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
	color: #491217;
}
.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}
.alert-light hr {
	border-top-color: #ececf6;
}
.alert-light .alert-link {
	color: #686868;
}
.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}
.alert-dark hr {
	border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
	color: #040505;
}
.progress,
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
.progress {
	height: 1rem;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}
.progress-bar {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}
.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}
.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}
.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}
.media-body {
	-ms-flex: 1;
	flex: 1;
}
.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem;
}
.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}
.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.list-group-item + .list-group-item {
	border-top-width: 0;
}
.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}
.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
	border-top-right-radius: 0.25rem;
	border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
	margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}
@media (min-width: 576px) {
	.list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-sm > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 768px) {
	.list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-md > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 992px) {
	.list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-lg > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-xl > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
.list-group-flush {
	border-radius: 0;
}
.list-group-flush > .list-group-item {
	border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
	border-bottom-width: 0;
}
.list-group-item-primary {
	color: #004085;
	background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085;
}
.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41;
}
.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724;
}
.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460;
}
.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404;
}
.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24;
}
.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182;
}
.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}
.close:hover {
	color: #000;
	text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 0.75;
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}
a.close.disabled {
	pointer-events: none;
}
.toast {
	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
	max-width: 350px;
	font-size: 0.875rem;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	opacity: 0;
	border-radius: 0.25rem;
}
.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}
.toast.showing {
	opacity: 1;
}
.toast.show {
	display: block;
	opacity: 1;
}
.toast.hide {
	display: none;
}
.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.25rem 0.75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
	padding: 0.75rem;
}
.modal,
.modal-open,
body.compensate-for-scrollbar {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}
.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}
.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}
.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.5;
}
.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}
.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}
.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
	margin: 0.25rem;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content;
	}
	.modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}
.tooltip {
	z-index: 1070;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.show {
	opacity: 0.9;
}
.tooltip,
.tooltip .arrow {
	position: absolute;
	display: block;
}
.tooltip .arrow {
	width: 0.8rem;
	height: 0.4rem;
}
.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
	padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
	padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
	padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
	padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #000;
}
.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}
.popover,
.popover .arrow {
	position: absolute;
	display: block;
}
.popover {
	top: 0;
	left: 0;
	z-index: 1060;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}
.popover .arrow {
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
	margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
	bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
	margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
	left: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
	margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
	top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
	top: 0;
	border-width: 0 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem;
	border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
	margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
	right: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: #fff;
}
.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
	display: none;
}
.popover-body {
	padding: 0.5rem 0.75rem;
	color: #212529;
}
.carousel,
.carousel-inner {
	position: relative;
}
.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.carousel-inner {
	width: 100%;
	overflow: hidden;
}
.carousel-inner::after,
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none;
	}
}
.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-next,
	.carousel-control-prev {
		transition: none;
	}
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}
.carousel-control-prev {
	left: 0;
}
.carousel-control-next {
	right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		transition: none;
	}
}
.carousel-indicators .active {
	opacity: 1;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border 0.75s linear infinite;
	animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow 0.75s linear infinite;
	animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}
.align-baseline {
	vertical-align: baseline !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-text-bottom {
	vertical-align: text-bottom !important;
}
.align-text-top {
	vertical-align: text-top !important;
}
.bg-primary {
	background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #0062cc !important;
}
.bg-secondary {
	background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #545b62 !important;
}
.bg-success {
	background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34 !important;
}
.bg-info {
	background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b !important;
}
.bg-warning {
	background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #d39e00 !important;
}
.bg-danger {
	background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130 !important;
}
.bg-light {
	background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5 !important;
}
.bg-dark {
	background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124 !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.border {
	border: 1px solid #dee2e6 !important;
}
.border-top {
	border-top: 1px solid #dee2e6 !important;
}
.border-right {
	border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
	border-left: 1px solid #dee2e6 !important;
}
.border-0 {
	border: 0 !important;
}
.border-top-0 {
	border-top: 0 !important;
}
.border-right-0 {
	border-right: 0 !important;
}
.border-bottom-0 {
	border-bottom: 0 !important;
}
.border-left-0 {
	border-left: 0 !important;
}
.border-primary {
	border-color: #007bff !important;
}
.border-secondary {
	border-color: #6c757d !important;
}
.border-success {
	border-color: #28a745 !important;
}
.border-info {
	border-color: #17a2b8 !important;
}
.border-warning {
	border-color: #ffc107 !important;
}
.border-danger {
	border-color: #dc3545 !important;
}
.border-light {
	border-color: #f8f9fa !important;
}
.border-dark {
	border-color: #343a40 !important;
}
.border-white {
	border-color: #fff !important;
}
.rounded-sm {
	border-radius: 0.2rem !important;
}
.rounded {
	border-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
	border-top-right-radius: 0.25rem !important;
}
.rounded-top {
	border-top-left-radius: 0.25rem !important;
}
.rounded-right {
	border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
	border-bottom-left-radius: 0.25rem !important;
}
.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
}
.rounded-left {
	border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
	border-radius: 0.3rem !important;
}
.rounded-circle {
	border-radius: 50% !important;
}
.rounded-pill {
	border-radius: 50rem !important;
}
.rounded-0 {
	border-radius: 0 !important;
}
.d-none {
	display: none !important;
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.embed-responsive-4by3::before {
	padding-top: 75%;
}
.embed-responsive-1by1::before {
	padding-top: 100%;
}
.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}
.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}
.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}
.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}
.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}
@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-none {
	float: none !important;
}
@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}
@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}
@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}
@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}
.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;
}
.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}
.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.position-static {
	position: static !important;
}
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}
.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
.fixed-top {
	top: 0;
}
.fixed-bottom {
	bottom: 0;
}
@supports (position: -webkit-sticky) or (position: sticky) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}
.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
	box-shadow: none !important;
}
.w-25 {
	width: 25% !important;
}
.w-50 {
	width: 50% !important;
}
.w-75 {
	width: 75% !important;
}
.w-100 {
	width: 100% !important;
}
.w-auto {
	width: auto !important;
}
.h-25 {
	height: 25% !important;
}
.h-50 {
	height: 50% !important;
}
.h-75 {
	height: 75% !important;
}
.h-100 {
	height: 100% !important;
}
.h-auto {
	height: auto !important;
}
.mw-100 {
	max-width: 100% !important;
}
.mh-100 {
	max-height: 100% !important;
}
.min-vw-100 {
	min-width: 100vw !important;
}
.min-vh-100 {
	min-height: 100vh;
	min-height: -webkit-fill-available;
	min-height: -moz-available;
	min-height: -fill-available;
}
.vw-100 {
	width: 100vw !important;
}
.vh-100 {
	height: 100vh !important;
}
.m-0 {
	margin: 0 !important;
}
.mt-0,
.my-0 {
	margin-top: 0 !important;
}
.mr-0,
.mx-0 {
	margin-right: 0 !important;
}
.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
	margin-left: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}
.m-3 {
	margin: 1rem !important;
}
.mt-3,
.my-3 {
	margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}
.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}
.m-4 {
	margin: 1.5rem !important;
}
.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}
.m-5 {
	margin: 3rem !important;
}
.mt-5,
.my-5 {
	margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}
.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}
.p-0 {
	padding: 0 !important;
}
.pt-0,
.py-0 {
	padding-top: 0 !important;
}
.pr-0,
.px-0 {
	padding-right: 0 !important;
}
.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
	padding-left: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.pt-3,
.py-3 {
	padding-top: 1rem !important;
}
.pr-3,
.px-3 {
	padding-right: 1rem !important;
}
.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
	padding-left: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}
.p-5 {
	padding: 3rem !important;
}
.pt-5,
.py-5 {
	padding-top: 3rem !important;
}
.pr-5,
.px-5 {
	padding-right: 3rem !important;
}
.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
	padding-left: 3rem !important;
}
.m-n1 {
	margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}
.m-n2 {
	margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}
.m-n3 {
	margin: -1rem !important;
}
.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}
.m-n4 {
	margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}
.m-n5 {
	margin: -3rem !important;
}
.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}
.m-auto {
	margin: auto !important;
}
.mt-auto,
.my-auto {
	margin-top: auto !important;
}
.mr-auto,
.mx-auto {
	margin-right: auto !important;
}
.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
	margin-left: auto !important;
}
@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -3rem !important;
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.m-md-n3 {
		margin: -1rem !important;
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.m-md-n5 {
		margin: -3rem !important;
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.m-lg-n3 {
		margin: -1rem !important;
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.m-lg-n5 {
		margin: -3rem !important;
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -3rem !important;
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent;
}
.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
	text-align: justify !important;
}
.text-wrap {
	white-space: normal !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}
.text-lowercase {
	text-transform: lowercase !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.font-weight-light {
	font-weight: 300 !important;
}
.font-weight-lighter {
	font-weight: lighter !important;
}
.font-weight-normal {
	font-weight: 400 !important;
}
.font-weight-bold {
	font-weight: 700 !important;
}
.font-weight-bolder {
	font-weight: bolder !important;
}
.font-italic {
	font-style: italic !important;
}
.text-white {
	color: #fff !important;
}
.text-primary {
	color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
	color: #0056b3 !important;
}
.text-secondary {
	color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
	color: #494f54 !important;
}
.text-success {
	color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
	color: #19692c !important;
}
.text-info {
	color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
	color: #0f6674 !important;
}
.text-warning {
	color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
	color: #ba8b00 !important;
}
.text-danger {
	color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a !important;
}
.text-light {
	color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
	color: #cbd3da !important;
}
.text-dark {
	color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
	color: #121416 !important;
}
.text-body {
	color: #212529 !important;
}
.text-muted {
	color: #6c757d !important;
}
.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.text-decoration-none {
	text-decoration: none !important;
}
.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important;
}
.text-reset {
	color: inherit !important;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
@media print {
	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	blockquote,
	pre {
		border: 1px solid #adb5bd;
	}
	thead {
		display: table-header-group;
	}
	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	.container,
	body {
		min-width: 992px !important;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6 !important;
	}
	.table-dark {
		color: inherit;
	}
	.table-dark tbody + tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #dee2e6;
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}
.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
	animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
	animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2);
	animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 3);
	animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay) * 4);
	animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 5);
	animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-duration: calc(var(--animate-duration) / 2);
	animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-duration: calc(var(--animate-duration) * 0.8);
	animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 3);
	animation-duration: calc(var(--animate-duration) * 3);
}
@media (prefers-reduced-motion: reduce), print {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}
	.animate__animated[class*="Out"] {
		opacity: 0;
	}
}
.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}
.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX;
}
.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY;
}
.animate__headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}
.animate__swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}
.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.animate__heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 1.3);
	animation-duration: calc(var(--animate-duration) * 1.3);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown;
}
.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft;
}
.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight;
}
.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp;
}
.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown;
}
.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft;
}
.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight;
}
.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp;
}
.animate__bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-duration: calc(var(--animate-duration) * 0.75);
	animation-duration: calc(var(--animate-duration) * 0.75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
.animate__bounceOut {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-duration: calc(var(--animate-duration) * 0.75);
	animation-duration: calc(var(--animate-duration) * 0.75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}
.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft;
}
.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight;
}
.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft;
}
.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight;
}
.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft;
}
.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight;
}
.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight;
}
.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft;
}
.animate__animated.animate__flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
.animate__flipInX {
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}
.animate__flipInX,
.animate__flipInY,
.animate__flipOutX,
.animate__flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
.animate__flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
.animate__flipOutX,
.animate__flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-duration: calc(var(--animate-duration) * 0.75);
	animation-duration: calc(var(--animate-duration) * 0.75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
}
.animate__flipOutY {
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}
.animate__lightSpeedInLeft,
.animate__lightSpeedInRight {
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
}
.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
}
.animate__lightSpeedOutLeft,
.animate__lightSpeedOutRight {
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
}
.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
}
.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}
.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}
.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}
.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}
.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}
.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}
.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}
.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}
.animate__hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: calc(var(--animate-duration) * 2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}
.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}
.animate__roll {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}
.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}
.animate__zoom {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}
.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	height: 42px;
	line-height: 40px;
	outline: 0;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #ccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: 0;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
	background-color: #f6f6f6;
}
.easy-autocomplete-container ul li b,
.nice-select .option.selected,
.slider-m figure:hover figcaption,
.slider-s figure:hover figcaption {
	font-weight: 700;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
.fancybox-active {
	height: auto;
}
.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}
.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}
.fancybox-container * {
	box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption {
	direction: ltr;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-toolbar {
	opacity: 0;
	position: absolute;
}
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}
.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fancybox-toolbar {
	right: 0;
	top: 0;
}
.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}
.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}
.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}
.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}
.fancybox-slide--image:before {
	display: none;
}
.fancybox-slide--html {
	padding: 6px;
}
.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
.fancybox-image,
.fancybox-slide--image .fancybox-content,
.fancybox-spaceball {
	background: 0;
	left: 0;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: visible;
	transform-origin: top left;
	transition-property: transform, opacity;
	z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}
.fancybox-can-zoom .fancybox-content {
	cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
	cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
	border: 0;
	height: 100%;
	margin: 0;
	max-height: none;
	width: 100%;
}
.fancybox-spaceball {
	z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}
.fancybox-slide--video .fancybox-content {
	background: #000;
}
.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}
.fancybox-iframe,
.fancybox-video {
	background: 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}
.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}
.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
	color: #ccc;
}
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}
.fancybox-button:hover {
	color: #fff;
}
.fancybox-button:focus {
	outline: 0;
}
.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0;
}
.fancybox-button div {
	height: 100%;
}
.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}
.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none;
}
.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}
.fancybox-close-small {
	background: 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}
.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small,
.menu-mobile nav {
	display: none;
}
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}
.fancybox-navigation .fancybox-button div {
	padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}
.fancybox-caption {
	background: linear-gradient(0, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}
@supports (padding: max(0)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}
.fancybox-caption--separate {
	margin-top: -50px;
}
.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}
.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}
.fancybox-loading {
	animation: a 1s linear infinite;
	background: 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	.fancybox-slide--image {
		padding: 6px 0;
	}
	.fancybox-close-small {
		right: -6px;
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
	@supports (padding: max(0)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}
.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}
.fancybox-share p {
	margin: 0;
	padding: 0;
}
.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}
.fancybox-share__button:hover {
	text-decoration: none;
}
.fancybox-share__button--fb {
	background: #3b5998;
}
.fancybox-share__button--fb:hover {
	background: #344e86;
}
.fancybox-share__button--pt {
	background: #bd081d;
}
.fancybox-share__button--pt:hover {
	background: #aa0719;
}
.fancybox-share__button--tw {
	background: #1da1f2;
}
.fancybox-share__button--tw:hover {
	background: #0d95e8;
}
.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}
.fancybox-share__button svg path {
	fill: #fff;
}
.fancybox-share__input {
	background: 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%;
}
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}
.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}
.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}
.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}
.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
	opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}
@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}
:root {
	--mm-ocd-width: 80%;
	--mm-ocd-min-width: 200px;
	--mm-ocd-max-width: 440px;
}
body.mm-ocd-opened {
	overflow-y: hidden;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}
.mm-ocd--open .mm-ocd__backdrop:after,
body.mm-ocd-opened .close_canvas_menu {
	display: block;
}
.mm-ocd__backdrop:after,
body .close_canvas_menu {
	position: absolute;
	color: #bdbcbc;
	top: 30px;
	display: none;
}
body .close_canvas_menu {
	right: 45px;
	opacity: 1;
	z-index: 99999;
	font-size: 16px;
}
.close_canvas_menu:hover {
	text-decoration: none;
	color: #bdbcbc;
}
.mm-ocd {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	-webkit-transition-property: bottom, background-color;
	-o-transition-property: bottom, background-color;
	transition-property: bottom, background-color;
	-webkit-transition-duration: 0s, 0.3s;
	-o-transition-duration: 0s, 0.3s;
	transition-duration: 0s, 0.3s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-delay: 0.45s, 0.15s;
	-o-transition-delay: 0.45s, 0.15s;
	transition-delay: 0.45s, 0.15s;
	background-color: transparent;
}
.mm-ocd--open {
	bottom: 0;
	background: rgba(48, 48, 48, 0.75);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.mm-ocd__content {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 80%;
	width: var(--mm-ocd-width);
	min-width: 200px;
	min-width: var(--mm-ocd-min-width);
	max-width: 440px;
	max-width: var(--mm-ocd-max-width);
	background: #fff;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mm-ocd__backdrop {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	width: calc(100% - 80%);
	width: calc(100% - var(--mm-ocd-width));
	min-width: calc(100% - 440px);
	min-width: calc(100% - var(--mm-ocd-max-width));
	max-width: calc(100% - 200px);
	max-width: calc(100% - var(--mm-ocd-min-width));
	background: 0;
}
.mm-ocd__backdrop:after {
	content: "";
	font-family: "ds" !important;
	left: 50%;
	width: 16px;
	height: 16px;
	z-index: 99999999;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
	right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
	left: 0;
}
.mm-spn,
.mm-spn li {
	padding: 0;
}
.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
	display: block;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--mm-spn-item-height: 50px;
	--mm-spn-item-indent: 20px;
	--mm-spn-line-height: 24px;
}
.mm-spn,
.mm-spn ul {
	-webkit-overflow-scrolling: touch;
}
.mm-spn {
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.mm-spn ul {
	position: fixed;
	top: 0;
	left: 100%;
	bottom: 0;
	z-index: 2;
	width: 130%;
	padding: 0 30% 0 0;
	line-height: 24px;
	line-height: var(--mm-spn-line-height);
	overflow: visible;
	overflow-y: auto;
	background: inherit;
	-webkit-transition: left 0.3s ease 0s;
	-o-transition: left 0.3s ease 0s;
	transition: left 0.3s ease 0s;
	cursor: default;
	background-color: #fff;
}
.mm-spn ul:after {
	content: "";
	display: block;
	height: 50px;
	height: var(--mm-spn-item-height);
}
.mm-spn ul.mm-spn--open,
.mm-spn > ul {
	left: 0;
}
.mm-spn ul.mm-spn--parent {
	left: -30%;
	overflow-y: hidden;
}
.mm-spn li {
	position: relative;
	background: inherit;
	cursor: pointer;
}
.mm-spn li:before {
	font-family: "ds" !important;
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	right: 20px;
	z-index: 0;
	width: 10px !important;
	height: 10px;
	opacity: 1;
	color: #bdbcbc;
	font-size: 13px;
}
.mm-spn li:after {
	content: "";
	display: block;
	margin-left: var(--mm-spn-item-indent);
	border-top: 1px solid #dcdcdc;
	opacity: 1;
	width: auto;
	margin: 0 20px;
}
.mm-spn a {
	background: inherit;
	text-decoration: none;
}
.mm-spn a,
.mm-spn span {
	position: relative;
	z-index: 1;
	line-height: 1.4;
	font-size: 16px;
	color: #303030;
}
.mm-spn a:not(:last-child) {
	width: calc(100% - 50px);
	width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-right: 1px solid;
	opacity: 0.15;
}
.mm-spn span {
	background: 0;
}
.mm-spn.mm-spn--navbar {
	cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
	content: "TERUG";
	display: block;
	position: absolute;
	opacity: 1;
	font-size: 12px;
	margin-top: 0;
	top: 20px;
	letter-spacing: 0.24px;
	text-transform: uppercase;
	background-image: url(../images/arrow_back_mb.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	background-size: 20px;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
	cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
	content: none;
	display: none;
}
.mm-spn.mm-spn--navbar:after {
	content: attr(data-mm-spn-title);
	display: block;
	overflow: unset;
	white-space: unset;
	-o-text-overflow: unset;
	text-overflow: unset;
	color: #303030;
	opacity: 1;
	font-size: 22px;
	height: auto;
	line-height: 1.4;
	position: static;
	text-align: left;
	padding-left: 0 !important;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
	padding-left: 20px;
	padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
	top: 51px;
	top: calc(var(--mm-spn-item-height) + 1px);
	margin-top: calc(var(--mm-spn-item-height) + 15px);
}
.mm-spn.mm-spn--navbar.mm-spn--main ul {
	margin-top: 24px;
}
.mm-spn.mm-spn--navbar ul:before {
	content: "";
	position: fixed;
	top: inherit;
	z-index: 2;
	width: 100%;
	border-top: 1px solid currentColor;
	opacity: 0.15;
	display: none;
}
.mm-spn.mm-spn--light {
	color: #303030;
	background: #fff;
	padding: 49px 20px 0;
}
.mm-spn.mm-spn--light.mm-spn--main {
	color: #303030;
	background: #fff;
	padding: 20px;
}
.mm-spn.mm-spn--dark {
	color: #ddd;
	background: #333;
}
.mm-spn.mm-spn--vertical {
	overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
	width: 100%;
	padding-right: 0;
	position: static;
}
.mm-spn.mm-spn--vertical ul ul {
	display: none;
	padding-left: 20px;
	padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
	height: 25px;
	height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
	display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
	-webkit-transform: rotate(135deg) translate(-50%, 0);
	-ms-transform: rotate(135deg) translate(-50%, 0);
	transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
	content: none;
	display: none;
}
.menu-mobile {
	text-align: center;
}
.menu-mobile.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.menu-mobile-icon {
	display: block;
	width: 23px;
	height: 16px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 58.5px;
	left: 20px;
	color: #303030;
	z-index: 999;
	text-align: center;
}
.header .middle-header .icons-list li a,
.menu-mobile-icon span {
	font-size: 12px;
	color: #303030;
}
.menu-mobile-icon:hover {
	color: #303030;
	text-decoration: none;
}
@media screen and (max-width: 375px) {
	body .close_canvas_menu {
		right: 25px;
	}
}
@font-face {
	font-family: "ds";
	src: url(fonts/ds.eot);
	src: url(fonts/ds.eot?#iefix) format("embedded-opentype"), url(fonts/ds.ttf) format("truetype"), url(fonts/ds.woff) format("woff"), url(fonts/ds.svg?#iefix) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
	font-family: "ds" !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-info_fill:before {
	content: "";
}
.icon-star_empty:before {
	content: "";
}
.icon-alert-triangle1:before {
	content: "";
}
.icon-tool:before {
	content: "";
}
.icon-smile-64:before {
	content: "";
}
.icon-file-text:before {
	content: "";
}
.icon-delivery1:before {
	content: "";
}
.icon-Pfad-23587:before {
	content: "";
}
.icon-list:before {
	content: "";
}
.icon-edit:before {
	content: "";
}
.icon-breadcrumb_arrow:before {
	content: "";
}
.icon-home:before {
	content: "";
}
.icon-success:before {
	content: "";
}
.icon-left-arrow:before {
	content: "";
}
.icon-menu_arrow:before {
	content: "";
}
.icon-smiley:before {
	content: "";
}
.icon-info_2:before {
	content: "";
}
.icon-bulb:before {
	content: "";
}
.icon-trash:before {
	content: "";
}
.icon-product_line_basic:before {
	content: "";
}
.accordion-module .card-header.is--active button:after,
.icon-minus:before {
	content: "";
}
.icon-alert-triangle:before {
	content: "";
}
.icon-configure:before {
	content: "";
}
.icon-confirmation:before {
	content: "";
}
.icon-location1:before {
	content: "";
}
.icon-quality_2:before {
	content: "";
}
.icon-consulting:before {
	content: "";
}
.icon-coupon:before {
	content: "";
}
.icon-delivery:before {
	content: "";
}
.icon-faq:before {
	content: "";
}
.icon-measurement:before {
	content: "";
}
.icon-measurement_guide:before {
	content: "";
}
.icon-montage:before {
	content: "";
}
.icon-old_furniture_disposal:before {
	content: "";
}
.icon-quality_1:before {
	content: "";
}
.icon-reorder_parts:before {
	content: "";
}
.icon-sample:before {
	content: "";
}
.icon-screen_consulting:before {
	content: "";
}
.icon-account:before {
	content: "";
}
.icon-arrow_forward:before {
	content: "";
}
.icon-calendar:before {
	content: "";
}
.icon-cart:before {
	content: "";
}
.icon-cash:before {
	content: "";
}
.icon-check:before {
	content: "";
}
.icon-chevron_down:before {
	content: "";
}
.icon-chevron_up:before {
	content: "";
}
.icon-close:before {
	content: "";
}
.icon-credit_card:before {
	content: "";
}
.icon-door_closed:before {
	content: "";
}
.icon-door_open:before {
	content: "";
}
.icon-filter:before {
	content: "";
}
.icon-heart:before {
	content: "";
}
.icon-invoice:before {
	content: "";
}
.icon-location:before {
	content: "";
}
.icon-mail:before {
	content: "";
}
.icon-menu:before {
	content: "";
}
.icon-phone:before {
	content: "";
}
.icon-plus:before {
	content: "";
}
.icon-return:before {
	content: "";
}
.icon-search:before {
	content: "";
}
.icon-security:before {
	content: "";
}
.icon-sort:before {
	content: "";
}
.icon-star:before {
	content: "";
}
.icon-whatsapp:before {
	content: "";
}
.checkbox-container {
	padding-top: 2px;
	min-height: 25px;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
}
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 5px;
	border: 1px solid transparent;
}
.checkbox-container:hover input ~ .checkmark,
.checkmark {
	background-color: #f2f2f2;
}
.checkbox-container input:checked ~ .checkmark {
	background-color: #f2f2f2;
}
.checkmark:after,
.radioBtn:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-container input:checked ~ .checkmark:after,
.radioBtn-container input:checked ~ .radioBtn:after,
.radioBtnImage input:checked + .radioBtnImageLabel:after {
	display: block;
}
.checkbox-container .checkmark:after {
	left: 5px;
	top: 5px;
	width: 8px;
	height: 14px;
	content: "";
	font-family: "ds";
	transform: unset;
	color: #409ed6;
	font-size: 10px;
	border: 0;
}
.light-gray-bg .checkmark,
.light-gray-bg .radioBtn {
	background-color: #fff;
	border-color: #dcdcdc;
}
.light-gray-bg .checkbox-container:hover input ~ .checkmark,
.light-gray-bg input:checked ~ .checkmark {
	background-color: #fff;
}
.radioBtn-container {
	min-height: 25px;
	padding-top: 2px;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
}
.radioBtn-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.radioBtn {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	border: 1px solid transparent;
}
.radioBtn,
.radioBtn-container:hover input ~ .radioBtn {
	background-color: #f2f2f2;
}
.radioBtn-container input:checked ~ .radioBtn {
	background-color: #f2f2f2;
}
.radioBtn-container .radioBtn:after {
	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #409ed6;
}
.light-gray-bg .radioBtn-container:hover input ~ .radioBtn,
.light-gray-bg input:checked ~ .radioBtn {
	background-color: #fff;
}
.bg-position-center {
	background-position: center center !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
	color: #303030;
}
.h1,
.h1-shadow,
h1 {
	font-size: 44px;
	line-height: 1.1;
}
.h1-shadow {
	text-shadow: 0 0 20px #000000e6;
	color: #fff;
}
.h1-subtitle {
	font-size: 22px;
	line-height: 1.4;
	color: #676767;
}
.text-black {
	color: #000;
}
.h2,
.stage-1 .stage-1-caption h1,
h2 {
	font-size: 30px;
	line-height: 1.2;
}
.h2-subtitle {
	font-size: 16px;
	line-height: 1.4;
	color: #676767;
}
.h3,
.h3-subtitle {
	font-size: 22px;
	line-height: 1.4;
}
.h3-subtitle {
	font-size: 16px;
	color: #676767;
}
h3 {
	font-size: 22px;
}
.h4 {
	font-size: 20px;
}
.h4,
.h5,
figcaption,
h3,
h4,
h5 {
	line-height: 1.4;
}
h4 {
	font-size: 20px;
}
.h5,
h5 {
	font-size: 16px;
	font-weight: 700;
}
figcaption {
	font-size: 14px;
	color: #676767;
}
.font-11 {
	font-size: 11px;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px !important;
}
.font-16,
.header .middle-header .icons-list .item-heart i {
	font-size: 16px;
}
.font-24 {
	font-size: 24px;
}
.font-26 {
	font-size: 26px;
}
.font-28 {
	font-size: 28px;
}
.font-arial {
	font-family: "Arial", sans-serif;
}
.primary-btn,
.secondary-btn {
	border: 1px solid transparent;
}
.inactive-btn,
.primary-btn,
.secondary-btn {
	padding: 6px 20px;
	min-height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.4;
	transition: unset;
}
.primary-btn:hover,
.secondary-btn:hover {
	color: #fff;
}
.primary-btn {
	color: #fff;
	text-shadow: 1px 1px 1px #00000033;
	background: linear-gradient(180deg, #61b7ea 0, #519dcb 100%) 0 0 no-repeat padding-box;
}
.primary-btn:hover {
	background: linear-gradient(180deg, #54a3d3 0, #468db7 100%) 0 0 no-repeat padding-box;
}
.secondary-btn {
	background: 0;
	color: #303030;
	border: 1px solid rgba(48, 48, 48, 0.5);
}
.secondary-btn:hover {
	padding: 6px 21px;
	border-color: transparent;
	text-shadow: 1px 1px 1px #00000033;
	background: linear-gradient(180deg, #61b7ea 0, #519dcb 100%) 0 0 no-repeat padding-box;
}
.secondary-btn.secondary-btn-white {
	color: #fff;
	border: 1px solid #fff;
}
.secondary-btn-link {
	font-size: 15px;
	color: #676767;
	padding: 0;
	text-decoration: underline;
}
.secondary-btn-link:hover {
	color: #409ed6;
	text-decoration: underline;
}
.inactive-btn {
	border: 1px solid #dcdcdc;
	background: linear-gradient(180deg, #f7f7f7 0, #ececec 100%) 0 0 no-repeat padding-box;
	color: #bdbcbc;
}
.inactive-btn:hover {
	color: #bdbcbc;
}
.inactive-btn.disabled {
	opacity: 1;
}
.ds-blue,
.ds-blue-hover:hover {
	color: #409ed6;
}
.ds-blue-bg,
.ds-blue-bg-hover:hover {
	background-color: #409ed6;
}
.ds-black,
.ds-black-hover:hover {
	color: #303030;
}
.ds-black-bg,
.ds-black-bg-hover:hover {
	background-color: #303030;
}
.ds-gray,
.ds-gray-hover:hover,
.header .middle-header .icons-list li.item-user:hover .login-dropdown-menu a {
	color: #676767;
}
.ds-signal-red,
.ds-signal-red-hover:hover {
	color: #ba3a47;
}
.ds-gray-bg,
.ds-gray-bg-hover:hover {
	background-color: #676767;
}
.ds-yellow,
.ds-yellow-hover:hover {
	color: #f3ae00;
}
.ds-yellow-bg,
.ds-yellow-bg-hover:hover {
	background-color: #f3ae00;
}
.signal-red,
.signal-red-hover:hover {
	color: #ba3a47;
}
.signal-red-bg,
.signal-red-bg-hover:hover {
	background-color: #ba3a47;
}
.ds-green,
.ds-green-hover:hover {
	color: #709a00;
}
.middle-gray1,
.middle-gray1-hover:hover {
	color: #bdbcbc;
}
.middle-gray1-bg,
.middle-gray1-bg-hover:hover {
	background-color: #bdbcbc;
}
.middle-gray2,
.middle-gray2-hover:hover {
	color: #dcdcdc;
}
.middle-gray2-bg,
.middle-gray2-bg-hover:hover {
	background-color: #dcdcdc;
}
.light-gray,
.light-gray-hover:hover {
	color: #f2f2f2;
}
.dropdown_multi_option .list li:hover,
.light-gray-bg,
.light-gray-bg-hover:hover {
	background-color: #f2f2f2;
}
.white-bg,
.white-bg-hover:hover {
	background-color: #fff;
}
.body-text-big,
.body-text-small {
	font-size: 16px;
	line-height: 1.4;
	color: #676767;
}
.body-text-small {
	font-size: 14px;
}
.link,
body {
	color: #676767;
}
.link {
	text-decoration: underline;
}
.link:hover,
.secondary-link {
	color: #409ed6;
}
.secondary-link:hover {
	color: #409ed6;
	text-decoration: underline;
}
.del-text,
del {
	color: #989898;
}
.flex-center {
	flex-direction: column;
}
.flex-center,
.quick-config-item {
	text-align: center;
}
.text_phone_icon i {
	margin-right: 6px;
}
.icon-red {
	color: #bb5a57;
}
.icon-blue {
	color: #409ed6;
}
.icon-yellow {
	color: #d4b465;
}
.img-flag,
body.add-overlay {
	position: relative;
}
.img-flag_icon {
	position: absolute;
	top: 0;
	left: 33px;
	font-size: 53px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-8 {
	margin-bottom: 8px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-5px {
	margin-bottom: 5px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mRight-20,
.mr-20 {
	margin-right: 20px !important;
}
.mr-5px {
	margin-right: 5px;
}
.mr-1px {
	margin-right: 1px;
}
.mx-minus-4 {
	margin-left: -4px;
	margin-right: -4px;
}
.mt-1px {
	margin-top: 1px;
}
.ml-1px {
	margin-left: 1px;
}
.mt-2px {
	margin-top: 2px;
}
.mt-4px {
	margin-top: 4px;
}
.mr-10 {
	margin-right: 10px;
}
#banner-rabatt-aktion .danke .danke-text p,
.mb-10,
.radioBtnImage .radioBtnImageLabel img {
	margin-bottom: 10px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-0 {
}
.pb-120 {
	padding-bottom: 120px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
@media all and (min-width: 768px) {
	.pl-md-50 {
		padding-left: 50px;
	}
}
.pt-40 {
	padding-top: 40px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pl-40 {
	padding-left: 40px;
}
.pr-40 {
	padding-right: 40px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pl-30 {
	padding-left: 30px;
}
.pr-30 {
	padding-right: 30px;
}
.padding-30 {
	padding: 30px;
}
.pl-20 {
	padding-left: 20px;
}
.pr-20 {
	padding-right: 20px;
}
.pb-20 {
	padding-bottom: 20px;
}
.padding-20 {
	padding: 20px;
}
.padding-15 {
	padding: 15px;
}
.pl-15 {
	padding-left: 15px;
}
.pr-15 {
	padding-right: 15px;
}
.padding-10 {
	padding: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pr-10 {
	padding-right: 10px;
}
.pt-10 {
	padding-top: 10px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pt-0 {
}
.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.px-15 {
	padding-right: 15px;
	padding-left: 15px;
}
.px-10 {
	padding-right: 10px;
	padding-left: 10px;
}
.mx-minus-10 {
	margin-right: -10px;
	margin-left: -10px;
}
.mx-minus-15 {
	margin-right: -15px;
	margin-left: -15px;
}
.pt-20 {
	padding-top: 20px;
}
.divider-30 {
	height: 30px;
}
.divider-60 {
	height: 60px;
}
body {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
body.add-overlay {
	overflow: hidden;
}
body.add-overlay:after {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 99;
}
@media screen and (min-width: 1200px) {
	.container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width: 1600px) {
	.container {
		max-width: 1600px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
.container-shadow {
	-webkit-box-shadow: 0 0 20px #c8c8c8;
	-moz-box-shadow: 0 0 20px #c8c8c8;
	box-shadow: 0 0 20px #c8c8c8;
}
@media screen and (max-width: 995px) {
	.container-shadow {
		box-shadow: unset;
	}
	.container-shadow:after,
	.container-shadow:before {
		display: none;
	}
}
.form-control {
	background-color: #f2f2f2;
	border-radius: 5px;
	padding: 9px 20px;
	height: 35px;
	color: #303030;
	border: 1px solid transparent;
}
.form-control:focus {
	color: #303030;
	border: 1px solid transparent;
	outline: unset;
	box-shadow: unset;
	background-color: #f2f2f2;
}
.opacity-50 {
	opacity: 0.5 !important;
}
textarea.form-control {
	min-height: 130px;
	padding: 9px 20px;
}
.radioBtnImage input {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.radioBtnImage input:checked + .radioBtnImageLabel {
	border-color: transparent;
}
.radioBtnImage .radioBtnImageLabel {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background-color: #fff;
	padding: 15px;
	text-align: center;
	color: #303030;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}
.radioBtnImage .radioBtnImageLabel:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 4px solid #409ed6;
	border-radius: 4px;
	display: none;
}
.radioBtnImage .radioBtnImageLabel:hover {
	border-color: transparent;
}
.dropdown_multi_option .list li.selected:after,
.radioBtnImage .radioBtnImageLabel:hover:after {
	display: block;
}
.light-gray-bg .radioBtnImage .radioBtnImageLabel:hover,
.light-gray-bg .radioBtnImage input:checked + .radioBtnImageLabel {
	border-color: #f2f2f2;
}
.form-text {
	margin-top: 8px;
	font-size: 12px;
}
.custom-config-input {
	width: 101px;
	position: relative;
}
.custom-config-input .cm {
	position: absolute;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #dadada;
	height: 33px;
	top: 1px;
	right: 0;
	bottom: 0;
	background-color: #f2f2f2;
	border-radius: 0 5px 5px 0;
	width: 41px;
	justify-content: center;
	display: flex;
	align-items: center;
	color: #303030;
	font-size: 16px;
}
.dropdown_multi_option {
	padding: 0;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	position: relative;
	cursor: pointer;
}
.dropdown_multi_option.scrollY .list {
	height: 336px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.dropdown_multi_option:before {
	content: "";
	font-family: "ds";
	position: absolute;
	left: 20px;
	font-size: 12px;
}
.dropdown_multi_option:after {
	font-family: "ds";
	content: "";
	color: #bdbcbc;
	font-size: 7px;
	right: 20px;
	position: absolute;
	top: 0;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.dropdown_multi_option .current {
	color: #303030;
	margin-left: 48px;
	font-size: 16px;
}
.dropdown_multi_option .list,
.dropdown_multi_option .reset {
	display: none;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	position: relative;
}
.dropdown_multi_option .list {
	border-radius: 5px 5px 0 0;
	margin-top: 5px;
	margin-bottom: 0;
	left: 0;
	z-index: 9;
	border-bottom-color: #fff;
}
.dropdown_multi_option .list li {
	padding: 0 20px;
	height: 40px;
	color: #303030;
	position: relative;
	margin-bottom: 2px;
	display: flex;
	align-items: center;
}
.dropdown_multi_option .list li:after {
	font-family: "ds";
	content: "";
	position: absolute;
	right: 20px;
	font-size: 11px;
	top: 2px;
	color: #303030;
	display: none;
}
.dropdown_multi_option .list li.selected {
	background-color: #f2f2f2;
	font-weight: 700;
}
.dropdown_multi_option .reset {
	font-size: 14px;
	color: #676767;
	text-decoration: underline;
	padding: 2.5px 20px;
	border-radius: 0 0 5px 5px;
	z-index: 999;
}
.dropdown_multi_option .reset:hover {
	color: #409ed6;
}
.dropdown_multi_option .reset.show {
	display: block;
}
.dropdown_multi_option .image-pattern-bg {
	width: 20px;
	height: 20px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 10px;
}
.dropdown_multi_option.opened:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.light-gray-bg .dropdown_multi_option {
	background-color: #fff;
}
.light-gray-bg .custom-config-input .cm {
	top: 0;
	height: 35px;
	border: 1px solid #dadada;
}
.input-with-icon {
	position: relative;
}
.input-with-icon .form-control {
	padding-left: 44px;
}
.input-map-icon::before {
	content: "";
	position: absolute;
	left: 20px;
	font-family: "ds" !important;
	top: 7px;
}
.is-error-input + .cm,
.light-gray-bg .is-error-input + .cm {
	border-color: #ba3a47 #ba3a47 #ba3a47 #dadada;
	border-right: 1px solid #ba3a47;
}
.is-error-input,
.light-gray-bg .is-error-input {
	border-color: #ba3a47 !important;
}
.is-error-text {
	color: #ba3a47 !important;
}
.h-35 {
	height: 35px;
}
form ::-webkit-input-placeholder {
	color: #676767 !important;
	opacity: 1 !important;
}
form :-ms-input-placeholder {
	color: #676767 !important;
	opacity: 1 !important;
}
form ::placeholder {
	color: #676767 !important;
	opacity: 1 !important;
}
form input:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
	color: #303030 !important;
	opacity: 1 !important;
}
.search-bar input:focus:-moz-placeholder,
.search-bar textarea:focus:-moz-placeholder,
form input:focus:-moz-placeholder,
form textarea:focus:-moz-placeholder {
	color: #303030 !important;
	opacity: 1 !important;
}
form input:focus::-moz-placeholder,
form textarea:focus::-moz-placeholder {
	color: #303030 !important;
	opacity: 1 !important;
}
.search-bar input:focus:-ms-input-placeholder,
.search-bar textarea:focus:-ms-input-placeholder,
form input:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
	color: #303030 !important;
	opacity: 1 !important;
}
.light-gray-bg .form-control,
.light-gray-bg .nice-select.custom-nice-select {
	background-color: #fff;
	border: 1px solid #dcdcdc;
}
.light-gray-bg .form-control:focus,
.light-gray-bg .nice-select.custom-nice-select:focus {
	border: 1px solid #dcdcdc;
	background-color: #fff;
}
.light-gray-bg .calendar-line-icon {
	background-color: #dcdcdc;
}
.openTimepicker {
	position: absolute;
	top: 15px;
	right: 20px;
	padding: 0;
	width: 15px;
	height: 15px;
	border: 0;
}
.openTimepicker:after {
	content: "";
	font-family: "ds" !important;
	right: 0;
	position: absolute;
	top: 0;
	font-size: 7px;
	color: #bdbcbc;
	font-weight: 700;
}
.modal-content {
	box-shadow: 0 3px 16px #00000029;
	border: 0;
	border-radius: 0;
}
.modal-content button.close {
	opacity: 1;
	color: #bdbcbc;
	font-size: 14px;
	right: 20px;
	top: 20px;
	position: absolute;
	padding: 0;
	margin: 0;
}
.modal-content button:focus {
	outline: 0;
}
.modal-header {
	z-index: 9;
}
.timepicker--active,
.timepicker--disabled {
	position: relative;
}
.timepicker--active:before,
.timepicker--disabled:before {
	position: absolute;
	top: 13px;
	right: 20px;
	color: #bdbcbc;
	display: inline-block;
	font-size: 7px;
	font-weight: 700;
	content: "";
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	-o-transition: 0.15s;
	transition: 0.15s;
	font-family: "ds" !important;
}
.timepicker--active:before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.form-control::-webkit-input-placeholder {
	color: #ddd;
}
.form-control::-moz-placeholder {
	color: #ddd;
}
.form-control:-moz-placeholder {
	color: #ddd;
}
.form-control:-ms-input-placeholder {
	color: #ddd;
}
.text-underline-hover-none:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: unset;
}
.slick-slide:focus {
	outline: 0;
}
.slick-dots {
	position: relative;
	bottom: 0;
	display: flex;
	margin-top: 16px;
	justify-content: center;
}
.planning-card_carousel .slick-dots li button:before,
.slick-dots li,
.slick-dots li button {
	width: 10px;
	height: 10px;
}
#menu > ul > li > span > a,
.slick-dots li button {
	padding: 0;
}
.slick-dots li:only-child {
	display: none;
}
.slick-arrow {
	width: 50px;
	height: 50px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.9);
}
.slick-arrow.slick-prev {
	left: 0;
}
.slick-arrow.slick-prev:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.slick-arrow.slick-next {
	right: 0;
}
.slick-arrow.slick-next:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.slick-arrow.slick-disabled {
	display: none !important;
}
.slick-arrow:before {
	content: "";
	border: solid #bdbcbc;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 6px;
	opacity: 1;
}
.slick-arrow:focus,
.slick-arrow:hover {
	background-color: rgba(255, 255, 255, 0.9);
}
.extra-hidden-text {
	display: none;
}
.show-more-text {
	color: #409ed6;
}
#banner-rabatt-aktion .font-size-11 a,
.show-more-text:hover {
	color: #409ed6;
	text-decoration: none;
}
.text-underline,
.text-underline-hover:hover {
	text-decoration: underline !important;
}
.slider-on-mobile .slick-list {
	padding-right: 20%;
}
.border-bottom-hover,
.header .middle-header .icons-list li.item-user {
	position: relative;
}
.border-bottom-hover:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background-color: #409ed6;
	display: none;
}
.border-bottom-hover:hover:after {
	display: block;
}
.header .top-header {
	background-color: #f8f8f8;
	height: 39px;
}
.header .top-header .container {
	height: 100%;
	padding: 0 40px;
}
.header .top-header .row {
	height: 100%;
	margin-left: 0;
	margin-right: 0;
}
.header .top-header .top-header-stars {
	height: 16px;
	width: 88px;
	background-position: -214px -27px;
	position: relative;
	top: 2px;
}
.header .top-header .dropdown-toggle {
	background-color: #f4f4f4;
	border-radius: 5px;
	border: 1px solid #dadada;
	font-size: 12px;
	color: #303030;
	width: 100px;
	height: 29px;
	margin: 0 5px;
	background-repeat: no-repeat;
	background-position: 89%;
	background-size: 12px 6px;
	padding: 0 17px 0 0;
	position: relative;
}
.header .middle-header .search-form i,
.header .top-header .dropdown-toggle:after {
	position: absolute;
	top: 50%;
	color: #303030;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.header .top-header .country_select_custom .selected-flag .arrow,
.header .top-header .dropdown-toggle:after {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.header .top-header .dropdown-toggle:after {
	display: inline-block;
	margin: 0 !important;
	right: 10px;
	font-size: 6px;
	padding: 0;
	content: "";
	font-family: "ds" !important;
	border: 0;
	font-weight: 700;
}
.header .top-header .dropdown-toggle.opened:after {
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-moz-transform: translate(0, -50%) rotate(180deg);
	-o-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
}
.header .top-header .dropdown-menu {
	min-width: 100px;
	max-width: 92px;
	padding: 0;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
	left: 5px;
}
.header .top-header .dropdown-item {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color: #676767;
}
.header .top-header .dropdown-item.selected {
	color: #303030;
	background-color: rgba(0, 0, 0, 0.05);
}
.header .top-header .dropdown-item:active {
	background-color: transparent;
}
.header .top-header .country_select_custom .selected-flag .arrow,
.header .top-header .country_select_custom .selected-flag .arrow.up {
	border-color: #676767;
}
.header .top-header-right {
	align-items: center;
	justify-content: flex-end;
}
.header .middle-header {
	height: 76px;
	position: relative;
	box-shadow: 0 3px 6px #00000029;
}
.header .middle-header .container,
.header .middle-header .container-fluid {
	position: relative;
	height: 100%;
	padding: 0 40px;
}
.header .middle-header .middle-header--logo {
	margin-right: 30px;
	display: inline-block;
	width: 19%;
}
.header .middle-header .middle-header--logo .middle-header--logo-image {
	height: 36px;
}
.header .middle-header .left-menu-search {
	display: none;
}
.header .middle-header .menu-btn {
	padding: 0;
	position: absolute;
	left: 15px;
	flex-direction: column;
	display: none;
}
.header .middle-header .menu-btn .menu-btn-text {
	font-size: 12px;
	margin-top: 3px;
}
.header .middle-header .trusted-shop-image {
	height: 68px;
	width: 68px;
}
.header .middle-header .search-form {
	position: relative;
	width: 21%;
	display: none;
}
.header .middle-header .search-form .form-control {
	height: 50px;
	border: 1px solid #dadada;
	font-size: 16px;
	padding: 0 20px;
	background-color: transparent;
	box-shadow: unset;
}
.header .middle-header .search-form i {
	font-size: 19px;
	right: 20px;
}
.header .middle-header .icons-list {
	justify-content: flex-end;
	align-items: center;
}
.header .middle-header .icons-list .item-cart i,
.header .middle-header .icons-list .item-user i {
	font-size: 21px;
}
.header .middle-header .icons-list .item-search i {
	font-size: 16px;
}
.header .middle-header .icons-list .icons-list-icon {
	width: 20px;
	text-align: center;
	margin: 0 auto;
}
.header .middle-header .icons-list li {
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 12px;
	color: #303030;
	margin-left: 30px;
}
.header .middle-header .icons-list li.item-user .login-dropdown-menu {
	border: 1px solid #dcdcdc;
	position: absolute;
	background-color: #fff;
	z-index: 999;
	top: 100%;
	right: 0;
	min-width: 180px;
	text-align: left;
	margin-top: 10px;
	display: none;
}
.header .middle-header .icons-list li.item-user .login-dropdown-menu li {
	width: 100%;
	margin-left: 0 !important;
	display: block !important;
}
.header .middle-header .icons-list li.item-user .login-dropdown-menu a {
	display: block;
	padding: 7px 15px;
	color: #676767;
	font-size: 12px;
}
.header .middle-header .icons-list li.item-user .login-dropdown-menu a:hover {
	color: #409ed6 !important;
	text-decoration: none;
}
.header .middle-header .icons-list li:hover a {
	text-decoration: none;
	color: #303030;
}
.header .middle-header .icons-list li i,
.header .middle-header .icons-list li:hover .btn,
.header .middle-header .icons-list li:hover i {
	color: #303030;
}
.header .middle-header .icons-list li a:hover {
	text-decoration: none;
}
.header .middle-header .icons-list li .value {
	margin: 0;
	background-color: #409ed6;
	color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	position: absolute;
	right: -9px;
	top: -4px;
	display: inline-block;
}
.header .middle-header .icons-list .header-right--text {
	margin-top: 4px;
	color: #303030;
}
.header .middle-header .item-search {
	cursor: pointer;
}
.header .middle-header .item-search i {
	font-size: 14px;
}
.header .middle-header .icons-right {
	display: inline-block;
}
.header .middle-header .middle-header--text {
	display: inline-block;
	width: 16%;
	margin-right: 30px;
}
.header .middle-header .middle-header--trusted-shop {
	display: inline-block;
	width: 7%;
	margin-right: 0;
	margin-left: auto;
}
.header .middle-header .search-form-big {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 30px;
	display: none;
	left: auto;
	z-index: 10;
}
.header .middle-header .search-form-big ::-webkit-input-placeholder {
	color: #bdbcbc !important;
	opacity: 1 !important;
}
.header .middle-header .search-form-big :-ms-input-placeholder {
	color: #bdbcbc !important;
	opacity: 1 !important;
}
.header .middle-header .search-form-big ::placeholder {
	color: #bdbcbc !important;
	opacity: 1 !important;
}
.header .middle-header .search-form-big .form-control {
	height: 50px;
	top: 0;
	font-size: 30px;
	padding-left: 46px;
}
.header .middle-header .search-form-big .form-control:focus {
	border: 1px solid #dadada;
	background-color: #fff;
}
.header .middle-header .search-form-big .close-icon-img i,
.header .middle-header .search-form-big .search-icon-img i {
	font-size: 16px;
	position: absolute;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.header .middle-header .search-form-big .search-icon-img i {
	top: 51%;
	left: 20px;
	color: #303030;
}
.header .middle-header .search-form-big .close-icon-img i {
	right: 20px;
	top: 50%;
	width: 15px;
	cursor: pointer;
	color: #dcdcdc;
}
.header .main-navigation {
	background: linear-gradient(180deg, #f6f6f6 0, #dfdfdf 100%) 0 0 no-repeat padding-box;
	box-shadow: 0 3px 6px #00000029;
	height: 42px;
	border: 1px solid #d9d9d9;
	border-right: 0;
	border-left: 0;
	position: relative;
	z-index: 11;
}
.header .main-navigation .container {
	padding: 0 40px;
}
.header .main-navigation .row {
	margin: 0;
}
.header .main-navigation .navbar-nav {
	justify-content: space-between;
}
.header .main-navigation .menu-area {
	background: unset;
}
.header .main-navigation .dropdown-toggle:after {
	display: none;
}
.header .main-navigation li {
	height: 41px;
	border: 1px solid transparent;
	border-top: 0;
	border-bottom: 0;
}
.header .main-navigation li.home i {
	font-size: 24px;
	position: relative;
	top: 6px;
}
.header .main-navigation li:first-child.active {
	border-left: 0;
}
.header .main-navigation li:last-child.active {
	border-right: 0;
}
.header .main-navigation li.active,
.header .main-navigation li:hover {
	border-color: #d9d9d9;
}
.header .main-navigation li.active:hover .dropdown-menu a {
	color: #225370;
}
.header .main-navigation li.active .dropdown-menu a:hover {
	color: #dcae14;
}
.header .main-navigation li.active a {
	color: #dcae14;
	background-color: #f8f8f8;
}
.header .main-navigation li a {
	line-height: 41px;
	color: #225370;
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	padding: 0 13px;
}
.header .main-navigation li a:focus,
.header .main-navigation li a:hover {
	color: #dcae14;
	background-color: #f8f8f8 !important;
	text-decoration: none;
}
.header .main-navigation li:hover ul li {
	border-color: #ddd;
}
.header .main-navigation li:hover a {
	background-color: #f8f8f8 !important;
}
.header .main-navigation li ul {
	padding: 0 13px;
	background: #f8f8f8 !important;
	box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.5) !important;
}
.header .main-navigation li ul li {
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #ddd;
	height: auto;
}
.header .main-navigation li ul li:last-child {
	border-bottom: 0;
}
.header .main-navigation li ul a {
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 0;
	padding: 0;
	line-height: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.header .main-navigation li a {
		font-size: 11px;
	}
}
@media screen and (min-width: 992px) {
	.header .middle-header .middle-header--logo {
		width: 23%;
		margin-right: 25px;
	}
	.header .middle-header .middle-header--text {
		width: 13%;
	}
}
@media screen and (max-width: 1199.98px) {
	.header .middle-header .middle-header--text img {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	.header .middle-header .middle-header--text {
		width: 15%;
	}
}
@media screen and (max-width: 991.98px) {
	.header .middle-header .middle-header--logo {
		margin-right: 0;
		display: inline-block;
		width: auto;
		margin-left: 50px;
	}
	.header .middle-header .middle-header--trusted-shop {
		width: auto;
	}
	.header .middle-header .middle-header--text {
		display: none;
	}
	.header .middle-header .menu-btn {
		display: inline-block;
		height: 35px;
		left: 0;
	}
	.header .middle-header .menu-btn i {
		color: #303030;
		font-size: 14px;
	}
	.header .middle-header .menu-btn .menu-btn-text {
		margin-top: 0;
		display: block;
	}
}
@media screen and (max-width: 767.98px) {
	.header .middle-header .icons-list .header-right--text {
		display: none;
	}
}
@media screen and (min-width: 1440px) {
	.header.header-full-width .middle-header .middle-header--logo {
		width: 19%;
	}
	.header.header-full-width .middle-header .middle-header--text {
		width: 12%;
	}
	.header.header-full-width .middle-header .icons-list li.item-search {
		display: none;
	}
	.header.header-full-width .middle-header .search-form {
		width: 23%;
		display: block;
	}
}
@media screen and (min-width: 1600px) {
	.header .main-navigation .container,
	.header .middle-header .container,
	.header .top-header .container {
		padding: 0 30px;
	}
}
@media screen and (max-width: 992px) {
	.header .main-navigation .container,
	.header .middle-header .container,
	.header .top-header .container {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1439px) {
	.header .middle-header .search-form-big {
		transform: unset;
		width: 100%;
		top: 124px;
		z-index: 2;
		background-color: #fff;
	}
	.header .middle-header .search-form-big .form-control {
		border-left: 0;
		border-right: 0;
		border-top: 0;
		border-radius: 0;
	}
	.header .middle-header .search-form-big .form-control:focus {
		border: 0;
		border-bottom: 1px solid #dcdcdc;
		background-color: #fff;
	}
}
@media screen and (max-width: 992px) {
	.header .middle-header .search-form-big {
		top: 83px;
	}
}
@media screen and (max-width: 576px) {
	.header .middle-header .icons-list li {
		margin-left: 13px;
	}
	.header .middle-header .search-form-big {
		top: 64px;
	}
	.header .middle-header .search-form-big .search-icon-img {
		display: none;
	}
	.header .middle-header .search-form-big .form-control {
		height: 50px;
		top: 0;
		font-size: 16px;
		padding-left: 20px;
		background-color: transparent;
		border: 0;
		border-bottom: 1px solid #dcdcdc;
		box-shadow: unset;
		border-radius: 0;
	}
}
@media screen and (max-width: 575.98px) {
	.header .middle-header {
		height: 57px;
	}
	.header .middle-header .container {
		padding: 0 15px;
	}
	.header .middle-header .menu-btn .menu-btn-text,
	.header .middle-header .middle-header--trusted-shop {
		display: none;
	}
	.header .middle-header .menu-btn {
		height: 12px;
	}
	.header .middle-header .middle-header--logo {
		margin-left: 78px;
	}
	.header .middle-header .middle-header--logo .middle-header--logo-image {
		height: 26px;
	}
	.header .middle-header .icons-list .item-search {
		position: absolute;
		margin: 0;
		left: 48px;
	}
	.header .menu-mobile-icon {
		left: 15px;
	}
}
@media screen and (max-width: 414px) {
	.header .middle-header .container,
	.header .top-header .container {
		padding: 0 15px;
	}
}
@media screen and (max-width: 413.98px) {
	.header .middle-header .icons-list .item-heart,
	.header .middle-header .icons-list .item-user {
		display: none;
	}
	.header .middle-header .middle-header--logo {
		margin-left: 65px;
	}
}
@media screen and (max-width: 992px) {
	.menu-mobile-icon {
		left: 20px;
	}
}
@media screen and (max-width: 414px) {
	.menu-mobile-icon {
		left: 15px;
	}
}
@media screen and (min-width: 576px) {
	.menu-mobile-icon {
		width: 30px;
	}
}
.menu-mobile-icon i {
	font-size: 13px;
}
.mm-spn .customer-area-li {
	display: none;
}
.customer-area-inside .dropdown-item:after,
.mm-spn .customer-area-li:after,
.mm-spn .customer-area-li:before {
	display: none !important;
}
.mm-spn .customer-li {
	display: none;
	border-top: 3px solid #dcdcdc;
	margin-top: -1px !important;
}
.customer-area-inside {
	padding: 15px 20px 0;
}
.customer-area-inside .dropdown .dropdown-toggle {
	background-color: #f4f4f4;
	border: 1px solid #dadada;
	color: #303030;
	padding: 8px 10px;
	line-height: 1;
	font-size: 14px;
	width: 141px;
	margin-right: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 89%;
	background-size: 12px 6px;
	text-align: left;
	position: relative;
}
.customer-area-inside .dropdown .dropdown-toggle:after {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: inline-block;
	position: absolute;
	margin: 0 !important;
	right: 10px;
	top: 50%;
	font-size: 6px;
	padding: 0;
	content: "";
	font-family: "ds" !important;
	color: #676767;
	border: 0;
	font-weight: 700;
}
.customer-area-inside .dropdown.show .dropdown-toggle:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.customer-area-inside .dropdown-menu {
	border: 0;
}
.customer-area-inside .dropdown-menu.show {
	min-width: 141px;
	max-width: 100%;
	padding: 0;
	border: 0;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16) !important;
	border-radius: 5px 5px 0 0;
	top: -94px;
}
.customer-area-inside .flag-dropdown {
	background-color: #f4f4f4 !important;
	height: 32px !important;
}
.customer-area-inside .arrow {
	border: solid #676767 !important;
	border-width: 0 2px 2px 0 !important;
	right: 7px !important;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.customer-area-inside .dropdown-item {
	font-size: 14px;
	color: #303030;
	padding: 6px 10px;
	display: block;
	width: 100% !important;
	border: 1px solid #ddd;
	border-bottom: 0;
	border-top: 0;
}
.customer-area-inside .dropdown-item.selected {
	color: #303030;
	background-color: rgba(0, 0, 0, 0.05);
}
.customer-area-inside .dropdown-item:last-child {
	border-bottom: 0;
}
.customer-area-inside .dropdown-item:first-child {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top: 1px solid #ddd;
}
@media screen and (max-width: 575.98px) {
	.mm-spn .customer-area-li,
	.mm-spn .customer-li {
		display: block;
	}
}
.mm-spn--main .country-select .selected-flag .flag {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.mm-spn--main .country-select .flag {
	margin-top: 0 !important;
}
.mm-spn--main .country-select,
.mm-spn--main .country-select .custom_country_select {
	height: 32px;
}
.mm-spn--main .country-select .arrow {
	padding: 3px;
	margin-top: -2px !important;
	-webkit-transform: rotate(-135deg) !important;
	-moz-transform: rotate(-135deg) !important;
	-o-transform: rotate(-135deg) !important;
	transform: rotate(-135deg) !important;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.mm-spn--main .country-select .arrow.up {
	margin-top: -6px !important;
	-webkit-transform: rotate(45deg) !important;
	-moz-transform: rotate(45deg) !important;
	-o-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}
.mm-spn--main .country-select .country-list {
	height: 152px;
	top: -152px !important;
	left: 0;
	margin-top: 0 !important;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border: 1px solid #ddd !important;
	width: 60px !important;
	text-align: center;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16) !important;
}
.mm-spn--main .country-select .country-list:after,
.mm-spn--main .country-select li:after,
.mm-spn--main .country-select li:before {
	display: none;
}
.mm-spn--main .country-select .country-list .country {
	padding: 0 10px;
	display: flex;
	align-items: center;
	height: 30px;
	justify-content: center;
}
.mm-spn--main .country-select .country-name {
	font-size: 0;
	padding: 0;
}
.country_select_custom .country-select.inside .flag-dropdown:hover .selected-flag,
.custom-breadCrumb .breadcrumb {
	background-color: transparent;
}
.custom-breadCrumb .breadcrumb-item,
.custom-breadCrumb a {
	font-size: 11px;
	color: rgba(103, 103, 103, 0.5);
	text-transform: uppercase;
	line-height: 1;
}
.custom-breadCrumb .breadcrumb-item {
	font-weight: 700;
	padding-left: 0;
	padding-right: 9px;
}
.custom-breadCrumb .breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	content: "›";
	vertical-align: top;
	line-height: 9px;
	padding-right: 0.5rem;
	color: rgba(103, 103, 103, 0.5);
}
.custom-breadCrumb a,
.easy-autocomplete-container ul li.selected div,
.slider-m__product-teaser figure:hover figcaption {
	font-weight: 400;
}
.custom-breadCrumb a:hover {
	text-decoration: none;
	color: #409ed6;
}
.custom-breadCrumb a.link-back {
	float: left;
	color: #303030;
	margin-right: 10px;
}
@media screen and (max-width: 575.98px) {
	.custom-breadCrumb .breadcrumb-item {
		color: #303030;
		display: none;
	}
	.custom-breadCrumb .breadcrumb-item.active {
		display: flex;
		font-weight: 400;
	}
	.custom-breadCrumb .breadcrumb-item.active:before {
		padding-right: 8px;
		color: #303030;
		content: "";
		font-family: "ds";
		font-size: 9px;
		position: relative;
		top: 1px;
	}
}
.country_select_custom .custom_country_select {
	font-size: 0;
	width: 60px;
	height: 29px;
	padding: 0 !important;
	margin: 0;
	border: 0;
	border-radius: 0;
	top: -4px;
	background-color: transparent;
}
.country_select_custom .custom_country_select:focus {
	outline: 0;
}
.country_select_custom .country-select {
	height: 29px;
}
.country_select_custom .country-select .country-list {
	z-index: 99;
	font-size: 0;
	overflow: hidden;
	width: 100%;
	top: 28px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #ddd;
	border-top: 0;
}
.country_select_custom .country-select .country {
	padding: 8px 10px;
	text-align: center;
}
.country_select_custom .country-select .flag {
	margin-top: 0 !important;
}
.country_select_custom .country-select.inside .flag-dropdown {
	border: 1px solid #dadada;
	border-radius: 5px;
	background-color: #f4f4f4;
	width: 60px;
	height: 29px;
}
.country_select_custom .country-select.inside .flag-dropdown:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.country_select_custom .country-select.inside .flag-dropdown .flag {
	margin: 5px 0 0;
	background-image: url(../images/ds_sprites.png);
	height: 15px;
	width: 23px;
	background-size: unset;
}
.country_select_custom .country-select.inside .flag-dropdown .flag.de {
	background-position: -6px -75px;
}
.country_select_custom .country-select.inside .flag-dropdown .flag.ch {
	background-position: -73px -76px;
}
.country_select_custom .country-select.inside .flag-dropdown .flag.at {
	background-position: -35px -75px;
}
.country_select_custom .country-select.inside .flag-dropdown .flag.nl {
	background-position: -105px -75px;
}
.country_select_custom .country-select.inside .flag-dropdown .flag.be {
	background-position: -143px -75px;
}
.country_select_custom .country-select.inside .flag-dropdown .flag.lu {
	background-position: -175px -75px;
}
.country_select_custom .country-select .selected-flag {
	width: 100%;
	padding: 0 0 0 7px;
}
.country_select_custom .country-select .selected-flag .flag {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.country_select_custom .country-select .selected-flag .arrow {
	border: solid #bdbcbc;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	margin-top: -5px;
	right: 9px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.country_select_custom .country-select .selected-flag .arrow.up {
	margin-top: -2px;
	border: solid #bdbcbc;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.country_select_custom .country-select .selected-flag:focus {
	outline: 0;
}
.menu-area {
	background: 0;
}
.dropdown-menu {
	padding: 0;
	margin: 0;
	border: 0 solid;
	border: 0 solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.mainmenu a,
.mainmenu ul li a,
.navbar-default .navbar-nav > li > a,
.navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
	font-size: 16px;
	padding: 16px 15px;
	display: block !important;
}
.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:focus,
.mainmenu li a:hover,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
	color: #fff;
	background: #f8f8f8;
	outline: 0;
}
.mainmenu .collapse ul ul ul > li:hover > a,
.mainmenu .collapse ul > li:hover > a {
	background: #676767;
}
.mainmenu .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
	background: #676767;
}
.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu,
.mainmenu .collapse ul ul ul.dropdown-menu,
.mainmenu .collapse ul ul.dropdown-menu {
	background: #f8f8f8;
}
.mainmenu {
	background: 0;
	border: 0 solid;
	margin: 0;
	padding: 0;
	min-height: 20px;
	width: 100%;
}
@media only screen and (min-width: 767px) {
	.mainmenu .collapse ul li:hover > ul,
	.mainmenu .collapse ul ul li:hover > ul,
	.mainmenu .collapse ul ul ul li:hover ul {
		display: block;
	}
	.mainmenu .collapse ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 250px;
		display: none;
	}
	.mainmenu .collapse ul ul li,
	.mainmenu .collapse ul ul ul li {
		position: relative;
	}
	.mainmenu .collapse ul ul ul,
	.mainmenu .collapse ul ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 250px;
		display: none;
	}
	.mainmenu .collapse ul ul ul ul {
		left: -100%;
		z-index: 1;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
		padding: 16px 15px 16px 35px;
	}
	.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding: 16px 15px 16px 45px;
	}
}
.search-bar {
	position: relative;
}
.search-bar .form-control {
	border-radius: 5px;
	padding: 9px 20px;
	height: 35px;
	border: 1px solid #dcdcdc;
	color: #303030;
	background-color: #fff;
}
.search-bar .form-control:focus {
	outline: 0;
	box-shadow: unset;
	border: 1px solid #dcdcdc;
}
.search-bar i {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.search-bar ::-webkit-input-placeholder {
	color: #676767 !important;
	opacity: 1 !important;
}
.search-bar :-ms-input-placeholder {
	color: #676767 !important;
	opacity: 1 !important;
}
.search-bar ::placeholder {
	color: #676767 !important;
	opacity: 1 !important;
}
.search-bar input:focus::-webkit-input-placeholder,
.search-bar textarea:focus::-webkit-input-placeholder {
	color: #303030 !important;
	opacity: 1 !important;
}
.search-bar input:focus::-moz-placeholder,
.search-bar textarea:focus::-moz-placeholder {
	color: #303030 !important;
	opacity: 1 !important;
}
.chips,
.chips .chip-item {
	align-items: center;
	justify-content: center;
}
.chips {
	display: flex;
	flex-wrap: wrap;
}
.chips .chip-item {
	margin: 0 5px 10px;
	font-size: 16px;
	line-height: 1.4;
	border-radius: 18px;
	padding: 9px 15px;
	border: 1px solid #dcdcdc;
	display: inline-flex;
	height: 35px;
	color: #303030;
}
.chips .chip-item.is--active,
.chips .chip-item:hover {
	background-color: #409ed6;
	border-color: #409ed6;
	color: #fff;
	text-decoration: none;
}
.accordion-module.accordion-small .btn-link {
	font-size: 16px;
	min-height: 53px;
}
.accordion-module.accordion-big .btn-link {
	font-size: 20px;
	font-weight: 400;
	min-height: 58px;
	line-height: 1.4 !important;
}
.accordion-module .card {
	margin-top: 15px;
	border: 0;
	border-radius: 0;
}
.accordion-module .card:first-child {
	margin-top: 0;
}
.accordion-module .card-header {
	background-color: #f2f2f2;
	border-bottom: 0;
	padding: 0;
	position: relative;
}
.accordion-module .card-header button {
	position: relative;
	padding: 18px 47px 18px 20px;
	border-radius: 0;
}
.accordion-module .card-header button:after {
	font-family: "ds" !important;
	content: "";
	position: absolute;
	top: 32px;
	width: 17px;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #bdbcbc;
	font-size: 16px;
}
.accordion-module .card-body {
	padding: 0 20px 22px;
	background-color: #f2f2f2;
}
.accordion-module .btn-link {
	color: #303030;
	font-weight: 700;
	padding: 0;
	border: 0;
}
.accordion-module .btn-link:hover {
	text-decoration: none;
}
.accordion-module .btn-link:focus {
	text-decoration: none;
}
.newsletter-banner img {
	max-height: 225px;
}
@media screen and (max-width: 375px) {
	.newsletter-banner img {
		height: auto;
		max-height: unset;
	}
}
.stage-1.stage-1-green .stage-1-caption {
	background-color: #5e672c;
}
.stage-1.stage-1-green .secondary-btn-white:hover {
	color: #5e672c;
}
.stage-1.stage-1-blue .stage-1-caption {
	background-color: #47677c;
}
.stage-1.stage-1-blue .secondary-btn-white:hover {
	color: #47677c;
}
.stage-1.stage-1-light-green .stage-1-caption {
	background-color: #506b5c;
}
.stage-1.stage-1-light-green .secondary-btn-white:hover {
	color: #506b5c;
}
.stage-1.stage-1-brown .stage-1-caption {
	background-color: #8b7b6e;
}
.stage-1.stage-1-brown .secondary-btn-white:hover {
	color: #8b7b6e;
}
.stage-1 .stage-1-caption {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 0 40px 0 60px;
	background-color: #5e672c;
}
.stage-1 .stage-1-bg {
	height: 414px;
}
.stage-1 .secondary-btn-white:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #5e672c;
}
.stage-1 .slick-arrow {
	width: 50px;
	height: 50px;
	z-index: 1;
	background-color: transparent;
}
.stage-1 .slick-arrow.slick-prev {
	left: 0;
}
.stage-1 .slick-arrow.slick-prev:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.stage-1 .slick-arrow.slick-next {
	right: 0;
}
.stage-1 .slick-arrow.slick-next:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.stage-1 .slick-arrow.slick-disabled {
	display: none !important;
}
.stage-1 .slick-arrow:before {
	content: "";
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 6px;
	opacity: 1;
	text-shadow: 1px 0 3px #00000033;
}
.stage-1 .slick-arrow:hover {
	background-color: transparent;
}
.banner-s .banner-s-badge {
	background-color: #409ed6;
	color: #fff;
	width: 110px;
	height: 110px;
	display: inline-block;
	border-radius: 50%;
	padding: 25px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	right: 25px;
	top: 10px;
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	transform: rotate(12deg);
}
.banner-s .banner-s-right-bg {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
}
.banner-l .banner-l-badge {
	background-color: #409ed6;
	color: #fff;
	width: 110px;
	height: 110px;
	display: inline-block;
	border-radius: 50%;
	padding: 25px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	right: 25px;
	top: 10px;
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	transform: rotate(12deg);
}
.banner-l .banner-l-right-bg {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	position: relative;
}
.banner-l .banner-l-right-bg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(90deg, #f2f2f2 0, #f2f2f200 100%) 0 0 no-repeat padding-box;
	width: 35%;
}
.list {
	padding: 0;
	list-style: none;
}
.list li {
	display: flex;
	justify-content: flex-start;
}
.list li:before {
	transform: translateY(7px);
}
.list_checkmark li:before {
	content: "";
	display: inline-block;
	font-size: 9px;
	margin-right: 8px;
	font-family: "ds" !important;
	color: #409ed6;
	font-weight: 700;
}
.list_dots li:before {
	content: "";
	display: inline-block;
	background: #676767;
	border-radius: 50%;
}
.list_big,
.list_small {
	font-size: 16px;
	line-height: 1.4;
}
.list_small {
	font-size: 14px;
}
.list_big li {
	margin-bottom: 5px;
}
.list_big li:before {
	margin-right: 10px;
}
.list_big.list_dots li:before {
	width: 6px;
	height: 6px;
	margin-right: 10px;
}
.list_small li {
	margin-bottom: 3px;
}
.list_small.list_dots li:before {
	width: 5px;
	height: 5px;
	margin-right: 8px;
}
.list.list_checkmark_center li {
	justify-content: center;
}
.list.list_number {
	list-style-type: decimal;
	padding-left: 20px;
}
.list.list_number li {
	display: list-item;
}
.list.list_number li:before,
.product-item-card:hover .product-item-bg {
	display: none;
}
.product-teaser {
	width: 100%;
	background-color: #000;
	position: relative;
}
.product-teaser_big {
	padding-top: 100%;
}
.product-teaser_small {
	padding-top: -moz-calc(50% - 0.65rem);
	padding-top: -webkit-calc(50% - 0.65rem);
	padding-top: -o-calc(50% - 0.65rem);
	padding-top: calc(50% - 0.65rem);
	margin-bottom: 20px;
}
.product-teaser img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-teaser figcaption {
	position: absolute;
	bottom: 15px;
	left: 15px;
	background: #fff;
	max-width: 310px;
}
@media all and (max-width: 480px) {
	.product-teaser figcaption {
		right: 15px;
	}
}
.product-item-card {
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-item-card .product-item-bg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	height: 146px;
	margin-bottom: 20px;
}
.product-item-card a:hover {
	outline: 0;
}
.product-item-card .btn {
	transition: unset;
}
.product-item-card .product-item-bg-hover {
	display: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	height: 146px;
	margin-bottom: 20px;
}
.product-item-card h4 {
	font-size: 22px;
	color: #303030;
}
.product-item-card p {
	color: #676767;
	font-size: 14px;
}
.product-item-card:hover {
	box-shadow: 0 3px 12px #0000001a;
}
.product-item-card:hover .product-item-bg-hover {
	display: block;
}
.product-item-card:hover a,
.slider-xl-custom-pagination .slick-dots li a:hover {
	text-decoration: none;
}
.product-item-card:hover .btn {
	color: #fff;
	border: 1px solid transparent;
	background: linear-gradient(180deg, #61b7ea 0, #519dcb 100%) 0 0 no-repeat padding-box;
}
.product-item-card .product-options {
	display: flex;
	justify-content: space-around;
}
.product-item-card .product-sm-option-bg {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin: 0 auto 6px;
	border-radius: 50%;
	border: 1px solid #dcdcdc;
}
.product-item-card .product-sm-option {
	color: #5c5c5c;
	font-size: 10px;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 5px;
}
@media screen and (max-width: 1024px) {
	.product-item-card:hover {
		box-shadow: unset;
	}
	.product-item-card:hover .product-item-bg {
		display: block;
	}
	.product-item-card:hover .product-item-bg-hover {
		display: none;
	}
	.product-item-card:hover .btn {
		background: 0;
		color: #303030;
		border: 1px solid rgba(48, 48, 48, 0.5);
	}
}
@media screen and (max-width: 767.98px) {
	.product-item-card .product-item-bg {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 413px) {
	.product-item-card {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 375px) {
	.product-item-card {
		padding: 20px;
	}
	.product-item-card .product-sm-option {
		font-size: 9px;
		margin-bottom: 10px;
	}
}
.product-teaser-slider .slick-list {
	padding: 15px;
}
.product-teaser-slider .slick-arrow {
	transform: unset;
	top: 83px;
}
#product-modal .modal-content,
.slider-xl_slide {
	position: relative;
}
.slider-xl_slide .circle-fluid {
	position: absolute;
}
.slider-xl_slide .circle-fluid__1 {
	top: 50%;
	left: 20%;
}
.slider-xl_slide .circle-fluid__2 {
	top: 30%;
	left: 50%;
}
.slider-xl_slide .circle {
	background: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	height: 30px;
	width: 30px;
	z-index: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.slider-xl_slide .circle:after {
	position: absolute;
	content: "";
	border-radius: 50%;
	width: 15px;
	height: 15px;
	left: 6px;
	top: 6px;
}
.slider-xl_slide .circle__yellow:after {
	background-color: #ffbf25;
}
.slider-xl_slide .circle__blue:after {
	background-color: #409ed6;
}
.slider-xl_slide .circle-content {
	display: none;
	background-color: #fff;
	width: 254px;
	box-shadow: 0 3px 6px #00000029;
}
.product-teaser-md > img,
.slider-m .product-teaser-md > img,
.slider-xl_slide .circle-content img {
	width: 100%;
}
.slider-xl_slide .circle-content p {
	color: #bababa;
	font-size: 14px;
	line-height: 21px;
}
.circle-content_absolute {
	position: absolute;
	z-index: 20;
	background: #fff;
	width: 254px;
	box-shadow: 0 3px 6px #00000029;
}
.circle-content_absolute .circle-content,
.easy-autocomplete a,
.evaluation .based-reviews a,
.product-hover_active figcaption span,
.quick-config-slider-item p span {
	display: block;
}
@media all and (max-width: 620px) {
	.circle-content_absolute {
		left: 50% !important;
		top: 0 !important;
		transform: translateX(-50%);
	}
}
.slider-m .slick-next,
.slider-m .slick-prev,
.slider-s .slick-next,
.slider-s .slick-prev {
	top: 35%;
	transform: translate(0, -35%);
	z-index: 10;
}
.slider-m figure img,
.slider-s figure img {
	width: 100%;
	border-bottom: 3px solid transparent;
}
.slider-m figure figcaption,
.slider-s figure figcaption {
	font-size: 16px;
	color: #303030;
}
.slider-m figure:hover img,
.slider-s figure:hover img {
	border-bottom: 3px solid #409ed6;
}
.slider-m .category-teaser,
.slider-s .category-teaser {
	padding-top: 0;
	height: 270px;
}
.slider-xl-custom-pagination .slick-dots {
	position: absolute;
	top: -10px;
	bottom: auto;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #bdbcbc;
}
.slider-xl-custom-pagination .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}
.slider-xl-custom-pagination .slick-dots li a {
	color: #303030;
	font-size: 16px;
	line-height: 1.4;
	padding: 10px;
	margin-right: 30px;
	border-bottom: 3px solid transparent;
}
.slider-xl-custom-pagination .slick-dots li.slick-active a,
.slider-xl-custom-pagination__dots .slider-xl_slide-pagination.slick-current p {
	font-weight: 700;
	border-bottom: 3px solid #409ed6;
}
.slider-xl-custom-pagination__dots .slider-xl_slide-pagination {
	padding: 10px 15px;
}
.slider-xl-custom-pagination__dots .slider-xl_slide-pagination p {
	display: inline-block;
	color: #303030;
	font-size: 16px;
	line-height: 1.4;
	border-bottom: 3px solid transparent;
}
@media all and (min-width: 580px) {
	.slider-xl-custom-pagination__dots .slick-track {
		width: 100% !important;
		transform: none !important;
		display: flex;
		justify-content: center;
	}
}
@media all and (max-width: 580px) {
	.slider-xl-custom-pagination__dots .slick-list {
		padding-right: 20%;
	}
	.slider-xl-custom-pagination__dots .slider-xl_slide-pagination p {
		text-align: center;
	}
}
.custom-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #bdbcbc;
}
.custom-tabs_link {
	color: #303030;
	font-size: 16px;
	line-height: 1.4;
	padding: 10px;
	margin-right: 30px;
	border-bottom: 3px solid transparent;
}
.custom-tabs_link:hover {
	text-decoration: none;
	border-bottom: 3px solid #409ed6;
	color: #303030;
}
.custom-tabs_link.active {
	font-weight: 700;
	border-bottom: 3px solid #409ed6;
}
.anchor-links {
	list-style: none;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}
.anchor-links li:not(:last-child) {
	margin-right: 50px;
}
@media all and (max-width: 480px) {
	.anchor-links li {
		flex: 0 0 100%;
		text-align: center;
	}
	.anchor-links li:not(:last-child) {
		margin: 0 15px;
	}
}
.anchor-links li a {
	font-size: 16px;
	line-height: 1.4;
	color: #303030;
}
.slider-m__product-teaser .slick-next,
.slider-m__product-teaser .slick-prev {
	transform: translate(0, 0);
}
.slider-m__product-teaser .slick-slide {
	padding-top: 30px;
	padding-bottom: 30px;
}
.slider-m__product-teaser figure:hover img {
	border-bottom: 3px solid transparent;
}
.product-teaser-md,
.slider-m .product-teaser-md {
	transition: all 0.5s;
}
.product-teaser-md:hover,
.slider-m .product-teaser-md:hover {
	background: #fff;
	padding: 20px;
	margin: -20px;
	box-shadow: 0 3px 12px #0000001a;
}
.product-teaser-md:hover .btn,
.slider-m .product-teaser-md:hover .btn {
	border: 0;
	color: #fff;
	background: linear-gradient(180deg, #54a3d3 0, #468db7 100%) 0 0 no-repeat padding-box;
}
.product-teaser-md .btn,
.slider-m .product-teaser-md .btn {
	transition: unset;
}
.product-teaser-md_colours-item,
.slider-m .product-teaser-md_colours-item {
	text-align: center;
}
.customer-satisfaction,
.product-teaser-md_colours-item:hover img,
.slider-m .product-teaser-md_colours-item:hover img {
	border-bottom: 1px solid #dcdcdc;
}
.product-teaser-md_colours-item img,
.slider-m .product-teaser-md_colours-item img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin: 0 auto 5px;
	border: 1px solid #dcdcdc;
}
.product-teaser-md_colours-item figcaption,
.slider-m .product-teaser-md_colours-item figcaption {
	font-size: 10px;
	line-height: 12px;
}
.product-teaser-md .additional-info,
.slider-m .product-teaser-md .additional-info {
	display: block;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #676767;
}
.product-teaser-md .price,
.slider-m .product-teaser-md .price {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #676767;
	text-align: center;
}
.product-teaser-md .price span,
.slider-m .product-teaser-md .price span {
	color: #989898;
	text-decoration: line-through;
}
.fancy-video {
	display: block;
	position: relative;
}
.fancy-video:after,
.fancy-video:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	height: 20px;
	border-radius: 40%;
	filter: blur(4px);
	z-index: -1;
}
.fancy-video:before {
	left: 0;
	right: 20%;
	transform: rotateZ(-4deg);
	background: #fff;
	background: linear-gradient(90deg, #fff 0, #000 44%);
}
.fancy-video:after {
	left: 20%;
	right: 0;
	transform: rotateZ(4deg);
	background: #000;
	background: linear-gradient(90deg, #000 56%, #fff 100%);
}
.fancy-video .fancy-run {
	width: 80px;
	height: 80px;
	background-color: #409ed6;
	border-radius: 50%;
	box-shadow: 0 0 6px #00000029;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.8;
}
.fancy-video .fancy-run:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-left: 28px solid #fff;
	border-bottom: 18px solid transparent;
	transform: translateX(5px);
}
.star-list {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.star-list .star {
	width: 18px;
	height: 18px;
	position: relative;
}
.star-list .star:before {
	content: "";
	font-family: "ds" !important;
}
.star-list .star:not(:last-child) {
	margin-right: 5px;
}
.star-list .star_blue {
	color: #409ed6;
}
.star-list .star_yellow {
	color: #f3ae00;
}
.star-list .star_yellow-half {
	background: url(../images/star_yellow-half.svg) no-repeat center;
	background-size: contain;
	margin-top: 2px;
}
.slider-m .slider-hover figcaption,
.star-list .star_yellow-half:before {
	display: none;
}
.star-list .star_gray {
	color: #dcdcdc;
}
.star-list .star_yellow-big {
	color: #f3ae00;
}
.star-list .star_gray-big {
	color: #dcdcdc;
}
.star-list_big .star {
	width: 28px;
	height: 28px;
	font-size: 28px;
}
.voice-author {
	font-size: 12px;
	line-height: 16px;
	color: #676767;
	text-align: center;
}
.evaluation {
	border: 1px solid #dcdcdc;
	padding: 40px 20px 0;
}
.evaluation_mark {
	font-size: 16px;
	line-height: 22px;
	color: #303030;
}
.evaluation .based-reviews {
	font-size: 14px;
	line-height: 20px;
}
.evaluation-details {
	padding: 40px 20px;
	margin: 0 -20px;
	position: relative;
	border-top: 1px solid #dcdcdc;
}
.evaluation-details:after {
	background-image: url(../images/ds_icon_triangle.png);
	position: absolute;
	top: -1px;
	left: 50%;
	content: "";
	width: 30px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.evaluation-details_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.evaluation-details_row .evaluation-details_title {
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	color: #303030;
	margin-bottom: 16px;
}
.evaluation-details_row .evaluation-details_mark {
	display: flex;
}
.evaluation-details_row .evaluation-details_mark ul {
	margin-right: 15px;
}
.evaluation-details_row .evaluation-details_mark p {
	font-size: 14px;
	line-height: 22px;
	color: #303030;
}
.slider-m .slider-hover {
	text-align: center;
}
.slider-m .slider-hover img {
	width: auto;
	margin: 0 auto;
}
.product-hover {
	position: absolute;
}
.product-hover_active {
	background: #fff;
	box-shadow: 0 0 15px #00000026;
	z-index: 10;
	text-align: center;
	padding: 20px;
}
@media all and (max-width: 768px) {
	.author-img {
		margin-bottom: 30px;
	}
}
.author-img img {
	margin: 0 auto;
	border-radius: 100%;
	width: 205px;
	height: auto;
	object-fit: cover;
}
@media all and (max-width: 992px) {
	.author-img img {
		width: 196px;
	}
}
.slider-gallery {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.slider-gallery button[data-toggle="modal"] {
	border: 0;
	padding: 0;
}
.slider-gallery button[data-toggle="modal"]:hover {
	outline: 0;
	border-bottom: 3px solid #409ed6;
}
.slider-gallery button[data-toggle="modal"]:focus {
	outline: 0;
}
.slider-gallery_item {
	margin: 10px;
	width: calc(25% - 20px);
}
.modal-extra-lg {
	width: 100%;
	max-width: 1044px;
}
.modal-extra-lg .modal-content {
	padding: 50px 20px 10px;
}
.modal-extra-lg .modal-header {
	padding-bottom: 30px;
	padding-left: 0;
	margin: 0 10px 30px;
	border-bottom: 1px solid #bdbcbc;
	display: flex;
	align-items: center;
}
.modal-extra-lg .modal-header .close {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 16px;
}
.modal-extra-lg .modal-body {
	padding: 0 15px;
}
.modal-back {
	font-size: 12px;
	color: #303030;
	white-space: nowrap;
	text-transform: uppercase;
	position: absolute;
	top: 34px;
}
.modal-back img {
	transform: translateY(-2px);
}
.modal-back:hover {
	color: #303030;
	text-decoration: none;
}
@media all and (max-width: 992px) {
	.modal-back {
		top: 30px;
	}
	#product-modal .modal-content {
		padding-top: 10px;
	}
}
#product-modal .close {
	position: absolute;
	right: 17px;
	top: 17px;
	font-size: 14px;
	z-index: 5;
}
@media all and (max-width: 992px) {
	#product-modal .close {
		right: 8px;
		top: 8px;
	}
}
.modal-content_text {
	padding-top: 20px;
}
.modal-content_text p {
	font-size: 14px;
}
.modal-content_text .product-dimensions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.modal-content_text .product-dimensions p:not(:last-child):after {
	content: "|";
	margin: 0 5px;
}
.feature-item {
	position: relative;
	text-align: center;
}
.feature-item_ico {
	margin: 0 auto -22px;
	background: #f2f2f2;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 4px solid #fff;
	box-shadow: 0 3px 6px #00000029;
	font-size: 44px;
}
.feature-item_ico .icon-quality_2 {
	font-size: 57px;
	margin-left: 15px;
}
.feature-item_image {
	margin: 0 auto -30px;
}
.feature-item_image .feature-item_bg {
	width: 260px;
	height: 260px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin: 0 auto;
	background-size: cover;
	max-width: 100%;
}
.feature-item_image .feature-item_bg,
.feature-item_image img,
.feature-item_text {
	border: 4px solid #fff;
	box-shadow: 0 3px 6px #00000029;
}
.feature-item_image + .feature-item_text {
	margin: 0 auto 30px;
}
.feature-item_text {
	padding: 8px 20px;
	display: inline-flex;
	margin: 0 auto 20px;
	justify-content: center;
	align-items: center;
	background: #f2f2f2;
	border-radius: 31px;
	color: #303030;
}
.feature-item_text p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
}
.benefit-bar,
.benefit-bar li {
	display: flex;
	align-items: center;
}
.benefit-bar {
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding-top: 15px;
	background: rgba(48, 48, 48, 0.75);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
@media all and (max-width: 768px) {
	.benefit-bar {
		position: static;
	}
}
.benefit-bar li {
	margin-right: 30px;
	margin-bottom: 15px;
}
.benefit-bar li h5 {
	color: #fff;
	margin: 0;
}
.benefit-bar li:before {
	content: "";
	display: inline-block;
	font-size: 12px;
	margin-right: 8px;
	font-family: "ds" !important;
	color: #409ed6;
	font-weight: 700;
}
.easy-autocomplete {
	position: relative;
}
.easy-autocomplete input {
	border-color: #dadada;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: unset;
	background-color: #fff;
	color: #303030;
	float: none;
	padding: 6px 12px;
}
.easy-autocomplete input:hover {
	box-shadow: none;
}
.easy-autocomplete input:focus {
	box-shadow: none;
}
.easy-autocomplete.eac-blue-light input:hover,
.easy-autocomplete.eac-blue-light ul {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light input:focus {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul .eac-category,
.easy-autocomplete.eac-blue-light ul li {
	border-color: #66afe9;
}
.easy-autocomplete.eac-blue-light ul .eac-category.selected,
.easy-autocomplete.eac-blue-light ul li.selected {
	background-color: #ecf5fc;
}
.easy-autocomplete.eac-green-light input:hover,
.easy-autocomplete.eac-green-light ul {
	border-color: #41db00;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light input:focus {
	border-color: #41db00;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul .eac-category,
.easy-autocomplete.eac-green-light ul li {
	border-color: #41db00;
}
.easy-autocomplete.eac-green-light ul .eac-category.selected,
.easy-autocomplete.eac-green-light ul li.selected {
	background-color: #9eff75;
}
.easy-autocomplete.eac-red-light input:hover,
.easy-autocomplete.eac-red-light ul {
	border-color: #ff5b5b;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light input:focus {
	border-color: #ff5b5b;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul .eac-category,
.easy-autocomplete.eac-red-light ul li {
	border-color: #ff5b5b;
}
.easy-autocomplete.eac-red-light ul .eac-category.selected,
.easy-autocomplete.eac-red-light ul li.selected {
	background-color: #ff8e8e;
}
.easy-autocomplete.eac-yellow-light input:hover,
.easy-autocomplete.eac-yellow-light ul {
	border-color: #ffdb00;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light input:focus {
	border-color: #ffdb00;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul .eac-category,
.easy-autocomplete.eac-yellow-light ul li {
	border-color: #ffdb00;
}
.easy-autocomplete.eac-yellow-light ul .eac-category.selected,
.easy-autocomplete.eac-yellow-light ul li.selected {
	background-color: #ffe233;
}
.easy-autocomplete.eac-dark-light input:hover,
.easy-autocomplete.eac-dark-light ul {
	border-color: #333;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light input:focus {
	border-color: #333;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark ul,
.easy-autocomplete.eac-dark-light ul .eac-category,
.easy-autocomplete.eac-dark-light ul li {
	border-color: #333;
}
.easy-autocomplete.eac-dark-light ul .eac-category.selected,
.easy-autocomplete.eac-dark-light ul li.selected {
	background-color: #4d4d4d;
	color: #fff;
}
.easy-autocomplete.eac-blue,
.easy-autocomplete.eac-dark,
.easy-autocomplete.eac-dark-glass {
	color: #fff;
}
.easy-autocomplete.eac-dark input {
	background-color: #404040;
	border-radius: 4px;
	box-shadow: none;
	color: #f6f6f6;
}
.easy-autocomplete.eac-dark input:hover {
	border-color: #333;
	box-shadow: none;
}
.easy-autocomplete.eac-dark input:focus {
	border-color: #333;
	box-shadow: none;
}
.easy-autocomplete.eac-dark ul .eac-category,
.easy-autocomplete.eac-dark ul li {
	background-color: #404040;
	border-color: #333;
}
.easy-autocomplete.eac-dark ul .eac-category.selected,
.easy-autocomplete.eac-dark ul li.selected {
	background-color: #737373;
	color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass input {
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	box-shadow: none;
	color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass input:hover {
	border-color: rgba(0, 0, 0, 0.8);
	box-shadow: none;
}
.easy-autocomplete.eac-dark-glass input:focus {
	border-color: rgba(0, 0, 0, 0.8);
	box-shadow: none;
}
.easy-autocomplete.eac-dark-glass ul {
	border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul .eac-category,
.easy-autocomplete.eac-dark-glass ul li {
	background-color: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul .eac-category:last-child,
.easy-autocomplete.eac-dark-glass ul li:last-child {
	border-radius: 0 0 4px 4px;
}
.easy-autocomplete.eac-dark-glass ul .eac-category.selected,
.easy-autocomplete.eac-dark-glass ul li.selected {
	background-color: rgba(64, 64, 64, 0.8);
	color: #f6f6f6;
}
.easy-autocomplete.eac-blue input {
	background-color: #6d9ed1;
	border-radius: 4px;
	box-shadow: none;
	color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
	color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-moz-placeholder {
	color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-moz-placeholder {
	color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
	color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:hover {
	border-color: #5a91cb;
	box-shadow: none;
}
.easy-autocomplete.eac-blue input:focus {
	border-color: #5a91cb;
	box-shadow: none;
}
.easy-autocomplete.eac-blue ul {
	border-color: #5a91cb;
}
.easy-autocomplete.eac-blue ul .eac-category,
.easy-autocomplete.eac-blue ul li {
	background-color: #6d9ed1;
	border-color: #5a91cb;
}
.easy-autocomplete.eac-blue ul .eac-category.selected,
.easy-autocomplete.eac-blue ul li.selected {
	background-color: #94b8dd;
	color: #f6f6f6;
}
.easy-autocomplete-container ul li.selected .eac-item a,
.easy-autocomplete.eac-purple,
.easy-autocomplete.eac-yellow {
	color: #333;
}
.easy-autocomplete.eac-yellow input {
	background-color: #ffdb7e;
	border-color: #333;
	border-radius: 4px;
	box-shadow: none;
	color: #333;
}
.easy-autocomplete.eac-yellow input:hover {
	border-color: #333;
	box-shadow: none;
}
.easy-autocomplete.eac-yellow input:focus {
	border-color: #333;
	box-shadow: none;
}
.easy-autocomplete.eac-purple ul,
.easy-autocomplete.eac-yellow ul {
	border-color: #333;
}
.easy-autocomplete.eac-yellow ul .eac-category,
.easy-autocomplete.eac-yellow ul li {
	background-color: #ffdb7e;
	border-color: #333;
}
.easy-autocomplete.eac-yellow ul .eac-category.selected,
.easy-autocomplete.eac-yellow ul li.selected {
	background-color: #ffe9b1;
	color: #333;
}
.easy-autocomplete.eac-purple input {
	background-color: #d6d1e7;
	border-color: #b8afd5;
	box-shadow: none;
	color: #333;
}
.easy-autocomplete.eac-purple input:hover {
	border-color: #333;
	box-shadow: none;
}
.easy-autocomplete.eac-purple input:focus {
	border-color: #333;
	box-shadow: none;
}
.easy-autocomplete.eac-purple ul .eac-category,
.easy-autocomplete.eac-purple ul li {
	background-color: #d6d1e7;
	border-color: #333;
}
.easy-autocomplete.eac-purple ul .eac-category.selected,
.easy-autocomplete.eac-purple ul li.selected {
	background-color: #ebe8f3;
	color: #333;
}
.easy-autocomplete.eac-bootstrap input {
	border-color: #ccc;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	color: #555;
	padding: 6px 12px;
}
.easy-autocomplete-container {
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}
.easy-autocomplete-container ul {
	background: 0 0 #fff;
	border-top: 1px dotted #ccc;
	display: none;
	position: relative;
	top: -1px;
	border-radius: 10px;
	padding: 8px 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	font-size: 12px;
	background: rgba(255, 255, 255, 0.95);
	margin: 0;
}
.easy-autocomplete-container ul li {
	background: inherit;
	border-image: none;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 0 12px;
	border: 0;
	background: 0;
}
.easy-autocomplete-container ul li:last-child {
	border-radius: 0 0 2px 2px;
}
.easy-autocomplete-container ul li div {
	display: block;
	font-weight: 400;
	word-break: break-all;
}
.easy-autocomplete-container ul .eac-category {
	background: inherit;
	border-image: none;
	display: block;
	font-color: #aaa;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 3px 12px;
	font-style: normal;
	color: #303030;
	background: 0;
	border: 0;
}
.easy-autocomplete-container ul li.selected {
	background: 0 0 #ebebeb;
	cursor: pointer;
}
.eac-description .eac-item span {
	color: #aaa;
	font-style: italic;
	font-size: 0.9em;
}
.eac-icon-left .eac-item img {
	margin-right: 4px;
	max-height: 30px;
}
.eac-icon-right .eac-item {
	margin-top: 8px;
	min-height: 24px;
	position: relative;
}
.eac-icon-right .eac-item img {
	margin-left: 4px;
	max-height: 30px;
	position: absolute;
	right: -4px;
	top: -8px;
}
@media all and (max-width: 767px) {
	.easy-autocomplete-container ul .eac-category {
		font-size: 22px;
		line-height: 28px;
		color: #303030;
		padding: 13px 21px 12px;
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
	}
}
.easy-autocomplete-container ul .eac-category:not(:first-child) {
	border-top: 1px solid #dadada;
	padding-top: 8px;
	margin-top: 8px;
}
.easy-autocomplete-container ul li:first-child {
	border: 0;
}
.easy-autocomplete-container ul li:last-child {
	border: 0;
}
.easy-autocomplete-container ul li.selected {
	background-color: #f5f5f5;
}
.easy-autocomplete-container ul li.selected .eac-item a.configure-link {
	color: #409ed6;
	transition: all 0.5s;
}
.easy-autocomplete-container ul li.selected .eac-item a.configure-link:hover {
	color: #333;
	text-decoration: underline;
}
.easy-autocomplete-container ul .eac-item {
	display: flex;
	justify-content: space-between;
}
.easy-autocomplete-container ul .eac-item a {
	padding: 3px 0;
	color: #888;
	text-decoration: none;
	font-size: 12px;
}
@media all and (max-width: 767px) {
	.easy-autocomplete-container ul .eac-item a {
		font-size: 16px;
		line-height: 28px;
		color: #303030;
		padding: 13px 21px 12px;
	}
}
.easy-autocomplete-container ul .eac-item a.configure-link {
	color: transparent;
}
.modal-save-config .modal-content {
	min-height: 335px;
}
.modal-save-config .modal-header {
	padding: 30px 30px 0;
	border: 0;
	position: relative;
}
.modal-save-config .modal-content-centered h4,
.modal-save-config .modal-header h5 {
	font-size: 27px;
	line-height: 1.5;
	font-weight: 700;
	color: #3e3e3e;
}
@media all and (max-width: 480px) {
	.modal-save-config .modal-header h5 {
		font-size: 20px;
		line-height: 1.2;
	}
}
.modal-save-config .modal-body h6 {
	margin: 10px 0 8px;
	color: #3e3e3e;
	font-size: 22px;
	line-height: 1.5;
}
@media all and (max-width: 480px) {
	.modal-save-config .modal-body h6 {
		font-size: 18px;
		line-height: 1.2;
	}
}
.modal-save-config .modal-content-centered {
	height: 335px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.modal-save-config .modal-content-centered h4 {
	flex: 0 0 100%;
	text-align: center;
}
@media all and (max-width: 480px) {
	.modal-save-config .modal-content-centered h4 {
		font-size: 22px;
		line-height: 1.2;
	}
}
@media all and (max-width: 460px) {
	.modal-save-config .modal-content-centered button {
		flex: 0 0 100%;
	}
}
.modal__white {
	background: rgba(255, 255, 255, 0.9);
}
.devider-vertical {
	width: 1px;
	background: #dcdcdc;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
}
@media all and (max-width: 768px) {
	.devider-vertical {
		display: none;
	}
}
.modal-720 {
	max-width: 720px;
}
#delete_configuration:hover {
	background: 0;
	border: 1px solid rgba(48, 48, 48, 0.5);
	color: #303030;
	text-shadow: unset;
}
.contact-steps,
.order-section {
	background: #f2f2f2;
}
.contact-steps .order-section_form,
.order-section .order-section_form {
	display: flex;
	flex-wrap: wrap;
}
.contact-steps img,
.order-section img {
	margin-right: 0.25rem;
	opacity: 0.7;
}
.contact-steps h3,
.order-section h3 {
	font-size: 20px;
}
.contact-steps .form-group,
.order-section .form-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}
@media (max-width: 576px) {
	.contact-steps .form-group,
	.order-section .form-group {
		margin-bottom: 1rem;
	}
}
.contact-steps .form-control,
.order-section .form-control {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	border: 1px solid #dcdcdc;
	color: #303030;
	font-size: 1rem;
	font-weight: 400;
	padding: 0 0.375rem 0 0.75rem;
	background-color: #fff;
	background-clip: padding-box;
}
.contact-steps .form-control:focus::-webkit-input-placeholder,
.order-section .form-control:focus::-webkit-input-placeholder {
	color: #bdbcbc !important;
}
.contact-steps .form-control:focus::-moz-placeholder,
.order-section .form-control:focus::-moz-placeholder {
	color: #bdbcbc !important;
}
.contact-steps .form-control:focus:-moz-placeholder,
.order-section .form-control:focus:-moz-placeholder {
	color: #bdbcbc !important;
}
.contact-steps .form-control:focus:-ms-input-placeholder,
.order-section .form-control:focus:-ms-input-placeholder {
	color: #bdbcbc !important;
}
.contact-steps .primary-btn,
.order-section .primary-btn {
	font-size: 15px;
	line-height: 35px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	padding: 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
}
.order-close span {
	font-size: 11px;
	color: #bdbcbc;
}
.contact-steps {
	visibility: hidden;
	height: 0;
}
.contact-steps_opend {
	visibility: visible;
	height: auto;
}
.contact-steps .steps-list .step-item {
	margin: 0 30px;
	width: 80px;
	text-align: center;
	color: #676767;
	font-size: 14px;
	line-height: 16px;
	position: relative;
}
.contact-steps .steps-list .step-item:not(:first-child):before {
	content: "";
	position: absolute;
	right: 54px;
	background-color: #676767;
	height: 1.5px;
	width: 111px;
	top: 14px;
}
.contact-steps .steps-list .step-item.not--active {
	color: #bdbcbc;
}
.contact-steps .steps-list .step-item.not--active:before {
	background-color: #bdbcbc;
}
.contact-steps .steps-list .step-item.not--active .step-success {
	font-size: 16px;
	font-weight: 700;
	background-image: none;
	color: #bdbcbc;
	border-color: #bdbcbc;
	background-color: transparent;
}
.contact-steps .steps-list .step-item.not--active h4 {
	opacity: 50%;
}
.contact-steps .steps-list .step-item.step-item-current .step-success {
	font-size: 16px;
	font-weight: 700;
	background-image: none;
	color: #fff;
}
.contact-steps .steps-list .step-item.step-item-current h4 {
	color: #303030;
}
.contact-steps .steps-list .step-item h4 {
	font-size: 14px;
	color: #303030;
}
.contact-steps .steps-list .step-success {
	width: 30px;
	height: 30px;
	background-color: #303030;
	border-radius: 50px;
	margin: 0 auto 10px;
	background-image: url(../images/check_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid transparent;
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
.planning-card-item {
	display: flex;
	background-color: #eee;
	flex-direction: column;
	padding: 74px 38px 42px;
}
.planning-card-item h3,
.planning-card-item h4 {
	color: #303030;
	font-size: 30px;
	line-height: 1;
}
.planning-card-item h4 {
	font-size: 44px;
	font-weight: 700;
}
.planning-card-item .primary-btn,
.planning-card-item .secondary-btn {
	height: auto;
	min-height: 35px;
	max-width: 245px;
	margin: 0 auto 30px;
}
.planning-card-item .check_icon_bg {
	background-image: url(../images/checkbox.svg);
	background-repeat: no-repeat;
	background-position: 1% 11%;
	background-size: 13px;
	padding-left: 25px;
	max-width: 230px;
	margin: 0 auto 15px;
}
.planning-card-item .check_icon_bg h3 {
	font-size: 16px;
	font-weight: 700;
	color: #303030;
}
.planning-card-item .check_icon_bg p {
	font-size: 16px;
	line-height: 1.4;
	color: #676767;
}
.planning-card-item .check_icon_bg a {
	font-size: 14px;
	color: #409ed6;
}
.planning-card-item .plannig_modal-link {
	font-size: 16px;
	color: #676767;
	text-decoration: underline;
	bottom: 32px;
}
.card-bg:hover .card-item .card-icon i,
.card-item:hover .card-icon i,
.contact-steps .steps-list .step-item.step-item-current,
.planning-card-item .plannig_modal-link:hover,
.planning-card-item-modal .modal-body p a {
	color: #409ed6;
}
.planning-card-arrow,
.planning-card-item .plannig_modal-link,
.popular-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.popular-title {
	font-size: 16px;
	font-weight: 700;
	color: #409ed6;
	top: 20px;
	white-space: nowrap;
}
.planning-card-arrow {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #409ed6;
	margin: 2px auto 30px;
	top: 45px;
}
@media screen and (max-width: 991px) {
	.planning-card-arrow {
		margin: 2px auto 8px;
	}
}
.planning-card-item-active {
	box-shadow: -2px 8px 19px #bfbfbf;
	margin-top: -37px;
	z-index: 1;
	position: relative;
	background-color: #fff;
	padding: 111px 38px 42px;
}
.planning-card-item-active:not(.planning-card-item-center) {
	padding: 111px 58px 42px !important;
	margin-left: -20px !important;
	margin-right: -20px !important;
}
@media all and (max-width: 768px) {
	.planning-card-item-active {
		box-shadow: none;
	}
}
.planning-card-item-active .popular-title {
	top: 57px;
}
.planning-card-item-active .planning-card-arrow {
	top: 82px;
}
.planning-card-item-modal .modal-title {
	font-size: 30px;
	font-weight: 500;
}
.planning-card-item-modal .modal-subtitle {
	font-size: 20px;
	color: #676767;
	font-weight: 400;
}
.planning-card-item-modal .modal-body .bg-130-square {
	width: 130px;
	height: 130px;
}
.planning-card-item-modal .modal-body h3 {
	font-size: 20px;
}
.planning-card-item-modal .modal-body p {
	font-size: 14px;
	line-height: 1.5;
	color: #676767;
}
.planning-card_carousel .slick-dots li {
	margin: 5px 7px;
}
.planning-card_carousel .slick-dots li.slick-active button:before {
	background: #409ed6;
}
@media screen and (max-width: 768px) {
	.planning-card_carousel.slick-initialized .slick-track {
		padding-top: 34px;
	}
	.planning-card-item {
		padding: 84px 36px 60px;
		height: 100%;
		margin: 0 10px;
	}
	.planning-card-item .popular-title {
		top: 30px;
	}
	.planning-card-item .planning-card-arrow {
		top: 53px;
	}
	.planning-card-item-active {
		margin-top: 0 !important;
		height: auto;
		background: #eee;
	}
	.bg-130-square {
		width: 160px;
		height: 160px;
	}
	.planning-card-item-modal .modal-body {
		overflow: scroll;
	}
	.planning-card-item-modal .close {
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.planning-card-item-modal .modal-title {
		font-size: 24px;
	}
	.planning-card-item-modal .modal-header {
		padding-top: 34px;
	}
	.planning-card-item-modal .modal-header p {
		font-size: 18px !important;
		font-weight: 400 !important;
		line-height: 21px;
	}
	.planning-card-item-modal.show .modal-dialog {
		margin: 0;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border: 0;
	}
	.planning-card-item-modal .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.check_icon_bg {
		margin-bottom: 20px !important;
		background-position: 1% 5%;
	}
	.exhibitions-Modal .modal-dialog {
		width: 372px;
	}
}
@media (min-width: 576px) {
	.planning-card-item-modal .modal-dialog {
		max-width: 745px;
		margin: 1.75rem auto;
	}
}
@media all and (max-width: 350px) {
	.col-extrasm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.slider-on-mobile.d-grid-3-items {
	display: grid;
}
.config-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.quick-config-left {
	background-color: #f2f2f2;
	box-shadow: 3px 0 6px #00000029;
	height: 321px;
	position: relative;
	z-index: 1;
	padding: 20px;
}
.quick-config-left h3 {
	font-size: 22px;
	color: #303030;
	text-align: center;
	margin-bottom: 20px;
}
.quick-config-left .custom_nice_select {
	border: 1px solid #dcdcdc;
	font-size: 16px;
	color: #676767;
}
.quick-config-left .custom_nice_select .option {
	font-size: 16px;
	color: #676767;
}
.quick-config-left .furniture-select {
	height: 35px;
	margin-bottom: 20px;
}
.quick-config-left .furniture-select .nice-select .list {
	z-index: 101;
}
.quick-config-left .d-grid-3-items {
	grid-gap: 12px;
}
.quick-config-left:after,
.quick-config-left:before {
	content: "";
	position: absolute;
	top: 50%;
	height: 47px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.quick-config-left:before {
	background: #f2f2f2;
	right: 0;
	width: 5px;
	z-index: 100;
}
.quick-config-left:after {
	background-image: url(../images/arrow-shadow.svg);
	background-repeat: no-repeat;
	right: -21px;
	width: 43px;
	z-index: 99;
}
.quick-config-left .furniture-options {
	display: none;
}
.quick-config-left ::-webkit-input-placeholder {
	color: #676767 !important;
	opacity: 1 !important;
}
.quick-config-left :-ms-input-placeholder {
	color: #676767 !important;
	opacity: 1 !important;
}
.quick-config-left ::placeholder {
	color: #676767 !important;
	opacity: 1 !important;
}
@media screen and (max-width: 991px) {
	.quick-config-left {
		height: 180px;
		padding-right: 0;
	}
}
@media screen and (max-width: 991px) and (max-width: 768px) and (min-width: 411px) {
	.quick-config-left {
		padding-right: 20px;
	}
}
@media screen and (max-width: 991px) {
	.quick-config-left:after,
	.quick-config-left:before {
		left: 50%;
		right: auto;
		top: auto;
		-webkit-transform: translate(-50%, 0) rotate(90deg);
		-moz-transform: translate(-50%, 0) rotate(90deg);
		-o-transform: translate(-50%, 0) rotate(90deg);
		transform: translate(-50%, 0) rotate(90deg);
	}
	.quick-config-left:before {
		bottom: -21px;
	}
	.quick-config-left:after {
		bottom: -23px;
	}
}
.quick-config-options-slider {
	display: grid;
	grid-template-columns: repeat(auto-fill, 85px);
	gap: 15px;
	justify-content: space-between;
}
@media all and (max-width: 1200px) {
	.quick-config-options-slider {
		gap: 4px;
	}
}
@media all and (max-width: 992px) {
	.quick-config-options-slider {
		display: flex;
		justify-content: center;
	}
	.quick-config-options-slider .quick-config-item {
		margin: 0 4px;
	}
}
@media all and (max-width: 410px) {
	.quick-config-options-slider {
		display: block;
	}
}
.quick-config-options-slider .slick-track {
	margin: auto;
}
.quick-config-item {
	border: 1px solid #dcdcdc;
	height: 85px;
	width: 85px;
	background-color: #fff;
	flex-direction: column;
	padding: 0 8px;
	position: relative;
	cursor: pointer;
}
.quick-config-item.slick-slide {
	display: flex;
}
.quick-config-item.is--active:after,
.quick-config-item:hover:after {
	background-color: #409ed6;
}
@media all and (max-width: 767px) {
	.quick-config-item {
		margin-right: 15px;
	}
}
.quick-config-item h4 {
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 0;
	margin-top: 2px;
}
.quick-config-item img {
	width: 100%;
	margin: 0 auto;
}
.quick-config-item.is--active h4 {
	font-weight: 700;
}
.quick-config-item:after {
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	height: 3px;
	bottom: -1px;
	background-color: transparent;
}
.quick-config-content {
	background-image: url(../images/quick-config-right-bg.svg);
	background-color: #f2f2f2;
	display: none;
	text-align: center;
	background-position: left !important;
	background-size: 100% !important;
}
.quick-config-content[data-item="upholstered-furniture-1"],
.quick-config-content[data-item="upholstered-furniture-2"],
.quick-config-content[data-item="upholstered-furniture-3"],
.quick-config-content[data-item="upholstered-furniture-4"] {
	background-image: none;
}
.quick-config-content,
.quick-config-content .quick-config-image {
	height: 100%;
	position: relative;
}
.quick-config-content .quick-config-overlay {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 20px;
	width: 251px;
	top: 30px;
	left: 30px;
	position: absolute;
	text-align: left;
}
.quick-config-content .quick-config-overlay h4 {
	color: #676767;
	font-size: 16px;
	margin-bottom: 11px;
	line-height: 22.4px;
}
.quick-config-content .quick-config-overlay p {
	color: #676767;
	font-size: 14px;
}
.quick-config-content h3 {
	color: #303030;
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
	padding-top: 20px;
}
.quick-config-content .quick-config-measure {
	text-align: center;
	width: auto;
	position: relative;
	display: inline-block;
	margin-right: 14%;
}
.quick-config-content .quick-config-measure .quick-config-input {
	height: 35px;
	width: 95px;
	font-size: 16px;
	color: #676767;
	border-radius: 5px;
	position: absolute;
}
.quick-config-content .quick-config-measure .form-control {
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	border: 1px solid #dcdcdc;
	padding: 0;
	text-align: center;
	color: #303030;
	background: #fff;
}
.quick-config-content .quick-config-measure .form-control::-webkit-input-placeholder {
	color: #303030;
}
.quick-config-content .quick-config-measure .form-control::-moz-placeholder {
	color: #303030;
}
.quick-config-content .quick-config-measure .form-control:-moz-placeholder {
	color: #303030;
}
.quick-config-content .quick-config-measure .form-control:-ms-input-placeholder {
	color: #303030;
}
.quick-config-content .quick-config-measure .form-control:focus {
	border-color: #ced4da;
}
.quick-config-content .quick-config-measure .input-group-text {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-left: 0;
	height: 35px;
	width: 35px;
	color: #303030;
	justify-content: center;
	background-color: #f2f2f2;
}
.quick-config-content .quick-config-measure ::-webkit-input-placeholder {
	color: #303030 !important;
	opacity: 1 !important;
}
.quick-config-content .quick-config-measure :-ms-input-placeholder {
	color: #303030 !important;
	opacity: 1 !important;
}
.quick-config-content .quick-config-measure ::placeholder {
	color: #303030 !important;
	opacity: 1 !important;
}
.quick-config-content .quick-config-btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
@media screen and (max-width: 991px) {
	.quick-config-content {
		height: 390px;
	}
	.quick-config-content .quick-config-btn {
		position: absolute;
		right: auto;
		left: 50%;
		bottom: 20px;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
.quick-configurator .custom_nice_select.open {
	border: 1px solid #dcdcdc;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.quick-configurator .custom_nice_select .list {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	box-shadow: 0 3px 6px #00000029;
	border-top: 1px solid #dcdcdc;
}
.quick-configurator .custom_nice_select:focus {
	border: 1px solid #dcdcdc;
}
.quick-configurator .d-grid-3-items {
	grid-template-columns: auto auto auto;
}
.quick-config-slider-item {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	padding: 10px 20px 14px;
	height: 236px;
	width: 200px;
	text-align: center;
	position: relative;
}
.quick-config-slider-item .quick-config-slider-image {
	width: 100%;
	height: 106px;
	margin: 0 auto;
}
.quick-config-slider-item h3 {
	font-size: 16px;
	margin: 3px 0 9px;
	font-weight: 700;
	padding-top: 0;
	color: #676767;
}
.quick-config-slider-item p {
	color: #676767;
	font-size: 12px;
	margin: 0 -5px 7px;
}
.quick-config-slider-item:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 3px;
	left: 0;
	right: 0;
	background-color: transparent;
}
.card-item:hover a,
.quick-config-slider-item:hover a {
	text-decoration: none;
}
.quick-config-slider-item:hover:after,
.service-teaser-container .service-teaser-bg:hover .service-teaser:after {
	background-color: #409ed6;
}
.quick-config-slider {
	background-color: #f2f2f2;
	padding: 0 40px;
	position: relative;
	transform: translateY(-7px);
}
.quick-config-slider .next-shadow,
.quick-config-slider .prev-shadow {
	position: absolute;
	background: linear-gradient(90deg, #f2f2f200 0, #f2f2f2 51%, #f2f2f2 100%) 0 0 no-repeat padding-box;
	width: 70px;
	height: 100%;
	z-index: 9;
	top: 0;
	font-size: 0;
}
.quick-config-slider .next-shadow:before,
.quick-config-slider .prev-shadow:before {
	display: none;
}
.quick-config-slider .prev-shadow {
	left: 29px;
	transform: rotate(180deg);
}
.quick-config-slider .next-shadow {
	right: 29px;
}
.quick-config-content[data-config-content="dresser"] .quick-config-measure,
.quick-config-content[data-item="item-cabinet-1"] .quick-config-measure,
.quick-config-content[data-item="item-cabinet-5"] .quick-config-measure,
.quick-config-content[data-item="item-cabinet-6"] .quick-config-measure,
.quick-config-content[data-item="item-shelf-1"] .quick-config-measure,
.quick-config-content[data-item="item-shelf-5"] .quick-config-measure {
	margin-top: 5px;
	margin-left: -1px;
}
.quick-config-content[data-item="item-cabinet-4"] .quick-config-measure,
.quick-config-content[data-item="item-shelf-4"] .quick-config-measure {
	margin-top: 8px;
	margin-left: -1px;
}
.quick-config-input .input-group input::-webkit-inner-spin-button,
.quick-config-input .input-group input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quick-config-input .input-group input[type="number"] {
	-moz-appearance: textfield;
}
#cabinet-1 {
	top: 35%;
	left: -104px;
}
#cabinet-2 {
	left: 2%;
	bottom: -19%;
}
#cabinet-3 {
	right: -67%;
	bottom: -17%;
}
#cabinet-2-1 {
	top: -12%;
	left: -23%;
}
#cabinet-2-2 {
	left: -75%;
	bottom: 17%;
}
#cabinet-2-3 {
	left: 3%;
	bottom: -24%;
}
#cabinet-2-4 {
	right: -60%;
	bottom: -14%;
}
#cabinet-2-5 {
	right: -73%;
	bottom: 40%;
}
#cabinet-3-1 {
	left: -73%;
	bottom: 40%;
}
#cabinet-3-2 {
	left: 5%;
	bottom: -23%;
}
#cabinet-3-3 {
	right: -61%;
	bottom: -14%;
}
#cabinet-3-4 {
	right: -73%;
	bottom: 39%;
}
#cabinet-3-5 {
	right: -35%;
	top: -8%;
}
#cabinet-4-1 {
	left: -70%;
	top: -14%;
}
#cabinet-4-2 {
	left: -73%;
	bottom: 38%;
}
#cabinet-4-3 {
	right: 34%;
	bottom: -19%;
}
#cabinet-4-4 {
	right: -61%;
	bottom: -17%;
}
#cabinet-4-5 {
	right: -74%;
	top: 50%;
}
#cabinet-5-1 {
	top: 35%;
	left: -104px;
}
#cabinet-5-2 {
	left: 2%;
	bottom: -19%;
}
#cabinet-5-3 {
	right: -67%;
	bottom: -17%;
}
#cabinet-6-1 {
	top: 35%;
	left: -104px;
}
#cabinet-6-2 {
	left: 2%;
	bottom: -19%;
}
#cabinet-6-3 {
	right: -67%;
	bottom: -17%;
}
#shelf-1 {
	top: 35%;
	left: -104px;
}
#shelf-2 {
	left: 2%;
	bottom: -19%;
}
#shelf-3 {
	right: -67%;
	bottom: -17%;
}
#shelf-2-1 {
	top: -12%;
	left: -23%;
}
#shelf-2-2 {
	left: -75%;
	bottom: 17%;
}
#shelf-2-3 {
	left: 3%;
	bottom: -24%;
}
#shelf-2-4 {
	right: -60%;
	bottom: -14%;
}
#shelf-2-5 {
	right: -73%;
	bottom: 40%;
}
#shelf-3-1 {
	left: -73%;
	bottom: 40%;
}
#shelf-3-2 {
	left: 5%;
	bottom: -23%;
}
#shelf-3-3 {
	right: -61%;
	bottom: -14%;
}
#shelf-3-4 {
	right: -73%;
	bottom: 39%;
}
#shelf-3-5 {
	right: -35%;
	top: -8%;
}
#shelf-4-1 {
	left: -70%;
	top: -14%;
}
#shelf-4-2 {
	left: -73%;
	bottom: 38%;
}
#shelf-4-3 {
	right: 34%;
	bottom: -19%;
}
#shelf-4-4 {
	right: -61%;
	bottom: -17%;
}
#shelf-4-5 {
	right: -74%;
	top: 50%;
}
#shelf-5-1 {
	top: 35%;
	left: -104px;
}
#shelf-5-2 {
	left: 2%;
	bottom: -19%;
}
#shelf-5-3 {
	right: -67%;
	bottom: -17%;
}
.cupboard-image {
	margin-top: 6%;
}
#corner-cupboard-1 {
	top: 0;
	left: -29%;
}
#corner-cupboard-2 {
	top: 57%;
	left: -41%;
}
#corner-cupboard-3 {
	bottom: 0;
	left: 26%;
}
#corner-cupboard-4 {
	bottom: 25%;
	right: -42%;
}
#corner-cupboard-5 {
	top: -12%;
	left: 39%;
}
#corner-cupboard-2-1 {
	top: 6%;
	left: -40%;
}
#corner-cupboard-2-2 {
	top: 44%;
	left: -45%;
}
#corner-cupboard-2-3 {
	bottom: -4%;
	left: -40%;
}
#corner-cupboard-2-4 {
	bottom: -8%;
	right: 30%;
}
#corner-cupboard-2-5 {
	top: 41%;
	right: -45%;
}
#corner-cupboard-2-6 {
	top: -4%;
	right: -42%;
}
#corner-cupboard-2-7 {
	top: -14%;
	left: -8%;
}
#corner-cupboard-3-1 {
	top: -2%;
	left: -44%;
}
#corner-cupboard-3-2 {
	top: 44%;
	left: -46%;
}
#corner-cupboard-3-3 {
	bottom: -5%;
	left: -44%;
}
#corner-cupboard-3-4 {
	bottom: -8%;
	right: 14%;
}
#corner-cupboard-3-5 {
	top: 48%;
	right: -45%;
}
#corner-cupboard-3-6 {
	top: 7%;
	right: -41%;
}
#corner-cupboard-3-7 {
	top: -14%;
	right: -8%;
}
#dresser-1 {
	top: 35%;
	left: -104px;
}
#dresser-2 {
	left: 2%;
	bottom: -26%;
}
#dresser-3 {
	right: -31%;
	bottom: 7%;
}
@media screen and (max-width: 371px) {
	#cabinet-1 {
		left: -75px;
	}
	#cabinet-2 {
		left: 15%;
		bottom: -21%;
	}
	#cabinet-2-1,
	#cabinet-3 {
		right: -50%;
		bottom: 45%;
	}
	#cabinet-2-2 {
		left: -50%;
		bottom: 22%;
	}
	#cabinet-2-3 {
		left: -12%;
		bottom: -25%;
	}
	#cabinet-2-4 {
		right: -48%;
		bottom: -17%;
	}
	#cabinet-2-5 {
		right: -48%;
	}
	#cabinet-3-1 {
		left: -49%;
	}
	#cabinet-3-2 {
		left: -12%;
		bottom: -25%;
	}
	#cabinet-3-3 {
		right: -50%;
		bottom: -19%;
	}
	#cabinet-3-4 {
		right: -50%;
		bottom: 25%;
	}
	#cabinet-3-5 {
		top: -7%;
	}
	#cabinet-4-1 {
		left: -25%;
		top: -18%;
	}
	#cabinet-4-2 {
		left: -50%;
		bottom: 30%;
	}
	#cabinet-4-3 {
		right: 44%;
		bottom: -20%;
	}
	#cabinet-4-4 {
		right: -51%;
		bottom: -13%;
	}
	#cabinet-4-5 {
		right: -49%;
		top: 51%;
	}
	#cabinet-5-1 {
		left: -75px;
	}
	#cabinet-5-2 {
		left: 15%;
		bottom: -21%;
	}
	#cabinet-5-3 {
		right: -50%;
		bottom: 45%;
	}
	#cabinet-6-1 {
		left: -75px;
	}
	#cabinet-6-2 {
		left: 15%;
		bottom: -21%;
	}
	#cabinet-6-3 {
		right: -50%;
		bottom: 45%;
	}
	#shelf-1 {
		top: 39%;
		left: -72px;
	}
	#shelf-2 {
		left: 15%;
		bottom: -23%;
	}
	#shelf-3 {
		right: -51%;
		bottom: 22%;
	}
	#shelf-2-1 {
		top: -6%;
		left: -26%;
	}
	#shelf-2-2 {
		left: -51%;
		bottom: 21%;
	}
	#shelf-2-3 {
		left: -12%;
		bottom: -25%;
	}
	#shelf-2-4 {
		right: -50%;
		bottom: -18%;
	}
	#shelf-2-5 {
		right: -50%;
		bottom: 44%;
	}
	#shelf-3-1 {
		left: -52%;
		bottom: 36%;
	}
	#shelf-3-2 {
		left: -12%;
		bottom: -25%;
	}
	#shelf-3-3 {
		right: -50%;
		bottom: -17%;
	}
	#shelf-3-4 {
		right: -50%;
		bottom: 27%;
	}
	#shelf-3-5 {
		right: -37%;
		top: -6%;
	}
	#shelf-4-1 {
		left: -25%;
		top: -18%;
	}
	#shelf-4-2 {
		left: -51%;
		bottom: 39%;
	}
	#shelf-4-3 {
		right: 44%;
		bottom: -21%;
	}
	#shelf-4-4 {
		right: -50%;
		bottom: -11%;
	}
	#shelf-4-5 {
		right: -50%;
		top: 51%;
	}
	#shelf-5-1 {
		top: 39%;
		left: -72px;
	}
	#shelf-5-2 {
		left: 15%;
		bottom: -23%;
	}
	#shelf-5-3 {
		right: -51%;
		bottom: 22%;
	}
	#dresser-1 {
		top: 38%;
		left: -51%;
	}
	#dresser-2 {
		left: 16%;
		bottom: -22%;
	}
	#dresser-3 {
		right: -52%;
		bottom: 28%;
	}
}
@media screen and (max-width: 552px) {
	#dresser-1{
		left: -25%;
	}
	#dresser-2{
		left:33%;
	}
	#dresser-3{
		right:-16%;
		bottom:35%;
	}
}
@media screen and (max-width: 490px) {
	#corner-cupboard-1 {
		top: 17%;
		left: -5%;
	}
	#corner-cupboard-2 {
		top: 59%;
		left: -5%;
	}
	#corner-cupboard-3 {
		bottom: -14px;
		left: 25%;
	}
	#corner-cupboard-4 {
		bottom: 6%;
		right: -5%;
	}
	#corner-cupboard-5 {
		top: -12%;
		left: 39%;
	}
	#corner-cupboard-2-1 {
		top: 11%;
		left: -10%;
	}
	#corner-cupboard-2-2 {
		top: 53%;
		left: -10%;
	}
	#corner-cupboard-2-3 {
		bottom: -6%;
		left: -10%;
	}
	#corner-cupboard-2-4 {
		bottom: -6%;
		right: 27%;
	}
	#corner-cupboard-2-5 {
		top: 53%;
		right: -10%;
	}
	#corner-cupboard-2-6 {
		top: 13%;
		right: 11%;
	}
	#corner-cupboard-2-7 {
		top: -14%;
		left: -10%;
	}
	#corner-cupboard-3-1 {
		top: 14%;
		left: 11%;
	}
	#corner-cupboard-3-2 {
		top: 44%;
		left: -10%;
	}
	#corner-cupboard-3-3 {
		bottom: -8%;
		left: 26%;
	}
	#corner-cupboard-3-4 {
		bottom: -8%;
		right: -10%;
	}
	#corner-cupboard-3-5 {
		top: 53%;
		right: -10%;
	}
	#corner-cupboard-3-6 {
		top: 12%;
		right: -10%;
	}
	#corner-cupboard-3-7 {
		top: -13%;
		right: 70%;
	}
	#dresser-1{
		left:-10%;
	}
	#dresser-3{
		right:-4%;
	}
}
@media screen and (max-width: 396px) {
	#dresser-1{
		left:4%;
	}
	#dresser-3{
		right:3%;
	}
}
.quick-config-slider .slick-slide {
	margin: 0 7px;
}
.quick-config-slider .slick-list {
	margin-left: -7px;
	margin-right: -7px;
	padding-right: 100px;
}
@media screen and (max-width: 991px) {
	.quick-configurator-search .quick-config-left {
		max-height: 233px;
		height: auto;
	}
	.furniture-select {
		display: flex;
		align-content: center;
		width: 278px;
		margin: 0 auto 20px;
	}
	.custom_nice_select .list {
		z-index: 999;
	}
	.quick-config-content .quick-config-measure {
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.quick-config-content .quick-config-measure {
		margin-right: 0;
	}
}
@media screen and (max-width: 400px) {
	.quick-config-content .quick-config-measure {
		margin-right: 0;
	}
	.quick-config-btn {
		width: 175px;
	}
}
@media screen and (max-width: 425px) {
	.quick-config-btn {
		width: 177px;
	}
}
@media screen and (max-width: 400px) {
	.quick-config-content {
		height: 375px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.quick-configurator-search .quick-config-left {
		padding-left: 0;
	}
	.cupboard-image {
		margin-top: 23%;
	}
	.quick-config-content[data-config-content="dresser"] .quick-config-measure,
	.quick-config-content[data-item="item-cabinet-1"] .quick-config-measure,
	.quick-config-content[data-item="item-cabinet-4"] .quick-config-measure,
	.quick-config-content[data-item="item-cabinet-5"] .quick-config-measure,
	.quick-config-content[data-item="item-shelf-1"] .quick-config-measure,
	.quick-config-content[data-item="item-shelf-4"] .quick-config-measure {
		margin-top: 27px;
	}
	.quick-config-content[data-item="item-cabinet-2"] .quick-config-measure,
	.quick-config-content[data-item="item-cabinet-3"] .quick-config-measure,
	.quick-config-content[data-item="item-shelf-2"] .quick-config-measure,
	.quick-config-content[data-item="item-shelf-3"] .quick-config-measure {
		margin-top: 17px;
	}
	.quick-config-content[data-item="item-corner-cupboard-2"] .quick-config-measure,
	.quick-config-content[data-item="item-corner-cupboard-3"] .quick-config-measure {
		margin-top: 18px;
	}
}
.radioBtn-2-container {
	display: block;
	position: relative;
	padding-left: 115px;
	margin-bottom: 35px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radioBtn-2-container:hover input ~ .radioBtn-2 {
	background-color: #303030;
	color: #fff;
}
.radioBtn-2-container input:checked ~ .radioBtn-2 {
	background-color: #303030;
	color: #fff;
}
.radioBtn-2-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 35px;
	width: 0;
	padding: 0 20px;
}
.radioBtn-2-container .radioBtn-2 {
	top: 0;
	left: 0;
	position: absolute;
	padding: 0 20px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.4;
	white-space: nowrap;
	background: 0;
	color: #303030;
	border: 1px solid #dcdcdc;
}
.sprite {
	background-image: url(../images/ds_sprites.png);
	background-repeat: no-repeat;
}
footer {
	background-color: #f2f2f2;
	padding: 34px 0 0;
}
footer .footer-list-header {
	font-size: 12px;
	font-weight: 700;
	color: #303030;
	margin-bottom: 7px;
	text-transform: uppercase;
}
footer .footer-list li {
	width: 100%;
}
footer .footer-list a {
	color: #676767;
	font-size: 12px;
	font-weight: 700;
}
footer .footer-social {
	text-align: center;
}
footer .footer-bottom h3,
footer .footer-social .footer-social-header {
	font-weight: 700;
	font-size: 12px;
	color: #303030;
}
footer .social-list {
	justify-content: center;
}
footer .social-list li {
	margin: 0 3px;
}
footer .social-list a {
	width: 44px;
	height: 44px;
	display: block;
}
footer .social-list a.facebook-icon {
	background-position: -73px -13px;
}
footer .social-list a.instagram-icon {
	background-position: -120px -13px;
}
footer .social-list a.pinterest-icon {
	background-position: -167px -13px;
}
footer .footer-bottom {
	border-top: 1px solid #ccc;
}
footer .footer-bottom h3 {
	line-height: 18px;
}
footer .footer-bottom p {
	font-size: 12px;
	line-height: 19.6px;
}
footer .footer-nav li:last-child a:after {
	display: none;
}
footer .footer-nav a {
	color: #676767;
	font-size: 12px;
	position: relative;
	padding: 0 20px 0 0;
}
footer .footer-nav a:after {
	content: "|";
	right: 8px;
	position: absolute;
	top: -3px;
}
footer .footer-nav-mb {
	padding: 0 63px;
}
footer .footer-nav-mb ul {
	justify-content: center;
	align-items: center;
}
footer .footer-nav-mb li {
	display: inline-block;
	margin: 0 9px;
	position: relative;
}
footer .footer-nav-mb li:first-child:after {
	display: none;
}
footer .footer-nav-mb li:after {
	content: "";
	position: absolute;
	left: -11px;
	top: 6px;
	width: 2px;
	height: 12px;
	background-color: #676767;
}
footer .footer-nav-mb a {
	color: #676767;
	font-weight: 700;
	line-height: 19.6px;
	font-size: 12px;
}
footer .copyright {
	height: 45px;
	display: flex;
	align-items: center;
}
.jahre_garantie {
	width: 117.5px;
	height: 141px;
	background-position: -301px -103px;
	display: block;
	margin-right: 10px;
}
.certificate-1 {
	width: 97px;
	height: 129px;
	display: inline-block;
	background-position: 0 -110px;
}
.certificate-2,
.certificate-3 {
	width: 92px;
	height: 130px;
	display: inline-block;
	background-position: -102px -107px;
}
.certificate-3 {
	width: 97px;
	background-position: -199px -107px;
}
.footer-service-teaser {
	min-height: 227px;
	max-height: 228px;
}
.img-review-3 {
	width: 200px;
}
.img-review-4 {
	width: 131px;
}
.img-review-5 {
	width: 198px;
}
@media screen and (max-width: 767.98px) {
	footer .copyright {
		border-top: 1px solid #ccc;
	}
	footer .social-list li {
		margin: 0 2px;
	}
	footer .social-list img {
		width: 24px;
	}
	footer .img-review-2 {
		width: 97px;
		height: 96px;
	}
}
@media screen and (max-width: 413.98px) {
	footer .footer-nav-mb {
		padding: 0 25px;
	}
	.img-review-3 {
		width: 200px;
	}
	.img-review-4 {
		width: 47%;
	}
	.img-review-5 {
		width: 51%;
	}
}
.card-item {
	text-align: center;
	background-color: #f2f2f2;
	padding: 25px 10px 45px;
	border-bottom: 3px solid transparent;
	display: flex;
	flex-direction: column;
	color: #676767;
}
.card-item .card-icon {
	margin-bottom: 15px;
}
.card-item .card-icon i {
	font-size: 45px;
	color: #676767;
}
.card-item h4,
.card-item p {
	color: #676767;
	font-size: 20px;
	margin-bottom: 10px;
}
.card-item p {
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 5px;
}
.card-item .btn-dark-gray-outline {
	border-color: rgba(103, 103, 103, 0.5);
}
.card-item:hover {
	border-bottom-color: #409ed6;
}
.card-item:hover .btn {
	background-color: #61b7ea;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #61b7ea), color-stop(100%, #519dcb));
	background-image: -webkit-linear-gradient(#61b7ea, #519dcb);
	background-image: linear-gradient(#61b7ea, #519dcb);
	color: #fff;
	border: 0;
}
.card-bg,
.card-item--bg {
	background-repeat: no-repeat;
	background-position: center top;
}
.card-item--bg {
	height: 176px;
	background-size: contain;
}
.card-bg {
	background-size: cover;
	position: relative;
	height: 314px;
}
.card-bg .card-item {
	padding-top: 15px;
	width: 211px;
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 15px;
}
.card-bg .card-item.absolute-right {
	right: 15px;
	left: auto;
}
.card-bg:hover .card-item {
	border-bottom-color: #409ed6;
}
.card-bg:hover .card-item .btn {
	background-color: #409ed6;
	color: #fff;
	border-color: #409ed6;
}
.card-bg .abs-service-img {
	position: absolute;
	width: 117px;
	top: -15px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}
.card-bg .abs-service-img img {
	width: 90px;
}
.card-bg .abs-service-item {
	padding-top: 100px;
}
@media screen and (max-width: 991px) {
	.card-item {
		height: 314px !important;
		padding-bottom: 30px;
	}
	.card-item h4 {
		font-size: 18px;
	}
	.footer-service-mb .card-item {
		height: 254px !important;
	}
	.footer-service-mb h4 {
		font-size: 16px;
	}
	.footer-service-mb p {
		font-size: 14px;
	}
	.card-bg .card-item {
		height: 280px !important;
	}
}
.image-card {
	border: 1px solid #dcdcdc;
	padding: 20px 15px;
}
.payment-block,
.payment-block .payment-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.payment-block {
	padding: 20px 0;
	flex-wrap: wrap;
}
.payment-block .payment-item {
	margin: 0 5px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background-color: #fff;
	width: 83px;
	max-width: 83px;
	height: 57px;
	flex-direction: column;
}
.payment-block .payment-item i {
	color: #409ed6;
	font-size: 19px;
}
.payment-block .payment-item h5 {
	font-size: 12px;
	margin-top: 5px;
	color: #303030;
	font-weight: 400;
}
.payment-block .payment-item .visa-icon {
	width: 36.5px;
	height: 11px;
	background-position: -309px -28px;
}
.payment-block .payment-item .mastercard-icon {
	width: 39px;
	height: 30px;
	background-position: -350px -19px;
}
.payment-block .payment-item .paypal-icon {
	width: 53px;
	height: 14px;
	background-position: -393px -27px;
}
.payment-block .payment-item .amazon-icon {
	width: 63px;
	height: 12px;
	background-position: -452px -28px;
}
@media screen and (max-width: 767.98px) {
	.payment-block .payment-item {
		margin: 0 5px 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.payment-block {
		margin: 0;
	}
}
.subcategory-teaser {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.subcategory-teaser .secondary-btn {
	transition: unset;
}
.service-teaser-container .service-teaser-bg:hover .btn,
.subcategory-teaser:hover .secondary-btn {
	color: #fff;
	border: 1px solid transparent;
	background: linear-gradient(180deg, #61b7ea 0, #519dcb 100%) 0 0 no-repeat padding-box;
}
.subcategory_teaser_tooltip,
.xxs_slider_teaser_tooltip {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
	background-color: #fff !important;
	border-color: #e2e2e2 !important;
	width: auto !important;
	min-width: auto !important;
	max-width: 500px !important;
}
.subcategory_teaser_tooltip img,
.xxs_slider_teaser_tooltip img {
	max-width: 100% !important;
}
.subcategory_teaser_tooltip .arrow,
.xxs_slider_teaser_tooltip .arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.subcategory_teaser_tooltip .arrow:after,
.xxs_slider_teaser_tooltip .arrow:after {
	background: #ddd !important;
	border: 15px solid #fff !important;
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.subcategory_teaser_tooltip .arrow.top {
	top: -16px;
	bottom: auto;
}
.subcategory_teaser_tooltip .arrow.top:after,
.xxs_slider_teaser_tooltip .arrow.top:after {
	bottom: -20px;
	top: auto;
}
.subcategory_teaser_tooltip .arrow .left {
	left: 20%;
}
.xxs_slider_teaser_tooltip .arrow.top {
	top: -16px;
	bottom: auto;
}
.xxs_slider_teaser_tooltip .arrow .left {
	left: 20%;
}
#product-image-modal .modal-content {
	padding: 20px;
}
#product-image-modal .modal-header {
	border: 0;
	padding: 0;
}
#product-image-modal .modal-header .close {
	right: 15px;
	top: 15px;
}
#product-image-modal .modal-body img {
	width: 100%;
	height: auto;
}
.profile-component {
	padding: 30px;
	background-color: #f2f2f2;
	display: flex;
	flex-direction: column;
}
.profile-component .profile-component-bg {
	width: 178px;
	height: 178px;
	border-radius: 50%;
	margin: 0 auto 30px;
	background-position: center top;
	background-size: cover;
	max-width: 100%;
	background-repeat: no-repeat;
}
.profile-component .text_phone_icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.profile-component.profile-component-small {
	padding: 30px 20px;
}
.service-teaser-container {
	height: 314px;
}
.service-teaser-container .service-teaser-bg {
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 15px;
}
.service-teaser-container .service-teaser-bg:hover {
	text-decoration: none;
}
.service-teaser-container .service-teaser-bg:hover .service-teaser-icon {
	color: #409ed6;
}
.service-teaser-container .service-teaser-bg .service-teaser {
	background-color: rgba(242, 242, 242, 0.95);
}
.service-teaser {
	background-color: #f2f2f2;
	height: 314px;
	padding: 10px 10px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: relative;
}
.category-teaser:after,
.service-teaser:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: transparent;
}
.service-teaser.service-teaser-big {
	width: 211px;
	height: 285px;
}
.service-teaser.service-teaser-small {
	width: 100%;
}
.service-teaser.service-teaser-small .service-teaser-icon {
	margin-top: 30px;
}
.service-teaser .btn {
	transition: unset;
}
.service-teaser .service-teaser-icon {
	margin-bottom: 10px;
	margin-top: 12px;
	color: #676767;
	font-size: 45px;
}
.service-teaser a:hover,
.service-teaser:hover {
	text-decoration: none;
}
.category-teaser-container .category-teaser-bg:hover .btn,
.service-teaser:hover .btn {
	color: #fff;
	border: 1px solid transparent;
	background: linear-gradient(180deg, #61b7ea 0, #519dcb 100%) 0 0 no-repeat padding-box;
}
.category-teaser-container .category-teaser-bg:hover .category-teaser:after,
.category-teaser:hover:after,
.service-teaser:hover:after {
	background-color: #409ed6;
}
.contact-field-branch:hover h4,
.service-teaser:hover .service-teaser-icon {
	color: #409ed6;
}
.benefit-teaser .list_checkmark li:before,
.review-component-slider .slick-arrow {
	transform: unset;
}
.review-component-slider .slick-list {
	padding-left: 0 !important;
}
.review-component-slider .slick-prev {
	left: 10px;
}
.review-component-slider .slick-next {
	right: 9px;
}
.Product-lines-slider .slick-list,
.benefit-teaser-slider .slick-list,
.how-it-works-slider .slick-list,
.service-teaser-slider .slick-list,
.slider-m .slick-list,
.slider-s .slick-list {
	padding-right: 20%;
}
.category-teaser-container {
	height: 314px;
}
.category-teaser {
	position: relative;
	background-color: #f2f2f2;
	padding: 20px 10px;
	width: 100%;
	height: 314px;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.category-teaser-container .category-teaser-bg {
	height: 100%;
	position: relative;
}
.category-teaser-container .category-teaser {
	background-color: rgba(242, 242, 242, 0.85);
	left: 10px;
	bottom: 10px;
	top: auto;
	height: auto;
	width: 206px;
	position: absolute;
}
.category-teaser .btn {
	transition: unset;
}
.category-teaser-container .category-teaser:hover,
.category-teaser:hover,
.xdsoft_datetimepicker .xdsoft_label:hover > span {
	text-decoration: none;
}
.category-teaser:hover .btn {
	color: #fff;
	border: 1px solid transparent;
	background: linear-gradient(180deg, #61b7ea 0, #519dcb 100%) 0 0 no-repeat padding-box;
}
.category-teaser .category-teaser-image {
	height: 149px;
}
.benefit-teaser-container {
	height: 385px;
	position: relative;
}
#modal_einteilung_mobile form .modal-dialog,
.benefit-teaser-container .benefit-teaser-bg {
	height: 100%;
}
.benefit-teaser-container .benefit-teaser {
	background-color: rgba(242, 242, 242, 0.95);
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	width: 293px;
	height: 355px;
	min-height: 355px;
}
.benefit-teaser {
	padding: 35px 20px 44px;
	text-align: center;
	height: 100%;
	background-color: #f2f2f2;
}
.benefit-teaser .benefit-teaser-icon {
	margin-top: 0;
	color: #409ed6;
	font-size: 55px;
}
.benefit-teaser .benefit-teaser-icon i {
	margin-bottom: 35px;
	display: block;
}
.benefit-teaser .list {
	margin-bottom: 0;
}
.benefit-teaser .list li {
	color: #676767;
	text-align: left;
	align-items: baseline;
	line-height: 19.6px;
}
.colored-circles {
	margin: 0 10px;
	display: inline-flex;
	position: relative;
	top: 2px;
}
.colored-circles span {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin: 0 2.5px;
}
.colored-circles span.circle-black {
	background-color: #000;
}
.colored-circles span.circle-red {
	background-color: red;
}
.colored-circles span.circle-yellow {
	background-color: #ffe500;
}
.review-component .review-component-caption {
	padding: 20px;
	background-color: #fff;
}
.category-list .category-list-header.no_sub_items:after,
.country-contacts-dropdown .country-list li[data-country-code="be"],
.country-contacts-dropdown .country-list li[data-country-code="fr"],
.reviews-list-more {
	display: none;
}
.quality-seal-text {
	margin-top: -38px;
}
::-webkit-scrollbar:vertical {
	width: 10px;
}
::-webkit-scrollbar:horizontal {
	height: 10px;
}
::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 10px;
	border: 2px solid #eee;
}
::-webkit-scrollbar-track {
	background-color: #eee;
}
.all-categories-side,
.all-categories-side .category-list-header:after {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.all-categories-side {
	position: fixed;
	z-index: 999;
	background-color: #fff;
	top: 0;
	width: 75%;
	left: -75%;
	bottom: 0;
	padding: 20px;
	overflow: scroll;
}
.all-categories-side .btn {
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 14px;
	margin-bottom: 10px;
	height: auto;
	letter-spacing: 0.72px;
}
.all-categories-side.is--active {
	left: 0;
}
.all-categories-side .category-list {
	border-bottom: 0;
}
.all-categories-side .category-list .category-list-items,
.contact-slider-nav .slick-current h3:after {
	display: block;
}
.all-categories-side .category-list.is--active .category-list-header:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 12px !important;
}
.all-categories-side h3 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #303030;
}
.all-categories-side .category-list-header {
	font-size: 14px;
	color: #303030;
	margin-bottom: 0;
	position: relative;
}
.all-categories-side .category-list-header:after {
	content: "";
	position: absolute;
	right: 3px;
	top: 15px;
	border: solid #bdbcbc;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.all-categories-side .category-list-items {
	display: none;
	padding-bottom: 10px;
}
.all-categories-side .category-list-items .sub-item {
	font-size: 14px;
	color: #676767;
	display: block;
	padding: 4px 10px;
}
.btn.open-all-categories:hover {
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(48, 48, 48, 0.5);
	text-shadow: unset;
	color: #303030 !important;
}
.btn.open-all-categories i {
	font-size: 12px;
}
.close-side-categories {
	position: fixed;
	top: 30px;
	width: 25%;
	right: 0;
	text-align: center;
	z-index: 99;
	display: none;
	color: #ffffffc7;
	font-size: 20px;
}
.stage-3-top {
	margin-bottom: 0;
	background-color: #f2f2f2;
}
.stage-3-top-image {
	width: 100%;
	cursor: pointer;
	position: relative;
}
.stage-3-bottom-image:before,
.stage-3-top-image:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
.stage-3-bottom-image img,
.stage-3-top-image img {
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
}
.stage-3-bottom {
	background-color: #f2f2f2;
	margin-bottom: 0 !important;
	padding: 20px 16px;
}
.stage-3-bottom-image {
	margin: 0 8px;
	position: relative;
	cursor: pointer;
}
.stage-3-bottom-image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: transparent;
}
.stage-3-bottom-image.slick-current:after,
.stage-3-bottom-image:hover:after {
	background-color: #409ed6;
}
.stage-3-multiple-bottom {
	padding: 10px;
}
.stage-3-multiple-bottom .stage-3-bottom-image {
	margin: 0 5px;
}
.nice-select.custom-nice-select {
	display: flex;
	align-items: center;
	color: #303030;
	width: 100%;
	font-size: 16px;
	height: 35px;
	background-color: #f2f2f2;
	border-color: transparent;
}
.nice-select.custom-nice-select .list {
	width: 100%;
	margin-top: 5px;
	border-radius: 5px;
}
.nice-select.custom-nice-select .current {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
}
.nice-select.custom-nice-select.open,
.nice-select.custom-nice-select:active,
.nice-select.custom-nice-select:focus,
.nice-select.custom-nice-select:hover {
	border-color: transparent;
}
.nice-select.custom-nice-select.open .current {
	color: #303030;
}
.nice-select.custom-nice-select:after {
	border-bottom: 1.5px solid #bdbcbc;
	border-right: 1.5px solid #bdbcbc;
	width: 9px;
	height: 9px;
	margin-right: 0;
	margin-left: 0;
	right: 22px;
	top: 15px;
}
.light-gray-bg .nice-select:hover {
	border-color: #dcdcdc;
}
.filter-input-icon,
.location-input {
	position: relative;
	padding-left: 48px !important;
}
.location-input:before {
	width: auto;
	color: #bdbcbc;
}
.filter-input-icon:before,
.location-input:before {
	position: absolute;
	top: -3px;
	left: 20px;
	height: 15px;
	font-family: "ds" !important;
}
.location-input:before {
	content: "";
}
.filter-input-icon:before {
	color: #707070;
	content: "";
	font-size: 12px;
	width: auto;
}
.calendar-line-icon {
	position: absolute;
	top: 0;
	right: 15%;
	background-color: #fff;
	height: 35px;
	width: 1px;
}
.datepicker-field {
	background-image: url(../images/calendar.svg);
	background-repeat: no-repeat;
	background-position: right 2px bottom 4px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 9px 20px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #303030;
	background: #f2f2f2;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #f2f2f2;
	box-shadow: unset;
	color: #303030;
	font-weight: 700;
}
.datepicker,
.timepicker {
	cursor: pointer;
}
.make-appointment-image {
	height: 100%;
	background-position: center;
	min-height: 422px;
}
.xdsoft_datetimepicker .xdsoft_label i {
	position: absolute;
	right: 0;
	opacity: 1;
	margin-left: 10px;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	background: #409ed6 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
	background: #409ed6 !important;
	box-shadow: unset !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 100%;
	margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	border: 0 !important;
}
.xdsoft_day_of_week0 {
	color: #bdbcbc;
}
.xdsoft_datetimepicker {
	width: 406px;
	box-shadow: unset;
	border: 1px solid #dcdcdc !important;
	padding: 10px;
	border-radius: 5px;
	margin-top: 5px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
	margin-left: 0;
	height: 100%;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	float: none;
	background-position: center top;
	height: 15px;
	width: 30px;
	display: block;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(0);
	-moz-transform: translate(-50%, -50%) rotate(0);
	-o-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
	margin: 0 !important;
	background-image: url(../images/calendar-arrow.png);
	opacity: 1;
	top: 10px;
	background-size: 10px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-moz-transform: translate(-50%, -50%) rotate(180deg);
	-o-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
	top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
	border-bottom: 1px solid #fff;
	border-top: 0;
	padding: 4px;
	height: auto;
	background: #f2f2f2;
	color: #676767;
	font-size: 14px;
	text-align: center;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
	border: 1px solid #dcdcdc;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #fff;
	color: #303030;
	font-size: 14px;
	text-align: center;
	height: 35px;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(../images/calendar_home.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 17px;
	opacity: 1;
	margin-top: 5px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #dcdcdc;
	text-align: left;
	font-weight: 400;
	border-radius: 5px;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev {
	position: relative;
	background-image: url(../images/arrow.svg);
	top: 10px;
	height: 12px !important;
	background-position: center top;
}
.xdsoft_datetimepicker .xdsoft_next {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	right: -6px;
}
.xdsoft_datetimepicker .xdsoft_prev {
	left: -6px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.xdsoft_other_month {
	background-color: #f2f2f2 !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 98%;
	font-size: 14px;
}
.xdsoft_datetimepicker .xdsoft_label {
	padding: 0;
	margin: 0 0 0 17%;
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect,
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
	margin-top: 5px;
}
.xdsoft_datetimepicker .xdsoft_month {
	text-align: center;
	border-radius: 5px;
	padding: 5px 10px;
	min-width: 95px;
	position: relative;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled:hover {
	background: #409ed6 !important;
	color: #fff !important;
}
.category-list .category-list-items .sub-item a:hover,
.xdsoft_datetimepicker .xdsoft_month:hover,
.xdsoft_datetimepicker .xdsoft_year:hover {
	background-color: #f2f2f2;
}
.xdsoft_datetimepicker .xdsoft_year {
	margin-left: 20px;
	width: auto;
	border-radius: 5px;
	padding: 5px 10px;
}
.category-list {
	border-bottom: 1px solid #dcdcdc;
}
.category-list .category-list-header {
	color: #303030;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	padding: 15px 34px 15px 10px;
	display: block;
	text-align: left;
}
.category-list .category-list-header:hover {
	text-decoration: none;
	background-color: #f2f2f2;
}
.category-list .category-list-header:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 20px;
	border: solid #bdbcbc;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.category-list .category-list-header.active:hover,
.category-list.is--active .category-list-header:hover {
	background-color: transparent;
}
.category-list .category-list-items {
	margin-top: 0;
	padding-bottom: 0;
	display: none;
}
.category-list .category-list-items li {
	width: 100%;
}
.category-list .category-list-items .sub-item a {
	color: #303030;
	font-size: 16px;
	display: block;
	line-height: 1.4;
	text-align: left;
	padding: 5px 20px;
}
.category-list .category-list-items .sub-item.is--active a,
.category-list .category-list-items .sub-item:hover a,
.uploaded_images a:hover {
	text-decoration: none;
}
#sync2 .current .item h3,
.category-list .category-list-header.active,
.category-list .category-list-items .sub-item.is--active a,
.contact-slider-nav .slick-current h3 {
	font-weight: 700;
}
.all-categories-side .category-list ul.category-list-items li.sub-item a::before {
	font-family: "ds" !important;
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	z-index: 0;
	width: 10px;
	height: 10px;
	opacity: 1;
	color: #bdbcbc;
	font-size: 13px;
}
.category-list.is--active .category-list-header {
	font-weight: 700;
	color: #303030;
	font-size: 16px;
	border-bottom: 0;
}
.category-list.is--active .category-list-header:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
@media screen and (max-width: 992px) {
	.category-list .category-list-header {
		font-weight: 700;
	}
}
.image-slider-xxs .image-slider-xxs-bg {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 57px;
	height: 53px;
	margin: 0 auto;
}
.image-slider-xxs h4 {
	color: #303030;
	font-size: 10px;
	margin: 10px 0 0;
	text-align: center;
}
.image-slider-xxs .slick-arrow {
	background-color: transparent;
	top: 26px;
}
.image-slider-xxs .slick-arrow:hover,
.listing-slider .owl-nav button.owl-next:hover,
.listing-slider .owl-nav button.owl-prev:hover {
	background-color: transparent;
}
.image-slider-xxs .slick-next {
	right: -15px !important;
}
.image-slider-xxs .slick-prev {
	left: -15px !important;
}
.contact-field {
	padding: 35px 30px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.contact-field-branch-image {
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	border-radius: 50%;
	margin-left: auto;
	max-width: 100%;
}
.country_select_contact {
	font-size: 0;
	background-color: transparent;
	border: 0;
}
#banner-rabatt-aktion .danke button:focus,
.country_select_contact:focus {
	outline: 0;
}
.contact-field-branch i {
	display: inline-block;
	font-size: 14px;
	margin-top: 5px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.contact-field-icon i {
	font-size: 47px;
	margin-bottom: 20px;
	display: block;
}
.contact-field-number {
	border: 1.5px solid #676767;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}
.contact-slider-nav {
	margin-bottom: 20px;
	border-bottom: 1px solid #bdbcbc;
}
.contact-slider-nav .slick-slide {
	text-align: center;
}
.contact-slider-nav h3 {
	color: #303030;
	font-size: 16px;
	padding-bottom: 11px;
	position: relative;
	text-align: center;
	margin-bottom: 0;
	display: inline-block;
}
.contact-slider-nav h3:after {
	content: "";
	position: absolute;
	left: -10px;
	right: -10px;
	bottom: 0;
	height: 3px;
	background-color: #409ed6;
	display: none;
}
.country-contacts-dropdown,
.medium-banner:after {
	position: absolute;
	top: 0;
}
.country-contacts h4 {
	padding-left: 67px;
}
.country-contacts {
	display: none;
}
.contact-slider-for .slick-list,
.contact-slider-nav .slick-list {
	padding-right: 15%;
}
@media screen and (max-width: 400px) {
	.contact-slider-nav .slick-list {
		padding-right: 120px;
	}
}
@media screen and (max-width: 375px) {
	.contact-slider-nav .slick-list {
		padding-right: 60px;
	}
}
@media screen and (max-width: 350px) {
	.contact-slider-nav .slick-list {
		padding-right: 120px;
	}
}
.submenu-products {
	position: absolute;
	top: 41px;
	background-color: #f2f2f2;
	float: right;
	margin-left: 250px;
	box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.5);
	display: none;
}
.submenu-products .btn {
	color: #fff !important;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-right: 25px;
}
.submenu-products .btn:hover {
	background: linear-gradient(180deg, #54a3d3 0, #468db7 100%) 0 0 no-repeat padding-box !important;
}
.submenu-product-bg {
	height: 83%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: none;
}
.submenu-products-heading {
	width: 425px;
	position: absolute;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	top: 25px;
	left: 25px;
	font-family: "arial", verdana;
}
.submenu-products-heading h2 {
	font-size: 37px;
	color: #303030;
	font-weight: 700;
	margin-bottom: 0;
}
.submenu-products-heading h3 {
	color: #303030;
	font-weight: 400;
	margin-bottom: 0;
}
.main-navigation li ul.products-ul li:hover:after,
.main-navigation li.show-products:hover .submenu-products {
	display: block;
}
.main-navigation li ul.products-ul li {
	position: relative;
}
.main-navigation li ul.products-ul li a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.4;
}
.main-navigation li ul.products-ul li:after {
	border-top: 15px solid transparent;
	border-left: 20px solid #f8f8f8;
	border-bottom: 15px solid transparent;
	position: absolute;
	right: -24px;
	top: 6px;
	width: 15px;
	height: 15px;
	content: "";
	display: none;
}
.measurement-instructions-image {
	align-items: center;
	display: flex;
	justify-content: center;
	cursor: pointer;
}
.medium-banner {
	height: 137px;
	position: relative;
}
.medium-banner:after {
	content: "";
	background-color: rgba(48, 48, 48, 0.2);
	bottom: 0;
	left: 0;
	right: 0;
}
.medium-banner h1,
.medium-banner h3 {
	color: #fff;
	z-index: 1;
	text-align: center;
	text-shadow: 0 0 20px #000000e6;
	font-size: 44px;
	line-height: 50px;
}
.config-mobile .front-alert,
.config-popup-overlay,
.medium-banner h1,
.medium-banner h3,
.stage-video-play,
.yellow-circle:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.branch-slider-item-image,
.exhibition-card--image,
.home-slider-bg,
.measured-bg,
.medium-banner,
.product-slider .slider-item-img,
.product-teaser-big,
.product-teaser-sm,
.review-item-bg,
.slider-card-multiple-image,
.slider-card-single-image,
.teaser-item .teaser-item-bg {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
	.medium-banner h3 {
		font-size: 40px;
		line-height: 40px;
		position: relative;
	}
}
@media screen and (max-width: 375px) {
	.medium-banner h3 {
		font-size: 30px;
		line-height: 30px;
	}
}
.stage-1-slider > .slick-slide:not(:first-child) {
	display: none;
}
.stage-1-slider > .slick-slide:first-child {
	padding: 0 20px;
}
.stage-1-slider .slick-slide img {
	max-height: 414px;
}
@media screen and (max-width: 1440px) {
	.stage-1-slider .slick-slide img {
		height: 100%;
	}
}
@media screen and (max-width: 426px) {
	.stage-1-slider .slick-slide img {
		height: 38.82vw;
	}
}
.product_line_table {
	border-top: 4px solid;
}
.product_line_table .img-flag_icon {
	top: -1px;
	font-size: 30px;
}
.product_line_table .icon-red {
	color: #ba3a47;
}
.product_line_table .list_checkmark {
	padding: 0 10px;
}
.product_line_table .list li {
	text-align: left;
	margin-bottom: 4px;
}
.table_blue {
	border-color: #409ed6;
}
.table_red {
	border-color: #ba3a47;
}
.table_yellow {
	border-color: #d2b464;
}
.product-teaser-card {
	box-shadow: 0 0 15px #00000026;
	border-radius: 5px;
	padding: 0 20px 30px;
}
.product-teaser-card .product_teaser_container {
	opacity: 1;
	height: 0;
	padding-bottom: calc(93%);
	position: relative;
	margin: 0 -20px 30px;
}
.product-teaser-card .product_teaser_container_inside {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-teaser-card .product-teaser-card-img {
	background-color: #f2f2f2;
	border-radius: 5px 5px 0 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.product-teaser-card .product-teaser-card-img__hover {
	opacity: 0;
	transition: opacity 0.5s;
	height: 0;
}
.product-teaser-card .product-teaser-card-heart {
	border-radius: 50%;
	top: 20px;
	left: 20px;
	font-size: 15px;
	padding: 0;
}
.product-teaser-card .product-teaser-card-edit,
.product-teaser-card .product-teaser-card-heart {
	border: 1px solid #dcdcdc;
	position: absolute;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #676767;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.35);
}
.product-teaser-card .product-teaser-card-edit i,
.product-teaser-card .product-teaser-card-heart i {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.product-teaser-card .product-teaser-card-heart {
	line-height: 50px;
}
.product-teaser-card .product-teaser-card-heart.is--active i:before,
.product-teaser-card .product-teaser-card-heart.is--active span:before {
	content: "";
}
.product-teaser-card .product-teaser-card-edit {
	bottom: -24px;
	right: 15px;
	left: auto;
	top: auto;
	background-color: #fff;
	border-radius: 25px;
	padding: 15px;
	font-size: 16px;
	line-height: 1;
}
.product-teaser-card .product-teaser-card-edit__text {
	display: none;
	margin-right: 10px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	margin-bottom: 0;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.switch_slider,
.switch_slider:before {
	position: absolute;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.switch_slider {
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #dcdcdc;
	border: 1px solid #a3a6b4;
}
.switch_slider:before {
	content: "";
	height: 22px;
	width: 22px;
	left: -1px;
	top: -2px;
	background-color: #fff;
	border: 1.5px solid #a3a6b4;
}
input:checked + .switch_slider {
	background-color: #409ed6;
	border-color: #409ed6;
}
input:focus + .switch_slider {
	box-shadow: 0 0 1px #409ed6;
}
input:checked + .switch_slider:before {
	-webkit-transform: translateX(19px);
	-ms-transform: translateX(19px);
	transform: translateX(19px);
}
.switch_slider.round {
	border-radius: 14px;
}
.switch_slider.round:before {
	border-radius: 50%;
}
.mm-spn a,
.mm-spn span {
	padding: 12.5px 20px;
}
.video_slider .fancy-video .fancy-run,
.video_slider .fancy-video .fancy-run:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video_slider .fancy-video .fancy-run {
	width: 40px;
	height: 40px;
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 12px #00000052;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.8;
	border: 1.5px solid #ffffffd9;
}
.video_slider .fancy-video .fancy-run:after {
	content: "";
	left: 59%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 15px solid #fff;
	border-bottom: 10px solid transparent;
}
.video_slider .fancy-video:after,
.video_slider .fancy-video:before {
	display: none;
}
.video_slider .slick-next,
.video_slider .slick-prev {
	top: 0;
	-webkit-transform: unset;
	-moz-transform: unset;
	-o-transform: unset;
	transform: unset;
}
.uploaded_images li {
	position: relative;
	padding-left: 16px;
	color: #409ed6;
}
.uploaded_images li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #676767;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.uploaded_images .remove_uploaded_image {
	color: #676767;
	margin-left: 4px;
}
.uploaded_images .remove_uploaded_image span {
	font-size: 10px;
}
.rating {
	font-size: 30px;
	line-height: 1.1;
}
.rating span {
	color: #409ed6;
}
@media screen and (min-width: 1440px) {
	.stage-1 .stage-1-caption h1 {
		font-size: 44px;
		line-height: 1.1;
	}
	.stage-1 .h2-subtitle {
		font-size: 22px;
		line-height: 1.4;
	}
}
@media screen and (min-width: 1200px) {
	.full-width {
		margin-left: -30px;
		margin-right: -30px;
	}
	.product-teaser-card:not(.no_ref):hover .product-teaser-card-img {
		display: none;
	}
	.product-teaser-card:not(.no_ref):hover .product-teaser-card-img__hover {
		opacity: 1;
		display: block;
		height: inherit;
	}
	.px-30 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.product-teaser-card .product-teaser-card-heart:hover i:before,
	.product-teaser-card .product-teaser-card-heart:hover span:before {
		content: "";
	}
	.product-teaser-card .product-teaser-card-edit.is--active,
	.product-teaser-card .product-teaser-card-edit:hover {
		color: #409ed6;
		width: auto;
		text-decoration: none;
	}
	.product-teaser-card .product-teaser-card-edit.is--active .product-teaser-card-edit__text,
	.product-teaser-card .product-teaser-card-edit:hover .product-teaser-card-edit__text,
	.product-teaser-card:hover .product-teaser-card-edit .product-teaser-card-edit__text {
		display: inline-block !important;
	}
	.product-teaser-card:hover .product-teaser-card-edit {
		color: #409ed6;
		width: auto;
	}
}
@media screen and (max-width: 1199px) {
	.full-width {
		margin-left: -15px;
		margin-right: -15px;
	}
	.px-30 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (min-width: 768px) {
	.pr-md-15 {
		padding-right: 15px;
	}
	.pl-md-15 {
		padding-left: 15px;
	}
	.mb-md-60 {
		margin-bottom: 60px;
	}
	.mb-md-15 {
		margin-bottom: 15px;
	}
	.mb-md-20 {
		margin-bottom: 20px;
	}
	.pt-md-30 {
		padding-top: 30px !important;
	}
	.pt-md-40 {
		padding-top: 40px;
	}
	.pb-md-30 {
		padding-top: 30px !important;
	}
	.pt-md-15 {
		padding-top: 15px;
	}
	.px-md-10 {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media screen and (max-width: 767px) {
	.stage-1 .slick-arrow {
		top: 45%;
	}
	.stage-1 .stage-1-bg {
		height: 276px;
	}
	.stage-1 .stage-1-caption {
		display: block;
		text-align: center;
		padding: 30px;
	}
	.mb-m-10 {
		margin-bottom: 10px;
	}
	.px-m-30 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.banner-s .banner-s-right-bg {
		height: 240px;
	}
	.newsletter-banner {
		padding: 0 20px;
	}
	.category-teaser-container .category-teaser-bg:hover .category-teaser:after,
	.category-teaser:hover:after {
		background-color: transparent;
	}
	.product-teaser-md:hover .btn,
	.slider-m .product-teaser-md:hover .btn {
		background: 0 0 !important;
		color: #303030 !important;
		border: 1px solid rgba(48, 48, 48, 0.5) !important;
	}
	.category-teaser-container .category-teaser-bg:hover .category-teaser .btn,
	.category-teaser:hover .btn {
		background: 0;
		color: #303030;
		border: 1px solid rgba(48, 48, 48, 0.5);
	}
	.contact-field {
		padding: 35px 16px 20px;
	}
}
@media screen and (max-width: 1024px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 100%;
	}
}
@media screen and (min-width: 992px) {
	.slider-m .slick-list,
	.slider-s .slick-list {
		padding-right: 0;
	}
	.slider-m.slick-slider,
	.slider-s.slick-slider {
		margin-right: 0;
	}
}
@media screen and (max-width: 991px) {
	.primary-btn:hover {
		color: #fff !important;
		background: linear-gradient(180deg, #61b7ea 0, #519dcb 100%) 0 0 no-repeat padding-box;
	}
	.secondary-btn:hover {
		background: 0;
		color: #303030;
		text-shadow: unset;
		border: 1px solid rgba(48, 48, 48, 0.5);
	}
	.tertiary-btn:hover {
		background-color: transparent;
		color: #303030;
	}
	.modal.show {
		display: block !important;
	}
	.close-side-categories i {
		color: #bdbcbc;
		font-size: 16px;
	}
	.close-all-categories {
		border: 0;
		display: flex;
		align-items: center;
	}
	.close-all-categories i {
		font-size: 15px;
		margin-right: 8px;
	}
	.all-categories-side .category-list .category-list-header,
	.all-categories-side.is--active .category-list-header {
		font-weight: 400;
		font-size: 16px;
		line-height: 1.4;
	}
	.all-categories-side .category-list .category-list-header:after {
		display: none;
	}
	.all-categories-side .category-list .category-list-items {
		padding-bottom: 10px;
	}
	.all-categories-side .category-list .category-list-items .sub-item {
		padding: 8px 10px 8px 0;
		border-bottom: 1px solid #dcdcdc;
		color: #303030;
		font-size: 16px;
	}
	.all-categories-side .category-list .category-list-items .sub-item a {
		color: #303030;
		font-size: 16px;
		line-height: 1.4;
		padding-left: 0;
	}
	.make-appointment-image {
		margin: 0 -15px;
	}
	.Product-lines-slider.slick-slider,
	.benefit-teaser-slider.slick-slider,
	.how-it-works-slider.slick-slider,
	.mx-m-t-minus-15,
	.service-teaser-slider.slick-slider,
	.slider-m.slick-slider,
	.slider-s.slick-slider {
		margin-right: -15px;
	}
	.mx-m-t-minus-15 {
		margin-left: -15px;
	}
	.accordion-module .card-header button {
		padding: 18px 40px 18px 20px;
	}
	.accordion-module .card-header button:after {
		right: 15px;
	}
	.slider-m__product-teaser .slick-list {
		padding: 0;
	}
	.easy-autocomplete-container ul,
	.product-teaser-md:hover,
	.slider-m .product-teaser-md:hover {
		box-shadow: unset;
		margin: 0;
		padding: 0;
	}
	.service-teaser .btn:hover,
	.service-teaser-container .service-teaser-bg .btn:hover {
		color: #303030;
		border: 1px solid rgba(48, 48, 48, 0.5);
		background: 0;
	}
	.service-teaser-container .service-teaser-bg:hover .service-teaser:after,
	.service-teaser-container .service-teaser-bg:hover:after,
	.service-teaser:hover .service-teaser:after,
	.service-teaser:hover:after {
		background-color: transparent;
	}
	.service-teaser-container .service-teaser-bg:hover .service-teaser-icon,
	.service-teaser:hover .service-teaser-icon {
		color: #676767;
	}
	.service-teaser-container .service-teaser-bg:hover .btn,
	.service-teaser:hover .btn {
		color: #303030;
		border: 1px solid rgba(48, 48, 48, 0.5);
		background: 0;
	}
	.easy-autocomplete {
		width: 100% !important;
	}
	.easy-autocomplete-container ul {
		border-radius: 0;
		background: #fff;
		border-top: 0;
	}
	.easy-autocomplete-container ul li {
		padding: 0 20px;
	}
	.easy-autocomplete-container ul .eac-category {
		font-size: 22px;
		font-weight: 400;
		text-transform: unset;
		padding: 12px 20px;
		font-style: normal;
		color: #303030;
		background: 0;
		border: 0;
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
	}
	.easy-autocomplete-container ul .eac-category:not(:first-child) {
		border-top: 1px solid #dcdcdc;
		padding-top: 12px;
		margin-top: 0;
	}
	.easy-autocomplete-container ul .eac-item {
		padding: 14px 0;
	}
	.easy-autocomplete-container ul .eac-item a {
		padding: 0;
		color: #303030;
		text-decoration: none;
		font-size: 16px;
	}
	.easy-autocomplete-container ul .eac-item a.configure-link {
		font-size: 16px;
		color: #409ed6;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.stage-1 .stage-1-caption {
		padding: 0 30px 0 40px;
	}
	.newsletter-banner img {
		height: auto;
	}
	.jahre_garantie {
		margin: 0 auto;
	}
	.quality-seal-text {
		margin-top: 15px;
	}
	.slider-m__product-teaser .slick-next,
	.slider-m__product-teaser .slick-prev {
		top: 13%;
	}
}
@media screen and (min-width: 576px) and (max-width: 767px) {
	.subcategory-teaser {
		padding: 20px 15px;
	}
	.subcategory-teaser .list_checkmark li {
		text-align: left;
		justify-content: flex-start;
		font-size: 14px;
	}
	.subcategory-teaser .list_checkmark li:before {
		font-size: 8px;
	}
}
@media screen and (max-width: 576px) {
	.stage-3-single-bottom {
		padding: 10px;
	}
	.stage-3-single-bottom .stage-3-bottom-image {
		margin: 0 5px;
	}
	h1 {
		font-size: 28px;
		line-height: 1.2;
	}
	.h1-subtitle {
		font-size: 16px;
	}
	.xdsoft_datetimepicker .xdsoft_label {
		margin-left: 0;
		width: auto;
		min-width: 75px !important;
	}
}
@media screen and (max-width: 575px) {
	.review-component-slider.slick-slider {
		margin-right: -15px;
	}
	.review-component-slider .slick-next {
		right: 0;
	}
	.contact-slider-for .slick-list {
		padding-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.evaluation-details_row .evaluation-details_title {
		font-size: 13px;
	}
	.evaluation-details_row .evaluation-details_mark ul {
		margin-right: 5px;
	}
	.star-list .star {
		width: 16px;
		height: 16px;
	}
	.star-list.star-list_big .star {
		width: 28px;
		height: 28px;
	}
	.star-list .star_yellow-half {
		background-size: cover;
		margin-top: 3px;
	}
	.xdsoft_datetimepicker {
		width: 300px;
	}
}
@media screen and (max-width: 414px) {
	.stage-1 .slick-arrow {
		top: 42%;
	}
	.benefit-teaser-container .benefit-teaser {
		max-width: 90%;
	}
}
@media screen and (min-width: 700px) and (max-width: 991px) {
	.product-item-card {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media screen and (min-width: 576px) {
	.w-sm-auto {
		width: auto !important;
	}
}
@media screen and (min-width: 414px) and (max-width: 650px) {
	.product-item-card {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}
@media screen and (max-width: 320px) {
	.font-320-14 {
		font-size: 14px !important;
	}
	.feature-item_image .feature-item_bg {
		height: 232px;
	}
	.xdsoft_datetimepicker {
		width: 245px;
	}
	.contact-field-branch h4,
	.country-contacts h4 {
		font-size: 18px;
	}
}
.check_circle_icon i,
.check_circle_icon span {
	font-size: 40px;
}
.register_list li {
	line-height: 14px;
}
.register_list li:before {
	-webkit-transform: unset;
	-moz-transform: unset;
	-o-transform: unset;
	transform: unset;
}
.enterPassModal button.close,
.mailExistModal button.close {
	opacity: 0.75;
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 16px;
	color: #303030;
}
@media screen and (min-width: 768px) {
	.pr-md-30 {
		padding-right: 30px;
	}
	.pl-md-30 {
		padding-left: 30px;
	}
	.mailExistModal .modal-dialog {
		max-width: 695px;
	}
}
@media screen and (max-width: 767.98px) {
	.gray-line-center:before {
		display: none;
	}
	.form-left-border {
		padding-top: 30px;
		margin-top: 30px;
	}
	.form-left-border:after {
		left: 15px;
		right: 15px;
		width: auto;
		height: 1px;
	}
}
@media screen and (max-width: 576px) {
	.mailExistModal .modal-content {
		padding: 51px 30px 30px;
	}
}
.listing-slider {
	margin-bottom: 20px;
}
.listing-slider .listing-slider-item .listing-slider-bg {
	width: 57px;
	height: 53px;
	margin: 0 auto;
}
.listing-slider .listing-slider-item h4 {
	margin: 10px 0 0;
	font-size: 10px;
	color: #303030;
	text-align: center;
}
.listing-slider .owl-nav {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	top: 15px;
	margin-top: 0;
}
.listing-slider .owl-nav button.owl-next,
.listing-slider .owl-nav button.owl-prev {
	margin: 0;
	padding: 0;
	position: absolute;
	opacity: 1;
}
.listing-slider .owl-nav button img {
	width: 10px;
}
.listing-slider .owl-nav button.disabled {
	display: none;
}
.listing-slider .owl-nav button.owl-next {
	right: -6px;
}
.listing-slider .owl-nav button.owl-prev {
	left: -6px;
}
.listing-slider.owl-carousel {
	width: auto;
	padding: 0 10px;
}
@media screen and (max-width: 1199px) {
	.listing-slider.owl-carousel {
		padding: 0;
	}
}
#banner-rabatt-aktion .banner .content .max,
.flex-center,
.quick-config-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.absolute-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.bg-cover,
.listing-slider .listing-slider-item .listing-slider-bg,
.quick-config-content .quick-config-image {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-contain {
	background-position: center top;
	background-size: contain;
}
.bg-contain,
.quick-config-content {
	background-repeat: no-repeat;
}
.quick-config-slider-item .quick-config-slider-image {
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
#sync1 {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	z-index: 1;
}
#sync1 .owl-stage-outer {
	overflow: visible;
}
#sync2 .owl-stage {
	margin: 0 auto;
}
#sync2 .item {
	border-bottom: 3px solid transparent;
	padding-bottom: 11px;
	margin: 0 5px;
	cursor: pointer;
}
#sync2 .current .item {
	border-bottom-color: #409ed6;
}
.owl-theme .owl-nav [class*="owl-"] {
	transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
	background-color: #d6d6d6;
}
#sync1.owl-theme,
.form-left-border {
	position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#sync1.owl-theme .owl-next img,
#sync1.owl-theme .owl-prev img {
	width: 12px;
}
#sync1.owl-theme .owl-prev {
	left: -15px;
}
#sync1.owl-theme .owl-next {
	right: -15px;
}
.form-left-border:after {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	background-color: #dcdcdc;
	width: 1px;
	height: 100%;
}
.check_circle_icon {
	text-align: center;
	margin: 35px auto 20px;
	color: #409ed6;
}
.register_list {
	font-weight: 700;
}
.enterPassModal .modal-dialog {
	max-width: 383px;
}
.enterPassModal .modal-content {
	padding: 30px;
}
.mailExistModal .modal-content {
	padding: 51px 50px 40px;
}
.gray-line-center,
.header .middle-header .icons-list li.item-login {
	position: relative;
}
.customTooltip:after,
.gray-line-center:before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.gray-line-center:before {
	background: #dcdcdc;
	width: 1px;
	bottom: 0;
	height: 100%;
}
.customTooltipBtn {
	cursor: pointer;
}
#banner-rabatt-aktion .close-rabatt:hover,
#banner-rabatt-aktion .open-rabatt:hover,
.customTooltipBtn:hover + .customTooltip {
	opacity: 1;
	z-index: 10;
}
.customTooltip {
	position: absolute;
	top: -165px;
	background-color: #fff;
	width: 382px;
	left: -41%;
	max-width: 345px;
	padding: 20px;
	box-shadow: 0 0 15px #00000026;
	border: 0;
	opacity: 0;
	z-index: -1;
	transition-property: opacity;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.customTooltip:after {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	bottom: -15px;
}
#tooltipModal .body-text-small {
	font-size: 16px;
}
@media screen and (min-width: 768px) {
	.pr-md-30 {
		padding-right: 30px;
	}
	.pl-md-30 {
		padding-left: 30px;
	}
	.mailExistModal .modal-dialog {
		max-width: 695px;
	}
}
@media screen and (max-width: 767.98px) {
	.gray-line-center:before {
		display: none;
	}
	.form-left-border {
		padding-top: 30px;
		margin-top: 30px;
	}
	.form-left-border:after {
		left: 15px;
		right: 15px;
		width: auto;
		height: 1px;
	}
}
@media screen and (max-width: 576px) {
	.mailExistModal .modal-content {
		padding: 51px 30px 30px;
	}
}
.obs .modal-content .close {
	font-size: 16px;
	right: 30px;
	top: 30px;
}
.obs .obs-padding {
	padding: 51px 40px 40px;
}
.obs .row {
	margin-right: 0;
	margin-left: 0;
}
.obs.modal {
	transform: translateY(20%);
}
.tbs-tooltip {
	background-color: #fff;
}
.tbs-tooltip.ui-tooltip {
	padding: 20px;
	max-width: 360px;
}
.tbs-tooltip.ui-corner-all {
	border-radius: 4px;
}
.tbs-tooltip.ui-widget-shadow {
	box-shadow: 0 0 15px #00000026;
}
.tbs-tooltip.ui-widget.ui-widget-content {
	border: 1px solid #fff;
}
.tbs-tooltip .arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.tbs-tooltip .arrow:after {
	background: #ddd !important;
	border: 7px solid #fff !important;
	content: "";
	position: absolute;
	left: 30px;
	top: -7px;
	width: 10px;
	height: 10px;
	box-shadow: 6px 5px 9px -9px #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tbs-tooltip .arrow.top {
	top: -16px;
	bottom: auto;
}
.tbs-tooltip .arrow.top:after {
	bottom: -7px;
	top: auto;
}
.tbs-tooltip .arrow .left {
	left: 20%;
}
.tbs-tooltip .ui-tooltip-content .img {
	object-fit: cover;
}
.tbs-tooltip .ui-tooltip-content .tdp-description {
	margin-top: 20px;
}
#banner-rabatt-aktion {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 1000 !important;
	transition: bottom 0.25s ease;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #666;
}
#banner-rabatt-aktion .close-rabatt,
#banner-rabatt-aktion .open-rabatt {
	position: absolute;
	right: 37px;
	top: 18px;
	opacity: 0.3;
	cursor: pointer;
}
#banner-rabatt-aktion .open-rabatt {
	display: none;
	top: 14px;
}
#banner-rabatt-aktion .banner {
	background: #4daede;
}
#banner-rabatt-aktion .banner .content {
	color: #fff;
}
#banner-rabatt-aktion .banner .content .max {
	height: 120px;
	padding: 0 95px 0 30px;
}
#banner-rabatt-aktion .banner .content .max .countdown {
	width: 386px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
}
#banner-rabatt-aktion .banner .content .max .countdown .feld .box {
	width: 60px;
	height: 60px;
	background: #f0f6f9;
	border-radius: 3px;
	text-align: center;
	color: #4daede;
	position: relative;
}
#banner-rabatt-aktion .banner .content .max .countdown .feld .box .wert {
	font-size: 35px;
	line-height: 60px;
	position: relative;
	z-index: 100;
}
#banner-rabatt-aktion .banner .content .max .countdown .feld .box .teil2 {
	width: 60px;
	height: 29px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	border-radius: 0 0 3px 3px;
	border-top: 1px solid #c9dfea;
}
#banner-rabatt-aktion .banner .content .max .countdown .feld .sub {
	font-size: 10px;
	line-height: 13px;
	text-align: center;
}
#banner-rabatt-aktion .banner .content .max .countdown .nur {
	padding: 0 5px 14px 0;
	font-size: 16px;
}
#banner-rabatt-aktion .banner .content .max .countdown .dp {
	padding: 0 0 20px;
	font-size: 35px;
}
#banner-rabatt-aktion .banner .content .max .rabatt {
	width: 156px;
	height: 132px;
	position: relative;
	background: url(/media/footer-aktion-stoerer.png) no-repeat;
	align-self: flex-end;
}
#banner-rabatt-aktion .banner .content .max .rabatt .info {
	margin: 0 0 0 25px;
	position: absolute;
	top: 35px;
	z-index: 100;
	text-align: center;
	font-weight: 700;
}
#banner-rabatt-aktion .banner .content .max .rabatt .info .prozent {
	font-size: 46px;
	line-height: 46px;
	margin: 0 0 4px;
}
#banner-rabatt-aktion .banner .content .max .rabatt .info .sub {
	font-size: 17px;
	line-height: 21px;
}
#banner-rabatt-aktion .banner .content .max .rabatt .info2 {
	position: absolute;
	top: 14px;
	right: 11px;
	font-size: 14px;
	font-weight: 700;
	z-index: 100;
}
#banner-rabatt-aktion .banner .content .max .text {
	width: 260px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
#banner-rabatt-aktion .banner .content .max .text .big {
	font-size: 19px;
}
#banner-rabatt-aktion .banner .content .max .full-text {
	font-size: 30px;
	text-align: center;
}
#banner-rabatt-aktion .banner .content .max .full-text .big {
	font-size: 30px;
	font-weight: 700;
}
#banner-rabatt-aktion .banner .content .min {
	text-align: center;
	display: none;
	font-size: 22px;
	padding: 10px 105px 10px 30px;
}
#banner-rabatt-aktion .banner .content .min .big {
	font-size: 22px;
	font-weight: 700;
}
#banner-rabatt-aktion .dropdown {
	max-width: 915px;
	margin: 0 auto;
	padding: 15px !important;
	background: #fff;
	font-size: 14px;
	display: none;
}
#banner-rabatt-aktion .dropdown .einwilligungserklaerung {
	padding: 10px 0 5px;
	color: #000;
	text-align: left;
}
#banner-rabatt-aktion .dropdown .einwilligungserklaerung h2 {
	margin: 0 0 5px;
}
#banner-rabatt-aktion .danke {
	border-top: 15px solid #000;
	font-size: 20px;
	color: #000;
	text-align: center;
	display: none;
}
#banner-rabatt-aktion .hasqtip_stern {
	cursor: pointer;
}
#banner-rabatt-aktion .bs-popover-auto[x-placement^="top"] > .arrow::before,
#banner-rabatt-aktion .bs-popover-top > .arrow::before {
	transform: rotate(45deg);
	box-shadow: 9px 7px 11px -2px #676767;
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: transparent;
}
#banner-rabatt-aktion .bs-popover-auto[x-placement^="top"] > .arrow::after,
#banner-rabatt-aktion .bs-popover-top > .arrow::after {
	bottom: -4px !important;
	left: -4px;
	border-width: 14px 14px 0 !important;
}
#banner-rabatt-aktion .bs-popover-top {
	margin-bottom: 0.8rem;
}
#banner-rabatt-aktion .popover-body {
	color: #676767;
	font-size: 14px;
	line-height: 1.4;
	padding: 20px;
	box-shadow: none;
}
#banner-rabatt-aktion .popover {
	border: 0;
	box-shadow: 0 0 15px #00000026;
	z-index: 1029;
	max-width: 700px;
}
#banner-rabatt-aktion .popover.popover_bottom_z-index {
	z-index: 1050;
}
#banner-rabatt-aktion .bs-popover-bottom {
	margin-top: 0.8rem;
	border-radius: 4px !important;
}
#banner-rabatt-aktion.show {
	display: block;
}
#banner-rabatt-aktion.hide {
	display: none;
}
#banner-rabatt-aktion h2 {
	font-weight: 700;
	color: #666;
	margin-bottom: 0;
}
#banner-rabatt-aktion .banner .content .max .button {
	margin-left: 20px;
	min-width: 200px;
}
#banner-rabatt-aktion .banner .content .max-counter {
	max-width: 1133px;
	height: 120px;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}
#banner-rabatt-aktion .banner .content .max-counter .countdown .fields,
#banner-rabatt-aktion .banner .content .max-counter.show {
	display: flex;
}
#banner-rabatt-aktion .banner .content .max-counter.hide {
	display: none;
}
#banner-rabatt-aktion .banner .content .max-counter .countdown {
	width: 394px;
	display: flex;
	align-items: center;
	font-weight: 700;
}
#banner-rabatt-aktion .banner .content .max-counter .countdown .fields .feld {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#banner-rabatt-aktion .banner .content .max-counter .countdown .fields .feld:nth-child(0n + 1) {
	margin-right: 28px;
}
#banner-rabatt-aktion .banner .content .max-counter .countdown .fields .feld:nth-child(0n + 2) {
	margin-right: 7px;
}
#banner-rabatt-aktion .banner .content .max-counter .countdown .fields .feld:nth-child(0n + 4) {
	margin-left: 7px;
	margin-right: 7px;
}
#banner-rabatt-aktion .banner .content .max-counter .countdown .fields .feld:nth-child(0n + 6) {
	margin-left: 2px;
}
#banner-rabatt-aktion .banner .content .max-counter .countdown .fields .feld .box {
	width: 48px;
	height: 50px;
	background: #f0f6f9;
	border-radius: 3px;
	text-align: center;
	color: #4daede;
	position: relative;
}
#banner-rabatt-aktion .banner .content .max-counter .countdown .fields .feld .box .wert {
	font-size: 30px;
	line-height: 51px;
	position: relative;
	z-index: 100;
}
#banner-rabatt-aktion .banner .content .max-counter .countdown .fields .feld .box .teil2 {
	width: 48px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	border-radius: 0 0 3px 3px;
	border-top: 1px solid #c9dfea;
}
#banner-rabatt-aktion .banner .content .max-counter .countdown .fields .feld .sub {
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	margin-top: 8px;
}
#banner-rabatt-aktion .banner .content .max-counter .countdown .fields .dp {
	padding: 0 0 20px;
	font-size: 35px;
}
#banner-rabatt-aktion .banner .content .max-counter .countdown .nur {
	padding: 0 20px 14px 0;
	font-size: 16px;
}
#banner-rabatt-aktion .banner .content .max-counter .rabatt {
	width: 156px;
	height: 132px;
	position: relative;
	background: url(../images/footer-aktion-stoerer.png) no-repeat;
	align-self: flex-end;
}
#banner-rabatt-aktion .banner .content .max-counter .rabatt .info {
	position: absolute;
	top: 39px;
	left: 40px;
	z-index: 100;
	text-align: right;
	font-weight: 700;
}
#banner-rabatt-aktion .banner .content .max-counter .rabatt .info .prozent {
	font-size: 48px;
	line-height: 46px;
}
#banner-rabatt-aktion .banner .content .max-counter .rabatt .info .sub {
	font-size: 20px;
	line-height: 21px;
}
#banner-rabatt-aktion .banner .content .max-counter .rabatt .info2 {
	position: absolute;
	top: 20px;
	right: 21px;
	font-size: 14px;
	font-weight: 700;
	z-index: 1000;
}
#banner-rabatt-aktion .banner .content .max-counter .text {
	width: 263px;
	text-align: center;
	font-size: 16px;
}
#banner-rabatt-aktion .banner .content .max-counter .text .big {
	font-weight: 700;
}
#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile,
#banner-rabatt-aktion .banner .content .max-counter .text-tablet {
	display: none;
}
#banner-rabatt-aktion .banner .content .max-counter .full-text {
	padding-left: 60px;
	font-size: 23px;
	font-weight: 700;
}
#banner-rabatt-aktion .banner .content .max-counter .full-text .big {
	font-size: 30px;
}
#banner-rabatt-aktion .banner .content .max-counter .icon-chevron_down {
	cursor: pointer;
	font-size: 12px;
}
#banner-rabatt-aktion .banner .content .max-counter .button-2015-09 {
	font-family: arial;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #dcdcdc;
	background-color: #fafafa;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #ececec));
	background-image: -webkit-linear-gradient(#fafafa, #ececec);
	background-image: linear-gradient(#fafafa, #ececec);
	color: #519ecc;
	vertical-align: middle;
	cursor: pointer;
}
#banner-rabatt-aktion .banner .content .max-counter .button-2015-09.button-size-44 {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-radius: 4.4px;
	font-size: 15px;
	padding: 0 17px;
}
#banner-rabatt-aktion .banner .content .max-counter .button-2015-09:hover {
	color: #519ecc;
	background-color: #f4f4f4;
	background-image: linear-gradient(#f4f4f4, #e4e4e4);
	text-decoration: none;
}
#banner-rabatt-aktion .banner .content .min-counter {
	max-width: 1133px;
	text-align: center;
	display: none;
	font-size: 22px;
	line-height: 40px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: baseline;
}
#banner-rabatt-aktion .banner .content .min-counter.show {
	display: flex;
}
#banner-rabatt-aktion .banner .content .min-counter.hide {
	display: none;
}
#banner-rabatt-aktion .banner .content .min-counter .text .big {
	font-weight: 700;
	background-color: #f9cf31;
	padding: 0 20px;
	position: relative;
}
#banner-rabatt-aktion .banner .content .min-counter .text .big:after,
#banner-rabatt-aktion .banner .content .min-counter .text .big:before {
	content: "";
	transform: rotate(-45deg);
	background-color: #4daede;
	top: 2px;
	position: absolute;
	width: 21px;
}
#banner-rabatt-aktion .banner .content .min-counter .text .big:before {
	left: -10px;
	height: 21px;
}
#banner-rabatt-aktion .banner .content .min-counter .text .big:after {
	left: 481px;
	height: 20px;
}
#banner-rabatt-aktion .banner .content .min-counter .icon-chevron_up {
	cursor: pointer;
	font-size: 12px;
}
#banner-rabatt-aktion .font-size-26 {
	font-size: 30px;
	margin: 15px 0 30px;
}
#banner-rabatt-aktion .newStyles {
	color: #303030;
}
#banner-rabatt-aktion .newStyles input {
	display: inline;
	width: 300px;
}
#banner-rabatt-aktion .color-gray {
	color: #bababa;
}
#banner-rabatt-aktion .font-size-11 {
	font-size: 12px;
	margin-bottom: 10px;
}
#banner-rabatt-aktion .button-2015-09.button-size-44,
#banner-rabatt-aktion .button-2015-09.button-size-lg {
	height: 44px;
	line-height: 44px;
	border-radius: 4.4px;
	font-size: 18px;
	padding: 0 17px;
}
#banner-rabatt-aktion .button-2015-09 {
	padding: 0 14px;
	font-family: arial;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	background-color: #fafafa;
	background-image: linear-gradient(#fafafa, #ececec);
	color: #519ecc;
	vertical-align: middle;
	cursor: pointer;
}
#banner-rabatt-aktion .button-2015-09:hover {
	color: #519ecc;
	background-color: #f4f4f4;
	background-image: linear-gradient(#f4f4f4, #e4e4e4);
	text-decoration: none;
}
#banner-rabatt-aktion .button-2015-09.button-size-35,
#banner-rabatt-aktion .button-2015-09.button-size-md {
	height: 35px;
	line-height: 35px;
	border-radius: 3.5px;
	font-size: 15px;
}
#banner-rabatt-aktion .button-2015-09.button-action {
	background-color: #61b7ea;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #61b7ea), color-stop(100%, #519dcb));
	background-image: -webkit-linear-gradient(#61b7ea, #519dcb);
	background-image: linear-gradient(#61b7ea, #519dcb);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border: 0;
}
#banner-rabatt-aktion .icons-arrow-white-right {
	display: inline-block;
	background-position: 0 -68px;
	height: 9px;
	width: 6px;
	background-image: url(../images/icons_sprite_20191105.png);
	background-repeat: no-repeat;
}
#banner-rabatt-aktion .layout-whitebox {
	line-height: 1.5;
	font-family: arial, sans-serif;
	font-size: 14px;
}
#banner-rabatt-aktion .layout-whitebox input {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 6px 8px;
	background: #eee;
	height: 14px;
	outline: 0;
	border-radius: 4px 4px 4px 4px;
	box-sizing: content-box;
}
#banner-rabatt-aktion label {
	display: block;
	margin-bottom: 0;
}
#banner-rabatt-aktion .danke {
	line-height: 1.4;
}
#banner-rabatt-aktion .danke .close {
	opacity: 1;
	color: #676767;
	font-size: 16px;
	right: 20px;
	top: 30px;
	position: absolute;
	padding: 0;
	margin: 0;
}
#banner-rabatt-aktion .danke .danke-headline {
	font-size: 22px;
	font-weight: 700;
	margin: 20px 0;
}
#banner-rabatt-aktion .danke .button-action {
	margin: 10px 0;
}
#banner-rabatt-aktion .danke .button-action .icon-menu_arrow,
#banner-rabatt-aktion .dropdown #btn-getCode .icon-menu_arrow {
	font-size: 12px;
	font-weight: 700;
}
#banner-rabatt-aktion .dropdown .mobile-break {
	display: none;
}
.newsletter_overlay_box {
	width: 367px;
	padding: 20px 20px 24px;
	position: absolute;
	left: 125px;
	top: 112px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
}
.newsletter_background_image {
	width: 100%;
	height: 571px;
}
@media screen and (max-width: 1024px) {
	#banner-rabatt-aktion .banner .content .max {
		padding: 15px 105px 15px 30px;
		height: auto;
	}
	#banner-rabatt-aktion .banner .content .max-counter {
		max-width: 1000px;
		justify-content: space-evenly;
		margin: 0;
	}
	#banner-rabatt-aktion .banner .content .max-counter .countdown {
		flex-direction: column;
		max-width: 290px;
	}
}
@media screen and (max-width: 479px) {
	#banner-rabatt-aktion .banner .content .min {
		padding: 0;
		line-height: 30px;
	}
}
@media screen and (max-width: 768px) {
	#banner-rabatt-aktion .banner .content .min {
		text-align: center;
		padding: 0 49px 0 0;
		font-size: 22px;
	}
	#banner-rabatt-aktion .banner .content .min .big {
		font-size: 22px;
	}
	#banner-rabatt-aktion .banner .content .max {
		padding: 0;
		height: auto !important;
		display: block;
	}
	#banner-rabatt-aktion .banner .content .max .full-text {
		padding: 15px 65px 15px 15px;
		font-size: 22px;
		text-align: left;
	}
	#banner-rabatt-aktion .banner .content .max .full-text .big {
		font-size: 24px;
	}
	#banner-rabatt-aktion .banner .content .max .button {
		text-align: center;
		padding-bottom: 18px;
		margin-left: 0;
	}
	#banner-rabatt-aktion .banner .content .max-counter {
		height: 142px;
		padding: 0 15px;
		justify-content: normal;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt {
		margin: 0 10px;
	}
	#banner-rabatt-aktion .banner .content .max-counter .button,
	#banner-rabatt-aktion .banner .content .max-counter .text {
		display: none;
	}
	#banner-rabatt-aktion .banner .content .max-counter .text-tablet {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#banner-rabatt-aktion .banner .content .max-counter .text-tablet .text {
		display: inline;
		margin-bottom: 15px;
		width: 259px;
	}
	#banner-rabatt-aktion .banner .content .max-counter .text-tablet .button {
		display: inline;
	}
	#banner-rabatt-aktion .banner .content .open-rabatt {
		right: 15px;
		top: 34px;
		font-size: 12px;
	}
	#banner-rabatt-aktion .banner .content .close-rabatt {
		right: 15px;
		font-size: 12px;
	}
	#banner-rabatt-aktion .dropdown {
		padding: 15px !important;
	}
	#banner-rabatt-aktion .dropdown .font-size-26 {
		text-align: center;
	}
	#banner-rabatt-aktion .dropdown center .codes {
		line-height: 1.4;
	}
	#banner-rabatt-aktion .dropdown center .codes p {
		margin: 0 0 10px;
	}
	#banner-rabatt-aktion .danke .danke-headline {
		text-align: center;
		margin: 40px 0 20px;
	}
	#banner-rabatt-aktion .danke .danke-text p {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 600px) {
	#banner-rabatt-aktion .btn-arrow {
		width: 100%;
	}
	#banner-rabatt-aktion .banner .content .min {
		line-height: 1.4;
		font-size: 16px;
	}
	#banner-rabatt-aktion .banner .content .max .full-text .big,
	#banner-rabatt-aktion .banner .content .min .big {
		font-size: 16px;
	}
	#banner-rabatt-aktion .banner .content .max {
		line-height: 1.15;
	}
	#banner-rabatt-aktion .banner .content .max .full-text {
		line-height: 1.4;
		font-size: 16px;
	}
	#banner-rabatt-aktion .banner .content .max-counter {
		flex-direction: column;
		height: 273px;
		padding: 9px 15px 15px;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt {
		display: none;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile {
		display: flex;
		align-items: baseline;
		margin-top: 20px;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile .button,
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile .rabatt,
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile .text {
		display: inline;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile .rabatt {
		margin: 0 20px 0 0;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile .text {
		margin-bottom: 15px;
	}
	#banner-rabatt-aktion .banner .content .max-counter .text-tablet {
		display: none;
	}
	#banner-rabatt-aktion .dropdown center {
		text-align: left;
	}
	#banner-rabatt-aktion .dropdown .mobile-break {
		display: block;
	}
	#banner-rabatt-aktion .dropdown .button-action {
		width: 100%;
	}
	#banner-rabatt-aktion .dropdown .layout-whitebox input {
		width: 100%;
		padding: 6px 0;
	}
	#banner-rabatt-aktion .danke {
		padding: 0 15px;
		text-align: left;
	}
	#banner-rabatt-aktion .danke .button-action {
		width: 100%;
		margin-bottom: 25px;
	}
	#banner-rabatt-aktion label {
		display: flex;
	}
	#banner-rabatt-aktion label font {
		margin-left: 10px;
	}
	.newsletter_overlay_box {
		width: 280px;
		padding: 20px 20px 24px;
		position: absolute;
		left: 7%;
		top: 112px;
		background: #fff;
		border-radius: 8px;
		text-align: center;
	}
	.newsletter_background_image {
		width: 100%;
		height: 371px;
	}
}
@media screen and (max-width: 479px) {
	#banner-rabatt-aktion .banner .content .min {
		padding: 0 15px;
		line-height: 30px !important;
	}
}
@media screen and (max-width: 414px) {
	#banner-rabatt-aktion.mobile-100vh {
		height: 100%;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile {
		margin-top: 15px;
		align-items: center;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile .rabatt {
		background: url(../images/footer-aktion-stoerer-small.png) no-repeat;
		width: 80px;
		height: 75px;
		margin: 0 15px 0 0;
		background-size: 80px;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile .rabatt .info {
		top: 18px;
		left: 21px;
		line-height: 0.5;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile .rabatt .info .prozent {
		font-size: 24px;
		line-height: 1.4;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile .rabatt .info .sub {
		font-size: 12px;
		line-height: 0;
		text-transform: uppercase;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile .rabatt .info2 {
		font-size: 9px;
		top: 12px;
		right: 13px;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile .text {
		font-size: 14px;
		width: 195px;
		margin-bottom: 0;
	}
	#banner-rabatt-aktion .banner .content .max-counter .rabatt-text-mobile .button {
		display: none;
	}
	#banner-rabatt-aktion .banner .content .max-counter .button {
		display: inline;
		width: 100%;
		margin-top: 15px;
	}
	#banner-rabatt-aktion .banner .content .open-rabatt {
		top: 37px;
	}
	#banner-rabatt-aktion .danke .danke-text p {
		margin-bottom: 10px;
	}
}
#rabatt-aktion-modal .modal-dialog {
	max-width: 700px;
}
#modalErrorAlert_rabatt .modal-content {
	padding: 20px;
}
#section_infotexte .lp-h1 {
	font-size: 44px;
	line-height: 1.1;
}
#section_infotexte .lp-h2 {
	font-size: 30px;
	line-height: 1.2;
}
#section_infotexte .lp-h1,
.lp-h2,
.lp-h3,
.lp-h4,
.lp-h5 {
	color: #303030;
	margin-top: 0;
	font-weight: 500;
}
.header .middle-header .icons-list .item-login i {
	font-size: 21px;
}
@media screen and (max-width: 413.98px) {
	.header .middle-header .icons-list .item-heart,
	.header .middle-header .icons-list .item-login,
	.header .middle-header .icons-list .item-user {
		display: none;
	}
}
@media screen and (device-aspect-ratio: 2/3) {
	input[type="date"],
	input[type="datetime-local"],
	input[type="datetime"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select,
	textarea {
		font-size: 16px;
	}
}
@media screen and (device-aspect-ratio: 40/71) {
	input[type="date"],
	input[type="datetime-local"],
	input[type="datetime"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select,
	textarea {
		font-size: 16px;
	}
}
@media screen and (device-aspect-ratio: 375/667) {
	input[type="date"],
	input[type="datetime-local"],
	input[type="datetime"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select,
	textarea {
		font-size: 16px;
	}
}
@media screen and (device-aspect-ratio: 9/16) {
	input[type="date"],
	input[type="datetime-local"],
	input[type="datetime"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select,
	textarea {
		font-size: 16px;
	}
}
@media screen and (device-aspect-ratio: 9/19.5) {
	input[type="date"],
	input[type="datetime-local"],
	input[type="datetime"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select,
	textarea {
		font-size: 16px;
	}
}
.mobile-transform {
	transform: translate3d(-90px, 0, 0) !important;
}
#modal_k21_mobile .modal-dialog .modal-content .modal-main {
	overflow: scroll;
}
#modal_k21_mobile .modal-dialog .modal-content {
	overflow: scroll;
	min-height: 90vh;
}
#android #modal_einteilung_mobile .modal-dialog .modal-content .flex-grow-1.main__content {
	height: 480px;
}
#android #konfi21 #modal_k21_mobile .modal-dialog .modal-content .modal-subblocks .modal-subblock.ausstattung_10 .modal-subblock-in .modal-content .modal-body .height_selector select,
#konfi21 #modal_k21_mobile .modal-dialog .modal-content .modal-subblocks .modal-subblock.ausstattung_10 .modal-subblock-in .modal-content .modal-body .height_selector select {
	width: 80px !important;
}
.height-vh-85 {
	height: 85vh;
}
@media screen and (max-width: 375px) {
	#konfi21 #modal_k21_mobile .modal-dialog .modal-content .modal-subblocks .modal-subblock.ausstattung_10 .modal-subblock-in .modal-content .modal-body .height_selector select {
		width: 80px !important;
	}
	#modal_einteilung_mobile .modal-dialog .modal-content .flex-grow-1.main__content {
		height: 330px !important;
	}
}
@media screen and (max-width: 600px) {
	#modal_k21_mobile .modal-dialog .modal-content .modal-subblocks .modal-subblock.tueren .modal-subblock-in .modal-contents .main__content .modal-main-scroll-in .modal-body:last-child {
		height: 300px;
	}
}
.select-tab__select-list-items .select-switcher .nice-select.custom-nice-select .list {
	width: 100%;
	margin-top: 5px;
	border-radius: 5px;
	overflow: scroll;
	height: calc(40vh - 80px);
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1152px) and (orientation: landscape) {
	.modal-standart--1150 .modal-dialog {
		width: 900px !important;
		max-width: 100%;
	}
}
.modal-content button.btn-close--old:before {
	position: absolute;
	right: 40px !important;
	top: 40px !important;
	content: "";
	font-size: 16px;
	color: #676767;
	background-image: url(../images/x-circle-dark.svg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 16px !important;
	height: 16px !important;
	display: block;
	font-weight: 100;
}
.btn-back {
	text-decoration: none !important;
}
.modal-body .row .col-12 .product-patterns__select-list {
	overflow-y: auto;
	max-height: 200px;
}
.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.custom-checkbox input:checked ~ .checkmark::after {
	display: block;
	color: #409ed6;
	border-color: #409ed6;
}
.custom-checkbox .checkmark::after {
	content: "";
	position: absolute;
	display: none;
	left: 8px;
	top: 3px;
	width: 8px;
	height: 14px;
	border: solid #409ed6;
	border-width: 0 2.5px 2.5px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.feature_tooltip{
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
	border-style: solid;
	border-width: 0 0 44px 44px;
}
.feature_tooltip.tooltip-auslauf-decor{
	border-color: transparent transparent #b4bfa6 transparent;
}
.feature_tooltip.tooltip-saison-decor{
	border-color: transparent transparent #ff1919 transparent;
}
.feature_tooltip.tooltip-bestprice-decor{
	border-color: transparent transparent #f5bd2c transparent;
}
.feature_tooltip.tooltip-auslauf-decor .feature_tooltip-icon{
	position:absolute;
	top: 19px;
	left: -20px;
}
.feature_tooltip.tooltip-auslauf-decor .feature_tooltip-icon:before{
	content: url('../images/clock.svg');
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	
}
.feature_tooltip.tooltip-bestprice-decor .feature_tooltip-icon{
	position:absolute;
	top: 19px;
	left: -20px;
}
.feature_tooltip.tooltip-bestprice-decor .feature_tooltip-icon:before{
	font-family: "ds" !important;
	content: "";
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.feature_tooltip.tooltip-saison-decor .feature_tooltip-icon{
	position:absolute;
	top: 19px;
	left: -20px;
}
.feature_tooltip.tooltip-saison-decor .feature_tooltip-icon:before{
	content: "\0025";
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.feature_tooltip .feature_tooltip-txt{
	position: absolute;
	right: 0;
	width: 120px;
	top: 61px;
	text-align: right;
	color:black;
}
.feature_tooltip.tooltip-auslauf-decor .feature_tooltip-txt{
	color:#b4bfa6;
}
.decor_feature{
	width: 0;
	height: 0;
	position: absolute;
	bottom: 1px;
	right: 16px;
	border-style: solid;
	border-width: 0 0 37px 37px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.decor_feature.decor_auslauf{
	border-color: transparent transparent #b4bfa6 transparent;
}
.decor_feature.decor_bestpreis{
	border-color: transparent transparent #f5bd2c transparent;
}
.decor_feature.decor_saison{
	border-color: transparent transparent #ff1919 transparent;
}
.decor_feature.decor_auslauf:before{
	
	content: url('../images/clock.svg');
	position: absolute;
	top: 17px;
	right: 2px;
}
.decor_feature.decor_bestpreis:before{
	font-family: "ds" !important;
	content: "";
	color: white;
	top: 15px;
	position: absolute;
	right: 3px;
	font-size: 15px;
}
.decor_feature.decor_saison:before{
	content: "\0025";
	color: white;
	top: 13px;
	position: absolute;
	right: 2px;
	font-size: 18px;
	font-weight: bold;
	
}
.product-patterns__sample-wrap.selected .decor_feature{
	right:0;
	bottom:0;
	
}
