.growfast-page-header {
	position: relative;
}

.growfast-page-header__bg {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
}

{#
@media (max-width: 768px) {
	.growfast-page-header__bg {
		min-height: 50vw;
	}
}

@media (max-width: 600px) {
	.growfast-page-header__bg {
		height: 60vw;
	}
}

@media (max-width: 375px) {
	.growfast-page-header__bg {
		height: 60vw;
	}
}
#}

.growfast-page-header__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-page-header__bg--image:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	z-index: 1;
	display: block;
}

.growfast-page-header__content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.growfast-page-header__content-location--top{
	align-items: flex-start;
}
.growfast-page-header__content-location--bottom{
	align-items: flex-end;
}

.growfast-page-header__content-wrapper__content {
	width: 1240px;
	padding: 0 20px;
	display: flex;
}

.growfast-page-header__content-alignment--left .growfast-page-header__content-wrapper__content{
	justify-content: flex-start;
}
.growfast-page-header__content-alignment--center .growfast-page-header__content-wrapper__content{
	justify-content: center;
	text-align: center;
}
.growfast-page-header__content-alignment--right .growfast-page-header__content-wrapper__content{
	justify-content: flex-end;
}

.growfast-page-header__content__inner--sub-heading{
	margin-bottom: 1rem;
	line-height: 1.4;
}

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

@media (max-width: 992px) {
	.growfast-page-header__content-wrapper__content__inner {
		width: 75% !important;
	}
}

@media (max-width: 768px) {
	.growfast-page-header__content-wrapper__content__inner {
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	.growfast-page-header__content__inner--title{
		font-size: 48px !important;
	}
}
@media (max-width: 480px) {
	.growfast-page-header__content__inner--title{
		font-size: 36px !important;
	}
}
@media (max-width: 480px) {
	.growfast-page-header__content__inner--sub-heading{
		font-size: 18px !important;
	}
}
@media (max-width: 480px) {
	.growfast-page-header__content__inner--description{
		font-size: 18px !important;
	}
}

.growfast-page-header__content__inner--title span {
	position: relative;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 0 0.125rem;
	background-repeat: no-repeat;
	background-size: 0% 80%;
	transition: background-size .9s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
	background-position: left 90%;
	background-size: 0% 25%;
}

.growfast-page-header__content__inner--title.animated span {
	background-size: 100% 25%;
}

.growfast-page-header__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-page-header__bg--video:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	z-index: 1;
	display: block;
}

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

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

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

.growfast-page-header__content__inner--button-wrapper{
	display: flex;
	justify-content: flex-start;
}
.growfast-page-header__content-alignment--center .growfast-page-header__content__inner--button-wrapper{
	justify-content: center;
}
.growfast-page-header__content-alignment--right .growfast-page-header__content__inner--button-wrapper{
	justify-content: flex-end;
}
.growfast-page-header__content__inner--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);
	align-self: flex-start;
}
.growfast-page-header__content__inner--button svg{
	width: 12px;
	height: 12px;
}
.growfast-page-header__content__inner--button svg path{
-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.growfast-page-header__content__inner--button .hs_cos_wrapper_type_icon{
	margin-left: 0.5rem;
	margin-right: -0.5rem;
}


.growfast-page-header__info-section{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	display: flex;
}

@media (max-width: 600px) {
	.growfast-page-header__info-section{
		display: none;
	}
}

.growfast-page-header__info-section__content-wrapper {
	width: 1240px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.growfast-page-header__info-section__content-alignment--left{
	justify-content: flex-start;
}

.growfast-page-header__info-section__content-alignment--center{
	justify-content: center;
}

.growfast-page-header__info-section__content-alignment--right{
	justify-content: flex-end;
}

.growfast-page-header__info-section .hs-menu-wrapper .hs-menu-children-wrapper{
	display: none;
}

.growfast-page-header__info-section .hs-menu-wrapper ul{
	flex-direction: row;
}

.growfast-page-header__info-section .hs-menu-wrapper .hs-menu-item{
	margin-right: 2rem;
	position: relative;
}

.growfast-page-header__info-section .hs-menu-wrapper .hs-menu-item:not(:last-child):after {
	content: "/";
	position: absolute;
	right: -1.25rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.growfast-page-header__info-section__icon_text__item{
	display: flex;
}

.growfast-page-header__info-section__icon_text__item .hs_cos_wrapper_type_icon{
	margin-right: 0.75rem;
	display: flex;
	align-items: center;	
}

.growfast-page-header__info-section__icon_text{
	display: flex;
}

.growfast-page-header__info-section__icon_text>*{
	margin: 0 0.75rem;
}

.growfast-page-header__info-section__icon_text>*:last-child{
	margin-right: 0;
}

.growfast-page-header__info-section__icon_text>*:first-child{
	margin-left: 0;
}