.home-cta2 {
	position: relative;
	overflow: hidden;
	height: 560px;
	background: #fff;
}

.home-cta2__bg {
	position: absolute;
	inset: 0;
	left: 50%;
	z-index: 1;
	width: 1920px;
	max-width: none;
	transform: translateX(-50%);
	pointer-events: none;
}

.home-cta2__tile {
	position: absolute;
	display: block;
	width: 94px;
	height: 94px;
	border-radius: 10px;
	background: #f7f7f7;
	opacity: .65;
	transition: background-color 1.45s ease, opacity 1.45s ease;
}

.home-cta2__tile_mobile-center {
	display: none;
}

.home-cta2 .container-wide {
	position: relative;
	z-index: 2;
	height: 100%;
}

.home-cta2__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}

.home-cta2__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 40px;
	font: 800 56px/64px "Manrope", sans-serif;
	letter-spacing: -1.68px;
	color: #252323;
}

.home-cta2__title span:nth-child(2) {
	color: #f0445f;
}

.home-cta2__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	padding: 0 26px;
	border: 0;
	border-radius: 12px;
	background: #f0445f;
	background-clip: padding-box;
	font: 600 16px/20px "Manrope", sans-serif;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 0 0 9px rgba(240, 68, 95, .24);
	transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.home-cta2__button:hover {
	transform: translateY(-2px);
	background-color: #e93b56;
	box-shadow: 0 0 0 0 rgba(240, 68, 95, .24);
}

@media (max-width: 1199px) {
	.home-cta2 {
		height: 500px;
	}

	.home-cta2__bg {
		width: 1200px;
		transform: translateX(-50%) scale(.78);
		transform-origin: center top;
	}

	.home-cta2__title {
		margin-bottom: 28px;
		font: 800 44px/52px "Manrope", sans-serif;
		letter-spacing: -1.2px;
	}
}

@media (max-width: 991px) {
	.home-cta2__content {
		transform: translateY(-50px);
	}
}

@media (max-width: 767px) {
	.home-cta2 {
		height: 390px;
	}

	.home-cta2__bg {
		width: 900px;
		transform: translateX(-50%) scale(.58);
	}

	.home-cta2__tile_mobile-center {
		display: block;
	}

	.home-cta2__tile {
		opacity: .455;
	}

	.home-cta2__title {
		margin-bottom: 24px;
		font: 800 32px/39px "Manrope", sans-serif;
		letter-spacing: -.8px;
	}

	.home-cta2__button {
		height: 56px;
		padding: 0 22px;
		font: 600 14px/18px "Manrope", sans-serif;
	}
}
