/*
 * Hugo Haustop v3.6.3
 * Floating premium header and accessible, centrally generated mega navigation.
 */

.hh-topbar--unified {
	display: none !important;
}

.hh-header,
html[data-hh-theme="dark"] .hh-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	padding: 14px 0;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #102a34 !important;
	color-scheme: light;
	transition: padding 180ms ease;
}

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

.hh-header.is-scrolled {
	padding-block: 8px;
}

.hh-header .hh-header__inner,
html[data-hh-theme="dark"] .hh-header .hh-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	width: calc(100% - 40px);
	max-width: 1380px;
	min-height: 80px;
	margin-inline: auto;
	padding: 8px 12px 8px 18px;
	gap: 12px;
	background: rgba(255, 255, 255, 0.985) !important;
	border: 1px solid rgba(14, 39, 45, 0.11) !important;
	border-radius: 999px;
	box-shadow: 0 16px 44px rgba(5, 25, 31, 0.16) !important;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.hh-header.is-scrolled .hh-header__inner,
html[data-hh-theme="dark"] .hh-header.is-scrolled .hh-header__inner {
	box-shadow: 0 12px 34px rgba(5, 25, 31, 0.2) !important;
}

.hh-brand--header,
html[data-hh-theme="dark"] .hh-header .hh-brand--header {
	flex: 0 1 218px;
	min-width: 0;
	max-width: 218px;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.hh-brand--header .hh-brand__logo,
.hh-brand--header .hh-brand__logo picture {
	display: block;
	width: 100%;
	line-height: 0;
	background: transparent !important;
}

.hh-brand--header .hh-brand__image,
.hh-brand--header .hh-brand__image--light,
html[data-hh-theme="dark"] .hh-brand--header .hh-brand__image,
html[data-hh-theme="dark"] .hh-brand--header .hh-brand__image--light {
	display: block !important;
	width: 218px;
	max-width: 100%;
	height: auto;
	background: transparent !important;
	filter: none !important;
	opacity: 1 !important;
	mix-blend-mode: normal !important;
}

.hh-brand--header .hh-brand__image--dark {
	display: none !important;
}

.hh-header .hh-nav,
.hh-header .hh-menu,
.hh-header .hh-menu > li,
.hh-header .hh-menu__top,
html[data-hh-theme="dark"] .hh-header .hh-nav,
html[data-hh-theme="dark"] .hh-header .hh-menu,
html[data-hh-theme="dark"] .hh-header .hh-menu > li,
html[data-hh-theme="dark"] .hh-header .hh-menu__top {
	background: transparent !important;
	color: #102a34 !important;
}

.hh-header .hh-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hh-header .hh-menu > li {
	border: 0;
}

.hh-header .hh-menu__top {
	display: flex;
	align-items: center;
}

.hh-header .hh-menu__top > a,
.hh-header .hh-menu__direct > a,
html[data-hh-theme="dark"] .hh-header .hh-menu__top > a,
html[data-hh-theme="dark"] .hh-header .hh-menu__direct > a {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 13px 8px;
	border-radius: 999px;
	color: #102a34 !important;
	font-size: 13px;
	font-weight: 780;
	line-height: 1.1;
	text-decoration: none;
	white-space: nowrap;
	transition: color 160ms ease, background-color 160ms ease;
}

.hh-header .hh-menu__top > a:hover,
.hh-header .hh-menu__direct > a:hover,
.hh-header .hh-menu__top > a:focus-visible,
.hh-header .hh-menu__direct > a:focus-visible,
html[data-hh-theme="dark"] .hh-header .hh-menu__top > a:hover,
html[data-hh-theme="dark"] .hh-header .hh-menu__direct > a:hover {
	background: #e9f7f7 !important;
	color: #006f76 !important;
}

.hh-header .hh-menu__top > button,
html[data-hh-theme="dark"] .hh-header .hh-menu__top > button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
	width: 40px;
	height: 44px;
	min-width: 40px;
	min-height: 44px;
	margin: 0 0 0 -5px;
	padding: 0;
	background: transparent !important;
	border: 0;
	border-radius: 50%;
	color: #102a34 !important;
	cursor: pointer;
}

.hh-header .hh-menu__top > button:hover,
.hh-header .hh-menu__top > button[aria-expanded="true"],
html[data-hh-theme="dark"] .hh-header .hh-menu__top > button:hover,
html[data-hh-theme="dark"] .hh-header .hh-menu__top > button[aria-expanded="true"] {
	background: #e9f7f7 !important;
	color: #006f76 !important;
}

