#landingReport section {
	margin: 0;
	padding: 0;
}
#landingReport .hero {
	background: var(--color-revup-grey) center / cover no-repeat;
	height: auto;
	text-align: left;
}
#landingReport .hero_content {
	padding: 148px 48px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
#landingReport .super_title {
	padding-right: 64px;
}
#landingReport .super_title .pre_title {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: .2em;
	text-transform: uppercase;
	opacity: .6;
	margin-bottom: 64px;
}
#landingReport .super_title .title {
	font-weight: 600;
	font-size: 72px;
	letter-spacing: -.025em;
	line-height: 1;
}
#landingReport .hero .title {
	white-space: nowrap;
	margin-right: -2em;
}
#landingReport .super_title .sub_title {
	margin-top: 6px;
	font-weight: 600;
	font-size: 48px;
	letter-spacing: -.05em;
	line-height: 1;
}
#landingReport .super_title .description {
	margin-top: 32px;
	font-size: 24px;
	letter-spacing: -.025em;
	opacity: .6;
}
#landingReport .form_box .nf-form-cont {
	background: #FFF;
	padding: 24px;
}
#landingReport .nf-form-cont .nf-field-container {
	clear: initial;
	margin: 0;
}
#landingReport .nf-form-wrap nf-fields-wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-areas:
		'first   last'
		'email   indtr'
		'comp    jobt'
		'country state'
		'agree   agree'
		'subsc   subsc'
		'privacy privacy'
		'send    send';
	gap: 16px;
	color: #000;
}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(1) {grid-area: first}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(2) {grid-area: last}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(3) {grid-area: email}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(4) {grid-area: indtr}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(5) {grid-area: comp}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(6) {grid-area: jobt}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(7) {grid-area: country}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(8) {grid-area: state}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(9) {grid-area: state}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(10) {grid-area: state}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(11) {grid-area: state}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(12) {grid-area: agree}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(13) {grid-area: subsc}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(14) {grid-area: privacy;margin-top: 8px;}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(15) {grid-area: send;margin-top: 8px;}
#landingReport .nf-form-wrap nf-fields-wrap > :nth-child(n+16) {display: none}

#landingReport .nf-form-wrap nf-fields-wrap .checkbox-container {margin-top: 8px;}

#landingReport .nf-form-wrap .button {
	background: #1D6FED;
	color: #FFF;
	border: 2px solid #1D6FED;
	width: 100%;
}
#landingReport .nf-form-wrap .button:hover {
	background: #FFF;
	color: #1D6FED;
}

		@media (max-width: 1300px) {
			#landingReport .hero_content {
				padding: 64px 48px;
				grid-template-columns: 1fr;
				align-items: initial;
			}
			#landingReport .super_title {
				padding-right: 0;
				text-align: center;
			}
			#landingReport .super_title .title {
				margin-right: 0;
				white-space: initial;
				text-wrap: balance;
			}
			#landingReport .hero .super_title .description {
				margin-bottom: 128px;
			}
		}

		@media (max-width: 890px) {
			#landingReport .hero_content {
				padding: 64px 48px;
				grid-template-columns: 1fr;
				align-items: initial;
			}
			#landingReport .super_title .title {
				font-size: 48px;
			}
			#landingReport .super_title .sub_title {
				font-size: 32px;
			}
			#landingReport .super_title .description {
				font-size: 20px;
			}
			#landingReport .nf-form-wrap .nf-field-container .nf-field-label {
				margin-bottom: 0 !important;
			}
		}

		@media (max-width: 420px) {
			#landingReport .hero_content {
				padding-left: 0;
				padding-right: 0;
			}
			#landingReport .hero .super_title .description {
				margin-bottom: 96px;
			}
			#landingReport .nf-form-wrap nf-fields-wrap {
				display: block;
			}
			#landingReport .nf-form-wrap .nf-field-container {
				margin-bottom: 16px;
			}
		}



#landingReport .infobar {
	padding: 64px 48px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
#landingReport .infobar:nth-child(odd) :where(.info) {
	order: -1;
	margin-right: 64px;
}
#landingReport .infobar:nth-child(even) :where(.info) {
	order: 1;
	margin-left: 64px;
}
#landingReport .infobar .infotitle {
	font-size: 42px;
	line-height: 115%;
	letter-spacing: -0.035em;
	color: #DA3832;
}
#landingReport .infobar .infotext {
	margin-top: 32px;
	font-size: 20px;
	letter-spacing: -0.025em;
}
#landingReport .infobar .infotext p {
	margin: 0 0 8px;
}
#landingReport .infobar .infotext p strong {
	display: block;
	margin-top: 24px;
	margin-bottom: 8px;
	font-weight: 600;
}
		@media (max-width: 1025px) {
			#landingReport .infobar {
				display: block;
			}
			#landingReport .infobar .info {
				margin: 0;
			}
			#landingReport .infobar img {
				margin-bottom: 64px;
			}
		}
		@media (max-width: 780px) {
			#landingReport .infobar .infotitle {
				font-size: 36px;
			}
			#landingReport .infobar .infotext {
				font-size: 16px;
			}
		}



#landingReport .cta {
	background: var(--color-revup-grey) center / cover no-repeat;
	text-align: center;
	color: #FFF;
}
#landingReport .cta .super_title {
	padding: 100px 0 0;
	margin: auto;
	max-width: 600px;
}
#landingReport .cta .super_title .button.primary {
	padding: 0 30px;
	margin-top: 64px;
	min-height: 48px;
}
#landingReport .cta .super_title .button.primary:hover {
	background: #FFF8;
	color: #1D6FED;
	backdrop-filter: blur(2px);
	box-shadow: 0 0 16px 0 #FFF;
}

		@media (max-width: 890px) {
			#landingReport .cta .super_title {
				padding-top: 48px;
			}
			#landingReport .cta .pre_title {
				margin-bottom: 48px;
			}
		}

		@media (max-width: 620px) {
			#landingReport .hero_content,
			#landingReport .infobar,
			#landingReport .cta .super_title {
				padding-left: 16px;
				padding-right: 16px;
			}
		}

		@media (max-width: 420px) {
			#landingReport .cta .super_title {
				padding-left: 0;
				padding-right: 0;
			}
			#landingReport .cta .super_title .pre_title {
				margin-bottom: 48px;
			}
			#landingReport .cta .super_title .button.primary {
				margin-top: 48px;
			}
		}
