/* ==========================================================================
   grow Product Page
========================================================================== */
.grow-wrapper {
	background: linear-gradient(0deg, #ffffff 40.07%, #f6fdff 100%);
	padding: 20px 60px 60px 60px;
	position: relative;
}

.grow-container {
	display: flex;
	max-width: var(--1400);
	margin: 0 auto;
	flex-direction: row;
	border-radius: 6px;
	flex-direction: column;
	align-items: center;
}

.gb-grow-logo {
	width: 60%;
	display: inline-flex;
	margin: 0px auto;
}

.grow-title {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	z-index: 2;
	text-align: center;
	padding: 60px;
	padding-bottom: 30px;
}

.grow-title h1 {
	font-family: var(--font-family);
	color: var(--gb-dark-blue-text);
	font-size: 60px;
	line-height: 62px;
	font-weight: 900;
	margin: 0px;
}

.grow-title p,
.grow-intro-title p {
	font-weight: 500;
	color: var(--gray-700);
	font-size: 24px;
	font-family: var(--font-family);
	line-height: 133%;
	margin: 24px auto 0px auto;
	max-width: 600px;
}

.grow-opener {
	max-width: 840px;
	text-align: center;
}

.grow-opener p {
	font-size: 18px;
	color: var(--grey-900);
	line-height: 24px;
	margin: 0px;
}

img.divide-grow {
	margin: 38px auto 14px auto;
	width: 80%;
}

.grow-intro-wrapper {
	position: relative;
	padding: 60px;
	/* background:
		url(../img/practice-progress-monitoring.svg) no-repeat 77% 50% / 24%,
		linear-gradient(0deg, var(--gb-white) 0%, #f4fcff 100%); */
	background: url(../img/practice-progress-monitoring.svg) no-repeat 77% 50%;
	background-size: 24%;
	background-color: #fff;
}

.grow-intro-container {
	display: flex;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-radius: 6px;
	padding: 60px;
	min-height: 270px;
}

.grow-intro-title {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(1, 1fr);
}

.grow-intro-title h2 {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 42px;
	color: var(--gb-dark-blue-text);
	margin: 0px;
	line-height: 44px;
	text-align: left;
	max-width: 360px;
}

img.gb-grow-diagram {
	width: 60%;
}

.grow-overview-wrapper {
	background: linear-gradient(0deg, #ffffff 40.07%, #f6fdff 100%);
	position: relative;
	padding: 60px;
}

.grow-overview-container {
	max-width: var(--1400);
	width: 100%;
	margin: 0px auto;
	text-align: center;
	border-radius: 6px;
	padding: 60px;
	border: 1px solid #e4f1fb;
	box-shadow:
		0 0 28px 0 rgba(0, 156, 222, 0.08),
		inset 0 0 0 3px var(--gb-white);
	background: url(../img/relationships-bg.svg) repeat-y;
	background-color: var(--gb-white);
}

.grow-overview-container h2 {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 34px;
	color: var(--gb-dark-blue-text);
	display: flex;
	justify-content: center;
	margin: 0px auto;
	line-height: 44px;
	text-align: left;
	border-bottom: 1px solid #e4f1fb;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.grow-overview-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: var(--1400);
	margin: 0 auto;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-items: stretch;
}

.grow-overview {
	display: flex;
	flex-direction: column;
	padding-right: 42px;
	padding-left: 42px;
	border-right: 1px dashed #e4f1fb;
}

.grow-overview:first-of-type {
	padding-left: 0px;
}

.grow-overview:last-of-type {
	padding-right: 0px;
	border-right: 0px;
}

.grow-overview h3 {
	font-size: 24px;
	color: var(--blue-900);
}

.grow-overview h3.one::before {
	content: "";
	display: flex;
	width: 48px;
	height: 48px;
	background: url(../img/grow-1.png) no-repeat center / contain;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
	margin-bottom: 12px;
}

.grow-overview h3.two::before {
	content: "";
	display: flex;
	width: 48px;
	height: 48px;
	background: url(../img/grow-2.png) no-repeat center / contain;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
	margin-bottom: 12px;
}

.grow-overview h3.three::before {
	content: "";
	display: flex;
	width: 48px;
	height: 48px;
	background: url(../img/grow-3.png) no-repeat center / contain;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
	margin-bottom: 12px;
}

.grow-overview h3.four::before {
	content: "";
	display: flex;
	width: 48px;
	height: 48px;
	background: url(../img/grow-4.png) no-repeat center / contain;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
	margin-bottom: 12px;
}

.grow-overview p {
	font-size: 18px;
	line-height: 24px;
	color: var(--gray-900);
}

.grow-testimonials-wrapper {
	position: relative;
	padding: 60px;
	background:
		url(../img/request-quote-bg.png) no-repeat center 106% / 26%,
		linear-gradient(0deg, #ffffff 40.07%, #f6fdff 100%);
}

.grow-testimonials-container {
	margin: 0px auto;
	max-width: var(--1280);
	width: 100%;
	text-align: center;
	font-family: var(--font-family);
}

.grow-testimonials-container h2 {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 34px;
	color: var(--gb-dark-blue-text);
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 60px;
	max-width: 780px;
}

.grow-testimonials-container h2::before {
	content: url(../img/heading-div.svg);
	display: inline-flex;
	margin-right: 8px;
	height: 22px;
	align-items: center;
}

.grow-testimonials-container h2::after {
	content: url(../img/heading-div.svg);
	display: inline-flex;
	margin-left: 8px;
	height: 22px;
	align-items: center;
}

.grow-testimonials-container p {
	display: flex;
	position: relative;
	flex-direction: column;
	width: 100%;
	max-width: 840px;
	box-sizing: border-box;
	overflow-wrap: break-word;
	text-align: left;
	background: #f5fbfe;
	padding: 30px;
	border-radius: 12px;
	border-left: 3px solid #b9ddf261;
	border-bottom: 1px dashed #b9ddf261;
	justify-content: space-between;
	padding-bottom: 16px;
	font-size: 18px;
	line-height: 32px;
	color: var(--primary-900);
	margin: 0px auto;
	font-weight: 400;
}

.grow-testimonials-container p::after {
	content: "\201C";
	color: var(--gb-blue-text);
	display: inline-flex;
	font-size: 70px;
	font-family: sans-serif;
	position: absolute;
	top: 0px;
	left: 30px;
	z-index: 1000;
}

.grow-cta-wrapper {
	position: relative;
	padding: 60px;
	background: #fff;
}

.grow-cta-container {
	margin: 0px auto;
	max-width: var(--1280);
	width: 100%;
	text-align: center;
	font-family: var(--font-family);
}

.grow-cta-container h2 {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 34px;
	color: var(--gb-dark-blue-text);
	display: flex;
	justify-content: center;
	margin: 0px auto;
	line-height: 44px;
	text-align: left;
	max-width: 780px;
}

.grow-cta-container p {
	font-weight: 500;
	color: var(--gray-700);
	font-size: 24px;
	font-family: var(--font-family);
	line-height: 133%;
	margin: 24px auto 0px auto;
	max-width: 1000px;
}

.p-div {
	width: 100%;
	display: block;
	margin: 20px 0px;
}

.grow-intro-diagram img {
	display: none;
}

/* Tablet */
@media (max-width: 1024px) {
	.grow-overview-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.grow-overview:nth-of-type(2) {
		border-right: 0px;
		padding-right: 0px;
	}
	.grow-overview:last-of-type {
		padding-right: 0px;
	}
}

/* Mobile */
@media (max-width: 640px) {
	.gb-grow-logo {
		width: 100%;
	}
	.grow-wrapper,
	.grow-intro-wrapper,
	.grow-overview-wrapper,
	.grow-overview-container,
	.grow-cta-wrapper {
		padding-top: 45px;
		padding-bottom: 45px;
		padding-left: var(--mobile-viewport-spacing);
		padding-right: var(--mobile-viewport-spacing);
	}
	.grow-title {
		padding: 0px;
		padding-bottom: 30px;
		padding-top: 24px;
	}
	.grow-wrapper {
		padding-top: 0px;
	}
	.grow-intro-container {
		padding: 0px;
		flex-direction: column;
		min-height: auto;
	}
	.grow-intro-title h2,
	.grow-overview-container h2,
	.grow-cta-container h2 {
		font-size: 26px;
		line-height: 115%;
		text-align: center;
		max-width: 100%;
	}
	.grow-opener p,
	.grow-overview p {
		font-size: 16px;
		line-height: 150%;
		padding: 0px;
	}
	.grow-cta-container p,
	.grow-title p,
	.grow-intro-title p {
		font-size: 20px;
		line-height: 140%;
		text-align: center;
		margin: 12px auto 0px auto;
	}
	.grow-overview-grid {
		grid-template-columns: 1fr;
	}
	.grow-overview {
		border-right: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	img.divide {
		background: linear-gradient(
			270deg,
			rgba(244, 252, 255, 0) 0%,
			rgba(228, 237, 242, 1) 50%,
			rgba(244, 252, 255, 0) 100%
		);
	}
	.grow-intro-wrapper {
		background-image: none;
		padding-bottom: 0px;
	}
	.grow-intro-diagram img {
		display: block;
		width: 100%;
	}
	.grow-overview h3 {
		font-size: 22px;
	}
	.grow-overview h3.one::before,
	.grow-overview h3.two::before,
	.grow-overview h3.three::before,
	.grow-overview h3.four::before {
		width: 32px;
		height: 32px;
	}
}
