/**
 * CGP How We Help page patterns.
 * Scoped to the native Beaver layout for page 1533.
 * Version: 0.3.1
 */

.cgp-bb-page .cgp-hwh-hero > .fl-row-content-wrap {
	min-height: calc(100svh - var(--cgp-site-header-height, 88px));
	padding: 0;
}

.cgp-bb-page .cgp-hwh-hero > .fl-row-content-wrap > .fl-row-content {
	display: grid;
	width: min(
		var(--cgp-site-container, 1200px),
		calc(100% - (2 * var(--cgp-site-gutter, 40px)))
	);
	min-height: inherit;
	margin: 0 auto;
	padding: var(--cgp-hero-stage-pad, clamp(36px, 6svh, 72px)) 0;
}

.cgp-bb-page .cgp-hwh-hero > .fl-row-content-wrap > .fl-row-content > .fl-col-group:first-child {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
	column-gap: clamp(40px, 5vw, 72px);
	width: 100% !important;
	align-self: center;
	align-items: center;
}

.cgp-bb-page .cgp-hwh-hero > .fl-row-content-wrap > .fl-row-content > .fl-col-group:first-child::before,
.cgp-bb-page .cgp-hwh-hero > .fl-row-content-wrap > .fl-row-content > .fl-col-group:first-child::after {
	display: none;
	content: none;
}

.cgp-bb-page .cgp-hwh-hero > .fl-row-content-wrap > .fl-row-content > .fl-col-group:first-child > .fl-col {
	width: 100% !important;
	min-width: 0;
}

.cgp-bb-page .cgp-hwh-hero__copy > .fl-col-content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 12px;
}

.cgp-bb-page .cgp-hwh-hero__copy .fl-module-content,
.cgp-bb-page .cgp-hwh-hero__visual-window .fl-module-content {
	margin-right: 0;
	margin-left: 0;
}

.cgp-bb-page .cgp-hwh-hero__eyebrow,
.cgp-bb-page .cgp-hwh-hero__headline,
.cgp-bb-page .cgp-hwh-hero__lede,
.cgp-bb-page .cgp-hwh-hero__note {
	grid-column: 1 / -1;
}

.cgp-bb-page .cgp-hwh-hero__headline.fl-heading {
	max-width: 680px;
	font-size: var(--cgp-hero-title-size, clamp(40px, min(4.65vw, 7svh), 64px));
	line-height: var(--cgp-hero-title-leading, 1.01);
	text-wrap: balance;
}

.cgp-bb-page .cgp-hwh-hero__lede p {
	max-width: 680px;
	font-size: var(--cgp-hero-copy-size, clamp(18px, min(1.55vw, 2.55svh), 21px));
	line-height: var(--cgp-hero-copy-leading, 1.43);
}

.cgp-bb-page .cgp-hwh-hero__note p {
	max-width: 660px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.55;
}

.cgp-bb-page .cgp-hwh-hero__action .fl-button-wrap,
.cgp-bb-page .cgp-hwh-hero__action .fl-button {
	width: 100%;
}

.cgp-bb-page .cgp-hwh-hero__action {
	margin-top: 24px !important;
}

.cgp-bb-page .cgp-hwh-hero-visual > .fl-module-content {
	margin: 0;
}

.cgp-bb-page .cgp-hwh-hero-visual__placeholder {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: min(100%, calc(var(--cgp-hero-visual-height, 390px) * 1.25));
	aspect-ratio: 5 / 4;
	margin-right: auto;
	margin-left: auto;
	padding: clamp(28px, 3vw, 42px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 20px;
	background:
		linear-gradient(145deg, rgba(63, 218, 216, 0.16), rgba(0, 23, 48, 0.16)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.045) 1px, transparent 1px, transparent 18px);
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.cgp-bb-page .cgp-hwh-hero-visual__placeholder p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.55;
}

.cgp-bb-page .cgp-hwh-hero-visual__placeholder .cgp-hwh-hero-visual__label {
	margin-bottom: 10px;
	color: var(--cgp-bb-yellow);
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.35;
	text-transform: uppercase;
}

.cgp-bb-page .cgp-hwh-hero-visual__path {
	justify-content: center;
}

.cgp-bb-page .cgp-hwh-hero-visual__steps {
	display: grid;
	gap: 14px;
}

