/* Pricing experience. Loaded only on page 268. */
.gst-l2-page-268 {
	--gst-price-red: #d91f2d;
	--gst-price-yellow: #f3c44f;
	--gst-price-green: #0d4b43;
	--gst-price-ink: #171721;
	--gst-price-muted: #62636d;
	--gst-price-line: #d8dddb;
	--gst-price-paper: #fbfaf7;
	--gst-price-white: #fff;
}

.gst-l2-page-268 .gst-pricing-hero {
	background: var(--gst-price-paper);
	min-height: 570px;
	padding: 68px 0;
}

.gst-l2-page-268 .gst-pricing-hero .gst-display .et_pb_module_header {
	font-size: 68px;
	max-width: 680px;
}

.gst-l2-page-268 .gst-pricing-hero .gst-lead {
	max-width: 660px;
}

.gst-l2-page-268 .gst-pricing-hero .gst-hero-grid {
	align-items: center;
}

.gst-l2-page-268 .gst-pricing-hero .gst-hero-media {
	margin: 0;
	min-height: 0;
	position: relative;
}

.gst-l2-page-268 .gst-pricing-hero .gst-hero-media::before {
	background: var(--gst-price-yellow);
	content: "";
	height: 72%;
	position: absolute;
	right: -18px;
	top: -18px;
	width: 72%;
}

.gst-l2-page-268 .gst-pricing-hero .gst-hero-image {
	box-shadow: none;
	margin: 0;
	max-width: none;
	position: relative;
	transform: none;
	width: 100%;
}

.gst-l2-page-268 .gst-pricing-hero .gst-hero-image img {
	aspect-ratio: 8 / 5;
	border: 8px solid var(--gst-price-white);
	border-radius: 4px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.gst-l2-page-268 .gst-pricing-kicker {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 28px;
}

.gst-l2-page-268 .gst-pricing-kicker span {
	align-items: center;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 7px;
}

.gst-l2-page-268 .gst-pricing-kicker span::before {
	background: var(--gst-price-red);
	content: "";
	height: 8px;
	width: 8px;
}

.gst-l2-page-268 .gst-pricing-trust {
	background: var(--gst-price-ink);
	border: 0;
	padding: 0;
}

.gst-l2-page-268 .gst-pricing-trust-grid.et_pb_row {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1220px;
	padding: 0;
}

.gst-l2-page-268 .gst-pricing-trust-grid > .et_pb_column {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0;
	padding: 25px 30px;
	width: auto;
}

.gst-l2-page-268 .gst-pricing-trust-grid > .et_pb_column:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.gst-l2-page-268 .gst-pricing-trust-grid p {
	color: var(--gst-price-white);
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
}

.gst-l2-page-268 .gst-pricing-offers {
	background: var(--gst-price-white);
	border-top: 0;
	padding-top: 94px;
}

.gst-l2-page-268 .gst-pricing-heading-row.et_pb_row {
	align-items: end;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) minmax(290px, 0.55fr);
	margin-bottom: 38px;
}

.gst-l2-page-268 .gst-pricing-heading-row > .et_pb_column {
	margin: 0;
	width: auto;
}

.gst-l2-page-268 .gst-pricing-heading-row .gst-section-intro {
	margin: 0;
	padding: 0;
}

.gst-l2-page-268 .gst-billing-control {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto 44px;
	max-width: 720px;
}

.gst-l2-page-268 .gst-billing-toggle {
	background: #ecefed;
	border: 1px solid var(--gst-price-line);
	border-radius: 7px;
	display: inline-grid;
	gap: 4px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 4px;
	width: min(100%, 520px);
}

.gst-l2-page-268 .gst-billing-toggle button {
	background: transparent;
	border: 0;
	border-radius: 5px;
	color: var(--gst-price-ink);
	cursor: pointer;
	font: 700 14px/1.3 "GST Montserrat", Arial, sans-serif;
	min-height: 48px;
	padding: 10px 18px;
}

.gst-l2-page-268 .gst-billing-toggle button[aria-pressed="true"] {
	background: var(--gst-price-white);
	box-shadow: 0 2px 8px rgba(23, 23, 33, 0.12);
	color: var(--gst-price-green);
}

.gst-l2-page-268 .gst-billing-toggle button:focus-visible {
	outline: 3px solid var(--gst-price-yellow);
	outline-offset: 3px;
}

