/* --- HERO HEADER START ------------------------------------ */


/* Background */
body:has(.har-hero) .har-header {
   background-color: transparent;
   transition: ease-in-out .3s;
}

body:has(.har-hero) .har-header .har-header__lang a,
body:has(.har-hero) .har-header .env-nav--menubar a,
body:has(.har-hero) .har-header .env-button--primary.env-button--ghost {
	color: #fff;
}
body:has(.har-hero) .har-header .env-button--primary.env-button--ghost {
   border-color: #fff;
}

body:has(.har-hero) .har-header.har-header--scrolled-down,
body:has(.har-hero) .har-header.har-header--scrolled-up{
   background-color: var(--env-block-secondary-background-color);
}

