.insure-intro {
	position: relative;
	background: var(--insure-blue-950);
	color: var(--insure-white);
	text-align: center;
	isolation: isolate;
}

.insure-intro::before,
.insure-intro::after {
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: contain;
}

.insure-intro::before {
	top: 28.125rem;
	left: 0;
	width: 10.5rem;
	height: 10.5rem;
	background-image: url("../images/bg-pattern-intro-left-mobile.svg");
}

.insure-intro::after {
	right: 0;
	bottom: -11rem;
	width: 7.75rem;
	height: 20.625rem;
	background-image: url("../images/bg-pattern-intro-right-mobile.svg");
}

.insure-intro__inner {
	position: relative;
	z-index: 1;
	display: grid;
}

.insure-intro__media {
	width: 100%;
}

.insure-intro__media .wp-block-image {
	width: 100%;
	margin: 0;
}

.insure-intro__media img {
	width: 100%;
	height: auto;
}

.insure-intro__image--desktop {
	display: none;
}

.insure-intro__copy {
	position: relative;
	z-index: 1;
	padding: 5.75rem 1.5rem;
}

.insure-title {
	margin: 0 0 1rem;
	color: var(--insure-white);
	font-family: var(--insure-heading);
	font-size: clamp(2.75rem, 12vw, 3rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.95;
}

.insure-intro p {
	max-width: 34rem;
	margin: 0 auto 2rem;
	color: hsl(0 0% 100% / 0.9);
}

.insure-intro__actions {
	justify-content: center;
}

.insure-intro .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	padding: 0.45rem 1.75rem;
	border: 0.125rem solid currentColor;
	border-radius: 0;
	background: transparent;
	color: var(--insure-white);
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
}

.insure-intro .wp-block-button__link:hover,
.insure-intro .wp-block-button__link:focus-visible {
	background: var(--insure-white);
	color: var(--insure-blue-950);
}

@media (min-width: 48rem) {
	.insure-intro__image--mobile {
		display: none;
	}

	.insure-intro__image--desktop {
		display: block;
	}

	.insure-intro__media {
		height: 28.125rem;
		overflow: hidden;
	}

	.insure-intro__media .wp-block-image {
		height: 100%;
	}

	.insure-intro__media img {
		height: 100%;
		object-fit: cover;
		object-position: center 33%;
	}

	.insure-intro__copy {
		padding-block: 5.75rem;
	}
}

@media (min-width: 70rem) {
	.insure-intro {
		height: 37.5rem;
		text-align: left;
	}

	.insure-intro::before {
		top: auto;
		bottom: -20.75rem;
		width: 12.1875rem;
		height: 31.5rem;
		background-image: url("../images/bg-pattern-intro-left-desktop.svg");
	}

	.insure-intro::after {
		top: 0;
		right: 0;
		bottom: auto;
		width: 27.25rem;
		height: 37.0625rem;
		background-image: url("../images/bg-pattern-intro-right-desktop.svg");
	}

	.insure-intro__inner {
		grid-template-columns: minmax(0, 1fr) minmax(20rem, 33.75rem);
		gap: 1.875rem;
		align-items: start;
		width: var(--insure-content);
		margin-inline: auto;
	}

	.insure-intro__media {
		order: 2;
		height: auto;
		padding-top: 6.5625rem;
		overflow: visible;
	}

	.insure-intro__media .wp-block-image {
		height: auto;
	}

	.insure-intro__media img {
		height: auto;
		object-fit: initial;
		object-position: initial;
	}

	.insure-intro__copy {
		padding: 6.5625rem 0 8rem;
	}

	.insure-intro__copy::before {
		content: "";
		display: block;
		width: 9.375rem;
		height: 0.0625rem;
		margin-bottom: 4rem;
		background: hsl(0 0% 100% / 0.6);
	}

	.insure-intro p {
		margin-inline: 0;
	}

	.insure-intro__actions {
		justify-content: flex-start;
	}

	.insure-title {
		max-width: 34rem;
		font-size: 4.5rem;
	}
}
