<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">










html:not([data-x-mode]) .animated-box-wrap:hover .animated-box {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

html:not([data-x-mode]) .animated-box-wrap:hover .animated-box .animated-box-back .animated-box-inner {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

html:not([data-x-mode]) .animated-box-wrap:hover .animated-box .animated-box-front .animated-box-inner {
	-webkit-transform: translate3d(0, 0, 90px);
	transform: translate3d(0, 0, 90px);
}

html:not([data-x-mode]) .animated-box-wrap-vertical:hover .animated-box {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.animated-box-wrap.active .animated-box {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.animated-box-wrap.active .animated-box .animated-box-back .animated-box-inner {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.animated-box-wrap.active .animated-box .animated-box-front .animated-box-inner {
	-webkit-transform: translate3d(0, 0, 90px);
	transform: translate3d(0, 0, 90px);
}

.animated-box-wrap.active.animated-box-wrap-vertical .animated-box {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.animated-box-wrap-vertical .animated-box-back {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.animated-box {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	border: 1px solid #f2f3f8;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.09);
	text-align: center;
	transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.animated-box-inner {
	transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.animated-box-front,
.animated-box-back {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	min-height: 250px;
	padding: 25px;
	transition: all 0.1s 0.25s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.animated-box-front.bg-image,
.animated-box-back.bg-image {
	background-size: cover;
}

.animated-box-front.bg-image:before,
.animated-box-back.bg-image:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
	.animated-box-front,
	.animated-box-back {
		min-height: 350px;
	}
}

.animated-box-front {
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
	border-radius:15px !important;
}

.animated-box-front .animated-box-inner {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.animated-box-back {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	-webkit-transform: rotateY(180deg) translate3d(0, 0, 1px);
	transform: rotateY(180deg) translate3d(0, 0, 1px);
	background-color: #5798ef;
}

.animated-box-back .animated-box-inner {
	-webkit-transform: translate3d(0, 0, 110px);
	transform: translate3d(0, 0, 110px);
}

.animated-box-back .btn-white-outline, .animated-box-back .btn-white-outline:active, .animated-box-back .btn-white-outline:focus {
	color: #fff;
	background: transparent;
	border-color: #fff;
}

.animated-box-back .btn-white-outline:hover {
	color: #fff;
	background: #67828d;
	border-color: #67828d;
}

.ie-10 .animated-box-wrap .animated-box-back,
.ie-11 .animated-box-wrap .animated-box-back,
.ie-edge .animated-box-wrap .animated-box-back {
	opacity: 0;
}

.ie-10 .animated-box-wrap:hover .animated-box-front,
.ie-11 .animated-box-wrap:hover .animated-box-front,
.ie-edge .animated-box-wrap:hover .animated-box-front {
	opacity: 0;
	pointer-events: none;
}

.ie-10 .animated-box-wrap:hover .animated-box-back,
.ie-11 .animated-box-wrap:hover .animated-box-back,
.ie-edge .animated-box-wrap:hover .animated-box-back {
	opacity: 1;
}

.ie-10 .animated-box-front,
.ie-10 .animated-box-back,
.ie-11 .animated-box-front,
.ie-11 .animated-box-back,
.ie-edge .animated-box-front,
.ie-edge .animated-box-back {
	height: 250px;
}

@media (min-width: 768px) {
	.ie-10 .animated-box-front,
	.ie-10 .animated-box-back,
	.ie-11 .animated-box-front,
	.ie-11 .animated-box-back,
	.ie-edge .animated-box-front,
	.ie-edge .animated-box-back {
		height: 350px;
	}
}

.animated-box-skyscraper .animated-box-front,
.animated-box-skyscraper .animated-box-back {
	min-height: 300px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

@media (min-width: 768px) {
	.animated-box-skyscraper .animated-box-front,
	.animated-box-skyscraper .animated-box-back {
		min-height: 400px;
	}
}

.animated-box-skyscraper .animated-box-inner {
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.animated-box-skyscraper-left .animated-box {
	text-align: left;
}

.animated-box-skyscraper-left hr {
	margin-left: 0;
}

.animated-box-skyscraper-left .animated-box-front,
.animated-box-skyscraper-left .animated-box-back {
	-ms-flex-align: start;
	align-items: flex-start;
}

.animated-box-skyscraper-right .animated-box {
	text-align: right;
}

.animated-box-skyscraper-right hr {
	margin-right: 0;
}

.animated-box-skyscraper-right .animated-box-front,
.animated-box-skyscraper-right .animated-box-back {
	-ms-flex-align: end;
	align-items: flex-end;
}

.animated-box-skyscraper-center .animated-box-front,
.animated-box-skyscraper-center .animated-box-back {
	-ms-flex-pack: center;
	justify-content: center;
}

.animated-box-skyscraper-center .animated-box-back {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.animated-box-skyscraper.active.animated-box-skyscraper-right .animated-box {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.animated-box-skyscraper.active.animated-box-skyscraper-center .animated-box {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

html:not([data-x-mode]) .animated-box-skyscraper-right:hover .animated-box {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

html:not([data-x-mode]) .animated-box-skyscraper-center:hover .animated-box {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.ie-10 .animated-box-skyscraper .animated-box-front,
.ie-10 .animated-box-skyscraper .animated-box-back,
.ie-11 .animated-box-skyscraper .animated-box-front,
.ie-11 .animated-box-skyscraper .animated-box-back,
.ie-edge .animated-box-skyscraper .animated-box-front,
.ie-edge .animated-box-skyscraper .animated-box-back {
	height: 300px;
}

@media (min-width: 768px) {
	.ie-10 .animated-box-skyscraper .animated-box-front,
	.ie-10 .animated-box-skyscraper .animated-box-back,
	.ie-11 .animated-box-skyscraper .animated-box-front,
	.ie-11 .animated-box-skyscraper .animated-box-back,
	.ie-edge .animated-box-skyscraper .animated-box-front,
	.ie-edge .animated-box-skyscraper .animated-box-back {
		height: 400px;
	}
}

.animated-box-transparent .animated-box {
	border-radius: 15px;
	border-color: #5acea4;
}

.animated-box-transparent .animated-box-back {
	opacity: 0;
}

html:not([data-x-mode]) .animated-box-transparent:hover .animated-box-front {
	opacity: 0;
	pointer-events: none;
}

html:not([data-x-mode]) .animated-box-transparent:hover .animated-box-back {
	opacity: 1;
}

.animated-box-transparent.active .animated-box-front {
	opacity: 0;
	pointer-events: none;
}

.animated-box-transparent.active .animated-box-back {
	opacity: 1;
}

.animated-box-transparent .animated-box-front,
.animated-box-transparent .animated-box-back {
	background: transparent;
}

/*.animated-box-ordered {
	counter-reset: div;
}

.animated-box-ordered .animated-box-title:before {
	display: block;
	content: counter(div, decimal-leading-zero) "";
	counter-increment: div;
	font-size: 36px;
	color: white;
}*/

.animated-box-ordered .animated-box {
	border-radius: 15px;
	/* border-color: #fb4107; */
}

.animated-box-ordered .animated-box-ordered-item .animated-box-front,
.animated-box-ordered .animated-box-ordered-item .animated-box-back {
	border-radius: 15px;
	min-height: 220px;
}

@media (min-width: 768px) {
	.animated-box-ordered .animated-box-ordered-item .animated-box-front,
	.animated-box-ordered .animated-box-ordered-item .animated-box-back {
		min-height: 260px;
	}
}

.animated-box-ordered * + .btn {
	margin-top: 30px;
}

.animated-box-wrap-product .animated-box-back {
	background-color: #fff;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.animated-box-wrap-product .animated-box-back &gt; * {
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.animated-box-wrap-product .animated-box-back .animated-box-inner &gt; * {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.ie-10 .animated-box-wrap-product .animated-box-front,
.ie-10 .animated-box-wrap-product .animated-box-back,
.ie-11 .animated-box-wrap-product .animated-box-front,
.ie-11 .animated-box-wrap-product .animated-box-back,
.ie-edge .animated-box-wrap-product .animated-box-front,
.ie-edge .animated-box-wrap-product .animated-box-back {
	height: auto;
}



</pre></body></html>