.growfast-steps {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 992px) {
	.growfast-steps {
		justify-content: center !important;
	}
}

.growfast-steps__item--count {
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 1rem;
}

.growfast-steps--alignment-left{
	justify-content: flex-start;
}

.growfast-steps--alignment-left .growfast-steps__item--count {
	justify-content: flex-start;
}

.growfast-steps--alignment-right{
	justify-content: flex-end;
}

.growfast-steps--alignment-right .growfast-steps__item--count {
	justify-content: flex-end;
}

.growfast-steps__item--count span {
	border-radius: 50%;
	display: flex;
	height: 4rem;
	width: 4rem;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	z-index: 1;
}

.growfast-steps__item:hover .growfast-steps__item--count span {
	box-shadow: 0 10px 16px rgba(0, 0, 0, 0.16);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.growfast-steps__item--title {
	text-align: center;
	margin-bottom: 1rem;
}

.growfast-steps--alignment-left .growfast-steps__item--title {
	text-align: left;
}

.growfast-steps--alignment-right .growfast-steps__item--title {
	text-align: right;
}

.growfast-steps__item--description {
	text-align: center;
}

.growfast-steps--alignment-left .growfast-steps__item--description {
	text-align: left;
}

.growfast-steps--alignment-right .growfast-steps__item--description {
	text-align: right;
}

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

.growfast-steps--alignment-center .growfast-steps__item--button-wrapper{
	justify-content: center;
}
.growfast-steps--alignment-right .growfast-steps__item--button-wrapper{
	justify-content: flex-end;
}

.growfast-steps>div {
	margin-bottom: 20px;
	width: 100%;
	margin-right: 0;
}

.growfast-steps--col6>div {
	width: calc(100% / 6 - ((20px * 5) / 6));
	margin-right: 20px;
}

.growfast-steps--col5>div {
	width: calc(100% / 5 - ((20px * 4) / 5));
	margin-right: 20px;
}

.growfast-steps--col4>div {
	width: calc(100% / 4 - ((20px * 3) / 4));
	margin-right: 20px;
}

.growfast-steps--col3>div {
	width: calc(100% / 3 - ((20px * 2) / 3));
	margin-right: 20px;
}

.growfast-steps--col2>div {
	width: calc(100% / 2 - ((20px * 1) / 2));
	margin-right: 20px;
}

@media (max-width: 992px) {

	.growfast-steps--col6>div,
	.growfast-steps--col5>div,
	.growfast-steps--col4>div,
	.growfast-steps--col3>div,
	.growfast-steps--col2>div {
		width: calc(100% / 2 - ((20px * 1) / 2)) !important;
		margin-right: 20px !important;
	}
}

@media (max-width: 768px) {

	.growfast-steps--col6>div,
	.growfast-steps--col5>div,
	.growfast-steps--col4>div,
	.growfast-steps--col3>div,
	.growfast-steps--col2>div {
		width: 100% !important;
	}
}

@media (min-width: 993px) {
	.growfast-steps--col6>div:nth-child(6n+6) {
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.growfast-steps--col6>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 768px) {
	.growfast-steps--col6>div:nth-child(1n+1) {
		margin-right: 0 !important;
	}
}

@media (min-width: 993px) {
	.growfast-steps--col5>div:nth-child(5n+5) {
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.growfast-steps--col5>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 768px) {
	.growfast-steps--col5>div:nth-child(1n+1) {
		margin-right: 0 !important;
	}
}

@media (min-width: 993px) {
	.growfast-steps--col4>div:nth-child(4n+4) {
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.growfast-steps--col4>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 768px) {
	.growfast-steps--col4>div:nth-child(1n+1) {
		margin-right: 0 !important;
	}
}

@media (min-width: 993px) {
	.growfast-steps--col3>div:nth-child(3n+3) {
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.growfast-steps--col3>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 768px) {
	.growfast-steps--col3>div:nth-child(1n+1) {
		margin-right: 0 !important;
	}
}

@media (min-width: 993px) {
	.growfast-steps--col2>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.growfast-steps--col2>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 768px) {
	.growfast-steps--col2>div:nth-child(1n+1) {
		margin-right: 0 !important;
	}
}

.growfast-steps.growfast-element-animation .growfast-steps__item .growfast-steps__item--button-wrapper,
.growfast-steps.growfast-element-animation .growfast-steps__item .growfast-steps__item--description,
.growfast-steps.growfast-element-animation .growfast-steps__item .growfast-steps__item--title,
.growfast-steps.growfast-element-animation .growfast-steps__item .growfast-steps__item--count>span {
	opacity: 0;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@media (min-width: 993px) {
	.growfast-steps.growfast-element-animation.animated .growfast-steps__item .growfast-steps__item--button-wrapper,
	.growfast-steps.growfast-element-animation.animated .growfast-steps__item .growfast-steps__item--description,
	.growfast-steps.growfast-element-animation.animated .growfast-steps__item .growfast-steps__item--title,
	.growfast-steps.growfast-element-animation.animated .growfast-steps__item .growfast-steps__item--count>span {
		-webkit-animation-name: default_animation;
		animation-name: default_animation;
	}
}

@media (max-width: 992px) {
	.growfast-steps.growfast-element-animation .growfast-steps__item .growfast-steps__item--button-wrapper,
	.growfast-steps.growfast-element-animation .growfast-steps__item .growfast-steps__item--description,
	.growfast-steps.growfast-element-animation .growfast-steps__item .growfast-steps__item--title,
	.growfast-steps.growfast-element-animation .growfast-steps__item .growfast-steps__item--count>span {
		opacity: 1 !important;
	}
}

.hubspot-disable-focus-styles .growfast-steps.growfast-element-animation .growfast-steps__item .growfast-steps__item--button-wrapper,
.hubspot-disable-focus-styles .growfast-steps.growfast-element-animation .growfast-steps__item .growfast-steps__item--description,
.hubspot-disable-focus-styles .growfast-steps.growfast-element-animation .growfast-steps__item .growfast-steps__item--title,
.hubspot-disable-focus-styles .growfast-steps.growfast-element-animation .growfast-steps__item .growfast-steps__item--count>span {
	opacity: 1 !important;
}

.growfast-steps__item--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;
	z-index: 2;
}
.growfast-steps__item--button svg{
	width: 12px;
	height: 12px;
}
.growfast-steps__item--button svg path{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.growfast-steps__item--button .hs_cos_wrapper_type_icon{
	margin-left: 0.5rem;
	margin-right: -0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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