.growfast-testimonial {
	position: relative;
}

.growfast-testimonial__content {
	margin-bottom: 4rem;
}

@media (min-width: 993px) {
	.growfast-testimonial__content {
		width: 33%;
		top: 50%;
		position: absolute;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 9;
	}
}

@media (min-width: 1201px) {
	.growfast-testimonial__content {
		padding-right: 4rem;
	}
}

@media (min-width: 993px) {
	.growfast-testimonial__inner {
		width: 100%;
	}

	.growfast-testimonial--content-true .growfast-testimonial__inner {
		margin-left: 34%;
	}
}

@media (max-width: 992px) {
	.growfast-testimonial__inner {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}

.growfast-testimonial__item__wrapper {
	width: 33.3%;
}

@media (max-width: 992px) {
	.growfast-testimonial__item__wrapper {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.growfast-testimonial__item__wrapper {
		width: 100%;
	}
}

.growfast-testimonial__item__inner {
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	padding: 1.5rem 2rem;
	margin: 0 1rem 1px;
}

.growfast-testimonial__item__author {
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
}

.growfast-testimonial__item__author__image {
	max-width: 80px;
	display: flex;
	margin-right: 1rem;
}

.growfast-testimonial__item__author__image img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

.growfast-testimonial__item__author__meta {
	display: flex;
	flex-direction: column;
}

.growfast-testimonial__item__author--rating {
	display: flex;
	margin-top: 0.25rem;
}

.growfast-testimonial__item__author--rating svg {
	height: 16px;
	width: 16px;
}

.growfast-testimonial__content__inner--title {
	line-height: 1.2
}

.growfast-testimonial__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-testimonial__content__inner--title.animated span {
	background-size: 100% 25%;
}

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

.growfast-testimonial__content__button-wrapper {
	display: flex;
	justify-content: flex-start;
}

.growfast-testimonial__content__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-testimonial__content__button svg {
	width: 12px;
	height: 12px;
}

.growfast-testimonial__content__button svg path {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.growfast-testimonial__content__button .hs_cos_wrapper_type_icon {
	margin-left: 0.5rem;
	margin-right: -0.5rem;
}

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

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

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

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

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

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

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

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

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

.growfast-testimonial__content__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-testimonial__content__button.growfast-button--effect-swap .hs_cos_wrapper_type_icon:first-child {
	opacity: 0;
	transform: translateX(-0.75rem);
	transition-delay: 0s;
}

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

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

.growfast-testimonial .flickity-viewport {
	transition: height 0.2s;
}

.growfast-testimonial .growfast-testimonial__inner {
	height: 0;
}

.growfast-testimonial .growfast-testimonial__inner.pageloaded {
	height: 100%;
}

.growfast-testimonial .growfast-testimonial__item {
	visibility: hidden;
}

.growfast-testimonial .growfast-testimonial__item.pageloaded {
	visibility: visible;
}

.growfast-testimonial .flickity-page-dots {
	text-align: left;
	position: relative;
	padding: 2rem 10px 1rem;
	bottom: 0;
}

.growfast-testimonial--content-false.growfast-testimonial .flickity-page-dots {
	text-align: center;
}

.growfast-testimonial .flickity-page-dots .dot {
	opacity: 1;
}

.growfast-testimonial .flickity-page-dots .dot {
	position: relative;
	width: 9px;
	height: 9px;
	padding: 4px;
	cursor: pointer;
	color: transparent;
	border: 0;
	background: transparent;
	border: 2px solid transparent;
	margin: 0 10px;
}

.growfast-testimonial .flickity-page-dots .dot:before,
.growfast-testimonial .flickity-page-dots .dot:before {
	opacity: 1;
}

.growfast-testimonial .flickity-page-dots .dot:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.growfast-testimonial .flickity-page-dots .dot.is-selected:before {
	opacity: 0;
}

.growfast-testimonial.growfast-element-animation .growfast-testimonial__item__wrapper {
	opacity: 0;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@media (min-width: 993px) {
	.growfast-testimonial.growfast-element-animation.animated .growfast-testimonial__item__wrapper {
		-webkit-animation-name: default_animation;
		animation-name: default_animation;
	}
}

@media (max-width: 992px) {
	.growfast-testimonial.growfast-element-animation .growfast-testimonial__item__wrapper {
		opacity: 1 !important;
	}
}

.hubspot-disable-focus-styles .growfast-testimonial.growfast-element-animation .growfast-testimonial__item__wrapper {
	opacity: 1 !important;
}