.rsaiy-cta {
	display: flex;
	width: 100%;
	align-items: stretch;
	background: transparent;
	overflow: hidden;
}

.rsaiy-cta--reverse {
	flex-direction: row-reverse;
}

.rsaiy-cta--no-image {
	display: block;
}

.rsaiy-cta-image,
.rsaiy-cta-content {
	width: 50%;
}

.rsaiy-cta--no-image .rsaiy-cta-content {
	width: 100%;
}

.rsaiy-cta-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
}

.rsaiy-cta-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: inherit;
}

.rsaiy-cta-heading {
	margin: 0 0 28px;
	font-weight: 800;
	line-height: 1.1;
	color: inherit;
}

.rsaiy-cta-copy {
	font-size: 18px;
	line-height: 1.45;
	color: inherit;
}

.rsaiy-cta-copy p:last-child {
	margin-bottom: 0;
}

.rsaiy-cta-button-wrap {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top: 28px;
}

.rsaiy-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	width: fit-content;
	padding: 18px 38px;
	border-radius: 14px;
	font-weight: 800;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.rsaiy-cta-button-width-full .rsaiy-cta-button {
	width: 100%;
}

.rsaiy-cta-button:hover,
.rsaiy-cta-button:focus {
	text-decoration: none;
	transform: translateY(-2px);
}

.rsaiy-cta-button-arrow {
	font-size: 22px;
	line-height: 1;
}

@media (max-width: 767px) {
	.rsaiy-cta,
	.rsaiy-cta--reverse {
		flex-direction: column;
	}

	.rsaiy-cta-image,
	.rsaiy-cta-content {
		width: 100%;
	}

	.rsaiy-cta-image img {
		min-height: 280px;
	}
}
