.cta-module {
	background: rgb(72,31,79);
	background: linear-gradient(90deg, rgba(79,35,89,1) 10%, rgba(133,63,163,1) 100%);
	padding-top: 6rem;
	padding-bottom: 6rem;
	position: relative;
	overflow: hidden;
}
.cta-module .grid-container {
	position: relative;
	z-index: 1;
}
.cta-module .headline-container {
	max-width: 310px;
	margin-right: 20px;
	float: right;
	position: relative;
	z-index: 1;
}
.cta-module h2 {
	padding: 0;
	font-size: 2.625rem;
	position: relative;
	z-index: 1;
}


.cta-module .highlightanimation strong {
	font-weight: 400;
	padding-left: 5px;
  padding-right: 5px;
	position: relative;
	color: #ffffff;


//	background:linear-gradient(#ffffff 0 0) 0 0;
//  background-repeat:no-repeat;

  background-size: 100% 200%;
  animation: textanim 2s ease-in-out forwards;
  animation-delay: 1s;

	background: linear-gradient(90deg, rgba(255,255,255,1) 1%, rgba(62,25,70,1) 1%);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
//	-webkit-text-fill-color: rgba(255,255,255,.2);
}

.cta-module .highlightanimation strong::after {
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: auto;
	width: 0%;
	background-color: #3e1946;
	z-index: -1;
	overflow: hidden;
  white-space: nowrap;
  animation: bganim 2s ease-in-out forwards;
  animation-delay: 1s;
}

@keyframes bganim {
  from { width: 0% }
  to { width: 100% }
}
@keyframes textanim{
  from {
		background-size: 100% 200%;
	}
	to {
		background-size: 10000% 200%;
	}
}

.cta-module .large-auto {
	max-width: 450px;
	padding-top: .5rem;
}
.cta-module p {
	font-size: 1rem;
}

.cta-shapes-left {
	z-index: 0;
	position: absolute;
	left: 1rem;
	top:-1rem;
	top: 0;
	width: 240px;
	height: auto;
	transform: rotate(180deg);
	opacity: .5;
}
.cta-shapes-right {
	z-index: 0;
	position: absolute;
	right: 1rem;
	bottom: -2rem;
	width: 240px;
	height: auto;
	opacity: .5;
}


@media (max-width: 1023px) {
	.cta-module {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
	.cta-module .headline-container {
		max-width: 310px;
		margin-right: 20px;
	}
	.cta-module h2 {
		font-size: 2.1rem;
	}
	.cta-module .highlightanimation strong {
		padding-left: 5px;
	  padding-right: 5px;
	}
	.cta-module .large-auto {
		max-width: 450px;
		padding-top: .5rem;
	}
	.cta-module p {
		font-size: .98rem;
	}
	.cta-shapes-left {
		left: 1rem;
		top:-1rem;
		width: 240px;
	}
	.cta-shapes-right {
		right: 1rem;
		bottom: -2rem;
		width: 240px;
	}

}
@media (max-width: 639px) {
	.cta-module {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.cta-module .headline-container {
		width: 100%;
		max-width: 450px;
		margin-right: 0;
		text-align: left;
	}
	.cta-module h2 {
		font-size: 1.9rem;
		text-align: left;
	}
	.cta-module .highlightanimation strong {
		padding-left: 5px;
	  padding-right: 5px;
	}
	.cta-module .large-auto {
		max-width: 450px;
		padding-top: .5rem;
	}
	.cta-module .small-11 {
		max-width: 450px;
	}

	.cta-module p {
		font-size: .98rem;
	}
	.cta-shapes-left {
		left: 0;
    right: 0;
    top: 0rem;
    width: 70%;
    margin: auto;
		max-width: 250px;
	}
	.cta-shapes-right {
		display: none;
		left: 0;
    right: 0;
		bottom: -2rem;
    width: 70%;
    margin: auto;	
		max-width: 250px;
	}
}