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

.diag-mod .case--container {
	padding: 0 30px;
	position: relative;
}

.case--stats-card-col {
	margin-top: -1px;
}

.case--stats-card {
	padding: 10px 0;
	display: flex;
}

.diag-mod .case--stats-card {
	border: none;
}

.case--stats-card-title {
	margin-bottom: 15px;
	line-height: 1;
}

.case--stats-description {
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	display: block;
	margin-top: .5rem;
}

.diag-mod .case--stats-description {
	color: #fff;
}

.case--section.dark-mod {
	background-color: var(--theme-blue);
	color: #fff;
}

.dark-mod .case--stats-card-title{
	color: var(--theme-orange);
	color: #fff;
}

.diag-mod .case--stats-card-title{
	color: #fff;
}

.dark-mod .case--stats-card {
	border-color: #fff;
}

.diag-mod .case--stats-card {
	color: #fff;
}

.acf-block-preview .case--stats-card-title {
	font-size: 3rem;
}

.acf-block-preview .case--stats-description {
	font-size: 1.25rem;
}

.case--section.diag-mod {
	position: relative;
	color: #fff;
	padding: 15.6vw 0;
	overflow: hidden;
}

.case--diag-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -1px;
	background: rgb(0 77 107 / 93%);
}

.case--top-treatment {
	position: absolute;
	font-size: 1vw;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100em 15.6em 0;
	border-color: transparent #fff transparent transparent;
	z-index:1;
}

.case--top-treatment-blue {
	font-size: 1vw;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
    border-style: solid;
    border-width: 7.8em 50em 7.8em 0;
    border-color: transparent #8fb0be transparent transparent;
	z-index:1;
}

.case--bottom-treatment {
	position: absolute;
    font-size: 1vw;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    border-style: solid;
    border-width: 15.6em 0 0 100em;
    border-color: transparent transparent transparent #fff;
	z-index:1;
}

.case--leadin-title span {
	color: var(--theme-light-blue);
}

@media (min-width: 768px) {
	.case--leadin-title {
		border: 1px solid var(--theme-blue);
		border-radius: 6px;
		padding: 30px;
	}
	
	.dark-mod .case--leadin-title {
		border-color: #fff;
	}
}

.case--stats-card-icon {
	width: 45px;
	height: 45px;
	margin-right: 10px;
}