.hh-header .hh-menu__top > button .hh-icon {
	width: 15px;
	height: 15px;
	transform: rotate(90deg);
	transition: transform 160ms ease;
}

.hh-header .hh-menu__parent.is-open .hh-menu__top > button .hh-icon {
	transform: rotate(-90deg);
}

/* v3.8.9: the older base stylesheet draws animated bars below every desktop
 * menu link. The premium navigation uses pill states instead, so those bars
 * must not remain visible across the labels. */
@media (min-width: 1181px) {
	.hh-header .hh-menu > li > a,
	.hh-header .hh-menu__top > a,
	.hh-header .hh-menu__direct > a {
		border-bottom: 0 !important;
		background-image: none !important;
		text-decoration: none !important;
		text-decoration-line: none !important;
	}

	.hh-header .hh-menu > li > a::after,
	.hh-header .hh-menu__top > a::after,
	.hh-header .hh-menu__direct > a::after {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
		content: none !important;
	}
}

/* Keep the fixed contact dock from covering the last rows in an open mega
 * menu. The class is managed by premium-navigation.3.8.9.js. */
.hh-contact-dock {
	transition: opacity 160ms ease, transform 180ms ease, visibility 180ms ease !important;
}

body.hh-mega-open .hh-contact-dock {
	opacity: 0 !important;
	pointer-events: none !important;
	transform: translateY(110%) !important;
	visibility: hidden !important;
}

.hh-header__actions {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 7px;
	margin-left: auto;
}

.hh-header .hh-theme-toggle,
.hh-header .hh-search-toggle,
.hh-header .hh-nav-toggle,
html[data-hh-theme="dark"] .hh-header .hh-theme-toggle,
html[data-hh-theme="dark"] .hh-header .hh-search-toggle,
html[data-hh-theme="dark"] .hh-header .hh-nav-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	min-width: 46px;
	min-height: 46px;
	padding: 0;
	background: #ffffff !important;
	border: 1px solid #cbd8da !important;
	border-radius: 50%;
	color: #102a34 !important;
	box-shadow: none !important;
	cursor: pointer;
}

.hh-header .hh-theme-toggle:hover,
.hh-header .hh-search-toggle:hover,
.hh-header .hh-nav-toggle:hover,
.hh-header .hh-theme-toggle[aria-expanded="true"],
.hh-header .hh-search-toggle[aria-expanded="true"],
html[data-hh-theme="dark"] .hh-header .hh-theme-toggle:hover,
html[data-hh-theme="dark"] .hh-header .hh-search-toggle:hover,
html[data-hh-theme="dark"] .hh-header .hh-nav-toggle:hover,
html[data-hh-theme="dark"] .hh-header .hh-theme-toggle[aria-expanded="true"],
html[data-hh-theme="dark"] .hh-header .hh-search-toggle[aria-expanded="true"] {
	background: #e9f7f7 !important;
	border-color: #009ca6 !important;
	color: #006f76 !important;
}

.hh-header .hh-menu a:focus-visible,
.hh-header .hh-menu button:focus-visible,
.hh-header .hh-header-cta:focus-visible,
.hh-header .hh-theme-toggle:focus-visible,
.hh-header .hh-search-toggle:focus-visible,
.hh-header .hh-nav-toggle:focus-visible,
.hh-header .hh-search-close:focus-visible {
	outline: 3px solid #f0c531;
	outline-offset: 3px;
}

.hh-header .hh-header-cta,
html[data-hh-theme="dark"] .hh-header .hh-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 54px;
	padding: 8px 9px 8px 18px;
	gap: 11px;
	background: #008d96 !important;
	border: 0;
	border-radius: 999px;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(0, 141, 150, 0.24) !important;
	transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.hh-header .hh-header-cta:hover,
html[data-hh-theme="dark"] .hh-header .hh-header-cta:hover {
	background: #006f76 !important;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 13px 28px rgba(0, 111, 118, 0.28) !important;
}

.hh-header .hh-header-cta .hh-icon,
html[data-hh-theme="dark"] .hh-header .hh-header-cta .hh-icon {
	width: 36px;
	height: 36px;
	padding: 8px;
	background: #ffffff !important;
	border-radius: 50%;
	color: #006f76 !important;
}

.hh-mega-menu[hidden] {
	display: none !important;
}

