.why--section {
	overflow: hidden;
}

.why--container {
	padding: 60px 30px;
}

.why--copy-wrap {
	max-width: 400px;
	margin: 0 auto 30px;;
}

@media (min-width: 992px) {
	.why--copy-wrap {
		margin-left: 0;
		max-width: 450px;
	}
}

.why--copy {
	font-size: 1.25rem;
}

.list-of-links {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 1.125rem;
}

.why--list-ctas:last-child {
	margin-bottom: 0;
}

.article  .list-of-links li {
	margin-bottom: 0;
}

.article .list-of-links li:not(:last-child) {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.round-stat--wrap {
	margin: 60px auto 40px;
	width: 220px;
}

.round-stat {
	width: 220px;
	height: 220px;
	background: #009ca6;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 0 7px 2px rgb(0 0 0 / 30%);
}

.blue-white-mod.round-stat {
	background: #00a1e1;
}

.blue-white-mod .round-stat--stat {
	-webkit-text-fill-color: #00a1e1;
}


.blue-dark-mod.round-stat {
	background: #005677;
}

.blue-dark-mod .round-stat--stat {
	-webkit-text-fill-color: #005677;
}

@media (min-width: 992px) {
	
	.why--copy-wrap {
		margin-bottom: 0;
	}
	
	.round-stat--wrap {
		margin: 60px 0 40px;
	}
	
	.why--section .round-stat--wrap:nth-child(2),
	.why--section .round-stat--wrap:nth-child(4) {
		margin-top: -25px;
		margin-left: auto;
		margin-right: 0px;
	}
	
	.why--section.stats-only-mod .round-stat--wrap:nth-child(2),
	.why--section.stats-only-mod .round-stat--wrap:nth-child(4) {
		margin-right: auto;
	}
}

.round-stat--round-text {
	position: absolute;
	color: #2f3233;
	font-size: 18px;
	font-weight: 500;
	left: 50%;
	top: 50%;
	margin-bottom: 0;
	width: 280px;
	height: 280px;
	margin-top: -140px;
	margin-left: -140px;
	line-height: 1;
	opacity: 0;
}

.round-stat--icon {
	width: 36px;
	height: 36px;
	margin-bottom: 10px;
	transition: opacity .3s;
}

.round-stat--icon.nostat-mod {
	width: 70px;
	height: 70px;
}

.round-stat--icon.nostat-mod.nosub-mod {
	width: 120px;
	height: 120px;
}

.round-stat--stat {
	font-size: 70px;
	font-weight: 900;
	-webkit-text-fill-color: #009ca6;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
	letter-spacing: 0.04em;
	line-height: 1;
}

.round-stat--sub {
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

/* .round-stat--wrap:nth-child(2) .round-stat,
.round-stat--wrap:nth-child(4) .round-stat {
	background: #36d6db;
}

.round-stat--wrap:nth-child(2) .round-stat--stat,
.round-stat--wrap:nth-child(4) .round-stat--stat {
	-webkit-text-fill-color: #36d6db;
}
 */
.round-stat--icon,
.round-stat--stat,
.round-stat--sub {
	opacity: 0;
	transition: opacity .3s;
}

.aos-animate .round-stat--icon { opacity: 1; transition-delay: .25s;}
.aos-animate .round-stat--stat { opacity: 1; transition-delay: .5s;}
.aos-animate .round-stat--sub { opacity: 1; transition-delay: .75s;}
.aos-animate .round-stat--under { opacity: 1; transition-delay: .75s;}

.round-stat--round-text.rotated {
	transition-delay: 0s;
	transform: rotate(-90deg);
}

.aos-animate .round-stat--round-text.rotated {
	transition: opacity .1s, transform .5s;
	transition-delay: .75s;
	transform: rotate(0deg);
	opacity: 1;
}

@media (min-width: 992px) {
	.stats-only-mod .why--stats-wrap {
		display: flex;
		justify-content: space-between;
	}
	
	.why--section.stats-only-mod .round-stat:nth-child(2) {
		margin: 150px 0 0 0;
	}
}

.round-stat--under {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
}