.gst-l2-page-268 .gst-billing-disclaimer {
	color: var(--gst-price-muted);
	font-size: 13px;
	line-height: 1.55;
	margin: 14px auto 0;
	max-width: 660px;
	padding: 0;
	text-align: center;
}

.gst-l2-page-268 .gst-billing-disclaimer strong {
	color: var(--gst-price-ink);
}

.gst-l2-page-268 .gst-pricing-grid.et_pb_row {
	align-items: stretch;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 1320px;
}

.gst-l2-page-268 .gst-pricing-grid > .et_pb_column {
	background: var(--gst-price-paper);
	border: 1px solid var(--gst-price-line);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	margin: 0;
	min-width: 0;
	padding: 28px 24px 26px;
	position: relative;
	width: auto;
}

.gst-l2-page-268 .gst-pricing-grid > .gst-price-featured {
	background: var(--gst-price-white);
	border: 2px solid var(--gst-price-red);
	padding: 27px 23px 25px;
}

.gst-l2-page-268 .gst-price-ribbon {
	min-height: 24px;
}

.gst-l2-page-268 .gst-price-ribbon p {
	color: var(--gst-price-red);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	padding: 0;
	text-transform: uppercase;
}

.gst-l2-page-268 .gst-price-card-title .et_pb_module_header {
	font-size: 36px;
	line-height: 1;
}

.gst-l2-page-268 .gst-price-summary {
	color: var(--gst-price-muted);
	font-size: 14px;
	line-height: 1.55;
	margin-top: 12px;
	min-height: 66px;
}

.gst-l2-page-268 .gst-price-block {
	border-bottom: 1px solid var(--gst-price-line);
	border-top: 1px solid var(--gst-price-line);
	margin: 22px 0 18px;
	min-height: 118px;
	padding: 18px 0;
}

