
.guten-fun-fact {
	backface-visibility: hidden;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all .4s ease;
	z-index: 2;
}

.guten-fun-fact:before {
	background-size: 101% 101%;
	content: "";
	height: 100%;
	position: absolute;
	transition: all .6s ease;
	width: 100%;
	z-index: 1;
}

.guten-fun-fact .fun-fact-inner {
	position: relative;
	z-index: 2;
}

.guten-fun-fact .fun-fact-inner .icon-box {
	display: inline-block;
	vertical-align: middle;
}

.guten-fun-fact .fun-fact-inner .icon-box .icon {
	color: var(--guten-txt-color);
	font-size: 40px;
	padding: 15px;
}

.guten-fun-fact .fun-fact-inner .icon-box .icon svg {
	fill: var(--guten-txt-color);
}

.guten-fun-fact .fun-fact-inner .icon-box .icon i {
	display: block;
}

.guten-fun-fact .fun-fact-inner .content .number-wrapper {
	color: var(--guten-txt-color);
	font-size: 28px;
	font-weight: 700;
}

.guten-fun-fact .fun-fact-inner .content .number-wrapper .super {
	color: var(--guten-txt-color);
	font-size: 22px;
	left: 0;
	position: relative;
	top: -5px;
	vertical-align: super;
}

.guten-fun-fact .fun-fact-inner .content.block {
	display: block;
}

.guten-fun-fact .fun-fact-inner .content.inline-block {
	display: inline-block;
	vertical-align: middle;
}

.guten-fun-fact .fun-fact-inner .content .title {
	color: var(--guten-txt-color);
	margin: 0;
}

.guten-fun-fact .fun-fact-inner .content > * {
	display: block;
}

.guten-fun-fact .border-bottom {
	bottom: 0;
	height: 5px;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 100%;
}

.guten-fun-fact .border-bottom .animated {
	background-color: #d8a600;
	height: 5px;
	width: 100%;
	z-index: 3;
}

.guten-fun-fact .border-bottom .left {
	animation-name: slideInLeft;
}

.guten-fun-fact .border-bottom .right {
	animation-name: slideInRight;
}

.guten-fun-fact:hover .border-bottom .left {
	animation-name: slideOutRight;
}

.guten-fun-fact:hover .border-bottom .right {
	animation-name: slideOutLeft;
}
