.panel-header {
	--surface-mobile-nav: var(--blue-dark);
	--text: var(--black);
	--text-alt: var(--black);
	
	position: absolute;
	color: var(--text);
	z-index: 4;
	width: 100%;
}

.no-hero:not(.details) .panel-header {
	position: relative;
}

.panel-header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to bottom, var(--blue) 0%, rgba(0, 166, 104, 0.4) 73%, transparent 100%);
	padding-left: var(--space-5);
}

.no-hero:not(.details) .header-inner {
	background: var(--blue);
}

.hamburger-open .panel-header .header-inner {
	background: var(--blue);
}

@media (min-width: 64em) {
	.panel-header .header-inner {
		gap: var(--space-10);
		background: linear-gradient(to bottom, var(--blue) 0%, rgba(0, 166, 104, 0.2) 48%, transparent 100%);
		padding: 21px var(--space-5) 39px;
	}

	.hamburger-open .panel-header .header-inner {
		background: linear-gradient(to bottom, var(--blue) 0%, rgba(0, 166, 104, 0.4) 73%, transparent 100%);
	}

	.no-hero:not(.details) .header-inner {
		background: var(--blue);
	}
}

@media (min-width: 90em) {
	.panel-header .header-inner {
		padding-left: var(--space-8);
	}
}

.panel-header .contentRender_name_plugins_common_logo {
	padding: 0;
	max-width: 137px;
}

.panel-header .contentRender_name_plugins_common_logo a {
	display: block;
}

.panel-header .contentRender_name_plugins_common_logo a:focus-visible {
	outline: 1px solid var(--sw-light-focus-color);
}

@media (min-width: 64em) {
	.panel-header .contentRender_name_plugins_common_logo {
		padding-top: 15px;
		max-width: 258px;
	}
}

@media (min-width: 90em) {
	.panel-header .contentRender_name_plugins_common_logo {
		max-width: 300px;
	}
}

.panel-header .primary-content-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-5);
}

.panel-header .secondary-nav-cta-container,
.panel-header .secondary-nav-container {
	display: none;
}

.panel-header .primary-content-container .contentRender_name_plugins_weather_weather,
.panel-header .primary-content-container .contentRender_name_plugins_search_headerbox {
	display: none;
}

.panel-header .main-nav-widgets-container {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

@media (min-width: 64em) {
	.panel-header .primary-content-container {
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
		gap: var(--space-5);
	}

	.panel-header .secondary-nav-cta-container,
	.panel-header .secondary-nav-container {
		display: flex;
		align-items: center;
	}

	.panel-header .secondary-nav-cta-container {
		gap: var(--space-3);
	}

	.panel-header .secondary-nav-cta-container .cta-container {
		display: flex;
		align-items: center;
		gap: var(--space-3);
	}

	.panel-header .primary-content-container .contentRender_name_plugins_weather_weather,
	.panel-header .primary-content-container .contentRender_name_plugins_search_headerbox {
		display: block;
	}

	.panel-header .primary-content-container .contentRender_name_plugins_weather_weather {
		margin-right: var(--space-1);
	}

	.panel-header .main-nav-widgets-container {
		flex-direction: row;
		gap: var(--space-3);
		background: var(--white);
		padding-left: var(--space-3);
		border-radius: 10px;
		margin-right: 22px;
	}
}

@media (min-width: 90em) {
	.panel-header .main-nav-widgets-container {
		gap: var(--space-5);
		padding-left: var(--space-5);
	}

	.panel-header .secondary-nav-cta-container {
		gap: 22px;
	}

	.panel-header .secondary-nav-cta-container .cta-container {
		gap: var(--space-5);
	}
}

.panel-header .mobile-nav-container {
	position: absolute;
	z-index: 10;
	display: none;
	width: 100%;
	pointer-events: none;
}

.panel-header .mobile-nav-container.active {
	display: flex;
	justify-content: flex-end;
}

@media (min-width: 64em) {
	.panel-header .mobile-nav-container.active {
		display: none;
	}
}

.panel-header .mobile-nav-container .mobile-nav {
	max-width: 420px;
	width: 100%;
	background-color: var(--surface-mobile-nav);
	padding-bottom: 30px;
}

.panel-header .mobile-nav-container.active .mobile-nav {
	pointer-events: all;
}

.panel-header .mobile-nav .widgets {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(0, 1fr);
	align-items: center;
	gap: var(--space-5);
	padding: 30px;
	padding-bottom: var(--space-4);
	color: var(--text-alt);
	background: var(--white);
}

.panel-header .mobile-nav .mobile-main-nav {
	background: var(--white);
	padding-bottom: var(--space-5);
}

.panel-header .mobile-nav .mobile-secondary-nav {
	background: var(--green-dark);
	padding: var(--space-3) 0 var(--space-2);
}

.panel-header .mobile-nav .mobile-footer-nav {
	background: var(--blue-dark);
	padding-top: var(--space-6);
}

.panel-header .mobile-nav .cta-container {
	background: var(--blue-dark);
	padding-top: var(--space-2);
}

.panel-header .mobile-nav .socials-container {
	background: var(--blue-dark);
	padding: var(--space-5) 28px 0 30px;
}

.panel-header .mobile-nav .socials-container .social-links {
	justify-content: flex-start;
	gap: var(--space-3);
}

.panel-header .mobile-nav .socials-container .social-links a {
	position: relative;
	z-index: 1;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8125rem;
	color: var(--white);
	background: var(--gradient-social-button);
	border-radius: var(--rounded-full);
}

.panel-header .mobile-nav .socials-container .social-links a:focus-visible {
	outline: 1px dashed var(--sw-light-focus-color);
}

.panel-header .mobile-nav .socials-container .social-links a::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--sw-button-primary-bg-hover);
	border-radius: var(--rounded-full);
	opacity: 0;
	transition: opacity var(--transition-appendix);
	pointer-events: none;
}

.panel-header .mobile-nav .socials-container .social-links a:focus-visible::before {
	opacity: 1;
}

@media (hover: hover) {
	.panel-header .mobile-nav .socials-container .social-links a:hover::before {
		opacity: 1;
	}
}