.hh-mega-menu,
.hh-mega-menu__card,
.hh-mega-menu__surface,
.hh-mega-group,
.hh-mega-link,
html[data-hh-theme="dark"] .hh-mega-menu,
html[data-hh-theme="dark"] .hh-mega-menu__card,
html[data-hh-theme="dark"] .hh-mega-menu__surface,
html[data-hh-theme="dark"] .hh-mega-group,
html[data-hh-theme="dark"] .hh-mega-link {
	color: #102a34 !important;
	color-scheme: light;
}

.hh-mega-menu__card,
html[data-hh-theme="dark"] .hh-mega-menu__card {
	background: #ffffff !important;
	border: 1px solid rgba(14, 39, 45, 0.12) !important;
	box-shadow: 0 24px 64px rgba(5, 25, 31, 0.2) !important;
}

.hh-mega-menu__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.hh-mega-menu__head span {
	display: block;
	margin-bottom: 5px;
	color: #006f76 !important;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hh-mega-menu__head h2 {
	margin: 0;
	color: #102a34 !important;
	font-size: clamp(24px, 2.3vw, 34px);
	line-height: 1.1;
}

.hh-mega-menu__head > a,
html[data-hh-theme="dark"] .hh-mega-menu__head > a {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 9px 14px;
	gap: 8px;
	border-radius: 999px;
	color: #006f76 !important;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.hh-mega-menu__head > a:hover,
.hh-mega-menu__head > a:focus-visible {
	background: #e9f7f7 !important;
}

.hh-mega-menu__head > a .hh-icon {
	width: 17px;
	height: 17px;
}

.hh-mega-menu__surface,
html[data-hh-theme="dark"] .hh-mega-menu__surface {
	background: #eaf6f6 !important;
	border: 1px solid #cfe7e8 !important;
}

.hh-mega-grid {
	display: grid;
	gap: 18px;
}

.hh-mega-group {
	min-width: 0;
}

.hh-mega-group h3,
html[data-hh-theme="dark"] .hh-mega-group h3 {
	margin: 0 0 10px;
	color: #193740 !important;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.01em;
}

.hh-mega-group__links {
	display: grid;
	gap: 8px;
}

.hh-mega-link,
html[data-hh-theme="dark"] .hh-mega-link {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	min-width: 0;
	min-height: 52px;
	padding: 10px 11px 10px 14px !important;
	gap: 10px;
	background: #ffffff !important;
	border: 1px solid rgba(14, 39, 45, 0.1) !important;
	border-radius: 13px !important;
	color: #102a34 !important;
	font-size: 13px !important;
	font-weight: 750;
	line-height: 1.25;
	text-decoration: none;
	white-space: normal !important;
	box-shadow: 0 4px 12px rgba(5, 25, 31, 0.035);
	transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.hh-mega-link > span:first-child {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.hh-mega-link strong,
html[data-hh-theme="dark"] .hh-mega-link strong {
	color: #102a34 !important;
	font-size: inherit;
	font-weight: 800;
}

.hh-mega-link small,
html[data-hh-theme="dark"] .hh-mega-link small {
	margin-top: 3px;
	color: #637170 !important;
	font-size: 11px;
	font-weight: 650;
}

.hh-mega-link__arrow,
html[data-hh-theme="dark"] .hh-mega-link__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	background: #e9f7f7 !important;
	border-radius: 50%;
	color: #006f76 !important;
}

.hh-mega-link__arrow .hh-icon {
	width: 15px;
	height: 15px;
}

.hh-mega-link:hover,
.hh-mega-link:focus-visible,
html[data-hh-theme="dark"] .hh-mega-link:hover,
html[data-hh-theme="dark"] .hh-mega-link:focus-visible {
	border-color: #008d96 !important;
	box-shadow: 0 9px 22px rgba(5, 25, 31, 0.1);
	transform: translateY(-1px);
}

.hh-theme-menu,
html[data-hh-theme="dark"] .hh-header .hh-theme-menu {
	top: calc(100% + 12px);
	background: #ffffff !important;
	border: 1px solid rgba(14, 39, 45, 0.12) !important;
	border-radius: 20px;
	box-shadow: 0 18px 48px rgba(5, 25, 31, 0.18) !important;
	color: #102a34 !important;
}

.hh-theme-menu button,
.hh-theme-menu button strong,
.hh-theme-menu button small,
html[data-hh-theme="dark"] .hh-header .hh-theme-menu button,
html[data-hh-theme="dark"] .hh-header .hh-theme-menu button strong,
html[data-hh-theme="dark"] .hh-header .hh-theme-menu button small {
	color: #102a34 !important;
}

.hh-theme-menu button:hover,
.hh-theme-menu button[aria-pressed="true"],
html[data-hh-theme="dark"] .hh-header .hh-theme-menu button:hover,
html[data-hh-theme="dark"] .hh-header .hh-theme-menu button[aria-pressed="true"] {
	background: #e9f7f7 !important;
}

.hh-search-panel,
html[data-hh-theme="dark"] .hh-search-panel {
	left: 50%;
	right: auto;
	z-index: 1300;
	width: min(920px, calc(100% - 40px));
	margin-top: 2px;
	transform: translateX(-50%);
	background: #ffffff !important;
	border: 1px solid rgba(14, 39, 45, 0.12) !important;
	border-radius: 24px;
	box-shadow: 0 20px 52px rgba(5, 25, 31, 0.22) !important;
	color: #102a34 !important;
	color-scheme: light;
}

.hh-search-panel__inner {
	padding: 22px 24px;
}

.hh-search-panel form label,
html[data-hh-theme="dark"] .hh-search-panel form label {
	color: #102a34 !important;
}

.hh-search-panel input,
html[data-hh-theme="dark"] .hh-search-panel input {
	background: #f5f8f8 !important;
	border: 1px solid #cbd8da !important;
	color: #102a34 !important;
}

.hh-search-panel input::placeholder,
html[data-hh-theme="dark"] .hh-search-panel input::placeholder {
	color: #637170 !important;
}

.hh-search-panel form button {
	background: #008d96;
	color: #ffffff;
}

.hh-search-panel .hh-search-close,
html[data-hh-theme="dark"] .hh-search-panel .hh-search-close {
	background: #ffffff !important;
	border-color: #cbd8da !important;
	color: #102a34 !important;
}

@media (min-width: 1181px) {
	.hh-header .hh-header__inner {
		padding-left: 16px;
	}

	.hh-header .hh-nav,
	html[data-hh-theme="dark"] .hh-header .hh-nav {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex: 1 1 auto;
		min-width: 0;
		max-height: none;
		padding: 0;
		overflow: visible;
		position: static;
		box-shadow: none !important;
	}

	.hh-header .hh-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		gap: 0;
	}

	.hh-header .hh-menu > li {
		position: static;
	}

	.hh-header .hh-nav-toggle {
		display: none !important;
	}

	.hh-header .hh-menu__mobile-cta {
		display: none !important;
	}

	.hh-mega-menu {
		position: absolute;
		top: calc(100% + 12px);
		left: 0;
		right: 0;
		z-index: 1250;
		padding-top: 0;
	}

	.hh-mega-menu__card {
		max-height: calc(100vh - 132px);
		padding: 22px;
		overflow-y: auto;
		border-radius: 28px;
	}

	.hh-mega-menu__head {
		padding: 0 4px 18px;
	}

	.hh-mega-menu__surface {
		padding: 18px;
		border-radius: 22px;
	}

	.hh-mega-grid--services,
	.hh-mega-grid--locations {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hh-mega-grid--about {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hh-mega-group__links--guides {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1181px) and (max-width: 1290px) {
	.hh-brand--header {
		flex-basis: 188px;
		max-width: 188px;
	}

	.hh-brand--header .hh-brand__image {
		width: 188px;
	}

	.hh-header .hh-menu__top > a,
	.hh-header .hh-menu__direct > a {
		padding-inline: 6px;
		font-size: 12px;
	}

	.hh-header .hh-menu__top > button {
		flex-basis: 34px;
		width: 34px;
		min-width: 34px;
	}

	.hh-header .hh-header-cta {
		padding-left: 14px;
		font-size: 13px;
	}
}

@media (max-width: 1180px) {
	.admin-bar .hh-header {
		top: 46px;
	}

	.hh-header,
	html[data-hh-theme="dark"] .hh-header {
		padding-block: 10px;
	}

	.hh-header .hh-header__inner,
	html[data-hh-theme="dark"] .hh-header .hh-header__inner {
		width: calc(100% - 20px);
		min-height: 72px;
		padding: 7px 8px 7px 14px;
		border-radius: 24px;
	}

	.hh-brand--header {
		flex: 1 1 auto;
		max-width: min(230px, calc(100vw - 190px));
	}

	.hh-brand--header .hh-brand__image {
		width: 220px;
	}

	.hh-header .hh-nav,
	html[data-hh-theme="dark"] .hh-header .hh-nav {
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		right: 0;
		display: none !important;
		max-height: calc(100vh - 112px);
		padding: 16px;
		overflow-y: auto;
		overscroll-behavior: contain;
		background: #ffffff !important;
		border: 1px solid rgba(14, 39, 45, 0.12) !important;
		border-radius: 24px;
		box-shadow: 0 20px 52px rgba(5, 25, 31, 0.22) !important;
		color: #102a34 !important;
	}

	body.hh-nav-open .hh-header .hh-nav {
		display: flex !important;
	}

	.hh-header .hh-menu {
		display: flex;
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.hh-header .hh-menu > li {
		border-bottom: 1px solid #e0e8e9;
	}

	.hh-header .hh-menu__top > a,
	.hh-header .hh-menu__direct > a {
		flex: 1;
		width: 100%;
		padding: 15px 12px;
		border-radius: 12px;
		font-size: 16px;
	}

	.hh-header .hh-menu__top > button {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
		min-width: 48px;
		min-height: 48px;
		margin-left: 0;
	}

	.hh-header .hh-header-cta {
		display: none !important;
	}

	.hh-mega-menu {
		position: static;
		padding: 0 0 12px;
	}

	.hh-mega-menu__card,
	html[data-hh-theme="dark"] .hh-mega-menu__card {
		max-height: none;
		padding: 10px;
		border: 0 !important;
		border-radius: 18px;
		box-shadow: none !important;
	}

	.hh-mega-menu__head {
		align-items: flex-start;
		padding: 3px 3px 12px;
	}

	.hh-mega-menu__head h2 {
		font-size: 22px;
	}

	.hh-mega-menu__head > a {
		align-self: center;
		padding-inline: 10px;
	}

	.hh-mega-menu__surface {
		padding: 12px;
		border-radius: 16px;
	}

	.hh-mega-grid--services,
	.hh-mega-grid--locations,
	.hh-mega-grid--about {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hh-mega-group__links--guides {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hh-header .hh-menu__mobile-cta {
		display: block;
		padding: 14px 0 2px;
		border-bottom: 0;
	}

	.hh-header .hh-menu__mobile-cta > a,
	html[data-hh-theme="dark"] .hh-header .hh-menu__mobile-cta > a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 54px;
		margin: 0;
		padding: 10px 16px;
		gap: 10px;
		background: #008d96 !important;
		border-radius: 999px;
		color: #ffffff !important;
		font-size: 15px;
		font-weight: 850;
		text-decoration: none;
	}

	.hh-header .hh-menu__mobile-cta > a > span {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		background: #ffffff;
		border-radius: 50%;
		color: #006f76;
	}

	.hh-search-panel,
	html[data-hh-theme="dark"] .hh-search-panel {
		width: calc(100% - 20px);
		border-radius: 20px;
	}
}

@media (max-width: 760px) {
	.hh-mega-grid--services,
	.hh-mega-grid--locations,
	.hh-mega-grid--about,
	.hh-mega-group__links--guides {
		grid-template-columns: 1fr;
	}

	.hh-mega-menu__head {
		flex-direction: column;
		gap: 8px;
	}

	.hh-mega-menu__head > a {
		align-self: flex-start;
	}
}

@media (max-width: 620px) {
	.hh-header .hh-header__inner,
	html[data-hh-theme="dark"] .hh-header .hh-header__inner {
		min-height: 66px;
		padding-left: 10px;
		gap: 5px;
		border-radius: 20px;
	}

	.hh-brand--header {
		max-width: min(170px, calc(100vw - 164px));
	}

	.hh-brand--header .hh-brand__image {
		width: 170px;
	}

	.hh-header__actions {
		gap: 4px;
	}

	.hh-header .hh-theme-toggle,
	.hh-header .hh-search-toggle,
	.hh-header .hh-nav-toggle {
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
	}

	.hh-search-panel__inner {
		grid-template-columns: 1fr 42px;
		padding: 16px;
	}
}

@media (max-width: 400px) {
	.hh-brand--header {
		max-width: calc(100vw - 174px);
	}

	.hh-brand--header .hh-brand__image {
		width: 132px;
	}

	.hh-header .hh-theme-toggle,
	.hh-header .hh-search-toggle,
	.hh-header .hh-nav-toggle {
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hh-header,
	.hh-header *,
	.hh-mega-link {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
