.site--top-bar {
	height: 56px;
	position: relative;
	padding: 12px 0;
	background-color: #01395c;
	color: var(--wp--preset--color--sw-white);
	z-index: 100;
}

@media screen and (max-width: 640px) {
	.site--top-bar {
		display: none;
	}
}

.site--top-bar--inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site--top-bar--inner .menu {
	display: flex;
	align-items: center;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site--top-bar--inner .menu a {
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	color: var(--wp--preset--color--sw-white);
	text-decoration: none;
}

.site--top-bar--right {
	display: flex;
	align-items: center;
	gap: 32px;
}

@media screen and (max-width: 640px) {
	.site--top-bar--right {
		display: none;
	}
}

.social-icons {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.social-icons li {
	margin-bottom: 0;
}

.site--top-bar .social-icons {
	margin-left: 18px;
}

.site--top-bar .social-icons a {
	display: flex;
}

.site--top-bar--right--actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.site-header--v2 {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: #f5f5f5;
	border-radius: 0 0 30px 30px;
	margin-bottom: -30px;
	transition: border-radius 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
	.site-header--v2 {
		border-radius: 0 0 20px 20px;
		margin-bottom: -20px;
	}
}

.site-header--v2--main--inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
	.site-header--v2--main--inner {
		padding: 16px 0;
	}
}

.site-header--v2--navigation {
	flex-grow: 1;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1024px) {
	.site-header--v2--navigation {
		flex-grow: 1;
		display: none;
		justify-content: center;
	}
}

.site-header--v2--navigation .menu {
	display: flex;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-header--v2--navigation .menu > .menu-item {
	position: static;
	height: 96px;
	display: flex;
	align-items: center;
}

.site-header--v2--navigation .menu .menu-item a {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	color: #01395a;
}

.site-header--v2--navigation .menu > .sub-menu {
	position: absolute;
	top: 100%;
	display: none;
	gap: 20px;
}

.site-header--v2--navigation .menu .mega-menu {
	position: absolute;
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 2;
	padding: 24px 0 80px;
	border-radius: 0 0 30px 30px;
}

.site-header--v2--navigation .menu > .menu-item:hover > .sub-menu {
	display: block;
}

.mega-menu-columns {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(400px, 1fr));
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-header--v2--navigation .menu a {
	text-decoration: none;
}

.site-header--v2--navigation .menu .current-menu-item > a {
	text-decoration: underline;
}

.mega-menu-heading {
	padding: 16px 10px;
	border-top: 1px solid #6ca6cc;
	border-bottom: 1px solid #6ca6cc;
	margin-bottom: 24px;
	margin-top: 12px;
}

.site-header--v2--navigation .mega-menu-columns > .menu-item > a {
	display: block;
	font-size: 20px;
	font-weight: 300;
	color: #01395a;
	margin-bottom: 24px;
	text-decoration: none;
}

.mega-menu-columns .sub-menu {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #e8e8e8;
}

.site-header--v2--navigation .mega-menu-columns .sub-menu li {
	border-bottom: 1px solid #e8e8e8;
}

.site-header--v2--navigation .mega-menu-columns .sub-menu a {
	display: flex;
	padding: 14px 0;
	font-size: 18px;
	font-weight: 200;
	text-decoration: none;
	transition: padding 0.4s ease;
}

.site-header--v2--navigation .mega-menu-columns .sub-menu a:hover {
	padding: 14px 0px 14px 14px;
}

.site-header--v2--navigation .mega-menu-columns .sub-menu a::after {
	content: '';
	display: flex;
	height: 24px;
	width: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.490234' y='1' width='23' height='23' rx='3.5' stroke='%236CA6CC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9902 9.07153L11.3859 9.67582L13.7774 12.0715H8.56165V12.9287H13.7774L11.3859 15.3244L11.9902 15.9287L15.4188 12.5001L11.9902 9.07153Z' fill='%2301395C'/%3E%3C/svg%3E%0A");
	margin-left: auto;
	background-repeat: no-repeat;
	background-size: contain;
}

.site-header--v2--navigation .mega-menu-label {
	color: var(--Text-Title-Text, #01395c);
	font-size: 26px !important;
	font-style: normal;
	font-weight: 300 !important;
	line-height: 120%; /* 38.4px */
}

.menu > .menu-item.menu-item-has-children > a::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.27227 0.324951L5.44727 4.14162L1.62227 0.324951L0.447266 1.49995L5.44727 6.49995L10.4473 1.49995L9.27227 0.324951Z' fill='%23FFCC03'/%3E%3C/svg%3E");
	margin-left: 4px;
}

.mega-menu-card__figure {
	position: relative;
	display: flex;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	max-height: 330px;
}

.mega-menu-card__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s ease;
	aspect-ratio: 10;
}

.mega-menu-card__caption {
	position: absolute;
	right: 24px;
	bottom: 24px;
	border-radius: 10px;
	background: #e8e8e8;
	padding: 16px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 200;
}

.mega-menu-card__caption::after {
	content: '';
	display: flex;
	height: 24px;
	width: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.490234' y='1' width='23' height='23' rx='3.5' stroke='%236CA6CC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9902 9.07153L11.3859 9.67582L13.7774 12.0715H8.56165V12.9287H13.7774L11.3859 15.3244L11.9902 15.9287L15.4188 12.5001L11.9902 9.07153Z' fill='%2301395C'/%3E%3C/svg%3E%0A");
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: contain;
}

.mega-menu-card__figure:hover img {
	transform: scale(1.05);
}

.site-header--v2--navigation .menu > .menu-item:hover > .mega-menu,
.site-header--v2--navigation .menu > .menu-item:focus-within > .mega-menu {
	display: block;
	animation: mega-menu-wrapper-animation 0.2s var(--ease-out-slow);
}

.site-header--v2--navigation .menu > .menu-item:hover > .mega-menu .container,
.site-header--v2--navigation
	.menu
	> .menu-item:focus-within
	> .mega-menu
	.container {
	animation: mega-menu-entry-animation 0.3s var(--ease-out-slow) 0.05s
		backwards;
}

@keyframes mega-menu-entry-animation {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes mega-menu-wrapper-animation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.site--top-bar--right--search {
	cursor: pointer;
	appearance: none;
	background-color: transparent;
	border: 1px solid var(--wp--preset--color--sw-yellow);
	border-radius: 32px;
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header--mobile-button {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	width: 42px;
	background-color: transparent;
	border-radius: 42px;
	border: 1px solid var(--wp--preset--color--sw-blue);
}

[data-mobile-menu-open='false'] .site-header--mobile-button--burger {
	display: block;
}

[data-mobile-menu-open='true'] .site-header--mobile-button--burger {
	display: none;
}

[data-mobile-menu-open='false'] .site-header--mobile-button--cross {
	display: none;
}

[data-mobile-menu-open='true'] .site-header--mobile-button--cross {
	display: block;
}

@media screen and (min-width: 1025px) {
	.site-header--mobile-button {
		display: none;
	}
}

.site-header--v2--ctas {
	display: flex;
	align-items: center;
	gap: 16px;
}

@media screen and (max-width: 1024px) {
	.site-header--v2--ctas {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.site-header--v2--main {
		position: relative;
		background-color: #f5f5f5;
		border-radius: 0 0 20px 20px;
		z-index: 2;
	}
}

.site-header--v2--mobile {
	position: absolute;
	top: calc((76px + var(--wp-admin--admin-bar--height, 0px)) - 20px);
	background-color: #fff;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: auto;
	z-index: 1;
	padding: 0 0 32px;
	height: calc(
		100vh - calc((76px + var(--wp-admin--admin-bar--height, 0px)) - 20px)
	);
}

[data-mobile-menu-open='false'] .site-header--v2--mobile {
	display: none;
}

[data-mobile-menu-open='true'] .site-header--v2--mobile {
	display: block;
}

.site-header--v2--mobile .menu {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-header--v2--mobile .menu a {
	font-size: 16px;
	font-weight: 300;
	color: #01395a;
}

.site-header--v2--mobile .menu > .menu-item {
	border-bottom: 1px solid #e8e8e8;
}

.site-header--v2--mobile .menu > .menu-item > a,
.site-header--v2--mobile .menu > .menu-item > .has-toggle-menu,
.site-header--v2--mobile .menu > .menu-item > .has-toggle-menu a,
.site-header--v2--mobile .menu > .menu-item > .sub-menu .has-toggle-menu {
	/* padding: 12px 0; */
	font-size: 16px;
	font-weight: 300;
	color: #01395a;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}

.site-header--v2--mobile .menu .menu-item a {
	text-decoration: none;
}

/* .site-header--v2--mobile .menu > .menu-item {
	padding: 12px var(--page-gutter);
} */

.site-header--v2--mobile .menu .sub-menu {
	display: flex;
	display: none;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-header--v2--mobile .menu .is-top-level {
	padding: 20px 0;
	font-size: 16px;
	font-weight: 300;
	color: #01395a;
}

.site-header--v2--mobile .menu .is-top-level > .has-toggle-menu,
.site-header--v2--mobile .menu > .is-top-level > a {
	padding: 0 var(--page-gutter);
}

.site-header--v2--mobile .menu .is-top-level .has-toggle-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 var(--page-gutter);
}

.site-header--v2--mobile .menu .sub-menu.active {
	border-top: 1px solid #6ca6cc;
	display: flex;
	padding: 12px 0 4px;
	margin-top: 16px;
}

.site-header--v2.hide-border-radius {
	border-radius: 0;
}

[data-mobile-menu-open='true'] .site-header--v2--main {
	border-radius: 0;
}

.sub-menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	background-color: transparent;
}

.sub-menu-toggle[aria-expanded='true'] svg {
	transform: rotate(180deg);
}

.sub-menu.active li > a {
	display: block;
	padding-left: 16px;
	margin-bottom: 4px;
}

.sub-menu.active .menu-item-has-children .has-toggle-menu {
	margin-bottom: 12px;
}

.site-header--v2--mobile .menu > .menu-item > .sub-menu .menu-item a {
	/* margin-bottom: 12px; */
}

.site-header--v2--mobile .menu .sub-menu.active .menu-item .sub-menu.active {
	border-bottom: 1px solid #6ca6cc;
	margin-bottom: 12px;
}

.site-header--v2--mobile .is-top-parent > .sub-menu > .has-toggle-menu {
	border-bottom: 1px solid #e8e8e8;
}
