.hgt-investment-site .site-header {
	background: #fefefe;
	border-bottom: 1px solid #d8d8d8;
	box-shadow: none;
	font-family: "Manrope", sans-serif;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.hgt-investment-site .header-inner {
	align-items: center;
	display: grid;
	gap: clamp(1rem, 2vw, 2rem);
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 82px;
	padding-block: 8px;
}

.hgt-investment-site .site-branding {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
	min-width: 0;
}

.hgt-investment-site .custom-logo-link,
.hgt-investment-site .site-branding__fallback {
	align-items: center;
	background: transparent;
	display: inline-flex;
	flex: 0 0 auto;
	height: 58px;
	justify-content: center;
	margin: 0;
	max-width: 150px;
	padding: 0;
	width: auto;
}

.hgt-investment-site .custom-logo {
	display: block;
	height: 58px;
	max-height: 58px;
	max-width: 150px;
	object-fit: contain;
	width: auto;
}

.hgt-investment-site .site-branding__fallback {
	color: #111211;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -.065em;
	line-height: 1;
	text-decoration: none;
}

.hgt-investment-site .site-branding__name {
	color: #111211;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .14em;
	line-height: 1.35;
	max-width: 10rem;
	text-decoration: none;
	text-transform: uppercase;
}

.hgt-investment-site .nav {
	align-items: center;
	background: transparent;
	border: 0;
	display: block;
	justify-self: end;
	margin: 0;
	max-height: none;
	overflow: visible;
	padding: 0;
	width: auto;
}

.hgt-investment-site .nav-list {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: clamp(12px, 1.45vw, 24px);
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hgt-investment-site .nav-list > li {
	margin: 0;
	position: relative;
}

.hgt-investment-site .nav-list > li > a {
	align-items: center;
	color: #111211;
	display: inline-flex;
	font-family: "Manrope", sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .075em;
	line-height: 1.3;
	min-height: 42px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.hgt-investment-site .nav-list > li > a:hover,
.hgt-investment-site .nav-list > li.current-menu-item > a,
.hgt-investment-site .nav-list > li.current-menu-ancestor > a {
	color: #60875a;
}

.hgt-investment-site .nav-list .sub-menu {
	background: #fefefe;
	border: 1px solid #d8d8d8;
	box-shadow: 0 14px 32px rgba(17, 18, 17, .12);
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	min-width: 210px;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	z-index: 10;
}

.hgt-investment-site .nav-list li:hover > .sub-menu,
.hgt-investment-site .nav-list li:focus-within > .sub-menu {
	display: block;
}

.hgt-investment-site .nav-list .sub-menu a {
	color: #111211;
	display: block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .06em;
	padding: 9px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.hgt-investment-site .header-cta {
	align-items: center;
	background: #60875a;
	border: 1px solid #60875a;
	border-radius: 3px;
	color: #fff;
	display: inline-flex;
	font-family: "Manrope", sans-serif;
	font-size: 10px;
	font-weight: 600;
	justify-content: center;
	letter-spacing: .1em;
	min-height: 46px;
	padding: 11px 18px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.hgt-investment-site .header-cta:hover,
.hgt-investment-site .header-cta:focus {
	background: #4f744a;
	border-color: #4f744a;
	color: #fff;
}

.hgt-investment-site .header-cta--mobile,
.hgt-investment-site .menu-toggle {
	display: none;
}

@media (max-width: 1100px) {
	.hgt-investment-site .header-inner {
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 76px;
		padding-block: 7px;
	}

	.hgt-investment-site .site-branding {
		gap: 10px;
	}

	.hgt-investment-site .custom-logo-link,
	.hgt-investment-site .site-branding__fallback {
		height: 52px;
		max-width: 135px;
	}

	.hgt-investment-site .custom-logo {
		height: 52px;
		max-height: 52px;
		max-width: 135px;
	}

	.hgt-investment-site .menu-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		display: inline-flex;
		flex-direction: column;
		gap: 5px;
		justify-content: center;
		min-height: 44px;
		min-width: 44px;
		padding: 8px;
	}

	.hgt-investment-site .menu-toggle i {
		background: #111211;
		display: block;
		height: 2px;
		width: 24px;
	}

	.hgt-investment-site .nav {
		background: #fefefe;
		border-top: 1px solid #d8d8d8;
		display: none;
		grid-column: 1 / -1;
		justify-self: stretch;
		margin: 0 -32px;
		max-height: calc(100dvh - 76px);
		overflow-y: auto;
		padding: 12px 32px 24px;
		width: auto;
	}

	.hgt-investment-site .nav.is-open {
		display: block;
	}

	.hgt-investment-site .nav-list {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.hgt-investment-site .nav-list > li > a {
		display: flex;
		min-height: 44px;
		white-space: normal;
	}

	.hgt-investment-site .nav-list .sub-menu {
		border: 0;
		box-shadow: none;
		display: block;
		min-width: 0;
		padding: 0 0 4px 16px;
		position: static;
	}

	.hgt-investment-site .header-cta--desktop {
		display: none;
	}

	.hgt-investment-site .header-cta--mobile {
		display: inline-flex;
		margin-top: 12px;
	}
}

@media (max-width: 620px) {
	.hgt-investment-site .header-inner {
		min-height: 70px;
	}

	.hgt-investment-site .site-branding__name {
		font-size: 9px;
		letter-spacing: .1em;
		max-width: 7.5rem;
	}

	.hgt-investment-site .custom-logo-link,
	.hgt-investment-site .site-branding__fallback {
		height: 46px;
		max-width: 108px;
	}

	.hgt-investment-site .custom-logo {
		height: 46px;
		max-height: 46px;
		max-width: 108px;
	}

	.hgt-investment-site .nav {
		margin-inline: -20px;
		padding-inline: 20px;
	}
}
