body.fhgb-custom-chrome #header.ct-header,
body.fhgb-custom-chrome #footer.ct-footer {
	display: none !important;
}

.fhgb-site-header,
.fhgb-site-footer {
	--fhgb-navy: #0b2947;
	--fhgb-navy-deep: #061d33;
	--fhgb-blue: #0875c9;
	--fhgb-blue-dark: #075fa2;
	--fhgb-red: #e21b2d;
	--fhgb-red-dark: #bd1020;
	--fhgb-amber: #f4b63a;
	--fhgb-ink: #263548;
	--fhgb-muted: #637083;
	--fhgb-line: #dbe2e9;
	--fhgb-soft: #f5f7fa;
	--fhgb-white: #fff;
	--fhgb-container: 1280px;
	color: var(--fhgb-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

.fhgb-site-header *,
.fhgb-site-header *::before,
.fhgb-site-header *::after,
.fhgb-site-footer *,
.fhgb-site-footer *::before,
.fhgb-site-footer *::after {
	box-sizing: border-box;
}

.fhgb-site-header a,
.fhgb-site-footer a {
	color: inherit;
	text-decoration: none;
}

.fhgb-site-header button,
.fhgb-site-header a,
.fhgb-site-footer a {
	-webkit-tap-highlight-color: transparent;
}

.fhgb-site-header button {
	font: inherit;
}

.fhgb-site-header img,
.fhgb-site-footer img {
	display: block;
	max-width: 100%;
}

.fhgb-container {
	width: min(calc(100% - 48px), var(--fhgb-container));
	margin-inline: auto;
}

.fhgb-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.fhgb-skip-link {
	position: fixed;
	z-index: 100000;
	top: 12px;
	left: 12px;
	padding: 12px 18px;
	color: #fff;
	background: #0b2947;
	transform: translateY(-180%);
}

.fhgb-skip-link:focus {
	transform: translateY(0);
}

.fhgb-site-header :focus-visible,
.fhgb-site-footer :focus-visible {
	outline: 3px solid var(--fhgb-amber);
	outline-offset: 3px;
}

.fhgb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: 5px;
	font-weight: 760;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.fhgb-button-primary {
	color: var(--fhgb-white) !important;
	background: var(--fhgb-red);
	box-shadow: 0 7px 18px rgba(226, 27, 45, .17);
}

.fhgb-button-primary:hover {
	color: var(--fhgb-white) !important;
	background: var(--fhgb-red-dark);
	transform: translateY(-1px);
}

.fhgb-brand-rail {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	height: 5px;
}

.fhgb-brand-rail i:nth-child(1) { background: var(--fhgb-blue); }
.fhgb-brand-rail i:nth-child(2) { background: var(--fhgb-red); }
.fhgb-brand-rail i:nth-child(3) { background: var(--fhgb-amber); }

.fhgb-site-header {
	position: sticky;
	z-index: 9999;
	top: 0;
	background: var(--fhgb-white);
	box-shadow: 0 1px 0 rgba(11, 41, 71, .12);
}

.admin-bar .fhgb-site-header { top: 32px; }

.fhgb-header-shell {
	color: var(--fhgb-navy);
	background: var(--fhgb-white);
	transition: color .2s ease, background-color .2s ease;
}

.fhgb-header-primary {
	display: grid;
	grid-template-columns: 250px 1fr auto;
	align-items: center;
	min-height: 88px;
	gap: 36px;
	transition: min-height .2s ease;
}

.fhgb-logo-link {
	width: 225px;
	height: 80px;
	overflow: hidden;
}

.fhgb-logo-link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fhgb-logo-text {
	display: inline-flex;
	align-items: center;
	height: 100%;
	color: inherit;
	font-size: 22px;
	font-weight: 800;
}

.fhgb-header-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
}

.fhgb-header-meta a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #35465b;
	font-size: 15px;
	font-weight: 620;
}

.fhgb-header-meta a:hover { color: var(--fhgb-blue); }
.fhgb-header-meta .fhgb-whatsapp .dashicons { color: #12a957; }
.fhgb-header-meta .dashicons { width: 20px; height: 20px; font-size: 20px; }

.fhgb-nav-row {
	border-top: 1px solid var(--fhgb-line);
	transition: border-color .2s ease;
}

.fhgb-primary-nav {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	min-height: 58px;
}

.fhgb-nav-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	padding-inline: 14px;
}

