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

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

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

	.growfast-button-wrapper--right {
    display: flex;
		justify-content: flex-end;
	}
}

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

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

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