.investor {
	background: #16242b;
	color: #fff;
	overflow: hidden;
}

.investor__canvas {
	position: relative;
	padding: 56px 16px;
}

.investor__mark {
	position: absolute;
	left: 210px;
	top: 20px;
	width: 235px;
	margin: 0;
	color: #1e2d34;
	font-size: 171px;
	font-weight: 800;
	line-height: 0.818;
	text-transform: uppercase;
	pointer-events: none;
}

.investor__intro,
.investor__roles,
.investor__cta {
	position: relative;
	z-index: 1;
}

.investor__title {
	margin: 0;
	font-size: 26px;
	font-weight: 600;
	line-height: 31px;
	text-transform: uppercase;
}

.investor__lead {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}

.investor__roles {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 24px;
}

.investor__card {
	padding: 24px 0 24px 16px;
	border-radius: 24px;
}

.investor__card--dark {
	background: #18242b;
}

.investor__card--light {
	background: #fff;
	color: #0f181c;
}

.investor__card h3 {
	margin: 0 0 32px;
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: -0.14px;
	text-transform: uppercase;
}

.investor__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.investor__list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.investor__list img {
	width: 16px;
	height: 16px;
	margin-top: 4px;
	flex: none;
}

.investor__cta {
	width: 100%;
	height: 56px;
	margin-top: 24px;
}

@media (min-width: 1100px) {
	.investor__canvas {
		--s: var(--page);
		width: var(--s);
		aspect-ratio: 1440 / 1030;
		margin: 0 auto;
		padding: 0;
	}

	.investor__mark,
	.investor__intro,
	.investor__roles,
	.investor__cta {
		position: absolute;
	}

	.investor__mark {
		left: 77.431%;
		top: 5.728%;
		width: 27.099%;
		font-size: calc(241.447 * var(--s) / 1440);
	}

	.investor__intro {
		left: 3.889%;
		top: 11.65%;
		width: 92.222%;
	}

	.investor__title {
		width: calc(760 * var(--s) / 1440);
		font-size: calc(40 * var(--s) / 1440);
		line-height: calc(48 * var(--s) / 1440);
	}

	.investor__lead {
		width: calc(444 * var(--s) / 1440);
		margin-top: calc(16 * var(--s) / 1440);
		font-size: calc(16 * var(--s) / 1440);
		line-height: calc(20 * var(--s) / 1440);
	}

	.investor__roles {
		left: 3.889%;
		top: 30.68%;
		flex-direction: row;
		gap: calc(24 * var(--s) / 1440);
		width: 72.5%;
		height: 46.019%;
		margin: 0;
	}

	.investor__card {
		width: calc(510 * var(--s) / 1440);
		height: 100%;
		padding: calc(40 * var(--s) / 1440) calc(44 * var(--s) / 1440);
		border-radius: calc(24 * var(--s) / 1440);
	}

	.investor__card h3 {
		margin-bottom: calc(32 * var(--s) / 1440);
		font-size: calc(28 * var(--s) / 1440);
		line-height: calc(34 * var(--s) / 1440);
	}

	.investor__list {
		gap: calc(16 * var(--s) / 1440);
	}

	.investor__list li {
		font-size: calc(16 * var(--s) / 1440);
		line-height: calc(25 * var(--s) / 1440);
	}

	.investor__cta {
		left: 3.889%;
		top: 82.913%;
		width: auto;
		height: calc(56 * var(--s) / 1440);
		margin: 0;
		padding: 0 calc(20 * var(--s) / 1440);
		font-size: calc(16 * var(--s) / 1440);
	}
}
