.site-notification {
    padding: .5rem 0;
}

.site-notification > p {
    margin: 0;
}
.site-notification .btn {
    margin-left: 1rem;
}

header {
    padding: .5rem 0 0;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #FFF;
}

header .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .inner .logo-area > a > img {
    /* max-height: 3.5rem; */
    height: var(--logoHeight);
    width: auto;
}
@media (max-width: 767px) {
    /* header .inner .logo-area > a > img { height: 3.5rem; } */
}

header .nav-items .top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 .75rem;
    margin: 0;
    color: var(--bs-gray-900);
    font-size: 1.125rem;
}

header .nav-items .top > * {
    margin: 0 0 0 30px;
}

header .nav-items .top a:not(.btn) {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    /* font-weight: 600; */
}

header .nav-items .top ul {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
}

header .nav-items .top ul li {
    font-size: 1.5rem;
    padding: 0 5px;
}

header .nav-items .top ul li a {

}

header .nav-items .top .dropdown-item {
    font-size: 1rem;
}

header .nav-items .top ul li svg {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: cover;
}

header .nav-items .top ul li svg  * {
    fill: currentColor;
}

header .navbar {
    padding: 0;
}

header .dropdown {
    position: static;
}
header .dropdown-menu {
    width: 100%;
    border-top: solid 2px var(--bs-secondary);
}
header #main-menu .dropdown-menu.show {

}
header #main-menu .dropdown-menu > .inner {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;

    width: fit-content;
    max-width: 900px;
}
header .dropdown-menu > .inner > .menu-item {
    flex: 1 0 auto;
    flex: 0 0 calc(50% - .5rem);
    max-width: calc(50% - .5rem);
}
header .dropdown-menu > .inner > .menu-item > .dropdown-item,
header .dropdown-menu > .inner > .menu-item.lang-item > .dropdown-item > div {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
header .dropdown-menu > .inner > .menu-item > .dropdown-item > i {
    font-size: 1.5rem;
    color: var(--bs-primary);
}
header .dropdown-menu > .inner > .menu-item > .dropdown-item > img,
header .dropdown-menu > .inner > .menu-item > .dropdown-item > svg {
    width: 24px;
    height: 24px;
    margin-top: 5px;
    object-fit: contain;
}
header .dropdown-menu > .inner > .menu-item > .dropdown-item > svg > * {
    fill: var(--bs-primary);
}
header .dropdown-menu > .inner > .menu-item > .dropdown-item > img {
    width: 32px;
    height: 32px;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 0
}

header .dropdown-menu > .inner > .menu-item > .dropdown-item > div {
    font-size: 1.125rem;
    color: var(--bs-nav-link-color);
    font-weight: 600;
    padding-top: 4px;
    white-space: normal;
}
header .dropdown-menu > .inner > .menu-item > .dropdown-item > div > span {
    display: block;
    font-size: .875rem;
    padding-top: .25rem;
    color: var(--bs-body-color);
    font-weight: 400;
}


header .dropdown .dropdown:hover .dropdown-menu {
    display: block;
}



















/* ==========================================================
   Bootstrap 5 + ACF Mega Menu
   Corporate / restrained styling
   ========================================================== */

.navbar .has-mega-menu {
	position: static;
}

.navbar .has-mega-menu > .dropdown-menu.mega-menu-panel {
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: rgba(var(--bs-secondary-rgb),1);
	overflow: hidden;
}

.mega-menu-panel__inner {
	padding: 0;
}

.mega-menu-panel__row {
	min-height: 420px;
}

.mega-menu__left,
.mega-menu__center,
.mega-menu__right {
	padding: 32px;
}

.mega-menu__left {
	background-color: rgba(var(--bs-secondary-rgb),1);
	border-right: 1px solid #e6ebf1;
}

.mega-menu__center {
	background: #ffffff;
}

.mega-menu__right {
	background: #fbfcfe;
	border-left: 1px solid #e6ebf1;
}

.mega-menu__left-inner,
.mega-menu__center-inner {
	height: 100%;
}

/* Left column: level 2 links */
.mega-menu__section-link {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
	padding: 14px 16px;
	margin-bottom: 8px;
	border-radius: 12px;
	text-decoration: none;
	color: #243447;
	background: transparent;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.mega-menu__section-link::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23102033' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
}

.mega-menu__section-link:hover,
.mega-menu__section-link:focus {
	background: #ffffff;
	color: #102033;
	box-shadow: 0 1px 3px rgba(16, 32, 51, 0.08);
	outline: 0;
}

.mega-menu__section-link.is-active {
	background: #ffffff;
	color: #102033;
	box-shadow: 0 8px 24px rgba(16, 32, 51, 0.08);
}

.mega-menu__section-link-label {
	display: block;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.01em;
}

/* Center column: grouped level 3 links */
.mega-menu__group {
	display: none;
	max-width: 100%;
}

.mega-menu__group.is-active {
	display: block;
}

.mega-menu__group-header {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #edf1f5;
}

.mega-menu__group-title {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #102033;
}

.mega-menu__group-title a {
	color: inherit;
	text-decoration: none;
}

.mega-menu__group-title a:hover,
.mega-menu__group-title a:focus {
	color: #0b5ed7;
}

.mega-menu__links {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.mega-menu__link-item {
	margin: 0;
	padding: 0;
}

.mega-menu__link {
	display: block;
	padding: 12px 14px;
	border-radius: 10px;
	text-decoration: none;
	color: #405261;
	background: transparent;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.mega-menu__link:not(.mega-menu__link--solo):hover,
.mega-menu__link:not(.mega-menu__link--solo):focus {
	background: #f5f8fc;
	color: #102033;
	outline: 0;
}

.mega-menu__link.mega-menu__link--solo {
    padding: 0;
    margin-top: -5px;
}

.mega-menu__link-text {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
    color: #243447;
}
.mega-menu__link:hover .mega-menu__link-text,
.mega-menu__link:focus .mega-menu__link-text {
    color: var(--bs-primary);
}

.mega-menu__link-description {
    display: block;
    font-size: .9rem;
    line-height: 1.25;
    margin-top: .25rem;
}
.mega-menu__link.mega-menu__link--solo .mega-menu__link-description {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    align-items: flex-start;
}
.mega-menu__link.mega-menu__link--solo .mega-menu__link-description .btn {
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    text-transform: uppercase;
    color: var(--bs-primary);
    font-weight: 500;
}
.mega-menu__link.mega-menu__link--solo .mega-menu__link-description .btn svg {
    width: 16px;
    height: 16px;
    transition: transform .3s ease;
}
.mega-menu__link.mega-menu__link--solo .mega-menu__link-description .btn svg > * {
    fill: none;
}
.mega-menu__link.mega-menu__link--solo:hover .mega-menu__link-description .btn svg {
    transform: translateX(.25rem);
}


.mega-menu__empty {
	padding-top: 4px;
}

/* .mega-menu__link--solo {
	padding-left: 0;
	padding-right: 0;
} */

/* Right column: offer */
.mega-menu-offer {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 24px;
	border-radius: 18px;
	background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
	border: 1px solid #e4eaf0;
}

.mega-menu-offer__media {
	margin-bottom: 18px;
}

.mega-menu-offer__image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
	object-fit: cover;
}

.mega-menu-offer__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.mega-menu-offer__title {
	margin: 0 0 10px;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.25;
	color: #102033;
}

.mega-menu-offer__text {
	font-size: 0.95rem;
	line-height: 1.65;
	color: #4a5d6d;
}

.mega-menu-offer__text p:last-child {
	margin-bottom: 0;
}

.mega-menu-offer__actions {
	margin-top: 20px;
}

.mega-menu-offer__button {
	border-radius: 999px;
	padding: 10px 18px;
	font-weight: 600;
}

/* Standard dropdown improvements */
.navbar .dropdown-menu {
	border-radius: 14px;
	border: 1px solid #e7edf3;
	padding: 10px;
}

.navbar .dropdown-item {
	border-radius: 10px;
	padding: 10px 14px;
	font-weight: 500;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
	background-color: #f5f8fc;
}

/* Desktop behavior */
@media (min-width: 992px) {
	.navbar .dropdown:hover > .dropdown-menu,
	.navbar .dropdown:focus-within > .dropdown-menu {
		display: block;
	}

	.navbar .has-mega-menu > .dropdown-menu.mega-menu-panel {
		display: none;
	}

	.navbar .has-mega-menu:hover > .dropdown-menu.mega-menu-panel,
	.navbar .has-mega-menu:focus-within > .dropdown-menu.mega-menu-panel,
	.navbar .has-mega-menu.show > .dropdown-menu.mega-menu-panel {
		display: block;
	}
}

/* Mobile fallback */
@media (max-width: 991.98px) {
	.navbar .has-mega-menu > .dropdown-menu.mega-menu-panel {
		width: 100%;
		border-radius: 14px;
		margin-top: 8px;
        box-shadow: none !important;
	}

	.mega-menu-panel__row {
		min-height: 0;
	}

	.mega-menu__left,
	.mega-menu__center,
	.mega-menu__right {
		padding: 20px;
	}

	.mega-menu__left,
	.mega-menu__right {
		border: 0;
	}

	.mega-menu__left {
		background: #ffffff;
		padding-bottom: 12px;
        display: none;
        visibility: hidden;
        pointer-events: none;
	}

	.mega-menu__center {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.mega-menu__right {
		padding-top: 12px;
		background: #ffffff;
	}

	.mega-menu__group {
		display: block;
		margin-top: 20px;
	}

	.mega-menu__group:first-child {
		margin-top: 0;
	}

	.mega-menu__section-link {
		margin-bottom: 6px;
	}

	.mega-menu-offer {
		margin-top: 8px;
	}
}

















footer .inner {
    display: flex;
    /* justify-content: space-between; */
    padding: 60px 0;
    margin: 0 -30px;
    color: var(--bs-light);
}

footer .inner > div {
    padding: 0 30px;
}

footer .inner .widget-title {
    color: inherit;
    margin-bottom: 1.5rem;
}

footer .inner .address .footer-logo {
    display: block;
    margin: 0 0 30px;
}

footer .inner .address .footer-logo img {
    width: 100%;
    max-width: 150px;
}

footer .inner .menu {
    list-style: none;
    padding: 0;
    font-size: .875rem;
}
footer .inner .menu > li:not(:last-child) {
    margin-bottom: 12px;
}
footer .inner .menu a:not(:hover):not(:focus) {
    color: inherit;
    text-decoration: none;
}

footer .inner .badges {
    flex: 0 0 50%;
}

footer .inner .badges .badges-inner {
    /* display: flex; */
    align-items: center;
    /* margin: 0 -15px; */
    --bs-gutter-x: 3rem;
}

footer .inner .badges .badges-inner .badge {
    /* padding: 0 15px 15px; */
}

footer .inner .badges .badges-inner .badge > img {
    max-height: 70px;
    width: 100%;
    max-width: 130px;
}

footer .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid;
}

footer .bottom .navbar-nav {
    --bs-nav-link-font-weight: 400;
    --bs-nav-link-font-size: .875rem;
}
footer .bottom .nav-area > nav > ul {
    display: flex;
    flex-direction: row;
    margin: 0 0 -10px;
}

footer .bottom .nav-area > nav > ul > li {
    padding: 0 10px;
}

footer .bottom .nav-area > nav > ul > li > a {
    padding: 0;
}






.home .flex-content.column-links .cta {
    padding-top: 0;
}