.sec20 .box2000 .lp_cont {
	margin: 0 auto;
	display: flex;
	align-items: center;
}


.sec20 .box2000 .lp_cont .articleForm {
	max-width: 660px;
	padding: 3em;
}

.sec20 .box2000 .lp_cont .articleForm h4 {
	text-align: left;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.sec20 .box2000 .lp_cont .articleForm h4 span {
	font-size: 16px;
	display: block;
	margin-top: .5em;
	color: rgba(255,255,255,0.3);
}

.sec20 .box2000 .articleForm .js-validate-form {
	background: rgba(40, 40, 48, 1);
	padding: 60px;
	border-top: 10px solid #d71920;
	color: rgba(255,255,255,0.6);
}


.articleForm input:not([type="checkbox"]), .articleForm input:not([type="radio"]), .articleForm input:not([type="hidden"]), .articleForm select, .articleForm textarea {
	width: 100%;
	-webkit-padding: 10px;
	padding: 1em;
	border: 1px solid black;
	background-color: #3d3d44;
	border-radius: 0;
}

.sec20 .box2000:not(.formLeft, .formRight, .formBottom) {
	display: block;
}

.sec20 .box2000.single h2,
.sec20 .box2000.unpair h2,
.sec20 .box2000 h2 {
	text-align: left;
	font-weight: 400;
	font-size: 38px;
	line-height: 1.1em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

li::marker {
	color: #EB0A1E;
}

ul {
    margin-left: 2em;
}

.stat-row {
	display: flex;
	margin-top: 1em;
	gap: 3em;
}
.stat {
	display: flex;
	flex-direction: column;
}
.stat b {
	font-size: 2em;
	font-weight: 400;
	line-height: 1.3em;
}

.stat span {
	font-size: 12px;
	color: rgba(0,0,0,0.5);
}

.eyebrow.mono {
	color: #d71920;
	text-decoration: underline;
	margin-bottom: 0.5em;
	display: inline-block;
}