/* legal consent */

.legal-consent-container {
	font-size: 12px;
	line-height: 18px;
	margin: 0px !important;
}

.report .hs-richtext>p,
.legal-consent-container .hs-richtext a {
	color: #666 !important;
	font-size: 14px;
	line-height: 18px;
	margin: 0px !important;
	padding: 0px;
}

/* report */
:root {
	--height-chapter: 100%;
}

.report .intro-wide {
	width: 100%;
	background: linear-gradient(180deg, #FFF 0%, #E1E1F4 100%);
}

.report .intro-wide .intro-large {
	max-width: 1440px;
	margin: 0px auto 120px;
	padding: 120px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

/* Style for the arrow */
.report .arrow {
	display: inline-block;
	margin-left: 10px;
	transform: rotate(180deg);
}

/* Rotate the arrow when the details element is closed */
.report details[open] .arrow {
	transform: rotate(0deg);
}

.summary-title {
	display: flex;
	justify-content: flex-start;
}

.report a {
	font-family: 'FFMarkBold';
}

.report strong {
	font-family: 'FFMarkBold';
}

.report .intro-wide .header-large {
	padding: 200px 48px 64px;
	max-width: 1440px;
	margin: 0px auto 96px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.report .intro-large .content {
	display: flex;
	max-width: 700px;
	align-items: center;
	gap: 24px;
	margin: right;
}

.background-overlay {
	background-image: url(/wp-content/uploads/2023/09/illo_ctv_report_header_bg_wurl.png);
	background-size: cover;
	background-position: center;
}

.report .report-header-logos {
	display: flex;
	gap: 24px;
	max-height: 24px;
}

.report h1 {
	color: #000;
	text-align: center;
	font-family: 'FFMarkBold';
	font-size: 60px;
	font-style: normal;
	font-stretch: normal;
	line-height: 69px;
	letter-spacing: -1.2px;
}

.report .header-large h1 {
	max-width: 800px;
	margin-top: 16px;
}

.report .intro-large .content button {
	padding-top: 16px;
}

.report .divider {
	border-bottom: 1px solid rgba(230, 230, 230, 1);
	margin: 40px 0px;
}

.report h2 {
	color: #000;
	font-family: 'FFMarkBold';
	font-size: 36px;
	font-style: normal;
	font-stretch: normal;
	line-height: 45px;
	text-align: left;
	margin: 40px 0px;
	font-weight: 700;
}

.report .h2-32-24 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 40px;
	font-weight: 700;
}

.report .h2-32-24-24 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 40px;
}

.report .h2-small {
	color: #000;
	font-family: 'FFMarkBold';
	font-size: 32px !important;
	font-style: normal;
	font-stretch: normal;
	line-height: 40px !important;
	text-align: left;
	margin-top: 40px;
}

.report .h4-smaller {
	font-size: 24px !important;
	font-style: normal;
	font-stretch: normal;
	line-height: 30px !important;
	font-family: 'FFMarkBold';
	margin-top: 40px;
}

.report h2:first-of-type {
	color: #000;
	font-family: 'FFMarkBold';
	font-size: 36px;
	font-style: normal;
	font-stretch: normal;
	line-height: 45px;
	text-align: left;
	margin-top: 0px;
}

.report h3 {
	font-family: 'FFMarkBold';
	font-size: 24px;
	font-style: normal;
	font-stretch: normal;
	line-height: 30px;
}

.report .intro-large .content p {
	font-family: 'FFMarkBook';
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}

.report .centered-flex-button {
	display: flex;
	width: 100%;
	margin-top: 40px;
	justify-content: center;
}

.report .case-success-img-in-block {
	padding: 0px 32px;
}

.report .modules-wide-dark,
.report .modules-wide-light {
	width: 100%;
}

.report .modules-wide-dark .module-large,
.report .modules-wide-light .module-large {
	width: 100%;
	max-width: 1440px;
	padding: 96px 120px;
	display: flex;
}

.report .modules-wide-dark {
	background-color: #f5f5f8;
}

.report .modules-wide-light {
	background-color: #ffffff;
}

.cta-flex-column {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/* Style for alternating row colors */
.alternating-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	max-width: 1200px;
	margin: 96px auto 96px;
}

.alternating-table th,
.alternating-table td {
	padding: 24px 32px;
	border: none;
	position: relative;
}

.alternating-table th {
	background-color: #fff;
}

/* Odd rows */
.alternating-table tr:nth-child(even) {
	background-color: white;
}

/* Even rows */
.alternating-table tr:nth-child(odd) {
	background-color: rgba(99, 100, 109, 0.1);
}

/* Mid-column style for odd lines */
.alternating-table tr:nth-child(even) td:nth-child(2) {
	background-color: #FDF6FF;
}

/* Mid-column style for even lines */
.alternating-table tr:nth-child(odd) td:nth-child(2) {
	background-color: #F4EAF6;
}

/* Top cell of the mid-column */
.alternating-table tr:first-child th:nth-child(2) {
	position: relative;
	background: url('/wp-content/uploads/2023/08/table-header-bg-top.png');
	background-size: cover;
}

.alternating-table table {
	height: fit-content !important;
	max-height: fit-content !important;
	overflow: hidden;
}

/* Left border of the middle column cells */
.alternating-table tr td:nth-child(2) {
	position: relative;
}

.alternating-table tr td:nth-child(2)::before {
	content: '';
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: 0px;
	width: 2px;
	background-color: #991BB0;
	z-index: 3;
}

/* Right border of the middle column cells */
.alternating-table tr td:nth-child(2)::after {
	content: '';
	position: absolute;
	top: -2px;
	bottom: -2px;
	right: 0px;
	width: 2px;
	background-color: #991BB0;
	z-index: 3;
}

.alternating-table tr:nth-child(odd):last-child {
	content: '';
	background-color: #ffffff !important;
}

/* Right border of the last column cells */
.alternating-table tr:nth-child(even):last-child {
	content: '';
	background-color: #ffffff !important;
}

/* table footer */
.alternating-table table thead,
.alternating-table table tfoot {
	border: 0px !important;
	background-color: #ffffff !important;
}

/* Middle cell of the table footer */
.alternating-table tfoot tr:last-child td:nth-child(2) {
	position: relative;
	background: url(/wp-content/uploads/2023/08/table-footer-border.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.alternating-table tfoot tr:last-child td:nth-child(2)::before,
.alternating-table tfoot tr:last-child td:nth-child(2)::after {
	background-color: transparent;
	content: '';
	position: absolute;
}

/* first column */
.alternating-table table td:nth-child(1) {
	color: #63646D;
	font-family: Mark Pro;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 21px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.report .white-paper {
	border-radius: 8px;
	background: #F3F2F7;
	max-width: 1000px;
	width: 100%;
	padding: 32px;
	gap: 24px;
	justify-content: space-between;
	align-items: center !important;
	align-content: center;
	margin: 0px auto 96px !important;
}

.report .white-paper p {
	font-family: 'FFMarkBook';
	font-size: 16px;
	font-style: normal;
	font-weight: 450;
	line-height: 24px;
}

.report .white-paper h5 {
	color: #000;
	font-family: 'FFMarkBold';
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	line-height: 27px;
}

.report .white-paper .wp-block-button__link {
	display: flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-family: 'FFMarkHeavy';
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: 16px;
}

.report .white-paper .is-layout-flex {
	display: flex;
	justify-content: flex-end;
}

.report .img-2-col {
	padding: 64px 0px;
}

.report .wurl-2-col {
	max-width: 1200px;
	margin: auto !important;
	padding: 0px 120px;
	display: flex;
	gap: 48px;
}

.report .wurl-2-col h3 {
	color: #000;
	text-align: center;
	font-family: 'FFMarkBold';
	font-size: 21px;
	font-style: normal;
	font-stretch: normal;
	line-height: 32px;
}

.report .wurl-2-col p {
	color: #000;
	text-align: center;
	font-family: 'FFMarkBook';
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	line-height: 27px;
}

.report .img-2-col img {
	max-width: 400px;
}

.report .wide-blue {
	background-color: #150056;
	padding: 96px 120px;
}


.report .large-blue {
	max-width: 928px;
	gap: 48px;
	margin: auto !important;
}

.report .large-blue h2 {
	color: #FFF;
	text-align: center;
	font-family: 'FFMarkBold';
	font-size: 36px;
	font-style: normal;
	font-stretch: normal;
	line-height: 45px;
	margin-bottom: 64px;
}

.report .large-blue h3 {
	color: #FFF;
	text-align: center;
	font-family: 'FFMarkBold';
	font-size: 21px;
	font-style: normal;
	font-stretch: normal;
	line-height: 32px;
}

.report .large-blue p {
	color: #FFF;
	text-align: center;
	font-family: 'FFMarkBook';
	font-size: 18px;
	font-style: normal;
	font-weight: 450;
	line-height: 27px;
}

.report .large-blue .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.report .large-blue .large-blue-content {
	display: flex;
	gap: 48px;
}

details.details-report {
padding: 32px !important;
margin: 24px 0px 0px 0px;
}

.report details p {
	color: #666;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	font-family: 'FFMarkBook';
	max-width: 90%;
	padding-top: 16px;
}

.report summary {
	color: var(--grayscale-300, #969696);
	font-family: 'FFMarkBold';
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.report .stats-figure img {
	margin-top: 32px;
	max-width: 100%;
}

.report .faq-divider-purple {
	background: linear-gradient(90deg, #004BFF 0%, #991BB0 73.46%);
	margin-top: 24px;
}

.check-list .wp-block-group__inner-container {
	display: flex;
	gap: 18px;
}

.report .check-list .header-span {
	font-family: 'FFMarkBold';
	font-size: 18px;
}

.report .check-list-text {
	display: flex;
	flex-direction: column;
}

.report .check-list-mark {
	min-width: 24px;
}

.report .check-list-text .wp-block-group__inner-container {
	display: block;
}

.report .faq {
	max-width: 760px;
	display: block;
	flex-direction: column;
	font-family: 'FFMarkBook';
	font-style: normal;
	font-stretch: normal;
	box-sizing: content-box;
	margin: 120px auto;
}

.report .report-content ul {
	padding: 0px 0px 0px 25px;
	list-style-position: outside;
	margin: 40px 10px;
}

.report .report-content li {
	margin: 0px;
	color: var(--black, #000);
	font-family: 'FFMarkBook';
	font-size: 18px;
	font-style: normal;
	line-height: 27px;
}
/* report */
.report p,
.report p:first-of-type {
	font-family: 'FFMarkBook';
	font-size: 18px;
	font-style: normal;
	font-weight: 450;
	line-height: 27px;
}

.report p {
	margin-top: 27px;
}

.report p:first-of-type {
	margin-top: 40px;
	margin-bottom: 27px;
}

.report p:last-of-type {
	margin-bottom: 40px;
	margin-top: 27px;
}

.report .report-container {
	display: flex;
	max-width: 1200px;
	margin: 96px auto;
	padding: 0px 48px;
	box-sizing: content-box;
	justify-content: space-between;
	gap: 120px;
}

.report .report-container-2024{
	display: flex;
	max-width: 1200px;
	margin: 96px auto;
	padding: 0px 48px;
	box-sizing: content-box;
	justify-content: space-between;
	gap: 0px;
}

.report .report-content {
	max-width: 720px;
	width: 100%;
	margin: auto;
}

.report .report-content a {
	text-decoration-line: underline;
	font-family: 'FFMarkBold';
}

.report .nav {
	display: block;
}

.nav {
	width: 25%;
	position: sticky;
	top: 100px;
}

#nav-tablet-report {
	display: none;
}

.nav ul,
.nav-tablet ul {
	list-style-type: none;
	padding: 0;
}

.report .nav-item {
	margin: 24px 0px 24px 0px;
	cursor: pointer;
	font-family: 'FFMarkBook';
	font-size: 16px;
	font-style: normal;
	font-weight: 450;
	line-height: 24px;
	box-sizing: border-box;
	position: relative;
	width: fit-content;
}

.report .nav-item a {
	text-decoration: none;
	font-family: 'FFMarkBook';
	font-size: 16px;
	font-stretch: normal;
	font-weight: 450;
	line-height: 24px;
}

/* Gradient form box */
.report-form-box-gradient {
	display: flex;
	width: 720px;
	padding: 40px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	position: relative;
	border-radius: 8px;
}

.report-form-box-gradient
.submitted-message {
	margin-bottom: 100px;
	margin-top: 16px;
}

.report-form-box-gradient p.has-text-align-center.has-white-color.has-text-color.has-link-color.wp-elements-b5f90e26d1993294dcb4f966a90f78f6 {
	font-family: 'FFMarkBold';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

.report .report-form-box-gradient p {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	margin: 0px!important;
	color: #FFF;
}

.report .bold-form-text {
	font-family: 'FFMarkBold' !important;
}

.report .report-form-box-gradient .hs-richtext a {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	margin: 0px !important;
	font-family: 'FFMarkBold' !important;
	text-decoration: none !important;
	font-size: 12px;
	color: rgba(255, 255, 255, 1) !important;
}

.report .report-form-box-gradient input[type="email"] {
	width: 288px;
	background: rgba(255, 255, 255, 0.15);
	border: 0px;
	color: rgba(255, 255, 255, 0.75);
	font-family: "FFMarkBold";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; 
}

.report .report-form-box-gradient input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.95); 
}

.report .report-form-box-gradient p:last-of-type {
	font-size: 18px;
	font-style: normal;
	font-weight: 450;
	line-height: 30px;
	color: #FFF;
	margin-bottom: 134px;
}

.report .report-form-box-gradient .hs-richtext p {
	display: block;
	color: rgba(255, 255, 255, 1) !important;
	font-size: 12px !important;
	font-style: normal;
	line-height: 12px !important;
	font-family: 'FFMarkBook' !important;
	padding: 0px!important;
	width: 210px !important;
	min-width: 200px !important;
	max-width: 485px !important;
	width: 100% !important;
	text-align: center;
	margin: 40px 0px 0px 0px!important;
}

.report .report-form-box-gradient .hs-error-msgs label {
	color: #FF7383;
	background-color: transparent !important;
	border-radius: 0.25em;
	font-weight: 900;
	position: absolute;
	font-size: 12px;
	font-family: 'FFMarkBold';
	top: -40px;
	left: -35px;
}

.report .report-form-box-gradient input.hs-button.primary.large {
	position: absolute;
	top: -128px;
	left: 266px;
	margin: 0px;
	background: #FFF;
	border: 0px;
	color: #000;
	font-family: 'FFMArkHeavy';
	font-size: 16px;
}
/* Products block - bottom of page */
.pre-footer-products {
	width: 100%;
	background-color: #F5F5F8;
	padding: 96px 120px;
	display: flex;
	justify-content: center;
}

.flex-col-products {
	display: flex;
	max-width: 1200px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	row-gap: 24px;
	column-gap: 12px;
}

.top-border-applovin,
.top-border-adjust,
.top-border-wurl {
	height: 6px;
	border-radius: 4px 4px 0px 0px;
}

.top-border-applovin,
.flex-col-products-inner-applovin::after {
	background: #00B6E0;
}

.top-border-adjust,
.flex-col-products-inner-adjust::after {
	background: #005FF7;
}

.top-border-wurl,
.flex-col-products-inner-wurl::after {
	background: #991BB0;
}

.flex-col-products-inner {
	min-width: 350px;
	background-color: #fff;
	border-radius: 4px;
	z-index: 2;
}

.flex-col-products-inner-applovin::after,
.flex-col-products-inner-adjust::after,
.flex-col-products-inner-wurl::after {
	content: "";
	position: relative;
	display: block;
	inset: -.825em;
	filter: blur(24px);
	z-index: 0;
	top: -10px;
	height: 15px;
	left: 8%;
	opacity: 0.7;
	width: 80%;
}

.product-logo-img {
	height: 24px;
	width: auto;
}

.flex-col-products-inner-content {
	padding: 40px 32px;
	font-size: 16px;
	font-weight: 450;
	line-height: 24px;
	color: #666;
	font-family: 'FFMarkBook';
	display: flex;
	gap: 24px;
	flex-direction: column;
	align-items: flex-start;
	align-content: stretch;
	flex-wrap: wrap;
	height: 100%;
	background: #FFF;
	z-index: 3;
	position: relative;
	max-width: 384px;
	min-height: 415px;
}

.flex-col-products-inner-content-a {
	text-decoration: none!important;
	margin: 0px;
}

/* Create the animated border-bottom*/
.report .nav-item::before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: #991bb0;
	transition: width 0.3s ease-in-out;
	padding-bottom: 2px;
}

.report .nav-item:hover::before {
	width: 100%;
}

.report .nav-item a:hover {
	font-family: 'FFMarkBold' !important;
}

.report .content {
	width: 75%;
	padding: 20px;
}

.chapter {
	position: relative;
}

.chapter h2 {
	margin-top: 0;
}

.report .side-menu, .report .report-container-2024 .side-menu{
	flex: 1 0 250px;
	height: 500px;
	overflow: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 200px;
	max-width: 280px;
	z-index: 2;
	min-width: 280px;
}

.report .check-list-header {
	color: #000;
	margin: 0px !important;
	display: flex;
	gap: 18px;
	font-family: 'FFMarkBold' !important;
}

.report .check-list-wrapper {
	display: flex;
	flex-wrap: nowrap !important;
}

.report .report-check-mark {
	flex-basis: 24px !important;
}

.report .check-list {
	font-family: 'FFMarkBold';
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	line-height: 27px;
	margin: 32px 0px !important;
	flex-wrap: nowrap !important;
}

.report .check-list p {
	font-family: 'FFMarkBook' !important;
	font-size: 18px !important;
	font-style: normal;
	font-stretch: normal;
	line-height: 27px !important;
	margin: 0px 0px 4px !important;
}

.report .report-headline {
	font-family: 'FFMarkMedium';
	font-size: 21px;
	font-style: normal;
	font-stretch: normal;
	line-height: 28px;
	margin: 40px 0px;
}

.report .img {
	margin: 40px 0px;
}

.report .chapter-section-break {
	margin: 96px 0px;
	position: relative;
}

.report .end-section img {
	width: 100% !important;
	margin: 0px !important;
}

.report p.end-section {
	margin: 0px;
}

.report .wurl-fast-fact {
	background: #F5F5F8;
	display: flex;
	flex-direction: row !important;
	margin: 40px 0px !important;
	gap: 0px;
	justify-content: space-between;
}

.report .success-story {
	width: 100%;
	background: #fff;
	display: flex;
	gap: 32px;
	padding: 0px;
	margin: 40px 0px !important;
	align-items: center !important;
}

.report .success-story p {
	margin: 0px !important;
}

.report .success-story .col-1 img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	max-width: 311px;
}

.report .success-story .col-2 a {
	color: #00ABA5;
	text-align: center;
	font-family: 'FFMarkBold';
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: 25px;
	text-decoration-line: underline;
	border-bottom: 0px;
}

.report .success-story .col-3 a {
	color: #000;
	text-align: center;
	font-family: 'FFMarkBold';
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: 25px;
	text-decoration-line: underline;
	border-bottom: 0px;
}

.report .success-story .label {
	color: #969696;
	font-family: 'FFMarkHeavy';
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 4px 8px;
	background: #F5F5F8;
	min-width: max-content;
	display: flex;
	align-items: center;
	max-width: max-content;
}

.report .success-story .col-2,
.success-story .col-3 {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
}

.report .success-story .logo {
	display: flex;
	flex-basis: fit-content;
	width: fit-content;
	flex-grow: 0;
}

.arrow-links::after {
	content: url(/wp-content/uploads/2023/03/arrow-1.svg);
	padding-left: 8px;
}

.report .success-story-cta {
	background: #F5F5F8;
	padding: 20px 32px;
	display: flex;
	gap: 32px;
	align-items: center !important;
}

.report .success-story-cta p {
	color: #000;
	font-family: 'FFMarkBold';
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	line-height: 27px;
	margin: 0px !important;
}

.report .success-story-cta .logos {
	display: flex;
	max-width: 80px;
	gap: 8px;
}

.report .success-story-cta .wp-block-button__link {
	max-width: max-content !important;
}

.report .success-story .col-2 img,
.report .success-story .col-3 img {
	height: 32px;
}

.wurl-fast-fact .col-1 {
	max-width: 280px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.wurl-fast-fact .col-1 img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.wurl-fast-fact-col-2 {
	padding: 40px 40px 40px 0px;
	flex-grow: 1 !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wurl-fast-fact-col-2 img {
	height: 24px;
	width: auto;
}

.wurl-fast-fact-col-2 p {
	margin: 0px !important;
}

.wurl-fast-fact-col-2 h6 {
	font-family: 'FFMarkHeavy';
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	font-weight: 800;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.wurl-fast-fact-clear {
	display: flex;
	flex-direction: row !important;
	margin-top: 64px !important;
	margin-bottom: 40px !important;
}

.report .section-wrapper {
	position: relative;
	background: rgba(238, 240, 246, .7);
	min-height: var(--height-chapter);
	margin: 96px 0px 96px 0px;
	display: flex;
	align-items: center;
	min-width: 100%;
	box-sizing: content-box;
	box-shadow: var(--distance) 0px 0px 0px rgba(238, 240, 246, .7);
}

.report .section-wrapper-2024 {
	position: relative;
	min-height: var(--height-chapter);
	margin: 96px 0px 96px 0px;
	display: flex;
	align-items: center;
	min-width: 100%;
	box-sizing: content-box;
	box-shadow: none !important;
	background: transparent;
}

.report .section-bg {
	position: absolute;
	left: -100vw;
	top: 0;
	width: 100vw;
	overflow: hidden;
	height: var(--height-chapter);
	z-index: -1;
	background: rgba(238, 240, 246, .7);
	box-sizing: content-box;
}

.report .section-bg-2024{
	position: absolute;
	top: 0px;
	width: var(--distanceb);
	overflow: hidden;
	height: var(--height-chapter);
	z-index: -1;
	background: rgba(238, 240, 246, .7);
	box-sizing: content-box;
	right: calc(-1* var(--distance));
	background-size: cover;
}

/* Market Overview Chapter bg */
.report .chapter-bg-2 {
	background: url(/wp-content/uploads/2024/07/illo_introduction_bg_gradient_1.svg);
	background-repeat: no-repeat;
}

/* Awareness Stage Chapter bg */
.report .chapter-bg-3 {
	background: url(/wp-content/uploads/2024/07/illo_market_overview_bg_gradient_2.svg);
	background-repeat: no-repeat;
}

/* Consideration Stage Chapter bg */
.report .chapter-bg-4 {
	background: url(/wp-content/uploads/2024/07/illo_consideration_bg_gradient_3.svg);
	background-repeat: no-repeat;
}

/* Decision Stage Chapter bg */
.report .chapter-bg-5 {
	background: url(/wp-content/uploads/2024/07/illo_decision_bg_gradient_4.svg);
	background-repeat: no-repeat;
}

/* Conclusion Chapter bg */
.report .chapter-bg-6 {
	background: url(/wp-content/uploads/2024/07/illo_conclusion_bg_gradient_5.svg);
	background-repeat: no-repeat;
}

.report .overlay-div-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: magenta;
	width: calc(100vw - var(--distance)px);
	/* Calculate width based on distance */
	z-index: -1;
	height: 267px;
}

.report .relative-div {
	position: relative;
}

.report .custom-label-nav {
	color: #969696;
	font-family: 'FFMarkHeavy';
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-stretch: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}

.report-header-img {
	max-width: 720px;
	margin: auto;
	width: 100%;
	padding: 0px;
}

.report .header-large .subheader {
	text-align: center;
	margin: 0px;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	font-family: 'FFMarkMedium';
	margin-bottom: 8px;
}

.report .end-section {
	background: linear-gradient(90deg, #f7f8fc 0, #eef0f6 50%);
}

.report .report-info-box-flex {
	display: flex;
	gap: 32px;
	margin: 40px 0px !important;
}

.report .report-info-box-flex img {
	width: auto;
	height: 24px;
	display: inline-block;
}

.report .report-info-box-full {
	display: flex;
	gap: 32px;
	margin: 40px 0px !important;
}

.report .report-info-box {
	background-color: rgba(245, 245, 248, 1);
	padding: 40px;
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	font-weight: 450;
	line-height: 27px;
}

.report .report-video-box {
	background-color: rgba(245, 245, 248, 1);
	padding: 40px;
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	font-weight: 450;
	line-height: 27px;
}

.report-info-box h6 {
	font-family: 'FFMarkHeavy';
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 40px;
	margin-bottom: 8px;
}

.report-info-box .number {
	display: flex;
	width: 56px;
	height: 56px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 40px;
	border: 2px solid #EAEAEE;
	background: #FFF;
	margin-bottom: 32px !important;
	color: #1ACB56;
	font-family: 'FFMarkBold' !important;
}

.report sup,
.report .sup {
	vertical-align: super;
	font-size: 10px;
	display: inline-block;
	color: rgba(183, 121, 212, 1);
	font-family: 'FFMarkHeavy';
	line-height: 10px;
}

.report-info-box .header-medium {
	color: #000;
	font-family: 'FFMarkMedium';
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	padding-bottom: 16px;
}

.report-info-box .stats {
	color: #B779D4;
	text-align: left;
	font-family: 'FFMarkBold';
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}

.report-info-box p {
	margin: 0px !important;
}

.report .strategies-title {
	font-family: 'FFMarkBold';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	padding-bottom: 0px;
	margin-bottom: 8px;
}

.report .video-screen {
	margin: 32px auto 0px;
}

.report .wp-block-image figcaption,
.report .video-caption {
	color: #666;
	text-align: left;
	font-family: 'FFMarkBook';
	font-size: 16px !important;
	font-style: normal;
	font-stretch: normal;
	font-weight: 450;
	line-height: 24px;
	margin: 32px auto 0px !important;
}

.report .footnotes p {
	font-family: 'FFMarkBook';
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: 21px;
	color: #969696;
}

.report .footnotes a {
	color: var(--grayscale-300, #969696);
	font-family: Mark Pro;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	text-decoration: none;
	font-family: 'FFMarkBook';
}

.underline-report {
	color: #000;
	font-family: 'FFMarkBold';
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	font-weight: 700;
	line-height: 24px;
	border-bottom: 2px solid #991BB0;
	width: fit-content;
}

.underline-report a {
	font-family: 'FFMarkBold' !important;
}

.report .footer-header {
	color: #000;
	text-align: center;
	font-family: 'FFMarkBold';
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
	max-width: 600px;
}

.report .pre-footer {
	display: flex;
	gap: 40px;
	margin: auto;
	flex-direction: column;
	align-items: center;
	margin: 96px auto 0px;
	padding-bottom: 96px;
}

.footer-border {
	height: 1px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* form */
.report #hsForm_d3b20a87-1a45-4145-963c-2e26f027943b::before {
	content: "Make CTV your next performance channel for growth";
	display: block;
	color: rgba(0, 0, 0, 0.60);
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	font-family: 'FFMarkBook';
	padding: 24px 0px 0px 0px;
	color: #000;
	text-align: center;
	font-family: 'FFMarkBold';
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
	max-width: 600px;
	margin-bottom: 40px;
}

.report .form-columns-2,
.report .form-columns-1 {
	border: 0;
	padding: 0;
	max-width: 410px !important;
	margin: auto;
}

.report .actions {
	display: flex;
	flex-direction: column;
	max-width: 410px;
	margin: auto;
}

.report .hubspot-form {
	margin: auto;
	min-height: 500px;
	display: flex;
	align-items: center;
}

.report .report-form-box-gradient .submitted-message p {
	font-family: 'FFMarkBook'!important;
	font-size: 18px!important;
	line-height: 27px;
	max-width: 800px;
	margin: auto;
	text-align: center;
}

.report .hubspot-form .submitted-message p {
	font-family: 'FFMarkBold';
	font-size: 36px;
	font-style: normal;
	color: #000;
	line-height: 45px;
	max-width: 800px;
	margin: auto;
	text-align: center;
}

.report .hubspot-form .submitted-message span {
	display: flex;
	gap: 16px;
	justify-content: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 450;
	line-height: 24px;
	font-family: 'FFMarkBook';
	margin-bottom: 40px;
}

.report .hubspot-form .submitted-message p:first-of-type {
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-top: 40px;
	font-style: normal;
	font-weight: 450;
	font-family: 'FFMarkBold';
	border-bottom: 1px solid #CCC;
	padding-bottom: 40px;
	margin-bottom: 40px;
	padding-left: 32px;
	padding-right: 32px;
}

.report .hubspot-form .submitted-message img {
	max-width: 40px;
}

.report .hubspot-form .hs-button {
	position: unset;
}

.report .hubspot-form .hs-error-msgs label {
	color: #ff0000 !important;
	background-color: transparent !important;
	border-radius: 0.25em;
	font-weight: 900;
	position: relative;
	font-size: 12px;
	margin-top: 0px;
	padding: 0px;
}

.report .hubspot-form input[type=email],
.report .hubspot-form input[type=text],
.report .hubspot-form textarea {
	background: rgba(0, 0, 0, .08);
	border: 0;
	color: rgba(0, 0, 0, .4);
	display: block;
	font-family: 'FFMarkHeavy';
	font-size: 16px;
	height: 52px;
	margin: 10px 0;
	padding: 13px 20px;
	width: 100%;
	width: 100% !important;
	margin: 0px;
}

.report .actions {
	display: flex;
	flex-direction: column;
}

.report .hs-richtext p {

	display: block;
	color: rgba(0, 0, 0, 0.60) !important;
	font-size: 14px !important;
	font-style: normal;
	line-height: 21px !important;
	font-family: 'FFMarkBook';
	padding: 24px 0px 0px 0px;
}

.report .hs-richtext>p,
.legal-consent-container .hs-richtext a {
	color: rgba(0, 0, 0, 0.60) !important;
}

.report .hubspot-form .hs-form-required {
	display: inline-block;
	color: red;
}

.report .hubspot-form input[type=submit] {
	background: #0ff;
	border: 2px solid #0ff;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: 'FFMarkHeavy';
	font-size: 16px;
	font-weight: 900;
	line-height: 12px;
	min-width: max-content;
	padding: 16px 32px;
	right: 30px;
	top: 0;
	width: fit-content;
	margin: 40px auto 0px !important;
}

.report .hubspot-form select {
	background: rgba(0, 0, 0, .08);
	border: 0 !important;
	color: rgba(0, 0, 0, .4);
	display: block;
	font-family: 'FFMarkHeavy';
	font-size: 16px;
	height: 52px;
	text-indent: 0.01px;
	text-overflow: "";
	width: 100% !important;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	font-size: 16px;
	padding: 13px 20px;
	background: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L0 2H8L4 6Z' fill='black'/%3E%3C/svg%3E") no-repeat calc(100% - 12px) center, rgba(0, 0, 0, 0.1) !important;
	-webkit-border-radius: 0;
	border-radius: 0px;
}

.report .report-video-box-text p {
	margin-bottom: 32px !important;
	margin-top: 8px !important;
}

/* Report Highlight light gradient box block */
.report-highlight-box h2 {
	font-size: 24px;
	line-height: 30px;
}

.report-highlight-box{
	padding: 40px;
	border-radius: 16px;
	margin-top: 40px;
}

.report-highlight-box a.wp-block-button__link.wp-element-button{
	background-color: #120052;
	color: #fff;
	text-decoration: none;
}

.report .report-highlight-boxp:last-of-type {
	margin-bottom: 16px!important;
	margin-top: 0px;
}

.report .report-highlight-boxh2:first-of-type {
	font-size: 24px;
	line-height: 30px;
}

/* light gradient block */
.light-gradient-block-reverse {
	display: flex;
	flex-direction: row;
	align-items: flex-start !important;
}

/* top gradient list block*/
.top-gradient-border {
	border-top: 4px solid; /* Define the thickness of the border */
	border-image: linear-gradient(to right, #004BFF , #991BB0 ) 1; /* Gradient colors from left to right */
	background: var(--Custom-Slate-20, #F5F5F8);
	padding: 40px;
}

.top-gradient-border h3 {
	font-size: 24px;
	font-weight: 'FFMarkBold';
	line-height: 30px; 
}

.top-gradient-border p {
	font-size: 18px;
	font-family: 'FFMarkBook';
	line-height: 27px; 
}

.top-gradient-border p.intro-list {
	margin: 24px 0px 40px 0px !important;
}

.report .top-top-bullets {
	font-size: 24px;
	line-height: 30px;
	margin-top: 24px!important;
}

.report .top-gradient-border p:last-of-type {
	margin-bottom: 32px;
	margin-top: 4px;
}

.top-gradient-list {
	display: flex;
	gap: 24px;
}

.top-gradient-list h4 {
	font-size: 21px;
	font-family: 'FFMarkHeavy';
	line-height: 32px;
	margin: 0px!important;
}

.top-gradient-listp,
.top-gradient-listp:last-of-type,
.top-gradient-listp:first-of-type{
	margin: 4px 0px 32px;
	font-size: 18px!important;
	font-family: 'FFMarkBook'!important;
	line-height: 27px!important;
}

.top-gradient-list p.last-list-item {
	margin-bottom: 0px!important;
}

.top-gradient-list p.number {
	margin: 0px;
	font-family: 'FFMarkBold' !important;
}

.top-gradient-list .number {
	color: var(--Plum-300, #991BB0);
	font-family: 'FFMarkBold';
	font-size: 18px;
	line-height: 18px;
	background-color: #FFF;
	margin: 0px !important;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	align-items: center;
	font-family: 'FFMarkBold' !important;
	border: 2px solid #EAEAEE;
}

/* tablet large */
@media (max-width: 1200px) {
	.report .details {
		margin: 32px 0px !important;
	}
}

/* tablet */
@media (max-width: 1100px) {

	.report-form-box-gradient p.has-text-align-center.has-white-color.has-text-color.has-link-color.wp-elements-b5f90e26d1993294dcb4f966a90f78f6 {
		font-size: 21px;
		line-height: 28px;
	}

	.flex-col-products {
		row-gap: 12px;
		column-gap: 12px;
	}

	.flex-col-products-inner-content {
		min-height: 281px;
	}

	.pre-footer-products {
		padding: 80px 48px;
	}

	.flex-col-products-inner-content {
		max-width: 100%;
	}

	.general-search .search_results {
		padding: 80px 48px;

	}

	.report .h4-smaller {
		font-size: 21px !important;
		line-height: 28px !important;
		margin-top: 40px;
	}

	.report .intro-wide .header-large {
		padding: 144px 32px 80px;

	}

	.wurl-fast-fact-col-2 p {
		margin: 0px !important;
	}

	.report .header-large h1 {
		max-width: 650px;
		margin-top: 16px;
	}

	.report h2:first-of-type {
		font-size: 30px;
		line-height: 37px;
	}

	.report h2 {
		font-size: 30px;
		line-height: 37px;
	}

	.report .h2-32-24 {
		font-size: 24px;
		line-height: 30px;
	}

	.report .h2-32-24-30 {
		font-size: 24px;
		line-height: 30px;
	}

	.report h3 {
		font-size: 21px;
		line-height: 28px;
	}

	.report .report-content {
		max-width: 738px;
	}

	.report .intro-wide .header-large {

		margin: 0px auto 0px;
	}

	.report-info-box .stats {
		font-size: 24px;
		line-height: 30px;

	}

	.report summary {
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 27px;
		color: #000;
		letter-spacing: normal;
		text-transform: capitalize;
	}

	.report .section-wrapper,
	.report .section-wrapper-2024,
	.report .section-bg,
	.report .section-bg-2024,
	.report .section-img img {
		height: 100% !important;
		min-height: 104px;
		min-width: 310px;
	}

	.report .report-container{
		display: flex;
		gap: 0;
		max-width: 100%;
		margin: 0px;
		flex-direction: column;
		padding: 0px;

	}

	.report .report-container-2024 {
		display: flex;
		gap: 0;
		max-width: 100%;
		margin: 0px;
		flex-direction: column;
		padding: 0px;
	}

	.report .nav {
		display: none;
	}

	#nav-tablet-report {
		display: block;
		width: 100%;
		border-bottom: 1px solid #ccc;
		margin: 0px auto 80px;
		max-width: 100%;
		background: #fff;
	}

	.report .side-menu, .report .report-container-2024 .side-menu{
		flex: 1 0 0px;
		height: auto;
		overflow: unset;
		top: 80px;
		max-width: 100%;
		z-index: 2;
	}

	.report h1 {
		font-size: 46px;
		line-height: 53px;
	}

	.report .header-large .subheader,
	.report h1 {
		max-width: 720px;
	}

	.report .report-header-logos {
		max-height: 21px;
	}

	.report .report-check-mark {
		flex-basis: 24px !important;
	}

	.report .section-wrapper, .report .section-wrapper-2024{
		margin: 40px 0px 40px 0px;
	}

	.report .strategies-title {
		font-size: 21px;
		line-height: 28px;
	}

	.report .video-screen {
		margin: 32px auto 0px;
	}

	.report .footer-header {
		font-size: 30px;
		line-height: 37px;
	}

	.report .pre-footer {
		display: flex;
		gap: 32px;
		margin: auto;
		flex-direction: column;
		align-items: center;
		margin: 80px auto;
	}

	.report .report-video-box-text p {
		margin-bottom: 32px !important;
		margin-top: 8px !important;
	}

	.report .pre-footer {
		padding-bottom: 0px;
	}

	.report .top-top-bullets {
		margin-top: 0px !important;
		font-size: 24px!important;
		line-height: 30px!important;
	}
}

/* mobile */
@media (max-width: 781px) {

	img.wp-image-53109 {
		padding: 0px 32px 32px !important;
	}

	.pre-footer-products {
		padding: 64px 32px;
	}

	.flex-col-products-inner {
		min-width: 100px;
	}

	.flex-col-products-inner-content {
		min-height: 430px;
	}

	.report .strategies-title {
		font-size: 18px;
		line-height: 27px;
	}

	.report .h4-smaller {
		font-size: 18px !important;
		line-height: 27px !important;
		margin-top: 24px;
	}

	.report .report-container,	.report .report-container-2024 {
		display: flex;
		gap: 0;
		max-width: 100%;
		flex-direction: column;
		padding: 0px;
		margin: 0px 0px 64px;
	}

	#nav-tablet-report {
		margin-bottom: 64px;
	}

	.report .header-large h1 {
		max-width: 310px;
		margin-top: 16px;
	}

	.report h3 {
		font-size: 18px;
		line-height: 27px;
	}

	.report h2:first-of-type {
		margin: 0px 0px 24px 0px;
	}

	.report .section-wrapper, .report .section-wrapper-2024 {
		margin: 64px 0px 64px 0px;
	}

	.report h1 {
		font-size: 32px;
		line-height: 37px;
	}

	.report .h2-32-24 {
		font-size: 21px !important;
		line-height: 28px !important;
	}

	.report h2 {
		margin: 24px 0px !important;
	}

	.report-info-box .header-medium {
		color: #000;
		font-family: 'FFMarkBold';
		font-size: 18px;
		font-style: normal;
		line-height: 27px;
		padding-bottom: 16px;
	}

	.report-info-box .stats-with-img {
		display: block;
		margin-bottom: 16px;
	}

	.report .header-large .subheader {
		font-size: 18px;
		line-height: 27px;
	}

	.report .intro-wide .header-large {
		padding: 144px 32px 64px;
	}

	.report .nav-item a {
		color: #000;
		font-size: 14px;
		line-height: 21px;
	}

	.report .nav-item {
		margin: 16px 0px 16px 0px;
	}

	.report p {
		margin-top: 22px;
	}

	.report p,
	.report p:first-of-type {
		font-family: 'FFMarkBook';
		font-size: 16px;
		font-style: normal;
		font-stretch: normal;
		line-height: 22px;
		margin-top: 22px;
		margin-bottom: 22px;
	}

	.report .stats-for-mobile {
		margin-left: 0px !important;
	}

	.report .stats-for-mobile img {
		margin-left: 32px auto 0px !important;
	}

	.report .success-story .col-1 {
		display: flex;
		justify-content: center;
	}

	.report .success-story-cta {
		background: #F5F5F8;
		padding: 32px;
		display: flex;
		gap: 24px;
		align-items: center !important;
	}

	.report .success-story-cta p {
		color: #000;
		font-family: 'FFMarkBold';
		font-size: 18px;
		font-style: normal;
		font-stretch: normal;
		line-height: 27px;
		margin: 0px !important;
		text-align: center;
		font-family: 'FFMarkBold' !important;
		max-width: 265px;
	}

	.wurl-fast-fact-col-2 p {
		margin: 0px !important;
	}

	.report .header-large .subheader,
	.report h1 {
		max-width: 310px;
	}

	.report .report-header-logos {
		max-height: 24px;
	}

	.report:where(.wp-block-columns.is-layout-flex) {
		gap: 24px;
		margin-bottom: 0px !important;
	}

	.report .report-content ul {
		padding: 0px 0px 0px 10px;
		list-style-position: outside;
		margin: 40px 10px;
	}

	.report .report-content {
	max-width: 100%;
	padding: 0px 32px;
	margin: 0px;
	}

	.report .report-content li {
		font-size: 16px;
		line-height: 22px;
	}

	.report .stats-figure img {
		max-width: 310px;
		margin: auto;
		padding-top: 32px;
	}

	.report .stats-figure 
	.wp-block-group__inner-container {
		width: 100%;
	}

	.check-list img {
		max-width: 24px;
	}

	.report .check-list p {
		font-size: 16px !important;
		line-height: 22px !important;
	}

	.report .report-info-box {
		padding: 32px;
	}

	.report .report-info-box-flex {
		display: flex;
		gap: 32px;
		margin: 32px 0px !important;
	}

	.report img.wp-image-53110 {
		padding: 0px 32px 32px 32px !important;
	}

	.report .report-video-box {
		padding: 0px;
	}

	.report .report-video-box-text {
		margin: 32px !important;
	}

	.report .report-video-box-text p {
		margin: 0px !important;
	}

	.report .report-video-box-caption {
		margin: 0px 32px 32px !important;
	}

	.report .report-check-mark {
		flex-basis: 24px !important;
	}

	.report .wp-block-image figcaption, .report .video-caption {
		font-size: 14px !important;
		font-style: normal;
		font-weight: 450;
		line-height: 21px !important;
	}

	.report .wurl-fast-fact {
		background: transparent;
		display: flex;
		flex-direction: row;
		margin: 40px 0px !important;
		gap: 0px;
		justify-content: flex-start;
	}

	.wurl-fast-fact-col-2 {
		padding: 32px;
		background: linear-gradient(90deg, #f7f8fc 0, #eef0f6 50%);
	}

	.wurl-fast-fact .col-1 {
		overflow: hidden;
		display: flex;
		width: 100%;
		background: #fff;
		justify-content: center;
	}

	.wurl-fast-fact .col-1 img {
		max-width: 330px;
		width: 100%;
	}

	.wurl-fast-fact .webinar-img {
		display: flex;
	}

	.wurl-fast-fact .webinar-img img {
		max-width: 100%;
		width: 100%;
	}

	.report .divider {
		margin: 24px 0px;
	}

	.report .footer-header {
		font-size: 24px;
		line-height: 32px;
		max-width: 400px;
	}

	.report .pre-footer {
		display: flex;
		gap: 32px;
		margin: auto;
		flex-direction: column;
		align-items: center;
		margin: 64px 32px 0px 32px;
		padding-bottom: 64px;
	}

	.report .report-form-box-gradient .submitted-message p {
		font-size: 16px!important;
		line-height: 22px;
	}

	.report .report-form-box-gradient input.hs-button.primary.large {
		position: relative;
		top: 0px;
		left: 0px;
		margin-top: 32px;
	}

	.report .report-form-box-gradient .hs-error-msgs label {
		top: -35px;
		left: -20px;
	}

	.report .report-form-box-gradient .hs-richtext p {
		font-size: 12px !important;
		line-height: 18px !important;
		margin: 32px 0px 0px 0px !important;
	}

	.report .report-form-box-gradient input[type="email"] {
		width: 100%;
	}

	.report .report-form-box-gradient .hs-richtext a {
		font-size: 12px;
		padding: 0px;
		font-style: normal;
		font-weight: 700;
		line-height: 18px;
		margin: 0px 0px 32px 0px !important;
		font-family: 'FFMarkBold' !important;
		text-decoration: none !important;
		color: rgba(255, 255, 255, 1) !important;
	}

	.report .report-form-box-gradient input[type=submit] {
		max-width: 100%;
		width: 100%;
	}

	.report .report-form-box-gradient .actions {
		max-width: 100%;
	}
	.report-form-box-gradient p {
		font-size: 18px!important;
		line-height: 27px!important;
		font-family: 'FFMarkBold' !important;
	}

	.report-form-box-gradient.submitted-message {
		margin-bottom: 0px;
		margin-top: 16px;
	}

	.report .hide-on-desktop img {
		padding: 0px 32px!important;
		margin: 0px 0px 32px 0px !important;
	}
		
	/* light gradient block */
	.light-gradient-block-reverse {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start !important;
	}

	/* top gradient list block*/
	.top-gradient-border {
		padding: 40px 24px;
	}

	.top-gradient-border p.intro-list {
		margin: 16px 0px 32px 0px !important;
	}

	.top-gradient-border h3 {
		font-size: 18px;
		line-height: 27px; 
	}

	.top-gradient-border p {
		font-size: 16px;
		line-height: 22px; 
	}

	.top-gradient-list {
		display: flex;
		gap: 4px;
		flex-direction: column;
	}

	.top-gradient-list h4 {
		font-size: 18px;
		line-height: 27px;
	}

	.top-gradient-listp,
	.top-gradient-listp:last-of-type,
	.top-gradient-listp:first-of-type{
		margin: 8px 0px 32px;
		font-size: 16px!important;
		line-height: 22px!important;
	}

	.report .top-gradient-border p:last-of-type {
		margin-bottom: 32px;
		margin-top: 8px;
	}

	.report .report-highlight-box h2:first-of-type {
		margin: 0px 0px 32px 0px!important;
		font-size: 21px!important;
		line-height: 28px!important;
	}

	.report-highlight-box {
		padding: 32px;
		border-radius: 16px;
		margin-top: 40px;
	}

	.report .top-top-bullets {
		margin-top: 0px !important;
		font-size: 18px!important;
		line-height: 27px!important;
	}
}