.flex-content.stat-counter {
	color: var(--Blue);
	padding: 120px 0;
}

.flex-content.stat-counter .eyebrow {
	text-align: center;
}

.flex-content.stat-counter .main-title {
	color: var(--Text);
	margin: 0 0 40px;
}

.flex-content.stat-counter .text {
	margin: 0 0 40px;
}

.flex-content.stat-counter.no-box-dark .main-title {
	color: var(--White);
}

.flex-content.stat-counter .bg-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flex-content.stat-counter .box {
	position: relative;
	overflow: hidden;
}

.flex-content.stat-counter .box.rounded-corners {
	border-radius: 10px;
}


.flex-content.stat-counter .row {
	position: relative;
}

.flex-content.stat-counter .stat-wrapper {
	flex: 0 1 33%;
	padding: 0 2vw;
}

.flex-content.stat-counter .stat-wrapper:first-child {
	padding-left: 0px;
}

.flex-content.stat-counter .tile .inner {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}


.flex-content.stat-counter .tile .stat {
	color: var(--Blue);
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 86px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin: 0;
}

.flex-content.stat-counter .tile .stat-title {
	color: var(--Blue);
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.flex-content.stat-counter .tile .stat.bold {
	font-weight: 800;
}

.flex-content.stat-counter .tile p {
	margin: 0;
	text-align: center;
}

.flex-content.stat-counter .tile .inner > *:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1450px) {
	.flex-content.stat-counter .tile .stat {
		font-size: 70px;
	}
}

@media only screen and (max-width: 1230px) {
	.flex-content.stat-counter .tile .stat-title {
		font-size: 20px;
	}

	.flex-content.stat-counter .tile .stat {
		font-size: 60px;
		margin: 0 auto;
	}

	.flex-content.stat-counter .tile .text {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1080px) {
	.flex-content.stat-counter .tile .stat {
		font-size: 50px;
	}

	.flex-content.stat-counter.box-light .box,
	.flex-content.stat-counter.box-dark .box {
		padding: 0 30px 30px;
	}

	.flex-content.stat-counter .tile .inner {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 769px) {
	.flex-content.stat-counter .tile .stat {
		font-size: 45px;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width: 700px) {
	.flex-content.stat-counter .box {
		padding: 60px 0px;
	}

	.flex-content.stat-counter .stat-wrapper:not(:last-child) {
		border-right: 1px solid var(--Blue);
	}

	.flex-content.stat-counter:is([data-theme="gradient"], [data-theme="navy"]) .stat-wrapper:not(:last-child) {
		border-right: 1px solid var(--White);
	}

	.flex-content.bg-blue.stat-counter .stat-wrapper:not(:last-child),
	.flex-content.bg-black.stat-counter .stat-wrapper:not(:last-child) {
		border-color: white;
	}
}

@media only screen and (max-width: 699px) {
	.flex-content.stat-counter .stat-wrapper {
		border-right: unset;
		flex-basis: 100%;
		padding-left: 0px;
	}
}