.fhgb-nav-item::after {
	position: absolute;
	right: 14px;
	bottom: 0;
	left: 14px;
	height: 3px;
	content: "";
	background: transparent;
}

.fhgb-nav-item.is-active::after { background: var(--fhgb-amber); }
.fhgb-nav-number { color: var(--fhgb-blue); font-size: 13px; font-weight: 800; }
.fhgb-nav-label { font-weight: 690; }
a.fhgb-nav-label:hover { color: var(--fhgb-blue); }
.fhgb-nav-label[aria-disabled="true"] { cursor: default; opacity: .82; }

.fhgb-nav-item > button {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	padding: 0;
	color: inherit;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.fhgb-nav-item > button .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
	transition: transform .2s ease;
}

.fhgb-nav-item.is-active > button .dashicons { transform: rotate(180deg); }
.fhgb-mobile-toggle,
.fhgb-mobile-cta { display: none; }

.fhgb-site-header.is-scrolled .fhgb-header-shell {
	color: var(--fhgb-white);
	background: var(--fhgb-navy);
}

.fhgb-site-header.is-scrolled .fhgb-header-primary { min-height: 68px; }
.fhgb-site-header.is-scrolled .fhgb-logo-link { height: 62px; }
.fhgb-site-header.is-scrolled .fhgb-header-meta a { color: #eaf2f8; }
.fhgb-site-header.is-scrolled .fhgb-header-meta a:hover { color: var(--fhgb-white); }
.fhgb-site-header.is-scrolled .fhgb-nav-row { border-color: rgba(255, 255, 255, .16); }
.fhgb-site-header.is-scrolled .fhgb-nav-number { color: #66b9f0; }
.fhgb-site-header.is-scrolled a.fhgb-nav-label:hover { color: #8bd0ff; }

.fhgb-mega {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	color: var(--fhgb-ink);
	background: var(--fhgb-white);
	border-top: 1px solid var(--fhgb-line);
	box-shadow: 0 18px 36px rgba(6, 29, 51, .14);
}

.fhgb-mega[hidden] { display: none !important; }

.fhgb-mega-inner {
	display: grid;
	grid-template-columns: .85fr 2.15fr;
	width: min(calc(100% - 48px), var(--fhgb-container));
	margin-inline: auto;
	padding: 34px 0 28px;
}

.fhgb-mega-intro {
	padding-right: 42px;
	border-right: 1px solid var(--fhgb-line);
}

.fhgb-eyebrow {
	display: block;
	margin-bottom: 10px;
	color: var(--fhgb-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.fhgb-mega-intro h2 {
	max-width: 330px;
	margin: 0 0 10px;
	color: var(--fhgb-navy);
	font-size: clamp(22px, 2.1vw, 30px);
	line-height: 1.14;
}

.fhgb-mega-intro p {
	max-width: 360px;
	margin: 0 0 18px;
	color: var(--fhgb-muted);
	font-size: 16px;
	line-height: 1.6;
}

.fhgb-text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--fhgb-blue-dark) !important;
	font-weight: 760;
}

.fhgb-mega-pending {
	display: inline-flex;
	color: var(--fhgb-muted);
	font-size: 14px;
	font-weight: 680;
}

.fhgb-mega-groups {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}

.fhgb-mega-groups section {
	padding: 2px 34px;
	border-right: 1px solid var(--fhgb-line);
}

.fhgb-mega-groups section:last-child { border-right: 0; }
.fhgb-mega-groups h3 { margin: 0 0 15px; color: var(--fhgb-blue); font-size: 14px; }
.fhgb-mega-groups ul,
.fhgb-footer-links ul { padding: 0; margin: 0; list-style: none; }
.fhgb-mega-groups li + li { margin-top: 7px; }

.fhgb-mega-groups a,
.fhgb-pending-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 34px;
	font-size: 15px;
}

.fhgb-mega-groups a:hover { color: var(--fhgb-blue); }
.fhgb-pending-link { color: var(--fhgb-muted); cursor: default; opacity: .78; }
.fhgb-mega-groups .dashicons { width: 15px; height: 15px; font-size: 15px; }

.fhgb-mega-route {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	color: #40536a;
	background: var(--fhgb-soft);
	border-top: 1px solid var(--fhgb-line);
	font-size: 14px;
	font-weight: 620;
}

.fhgb-mega-route > .dashicons { color: var(--fhgb-amber); }

.fhgb-start-paths {
	background: var(--fhgb-soft);
	border-top: 1px solid var(--fhgb-line);
	border-bottom: 1px solid var(--fhgb-line);
}

.fhgb-start-grid {
	display: grid;
	grid-template-columns: 1fr 1.15fr .85fr;
	align-items: stretch;
}

.fhgb-start-grid.fhgb-start-grid-count-1 { grid-template-columns: 1fr; }
.fhgb-start-grid.fhgb-start-grid-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.fhgb-start-choice {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 16px;
	min-height: 132px;
	padding: 25px 30px;
	border-right: 1px solid var(--fhgb-line);
}

.fhgb-start-choice > .dashicons:first-child {
	width: 35px;
	height: 35px;
	color: var(--fhgb-blue);
	font-size: 35px;
}

.fhgb-start-choice > .dashicons:last-child { color: var(--fhgb-blue); }
.fhgb-start-choice strong,
.fhgb-start-choice small { display: block; }
.fhgb-start-choice strong { color: var(--fhgb-navy); font-size: 16px; }
.fhgb-start-choice small { margin-top: 6px; color: var(--fhgb-muted); font-size: 13px; line-height: 1.45; }
.fhgb-start-choice:hover strong { color: var(--fhgb-blue); }
.fhgb-start-cta { align-self: center; justify-self: end; margin-left: 28px; }

.fhgb-footer-links { background: var(--fhgb-white); }
.fhgb-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 52px; padding-block: 54px; }
.fhgb-footer-links h2 { margin: 0 0 16px; color: var(--fhgb-navy); font-size: 16px; }
.fhgb-footer-links li + li { margin-top: 9px; }
.fhgb-footer-links a { color: #4b5b6e; font-size: 14px; }
.fhgb-footer-links a:hover { color: var(--fhgb-blue); }

.fhgb-footer-base { color: #edf5fb; background: var(--fhgb-navy); }

.fhgb-base-grid {
	display: grid;
	grid-template-columns: 1.15fr 1.1fr 1fr;
	align-items: center;
	min-height: 194px;
	gap: 42px;
	padding-block: 28px;
}

.fhgb-footer-brand img {
	width: 190px;
	height: 78px;
	object-fit: contain;
	object-position: left center;
	margin-bottom: 4px;
}

.fhgb-footer-brand a {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 7px;
	color: #dce9f3;
	font-size: 13px;
}

.fhgb-footer-brand a:hover { color: var(--fhgb-white); }

.fhgb-official-note {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding-inline: 34px;
	border-right: 1px solid rgba(255, 255, 255, .24);
	border-left: 1px solid rgba(255, 255, 255, .24);
}

.fhgb-official-note > .dashicons {
	flex: 0 0 auto;
	width: 43px;
	height: 43px;
	color: var(--fhgb-amber);
	font-size: 43px;
}

.fhgb-official-note strong { color: var(--fhgb-white); line-height: 1.45; }
.fhgb-official-note p { margin: 9px 0 0; color: #c5d4df; font-size: 13px; line-height: 1.55; }
.fhgb-legal { text-align: right; }
.fhgb-legal > div { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 18px; }
.fhgb-legal a { color: var(--fhgb-white); font-size: 13px; }
.fhgb-legal p { margin: 24px 0 0; color: #b9c9d6; font-size: 12px; }

@media (max-width: 1080px) {
	.fhgb-header-primary { grid-template-columns: 210px 1fr auto; gap: 18px; }
	.fhgb-logo-link { width: 205px; }
	.fhgb-header-meta a:first-child { display: none; }
	.fhgb-nav-item { padding-inline: 8px; }
	.fhgb-nav-item::after { right: 8px; left: 8px; }
	.fhgb-nav-number { display: none; }
	.fhgb-mega-inner { grid-template-columns: .7fr 2.3fr; }
	.fhgb-mega-groups section { padding-inline: 20px; }
	.fhgb-start-grid { grid-template-columns: 1fr 1fr; }
	.fhgb-start-cta { grid-column: 1 / -1; justify-self: stretch; margin: 0 0 24px; }
	.fhgb-footer-grid { gap: 28px; }
	.fhgb-base-grid { grid-template-columns: 1fr 1fr; }
	.fhgb-legal { grid-column: 1 / -1; text-align: left; }
	.fhgb-legal > div { justify-content: flex-start; }
	.fhgb-legal p { margin-top: 14px; }
}

@media (max-width: 820px) {
	.fhgb-container { width: min(calc(100% - 32px), var(--fhgb-container)); }
	.fhgb-header-primary { grid-template-columns: 1fr auto; min-height: 72px; }
	.fhgb-logo-link { width: 190px; height: 68px; }
	.fhgb-header-meta,
	.fhgb-desktop-cta { display: none; }
	.fhgb-mobile-toggle {
		display: grid;
		place-items: center;
		width: 46px;
		height: 46px;
		padding: 0;
		color: inherit;
		border: 1px solid currentColor;
		border-radius: 5px;
		background: transparent;
		cursor: pointer;
	}
	.fhgb-mobile-toggle .dashicons { width: 26px; height: 26px; font-size: 26px; }
	.fhgb-nav-row {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		max-height: calc(100vh - 76px);
		overflow: auto;
		color: var(--fhgb-navy);
		background: var(--fhgb-white);
		box-shadow: 0 16px 28px rgba(6, 29, 51, .16);
	}
	.fhgb-nav-row.is-mobile-open { display: block; }
	.fhgb-primary-nav { display: block; padding-block: 12px 22px; }
	.fhgb-nav-item { display: grid; grid-template-columns: 28px 1fr 42px; min-height: 54px; padding: 0; border-bottom: 1px solid var(--fhgb-line); }
	.fhgb-nav-number { display: block; }
	.fhgb-nav-item::after { display: none; }
	.fhgb-nav-item > button { width: 42px; height: 42px; }
	.fhgb-mobile-cta { display: flex; margin-top: 18px; }
	.fhgb-site-header.is-scrolled .fhgb-nav-row { color: var(--fhgb-navy); background: var(--fhgb-white); }
	.fhgb-mega { position: absolute; top: 100%; max-height: calc(100vh - 82px); overflow: auto; }
	.fhgb-mega-inner { grid-template-columns: 1fr; width: min(calc(100% - 32px), var(--fhgb-container)); padding-block: 24px; }
	.fhgb-mega-intro { padding: 0 0 22px; border: 0; border-bottom: 1px solid var(--fhgb-line); }
	.fhgb-mega-groups { grid-template-columns: 1fr 1fr; }
	.fhgb-mega-groups section { padding: 22px 18px 0 0; border: 0; }
	.fhgb-mega-route { display: none; }
	.fhgb-start-grid,
	.fhgb-start-grid.fhgb-start-grid-count-2 { grid-template-columns: 1fr; }
	.fhgb-start-choice { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--fhgb-line); }
	.fhgb-start-cta { margin: 22px 0; }
	.fhgb-footer-grid { grid-template-columns: 1fr 1fr; }
	.fhgb-base-grid { grid-template-columns: 1fr; }
	.fhgb-official-note { padding: 28px 0; border: 0; border-top: 1px solid rgba(255, 255, 255, .22); border-bottom: 1px solid rgba(255, 255, 255, .22); }
}

@media (max-width: 782px) {
	.admin-bar .fhgb-site-header { top: 46px; }
}

@media (max-width: 520px) {
	.fhgb-logo-link { width: 170px; }
	.fhgb-mega-groups,
	.fhgb-footer-grid { grid-template-columns: 1fr; }
	.fhgb-mega-groups section { padding-right: 0; }
	.fhgb-start-choice { padding-inline: 10px; }
	.fhgb-footer-grid { padding-block: 42px; }
	.fhgb-base-grid { gap: 28px; }
	.fhgb-legal > div { display: grid; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
	.fhgb-site-header *,
	.fhgb-site-header *::before,
	.fhgb-site-header *::after,
	.fhgb-site-footer *,
	.fhgb-site-footer *::before,
	.fhgb-site-footer *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
