.abcsp-home {
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: clip;
}

.abcsp-home-i {
	position: relative;
	isolation: isolate;
	display: grid;
	width: 100%;
	min-height: clamp(500px, 37.5vw, 680px);
	background: #fff;
	overflow: hidden;
}

.abcsp-home-i__media,
.abcsp-home-i__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.abcsp-home-i__media {
	z-index: -1;
}

.abcsp-home-i__media img {
	object-fit: cover;
	object-position: center;
}

.abcsp-home-i__content {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	width: min(48%, 680px);
	padding: clamp(48px, 6vw, 104px);
	color: #111722;
}

.abcsp-home-i__title {
	max-width: 650px;
	margin: 0;
	font-size: clamp(2.5rem, 4.1vw, 4.6rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.abcsp-home-i__description {
	max-width: 590px;
	margin: clamp(18px, 2vw, 28px) 0 0;
	color: #424b5a;
	font-size: clamp(1.05rem, 1.4vw, 1.35rem);
	font-weight: 500;
	line-height: 1.55;
}

.abcsp-home-i__highlight {
	color: inherit;
	font-weight: 800;
	letter-spacing: 0.015em;
}

.abcsp-home-i__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 54px;
	margin-top: clamp(24px, 2.5vw, 36px);
	padding: 14px 24px;
	border: 1px solid #e91646;
	border-radius: 12px;
	background: #e91646;
	color: #fff;
	font: inherit;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.abcsp-home-i__cta:hover {
	background: #c9123b;
	border-color: #c9123b;
	color: #fff;
	transform: translateY(-1px);
}

.abcsp-home-i__cta:focus-visible {
	outline: 3px solid #111722;
	outline-offset: 3px;
}

@media (max-width: 767px) {
	.abcsp-home-i {
		min-height: 0;
		aspect-ratio: 9 / 16;
	}

	.abcsp-home-i__media img {
		object-position: center;
	}

	.abcsp-home-i__content {
		justify-content: flex-start;
		width: 100%;
		padding: clamp(34px, 9vw, 64px) clamp(20px, 6vw, 32px);
	}

	.abcsp-home-i__title {
		width: 100%;
		max-width: 11ch;
		font-size: clamp(2.1rem, 10.5vw, 3rem);
		line-height: 1.04;
	}

	.abcsp-home-i__description {
		width: 100%;
		max-width: 30rem;
		margin-top: 16px;
		font-size: clamp(1rem, 4.6vw, 1.18rem);
		line-height: 1.48;
	}

	.abcsp-home-i__cta {
		min-height: 52px;
		margin-top: 22px;
		padding-inline: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.abcsp-home-i__cta {
		transition: none;
	}
}
