.growfast-cta1 {
	position: relative;
}

.growfast-cta1__bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	position: absolute;
	z-index: 0;
}

.growfast-cta1__bg--image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.growfast-cta1__bg--image:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	z-index: 1;
	display: block;
}

.growfast-cta1__content-wrapper {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.growfast-cta1__content-wrapper__content {
	width: 1240px;
	padding: 0 20px;
}

.growfast-cta1__content-wrapper__content__inner{
	text-align: center;
}

/*.growfast-cta1__content-wrapper__content__inner>*:last-child{
	margin-bottom: 0;
}*/

@media (max-width: 768px) {
	.growfast-cta1__content-wrapper__content {
		padding: 0 10px;
	}
}

@media (max-width: 768px) {
	.growfast-cta1__content__inner--title{
		font-size: 48px !important;
	}
}
@media (max-width: 480px) {
	.growfast-cta1__content__inner--title{
		font-size: 36px !important;
	}
}

.growfast-cta1__content__inner--title{
	margin: 1rem 0;
	line-height: 1;
}

.growfast-cta1__content__inner--subheading{
	margin-bottom: 1rem;
}

.growfast-cta1__content__inner--description{
	margin-bottom: 1rem;
}

.growfast-cta1__bg--video{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: initial;
}

.growfast-cta1__bg--video:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	z-index: 1;
	display: block;
}

@media (max-width: 1240px) {
	.growfast-cta1__bg--video > div >*{
		width: 125% !important;
		max-width: 125% !important;
	}
}

@media (max-width: 992px) {
	.growfast-cta1__bg--video > div >*{
		width: 150% !important;
		max-width: 150% !important;
	}
}

@media (max-width: 768px) {
	.growfast-cta1__bg--video > div >*{
		width: 200% !important;
		max-width: 200% !important;
	}
}
@media (max-width: 600px) {
	.growfast-cta1__bg--video > div >*{
		width: 225% !important;
		max-width: 225% !important;
	}
}
@media (max-width: 480px) {
	.growfast-cta1__bg--video > div >*{
		width: 250% !important;
		max-width: 250% !important;
	}
}
@media (max-width: 375px) {
	.growfast-cta1__bg--video > div >*{
		width: 300% !important;
		max-width: 300% !important;
	}
}

.growfast-cta1-button-wrapper{
	display: flex;
	justify-content: center;
}
.growfast-cta1-button{
	display: inline-flex;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.growfast-cta1-button svg{
	width: 12px;
	height: 12px;
}
.growfast-cta1-button svg path{
-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.growfast-cta1-button .hs_cos_wrapper_type_icon{
	margin-left: 0.5rem;
	margin-right: -0.5rem;
}

.growfast-cta1-button.growfast-button--effect-reveal .hs_cos_wrapper_type_icon {
	margin-left: 0;
	margin-right: 0;
	width: 0;
}

.growfast-cta1-button.growfast-button--effect-reveal .growfast-button--text {
	transition: transform .5s;
	transition-timing-function: ease;
}

.growfast-cta1-button.growfast-button--effect-reveal .growfast-button--text,
.growfast-cta1-button.growfast-button--effect-reveal .hs_cos_wrapper_type_icon svg {
	transition-timing-function: cubic-bezier(0, .71, .4, 1);
}

.growfast-cta1-button.growfast-button--effect-reveal:hover .growfast-button--text {
	transform: translateX(-0.5rem);
}

.growfast-cta1-button.growfast-button--effect-reveal .hs_cos_wrapper_type_icon svg {
	opacity: 0;
	transform: translateX(0);
	transition: opacity .25s, transform .5s;
}

.growfast-cta1-button.growfast-button--effect-reveal:hover .hs_cos_wrapper_type_icon svg {
	opacity: 1;
	transform: translateX(0.125rem);
}

.growfast-cta1-button.growfast-button--effect-swap .hs_cos_wrapper_type_icon:first-child {
	margin-left: 0;
	margin-right: 0;
	width: 0;
}

.growfast-cta1-button.growfast-button--effect-swap .growfast-button--text {
	transition: transform .6s .125s cubic-bezier(.1, .75, .25, 1);
}

.growfast-cta1-button.growfast-button--effect-swap:hover .growfast-button--text {
	transition-delay: .1s;
	transform: translateX(1rem);
}

.growfast-cta1-button.growfast-button--effect-swap .hs_cos_wrapper_type_icon {
	transition: opacity .4s .25s, transform .6s .25s;
	transition-timing-function: ease, ease;
	transition-delay: 0.25s, 0.25s;
	transition-timing-function: cubic-bezier(.1, .75, .25, 1);
}

.growfast-cta1-button.growfast-button--effect-swap .hs_cos_wrapper_type_icon:first-child {
	opacity: 0;
	transform: translateX(-0.75rem);
	transition-delay: 0s;
}

.growfast-cta1-button.growfast-button--effect-swap:hover .hs_cos_wrapper_type_icon:first-child {
	opacity: 1;
	transform: translateX(-0.25rem);
	transition-delay: .225s;
}

.growfast-cta1-button.growfast-button--effect-swap:hover .hs_cos_wrapper_type_icon:last-child {
	transition-delay: 0s;
	transform: translateX(0.5rem);
	opacity: 0;
}

.growfast-cta1--parallax-effect .growfast-cta1__bg > *{
  height: 125%;
  top: -25%;
}