/* Image Banner CTA Vertical Pages */

.image-banner-cta-vp-container {
	background-size: contain;
	background-position: 155% center;
	background-repeat: no-repeat;
	background-color: #7616df;
	min-height: 652px;
	display: flex;
	border-radius: 40px;
	padding-bottom: 60%;
}

.image-banner-cta-cp-sidebar {
	width: 631px;
	border-radius: 32px;
	background: #7616DF;
	display: flex;
	flex-direction: column;
	padding: 60px;
	box-sizing: border-box;
	gap: 32px;
	justify-content: end;
	position: relative;
}

.image-banner-cta-cp-sidebar .ball-vp {
	top: 66px;
	right: -60px;
}

.image-banner-cta-vp-title {
	color: #FCFCFC;
	font-size: 50px;
	line-height: 104%;
	letter-spacing: -2px;
	margin-bottom: auto;
}

.image-banner-cta-vp-title strong {
	font-weight: normal;
	color: #FFED66;
}

.image-banner-cta-vp .image-banner-cta-vp-desc,
.image-banner-cta-vp .image-banner-cta-vp-desc p {
	color: var(--White, #FCFCFC);
	font-family: Figtree !important;
	font-size: 18px !important;
}

@media (min-width: 1025px) {
	.image-banner-cta-vp-container {
		padding-bottom: 0%;
	}
}

@media all and (max-width:1024px) {
	.image-banner-cta-vp-container {
		flex-direction: column;
		background-size: 100%;
		background-position: bottom center;
		padding-bottom: 120%;
		min-height: auto;
	}

	.bg-67 .image-banner-cta-vp-container {
		padding-bottom: 67%;
	}

	.bg-70 .image-banner-cta-vp-container {
		padding-bottom: 70%;
	}

	.image-banner-cta-cp-sidebar {
		width: 100%;
		padding: 50px 34px;
		min-height: 390px;
	}

	.image-banner-cta-vp-title {
		font-size: 28px;
		line-height: 100%;
		letter-spacing: -1.12px;
	}

	.image-banner-cta-cp-sidebar .ball-vp {
		top: auto;
		width: 85px;
		height: 85px;
		right: 24px;
		bottom: -42px;
	}
}