.gst-l2-page-268 .gst-price-line {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.gst-l2-page-268 .gst-price-value {
	color: var(--gst-price-ink);
	font-family: "GST Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 54px;
	font-weight: 700;
	line-height: 0.9;
	min-width: 3ch;
}

.gst-l2-page-268 .gst-price-currency {
	font-size: 20px;
	font-weight: 800;
}

.gst-l2-page-268 .gst-price-period {
	color: var(--gst-price-muted);
	display: block;
	font-size: 11px;
	line-height: 1.45;
	margin-top: 8px;
	min-height: 32px;
}

.gst-l2-page-268 .gst-price-custom {
	align-items: center;
	display: flex;
	font-family: "GST Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 43px;
	font-weight: 700;
	line-height: 1;
	min-height: 49px;
}

.gst-l2-page-268 .gst-price-profile {
	font-size: 13px;
	line-height: 1.55;
	margin-bottom: 20px;
	min-height: 60px;
}

.gst-l2-page-268 .gst-price-profile strong {
	display: block;
	margin-bottom: 4px;
}

.gst-l2-page-268 .gst-pricing-grid .gst-button {
	box-sizing: border-box;
	margin: 0 0 22px;
	text-align: center;
	width: 100%;
}

.gst-l2-page-268 .gst-price-features {
	border-top: 1px solid var(--gst-price-line);
	margin-top: auto;
	padding-top: 20px;
}

.gst-l2-page-268 .gst-price-features p {
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 12px;
	padding: 0;
	text-transform: uppercase;
}

.gst-l2-page-268 .gst-price-features ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gst-l2-page-268 .gst-price-features li {
	font-size: 13px;
	line-height: 1.45;
	margin-top: 10px;
	padding-left: 22px;
	position: relative;
}

.gst-l2-page-268 .gst-price-features li::before {
	color: var(--gst-price-green);
	content: "✓";
	font-size: 15px;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: -1px;
}

.gst-l2-page-268 .gst-pricing-note {
	color: var(--gst-price-muted);
	font-size: 12px;
	line-height: 1.6;
	margin: 24px auto 0;
	max-width: 940px;
	text-align: center;
}

.gst-l2-page-268 .gst-pricing-compare {
	background: var(--gst-price-paper);
}

.gst-l2-page-268 .gst-comparison-scroll {
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scrollbar-color: var(--gst-price-green) #e7e9e8;
	scrollbar-width: thin;
}

.gst-l2-page-268 .gst-comparison-scroll:focus-visible {
	outline: 3px solid var(--gst-price-yellow);
	outline-offset: 4px;
}

.gst-l2-page-268 .gst-comparison-table {
	background: var(--gst-price-white);
	border-collapse: separate;
	border-spacing: 0;
	font-size: 13px;
	min-width: 940px;
	table-layout: fixed;
	width: 100%;
}

.gst-l2-page-268 .gst-comparison-table caption {
	font-size: 13px;
	font-weight: 700;
	padding: 0 0 16px;
	text-align: left;
}

.gst-l2-page-268 .gst-comparison-caption {
	color: var(--gst-price-ink);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 16px;
}

.gst-l2-page-268 .gst-comparison-table th,
.gst-l2-page-268 .gst-comparison-table td {
	border-bottom: 1px solid var(--gst-price-line);
	border-right: 1px solid var(--gst-price-line);
	padding: 15px 12px;
	text-align: center;
	vertical-align: middle;
}

.gst-l2-page-268 .gst-comparison-table tr > :first-child {
	border-left: 1px solid var(--gst-price-line);
	text-align: left;
	width: 28%;
}

.gst-l2-page-268 .gst-comparison-table thead th {
	background: var(--gst-price-ink);
	color: var(--gst-price-white);
	font-size: 14px;
	padding: 18px 12px;
}

.gst-l2-page-268 .gst-comparison-table thead th:first-child {
	border-top-left-radius: 6px;
}

.gst-l2-page-268 .gst-comparison-table thead th:last-child {
	border-top-right-radius: 6px;
}

.gst-l2-page-268 .gst-comparison-table .gst-compare-featured {
	background: #fff4f2;
	color: var(--gst-price-ink);
}

.gst-l2-page-268 .gst-comparison-table thead .gst-compare-featured {
	background: var(--gst-price-red);
	color: var(--gst-price-white);
}

.gst-l2-page-268 .gst-comparison-table .gst-compare-group th {
	background: #ecefed;
	color: var(--gst-price-green);
	font-size: 12px;
	font-weight: 800;
	padding: 11px 12px;
	text-transform: uppercase;
}

.gst-l2-page-268 .gst-comparison-table tbody th[scope="row"] {
	font-weight: 700;
}

.gst-l2-page-268 .gst-compare-yes {
	color: var(--gst-price-green);
	font-weight: 800;
}

.gst-l2-page-268 .gst-compare-request {
	color: #765613;
	font-weight: 700;
}

.gst-l2-page-268 .gst-comparison-mobile-hint {
	color: var(--gst-price-muted);
	display: none;
	font-size: 12px;
	margin-bottom: 14px;
}

.gst-l2-page-268 .gst-pricing-audit {
	background: var(--gst-price-green);
	border-top: 0;
	color: var(--gst-price-white);
}

.gst-l2-page-268 .gst-pricing-audit .gst-section-title .et_pb_module_header,
.gst-l2-page-268 .gst-pricing-audit .gst-section-intro,
.gst-l2-page-268 .gst-pricing-audit .gst-section-intro :is(.et_pb_text_inner, p),
.gst-l2-page-268 .gst-pricing-audit .gst-card-copy,
.gst-l2-page-268 .gst-pricing-audit .gst-card-copy :is(.et_pb_text_inner, p),
.gst-l2-page-268 .gst-pricing-audit .gst-card-title .et_pb_module_header {
	color: var(--gst-price-white) !important;
}

.gst-l2-page-268 .gst-pricing-audit .gst-card-grid {
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.gst-l2-page-268 .gst-pricing-audit .gst-card {
	border-color: rgba(255, 255, 255, 0.35);
}

.gst-l2-page-268 .gst-pricing-audit .gst-card-number,
.gst-l2-page-268 .gst-pricing-audit .gst-card-number :is(.et_pb_text_inner, p) {
	color: var(--gst-price-yellow);
}

.gst-l2-page-268 .gst-pricing-faq details {
	border-top: 1px solid var(--gst-price-line);
	padding: 20px 0;
}

.gst-l2-page-268 .gst-pricing-faq details:last-child {
	border-bottom: 1px solid var(--gst-price-line);
}

.gst-l2-page-268 .gst-pricing-faq summary {
	cursor: pointer;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	padding: 3px 36px 3px 0;
	position: relative;
}

.gst-l2-page-268 .gst-pricing-faq summary::after {
	content: "+";
	font-size: 24px;
	position: absolute;
	right: 4px;
	top: -3px;
}

.gst-l2-page-268 .gst-pricing-faq details[open] summary::after {
	content: "−";
}

.gst-l2-page-268 .gst-pricing-faq summary:focus-visible {
	outline: 3px solid var(--gst-price-yellow);
	outline-offset: 4px;
}

.gst-l2-page-268 .gst-pricing-faq details p {
	color: var(--gst-price-muted);
	font-size: 14px;
	line-height: 1.65;
	margin: 14px 0 0;
	max-width: 760px;
}

@media (hover: hover) and (pointer: fine) {
	.gst-l2-page-268 .gst-pricing-grid > .et_pb_column {
		transition: border-color 180ms ease, transform 180ms ease;
	}

	.gst-l2-page-268 .gst-pricing-grid > .et_pb_column:hover {
		border-color: var(--gst-price-green);
		transform: translateY(-4px);
	}

	.gst-l2-page-268 .gst-pricing-grid > .gst-price-featured:hover {
		border-color: var(--gst-price-red);
	}
}

@media (max-width: 1180px) {
	.gst-l2-page-268 .gst-pricing-grid.et_pb_row {
		gap: 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 900px;
	}

	.gst-l2-page-268 .gst-price-summary,
	.gst-l2-page-268 .gst-price-profile {
		min-height: 0;
	}
}

@media (max-width: 980px) {
	.gst-l2-page-268 .gst-pricing-hero {
		padding: 62px 0;
	}

	.gst-l2-page-268 .gst-pricing-hero .gst-display .et_pb_module_header {
		font-size: 58px;
	}

	.gst-l2-page-268 .gst-pricing-heading-row.et_pb_row {
		display: block;
	}

	.gst-l2-page-268 .gst-pricing-heading-row > .et_pb_column {
		width: 100% !important;
	}

	.gst-l2-page-268 .gst-pricing-heading-row .gst-section-intro {
		margin-top: 20px;
		max-width: 720px;
	}
}

@media (max-width: 767px) {
	.gst-l2-page-268 .gst-pricing-hero {
		padding: 52px 0 46px;
	}

	.gst-l2-page-268 .gst-pricing-hero .gst-display .et_pb_module_header {
		font-size: 48px;
	}

	.gst-l2-page-268 .gst-pricing-hero .gst-hero-media {
		margin-top: 36px;
	}

	.gst-l2-page-268 .gst-pricing-hero .gst-hero-media::before {
		height: 66%;
		right: -8px;
		top: -8px;
		width: 66%;
	}

	.gst-l2-page-268 .gst-pricing-hero .gst-hero-image img {
		border-width: 5px;
	}

	.gst-l2-page-268 .gst-pricing-trust-grid.et_pb_row {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.gst-l2-page-268 .gst-pricing-trust-grid > .et_pb_column {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-left: 0;
		padding: 18px 20px;
		width: 100%;
	}

	.gst-l2-page-268 .gst-pricing-trust-grid > .et_pb_column:last-child {
		border-bottom: 0;
		border-right: 0;
	}

	.gst-l2-page-268 .gst-pricing-offers {
		padding-top: 72px;
	}

	.gst-l2-page-268 .gst-billing-toggle {
		grid-template-columns: 1fr;
	}

	.gst-l2-page-268 .gst-pricing-grid.et_pb_row {
		grid-template-columns: 1fr;
	}

	.gst-l2-page-268 .gst-pricing-grid > .et_pb_column {
		padding: 26px 22px;
	}

	.gst-l2-page-268 .gst-comparison-mobile-hint {
		display: block;
	}

	.gst-l2-page-268 .gst-comparison-scroll {
		margin-right: -16px;
		padding-bottom: 12px;
	}

	.gst-l2-page-268 .gst-comparison-table tr > :first-child {
		background: var(--gst-price-white);
		left: 0;
		position: sticky;
		z-index: 1;
	}

	.gst-l2-page-268 .gst-comparison-table thead th:first-child {
		background: var(--gst-price-ink);
		z-index: 2;
	}

	.gst-l2-page-268 .gst-comparison-table .gst-compare-group th {
		background: #ecefed;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gst-l2-page-268 .gst-pricing-grid > .et_pb_column {
		transition: none;
	}

	.gst-l2-page-268 .gst-pricing-grid > .et_pb_column:hover {
		transform: none;
	}
}
