.home.telli-r05-phase--home-strategy .telli-home-strategy {
	position: relative;
	height: auto;
	min-height: 0;
	padding: clamp(92px, 8vw, 124px) 24px !important;
	overflow: hidden;
	background-image:
		linear-gradient(100deg, rgba(249, 247, 242, .94) 0%, rgba(249, 247, 242, .98) 48%, rgba(255, 255, 255, .99) 100%),
		var(--telli-strategy-bg);
	background-position: center;
	background-size: cover;
	color: #46545f;
}

.home.telli-r05-phase--home-strategy .telli-home-strategy::before {
	position: absolute;
	top: 0;
	left: max(24px, calc((100% - 1200px) / 2));
	width: 92px;
	height: 3px;
	background: #c19231;
	content: "";
}

.home.telli-r05-phase--home-strategy .telli-home-strategy::after {
	position: absolute;
	right: 0;
	bottom: -180px;
	width: 460px;
	height: 460px;
	border: 1px solid rgba(193, 146, 49, .14);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.home.telli-r05-phase--home-strategy .telli-home-strategy__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(64px, 8vw, 110px);
	width: 100%;
	max-width: 1200px;
	height: auto;
	min-height: 540px;
	margin: 0 auto;
}

.home.telli-r05-phase--home-strategy .telli-home-strategy__mark {
	position: relative;
	display: grid;
	min-height: 520px;
	place-items: center;
	padding: 0;
}

.home.telli-r05-phase--home-strategy .telli-home-strategy__mark::before {
	position: absolute;
	top: 28px;
	right: -18px;
	bottom: -18px;
	left: 28px;
	border-radius: 2px 20px 2px 20px;
	background:
		radial-gradient(circle at 80% 18%, rgba(193, 146, 49, .20), transparent 34%),
		#0b2437;
	box-shadow: 0 28px 64px rgba(8, 30, 46, .20);
	content: "";
}

.home.telli-r05-phase--home-strategy .telli-home-strategy__mark::after {
	position: absolute;
	top: -12px;
	left: -12px;
	width: 42%;
	height: 42%;
	border-top: 1px solid rgba(193, 146, 49, .72);
	border-left: 1px solid rgba(193, 146, 49, .72);
	content: "";
}

.home.telli-r05-phase--home-strategy .telli-home-strategy__mark img {
	position: relative;
	z-index: 1;
	display: block;
	box-sizing: border-box;
	width: min(100%, 430px);
	max-width: none;
	height: auto;
	padding: 48px 42px;
	border: 1px solid rgba(11, 36, 55, .10);
	border-radius: 16px 2px 16px 2px;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 22px 50px rgba(8, 30, 46, .14);
}

.home.telli-r05-phase--home-strategy .telli-home-strategy__content {
	position: relative;
	min-width: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.85;
}

.home.telli-r05-phase--home-strategy .telli-home-strategy__content::before {
	position: absolute;
	top: -34px;
	left: -34px;
	width: 1px;
	height: 88px;
	background: linear-gradient(180deg, #c19231, rgba(193, 146, 49, 0));
	content: "";
}

.home.telli-r05-phase--home-strategy .telli-home-strategy__heading {
	margin: 0;
	font-family: Montserrat, Arial, sans-serif;
}

.home.telli-r05-phase--home-strategy .telli-home-strategy__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: #9a711d;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .16em;
}

.home.telli-r05-phase--home-strategy .telli-home-strategy__eyebrow::before {
	width: 34px;
	height: 1px;
	background: currentColor;
	content: "";
}

.home.telli-r05-phase--home-strategy .telli-home-strategy__eyebrow::after {
	display: none;
}

.home.telli-r05-phase--home-strategy .telli-home-strategy__heading h2 {
	max-width: 650px;
	margin: 18px 0 0 !important;
	color: #0b2437;
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(40px, 4vw, 56px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.045em;
}

.home.telli-r05-phase--home-strategy .telli-home-strategy__content > p {
	max-width: 650px;
	margin: 30px 0 0 !important;
	padding: 0;
	color: #4a5965;
	font-size: 16px;
	line-height: 1.85;
}

@media (max-width: 1023px) {
	.home.telli-r05-phase--home-strategy .telli-home-strategy__inner {
		grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr);
		gap: 54px;
	}

	.home.telli-r05-phase--home-strategy .telli-home-strategy__mark {
		display: grid;
		min-height: 440px;
	}

	.home.telli-r05-phase--home-strategy .telli-home-strategy__mark img {
		width: min(100%, 360px);
		padding: 38px 34px;
	}

	.home.telli-r05-phase--home-strategy .telli-home-strategy__content {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.home.telli-r05-phase--home-strategy .telli-home-strategy {
		height: auto;
		min-height: 0;
		padding: 72px 20px 84px !important;
	}

	.home.telli-r05-phase--home-strategy .telli-home-strategy::before {
		left: 20px;
		width: 72px;
	}

	.home.telli-r05-phase--home-strategy .telli-home-strategy__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 58px;
		width: 100%;
		min-height: 0;
	}

	.home.telli-r05-phase--home-strategy .telli-home-strategy__mark {
		display: grid;
		min-height: clamp(320px, 88vw, 380px);
		padding: 0;
	}

	.home.telli-r05-phase--home-strategy .telli-home-strategy__mark::before {
		top: 20px;
		right: -8px;
		bottom: -12px;
		left: 20px;
	}

	.home.telli-r05-phase--home-strategy .telli-home-strategy__mark::after {
		top: -8px;
		left: -8px;
	}

	.home.telli-r05-phase--home-strategy .telli-home-strategy__mark img {
		width: min(88%, 300px);
		padding: 28px 26px;
	}

	.home.telli-r05-phase--home-strategy .telli-home-strategy__content {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.home.telli-r05-phase--home-strategy .telli-home-strategy__content::before {
		display: none;
	}

	.home.telli-r05-phase--home-strategy .telli-home-strategy__heading h2 {
		font-size: clamp(34px, 10vw, 42px);
	}

	.home.telli-r05-phase--home-strategy .telli-home-strategy__content > p {
		font-size: 15px;
		line-height: 1.8;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home.telli-r05-phase--home-strategy .telli-home-strategy,
	.home.telli-r05-phase--home-strategy .telli-home-strategy * {
		scroll-behavior: auto;
	}
}
