.d25-cta-area {
	background-color: #0D0D0D;
	padding: 6rem 0;
	position: relative;
	overflow: hidden;
}
.d25-cta-area .container {
	max-width: 153rem;
	position: relative;
	z-index: 1;
}
.d25-cta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(107deg, rgba(24, 24, 24, 0.40) -2.73%, rgba(255, 255, 255, 0.00) 65.25%);
	box-shadow: 0 .4rem 3.2rem 0 rgba(34, 34, 34, 0.24);
}
.d25-cta-box-left {
	width: 64.3rem;
	border-radius: 1.2rem 6.4rem 6.4rem 1.2rem;
	background: linear-gradient(88deg, rgba(34, 34, 34, 0.40) 10.29%, rgba(255, 255, 255, 0.00) 104.55%);
	box-shadow: 0 .4rem 3.2rem 0 rgba(34, 34, 34, 0.24);
}
.d25-cta-box-left {
	width: 64.3rem;
	border-radius: 1.2rem 6.4rem 6.4rem 1.2rem;
	background: linear-gradient(88deg, rgba(34, 34, 34, 0.40) 10.29%, rgba(255, 255, 255, 0.00) 104.55%);
	box-shadow: 0 4px 32px 0 rgba(34, 34, 34, 0.24);
	padding: 6.1rem 8.4rem;
}
.d25-cta-box-left h2 {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	font-size: 3.7rem;
	line-height: normal;
	font-weight: 800;
	color: #50B848;
	text-transform: uppercase;
	width: 30rem;
	max-width: 100%;
}
.d25-cta-box-left-text {
	margin-top: 1rem;
	font-size: 3.2rem;
	line-height: normal;
	font-weight: 300;
	color: #fff;
}
.d25-banner-btn {
	margin-top: 1.5rem;
	display: flex;
}
.d25-cta-right h2 {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	font-size: 2.7rem;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.d25-cta-box-right-text {
	margin-top: 2rem;
	width: 68.7rem;
	max-width: 100%;
	font-size: 1.8rem;
	line-height: normal;
	color: #fff;
}
.d25-cta-box-right-text a {
    color: #fff;
    text-decoration: underline;
}
.d25-cta-area::after {
	content: '';
	width: 29.6rem;
	height: 29.6rem;
	border-radius: 50%;
	background: rgba(80, 184, 72, 0.20);
	filter: blur(100px);
	position: absolute;
	right: -11rem;
	bottom: 0;
}
.d25-cta-row::before {
	content: '';
	width: 29.6rem;
	height: 29.6rem;
	border-radius: 50%;
	background: rgba(80, 184, 72, 0.20);
	filter: blur(100px);
	position: absolute;
	top: 0;
	left: 46rem;
}
.d25-cta-box-left, .d25-cta-right {
	position: relative;
	z-index: 1;
}
.d25-cta-shape {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.4;
}
@media only screen and (max-width: 1050px) {
	.d25-cta-shape {
		display: none;
	}
	.d25-cta-row {
		background: no-repeat;
	}
	.d25-cta-row::before, .d25-cta-area::after {
		display: none;
	}
	.d25-cta-row {
		flex-wrap: wrap;
	}
	.d25-cta-box-left {
		width: 100%;
		padding: 30px 15px;
		border-radius: 8px;
	}
	.d25-cta-right {
		width: 100%;
		margin-top: 38px;
	}
	.d25-cta-box-right-text {
		font-size: 16px;
		margin-top: 4px;
	}
	.d25-cta-box-left h2 {
		font-size: 32px;
		line-height: 35px;
	}
	.d25-cta-box-left-text {
		font-size: 21px;
	}
	.d25-banner-btn {
		margin-top: 30px;
	}
}