.cgp-bb-page .cgp-hwh-hero-visual__steps > div {
	display: grid;
	grid-template-columns: 38px minmax(88px, 0.42fr) minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.cgp-bb-page .cgp-hwh-hero-visual__steps > div:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.cgp-bb-page .cgp-hwh-hero-visual__steps span,
.cgp-bb-page .cgp-hwh-hero-visual__steps strong {
	color: #ffffff;
	font-family: Montserrat, sans-serif;
}

.cgp-bb-page .cgp-hwh-hero-visual__steps span {
	color: var(--cgp-bb-aqua);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.cgp-bb-page .cgp-hwh-hero-visual__steps strong {
	font-size: 16px;
}

.cgp-bb-page .cgp-hwh-hero-visual__steps small {
	color: rgba(255, 255, 255, 0.78);
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	line-height: 1.45;
}

.cgp-bb-page .cgp-hwh-section-heading .fl-heading {
	max-width: 850px;
	font-size: clamp(40px, 3.75vw, 48px);
	line-height: 1.08;
	text-wrap: balance;
}

.cgp-bb-page .cgp-hwh-card-grid > .fl-col-content {
	gap: 24px;
	align-items: stretch;
}

.cgp-bb-page .cgp-hwh-card-grid--two > .fl-col-content {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cgp-bb-page .cgp-hwh-path-grid > .fl-col-content {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cgp-bb-page .cgp-hwh-card-grid .cgp-bb-card {
	min-width: 0;
	height: 100%;
}

.cgp-bb-page .cgp-hwh-card-grid .cgp-bb-card > .fl-module-content {
	display: flex;
	height: 100%;
	margin: 0;
	padding: 32px;
}

.cgp-bb-page .cgp-hwh-card-grid .cgp-bb-card .fl-rich-text,
.cgp-bb-page .cgp-hwh-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	height: 100%;
}

.cgp-bb-page .cgp-hwh-card__content h3 {
	margin: 0 0 18px;
	font-size: clamp(22px, 2vw, 26px);
	line-height: 1.2;
	text-wrap: balance;
}

.cgp-bb-page .cgp-hwh-card__body {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.cgp-bb-page .cgp-hwh-card__body > p,
.cgp-bb-page .cgp-hwh-card__content--path > p {
	margin: 0;
}

.cgp-bb-page .cgp-hwh-card__body > p > strong {
	display: block;
	margin-bottom: 5px;
	color: var(--cgp-bb-navy);
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.cgp-bb-page .cgp-hwh-card__investment {
	padding: 15px 0 15px 18px;
	border-left: 3px solid var(--cgp-bb-teal);
}

.cgp-bb-page .cgp-hwh-card__investment p {
	margin: 0;
}

.cgp-bb-page .cgp-hwh-card__investment-label {
	color: var(--cgp-bb-teal);
	font-family: Montserrat, sans-serif;
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.35 !important;
	text-transform: uppercase;
}

.cgp-bb-page .cgp-hwh-card__investment-value {
	margin-top: 5px !important;
	color: var(--cgp-bb-navy);
	font-family: "Nunito Sans", sans-serif;
	font-size: 17px !important;
	font-weight: 700;
	line-height: 1.5 !important;
}

.cgp-bb-page .cgp-hwh-card__note {
	color: #5b6570;
	font-size: 16px !important;
	line-height: 1.55 !important;
}

.cgp-bb-page .cgp-hwh-card__action {
	margin: auto 0 0;
	padding-top: 24px;
}

.cgp-bb-page .cgp-hwh-card__action a {
	color: var(--cgp-bb-teal);
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.cgp-bb-page .cgp-hwh-card__action a:hover {
	color: var(--cgp-bb-navy);
}

.cgp-bb-page .cgp-hwh-card__action a:focus-visible {
	border-radius: 2px;
	outline: 3px solid var(--cgp-bb-aqua);
	outline-offset: 4px;
}

.cgp-bb-page .cgp-hwh-path-card .cgp-bb-eyebrow {
	margin-bottom: 12px;
}

.cgp-bb-page .cgp-hwh-pricing-table-shell {
	position: relative;
}

.cgp-bb-page .cgp-hwh-pricing-scroll-cue {
	display: none;
}

.cgp-bb-page .cgp-hwh-faq > .fl-module-content {
	max-width: 920px;
	margin-top: 44px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.cgp-bb-page .cgp-hwh-faq__list {
	border-top: 0;
}

.cgp-bb-page .cgp-hwh-faq__item {
	margin-bottom: 12px;
	border: 1px solid #d4dee3;
	border-radius: 4px;
	background: var(--cgp-bb-white);
	overflow: hidden;
}

.cgp-bb-page .cgp-hwh-faq__summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 20px;
	min-height: 72px;
	padding: 24px 25px;
	align-items: center;
	cursor: pointer;
	list-style: none;
}

.cgp-bb-page .cgp-hwh-faq__summary::-webkit-details-marker {
	display: none;
}

.cgp-bb-page .cgp-hwh-faq__summary h3 {
	max-width: 760px;
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
}

.cgp-bb-page .cgp-hwh-faq__summary:hover h3 {
	color: var(--cgp-bb-teal);
}

.cgp-bb-page .cgp-hwh-faq__summary:focus-visible {
	border-radius: 4px;
	outline: 3px solid var(--cgp-bb-aqua);
	outline-offset: 4px;
}

.cgp-bb-page .cgp-hwh-faq__icon {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	border: 2px solid var(--cgp-bb-teal);
	border-radius: 50%;
}

.cgp-bb-page .cgp-hwh-faq__icon::before,
.cgp-bb-page .cgp-hwh-faq__icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	background: var(--cgp-bb-teal);
	content: "";
	transform: translate(-50%, -50%);
}

.cgp-bb-page .cgp-hwh-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 160ms ease;
}

.cgp-bb-page .cgp-hwh-faq__item[open] .cgp-hwh-faq__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.cgp-bb-page .cgp-hwh-faq__answer {
	max-width: 800px;
	padding: 0 25px 26px;
	text-align: left;
}

.cgp-bb-page .cgp-hwh-faq__answer p {
	margin: 0;
}

@media (max-width: 980px) {
	.cgp-bb-page .cgp-hwh-hero > .fl-row-content-wrap {
		min-height: auto;
	}

	.cgp-bb-page .cgp-hwh-hero > .fl-row-content-wrap > .fl-row-content {
		width: min(
			var(--cgp-site-container, 1200px),
			calc(100% - (2 * var(--cgp-site-gutter, 32px)))
		) !important;
		padding: 56px 0;
	}

	.cgp-bb-page .cgp-hwh-hero > .fl-row-content-wrap > .fl-row-content > .fl-col-group:first-child {
		grid-template-columns: minmax(0, 1fr);
		gap: 40px;
	}

	.cgp-bb-page .cgp-hwh-hero__visual-window {
		max-width: 720px;
	}
}

@media (max-width: 900px) {
	.cgp-bb-page .cgp-hwh-path-grid > .fl-col-content {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.cgp-bb-page .cgp-hwh-hero > .fl-row-content-wrap > .fl-row-content {
		width: calc(100% - 40px) !important;
		max-width: calc(100% - 40px) !important;
		padding: 48px 0 56px;
	}

	.cgp-bb-page .cgp-hwh-hero__copy > .fl-col-content {
		grid-template-columns: minmax(0, 1fr);
	}

	.cgp-bb-page .cgp-hwh-hero__action--secondary {
		margin-top: 10px !important;
	}

	.cgp-bb-page .cgp-hwh-hero__copy .fl-module,
	.cgp-bb-page .cgp-hwh-hero__action {
		grid-column: 1;
	}

	.cgp-bb-page .cgp-hwh-hero__headline.fl-heading {
		font-size: clamp(38px, 10.5vw, 42px);
	}

	.cgp-bb-page .cgp-hwh-section-heading .fl-heading {
		font-size: clamp(30px, 8.5vw, 34px);
		line-height: 1.1;
	}

	.cgp-bb-page .cgp-hwh-card-grid > .fl-col-content,
	.cgp-bb-page .cgp-hwh-card-grid--two > .fl-col-content {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.cgp-bb-page .cgp-hwh-card-grid .cgp-bb-card > .fl-module-content {
		padding: 24px;
	}

	.cgp-bb-page .cgp-hwh-card__content h3 {
		font-size: 22px;
	}

	.cgp-bb-page .cgp-hwh-pricing-scroll-cue {
		display: block;
		margin: 22px 0 10px;
		color: #5b6570;
		font-size: 15px;
		line-height: 1.45;
	}

	.cgp-bb-page .cgp-hwh-pricing-table-shell::after {
		position: absolute;
		top: 68px;
		right: 0;
		bottom: 0;
		width: 34px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92));
		content: "";
		pointer-events: none;
	}

	.cgp-bb-page .cgp-hwh-faq > .fl-module-content {
		margin-right: auto;
		margin-left: auto;
	}

	.cgp-bb-page .cgp-hwh-faq__summary {
		grid-template-columns: minmax(0, 1fr) 44px;
		gap: 14px;
		min-height: 68px;
		padding: 20px;
	}

	.cgp-bb-page .cgp-hwh-faq__summary h3 {
		font-size: 19px;
	}

	.cgp-bb-page .cgp-hwh-faq__answer {
		padding: 0 20px 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cgp-bb-page .cgp-hwh-faq__icon::after {
		transition: none;
	}
}
