.hs-header{
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	width:100%;
	transition:.25s;
}

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

.hs-header.is-scrolled{
	position:fixed;
	background:rgba(8,43,36,.96);
	backdrop-filter:blur(14px);
	box-shadow:0 10px 30px rgba(0,0,0,.16);
}

.hs-header__inner{
	min-height:132px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:36px;
}

.hs-brand{
	display:flex;
	flex:0 0 330px;
	width:330px;
	height:106px;
	align-items:center;
	overflow:hidden;
}

.hs-brand__logo{
	display:block;
	width:330px;
	max-width:330px;
	height:auto;
	max-height:102px;
	object-fit:contain;
	object-position:center;
}

.hs-nav__list{
	display:flex;
	align-items:center;
	gap:30px;
	list-style:none;
	margin:0;
	padding:0;
}

.hs-nav a{
	color:#fff;
	font-size:.75rem;
	font-weight:700;
	letter-spacing:.06em;
	text-transform:uppercase;
}

.hs-nav a:hover,
.hs-nav .current-menu-item>a{
	color:var(--hs-gold);
}

.hs-menu-toggle{
	display:none;
	background:none;
	border:0;
	padding:8px;
	cursor:pointer;
}

.hs-menu-toggle span:not(.screen-reader-text){
	display:block;
	width:27px;
	height:2px;
	margin:5px;
	background:#fff;
}
