/* =============================================================================
   CTA Banner - "It's Everything"
   BEM prefix: xceleration__cta-
   ============================================================================= */

/* -- Outer wrapper - dark background ---------------------------------------- */
.xceleration__cta-banner {
	background: #303C42;
	padding: 60px 20px;
}

.xceleration__cta-banner-inner {
	max-width: 1088px;
	min-height: 235px;
	height: auto;
	margin: 0 auto;
	background: url('cta-banner-tablet@2x.png') no-repeat center 60%;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
}

/* -- Card container --------------------------------------------------------- */
.xceleration__cta-card {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
}

/* -- White half ------------------------------------------------------------- */
.xceleration__cta-white {
	padding: 40px 30px 0px 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.xceleration__cta-intro {
	font: normal normal normal 18px/26px Lato;
	letter-spacing: 0px;
	color: #677584;
	margin: 0 0 8px;
}

.xceleration__cta-headline {
	font: normal normal 900 44px/40px Lato;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0;
	background: linear-gradient(to right, #3D92A6, #F78E8E);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xceleration__cta-highlight {
	-webkit-text-fill-color: inherit;
}

/* -- Teal half -------------------------------------------------------------- */
.xceleration__cta-teal {
	padding: 100px 20px 40px 20px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.xceleration__cta-body {
	font: normal normal normal 18px/26px Lato;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 0 0 24px;
}

/* -- Book a Demo button ----------------------------------------------------- */
.xceleration__cta-button {
	display: inline-block;
	font: normal normal normal 14px/16px Lato;
	letter-spacing: 0.7px;
	color: #4192A5 !important;
	text-transform: uppercase;
	text-decoration: none !important;
	background: #FFFFFF;
	border-radius: 26px;
	padding: 17px 20px;
	max-width: 148px;
	text-align: center;
	transition: background 0.2s, color 0.2s;
}

.xceleration__cta-button:hover {
	background: #8BCDD0;
	color: #4192A5 !important;
}


/* -- Tablet ----------------------------------------------------------------- */
@media (min-width: 768px) {
	.xceleration__cta-banner {
		padding: 60px 32px;
	}
}


/* -- Desktop - side-by-side layout ------------------------------------------ */
@media (min-width: 1024px) {
	.xceleration__cta-banner {
		padding: 80px 40px 0 40px;
	}

	.xceleration__cta-banner-inner {
		max-width: 1088px;
		max-height: 235px;
		margin: 0 auto;
		background: url('cta-banner-bg.jpg') no-repeat center center;
		background-size: 120%;
		border-radius: 20px;
		overflow: hidden;
		border-radius: 20px;
	}

	.xceleration__cta-card {
		flex-direction: row;
		height: 100%;
	}

	/* White half - left */
	.xceleration__cta-white {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: left;
		padding: 40px 20px 40px 50px;
		z-index: 1;
		padding-top: 0px;
        padding-bottom: 0px;
        min-height: 235px;
	}

	/* Teal half - right */
	.xceleration__cta-teal {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: left;
		padding: 40px 50px 40px 200px;
		z-index: 1;
		padding-top: 0px;
        padding-bottom: 0px;
        min-height: 235px;
	}
}

@media (min-width: 1200px) {
	.xceleration__cta-banner-inner {
		background-size: 102%;
	}
}