/* Location Detection CSS */

html {
	display: none;
}

h2#swal2-title {
	color: #C00000;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -0.65px;
	line-height: 26px;
	/* 	text-transform: uppercase; */
}

.swal2-content p {
	color: #3C3C3C;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 24px;
}

.swal2-actions:not(.swal2-loading) .swal2-confirm {
	border: 2px solid #C00000 !important;
	background-color: #C00000 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500;
	letter-spacing: -0.5px;
	line-height: 19px;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
}
.swal2-actions:not(.swal2-loading) .swal2-confirm:focus {
	outline: none !important;
	box-shadow: none !important;
}
.swal2-actions:not(.swal2-loading) .swal2-confirm:hover {
	background-image: none !important;
	background-color: transparent !important;
	color: #C00000 !important;
}
.swal2-actions:not(.swal2-loading) .swal2-cancel {
	border: 2px solid #C00000 !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	color: #C00000 !important;
	font-size: 16px !important;
	font-weight: 500;
	letter-spacing: -0.5px;
	line-height: 19px;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
}
.swal2-actions:not(.swal2-loading) .swal2-cancel:hover {
	background-image: none !important;
	background-color: #C00000 !important;
	color: #fff !important;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
	border-left-color: #C00000 !important;
	border-right-color: #C00000 !important;
}

.swal2-image {
	margin: 0 0 1.25em 0 !important;
}

/* End */

.global-header-module {
	margin-bottom: 90px;
}

.product .main-slider,
.pillar .main-slider {
	margin-top: 0 !important;
}

.global-header-module .global-header-wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
	z-index: 1000;
}

.global-header-module .global-header-wrapper .global-header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--wrapper .menu--right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 50px;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul,
.global-header-module .global-header-wrapper .global-header-inner .menu--right > ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li,
.global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li {
	list-style: none;
	display: inline-block;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li {
	position: relative;
}

/*** Left-menu Drop-downs ***/

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li:hover > a {
	color: #FFFFFF;
	background-color: #C00000;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li .child--sub-nav {
	position: absolute;
	top: 89px;
	left: 0;
	width: 100%;
	min-height: 300px;
	padding: 40px 5%;
	border-top: 2px solid #c00000;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
	background-color: #f9f9f9;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	overflow-y: auto;
	max-height: calc(100vh - 90px);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li:hover .child--sub-nav {
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 10 !important;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li > .child--sub-nav > ul {
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-evenly;
	max-width: 800px;
	margin: 0 auto;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li .child--sub-nav ul li > .child--sub-nav-2 {
	/* 	display: none;	 */
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li .child--sub-nav ul > li {
	width: 100%;
	display: inline-block;
	position: relative;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li > .child--sub-nav > ul > li {
	margin: 0 25px;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li .child--sub-nav > ul > li > a {
	color: #3C3C3C;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.44px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 10px 0;
	width: 100%;
	display: inline-block;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li:first-child > .child--sub-nav > ul > li > a {
	border-bottom: 2px solid #D3D1D1;
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	-o-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li:first-child > .child--sub-nav > ul > li > a:hover {
	color: #c00000;
	border-color: #c00000;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li:first-child > .child--sub-nav > ul > li > .child--sub-nav-2 > ul {
	padding: 20px 10px;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li:last-child > .child--sub-nav > ul > li > .child--sub-nav-2 > ul {
	padding: 0 10px 20px 10px;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li .child--sub-nav > ul > li > .child--sub-nav-2 ul > li > a {
	color: #3C3C3C;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.44px;
	line-height: 16px;
	width: auto;
	display: inline-block;
	padding: 8px 35px 8px 8px;
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	-o-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li .child--sub-nav > ul > li > .child--sub-nav-2 ul > li > a:hover,
.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li .child--sub-nav > ul > li > .child--sub-nav-2 ul > li.active--item > a
{
	color: #C00000;
	text-decoration: underline;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li .child--sub-nav > ul > li > .child--sub-nav-2 ul > li > .child--sub-nav-3 > ul {
	padding: 0;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li .child--sub-nav > ul > li > .child--sub-nav-2 ul > li > .child--sub-nav-3 > ul > li:last-child {
	margin-bottom: 0;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li .child--sub-nav > ul > li > .child--sub-nav-2 ul > li > .child--sub-nav-3 {
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	padding: 5px 10px 0 10px;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li .child--sub-nav > ul > li > .child--sub-nav-2 ul > li > .child--sub-nav-3.open {
	position: relative;
	height: auto;
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

/*** End ***/

/*** Right-menu Drop-downs ***/

.global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li .child--sub-nav ul {
	position: absolute;
	list-style: none;
	top: 89px;
	left: -20px;
	background-color: #f9f9f9;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li .child--sub-nav ul li a {
	color: #3c3c3c;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 20px;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li .child--sub-nav ul li a:hover {
	color: #C00000;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li:hover .child--sub-nav ul {
	visibility: visible;
	opacity: 1;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li .child--sub-nav ul:hover {
	visibility: visible;
	opacity: 1;
}

/*** End ***/

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li > a,
.global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li > a {
	color: #3C3C3C;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.44px;
	line-height: 16px;
	display: inline-block;
	padding: 37px 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li > a {
	color: #C00000;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li > a:hover {
	color: #C00000;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li > a.btn--contact {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #c00000;
	text-decoration: none;
	padding: 17px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 20px;
}

/***  Drop-down Button ***/

.global-header-module .global-header-wrapper .global-header-inner .menu--left .dropdown-btn--trigger,
.global-header-module .global-header-wrapper .global-header-inner .menu--right .dropdown-btn--trigger {
	position: absolute;
	top: 0;
	right: 0;
	height: 12px;
	width: 12px;
	cursor: pointer;
	margin: 10px;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left .dropdown-btn--trigger:before,
.global-header-module .global-header-wrapper .global-header-inner .menu--left .dropdown-btn--trigger:after,
.global-header-module .global-header-wrapper .global-header-inner .menu--right .dropdown-btn--trigger:before,
.global-header-module .global-header-wrapper .global-header-inner .menu--right .dropdown-btn--trigger:after {
	content: "";
	position: absolute;
	background-color: #3c3c3c;
	transition: all 0.25s ease-out;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left .dropdown-btn--trigger:hover:before,
.global-header-module .global-header-wrapper .global-header-inner .menu--left .dropdown-btn--trigger:hover:after,
.global-header-module .global-header-wrapper .global-header-inner .menu--left .dropdown-btn--trigger.active:before,
.global-header-module .global-header-wrapper .global-header-inner .menu--left .dropdown-btn--trigger.active:after,
.global-header-module .global-header-wrapper .global-header-inner .menu--right .dropdown-btn--trigger.active:before,
.global-header-module .global-header-wrapper .global-header-inner .menu--right .dropdown-btn--trigger.active:after {
	background-color: #c00000;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left .dropdown-btn--trigger:before,
.global-header-module .global-header-wrapper .global-header-inner .menu--right .dropdown-btn--trigger:before {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left .dropdown-btn--trigger:after,
.global-header-module .global-header-wrapper .global-header-inner .menu--right .dropdown-btn--trigger:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left .dropdown-btn--trigger.active:before,
.global-header-module .global-header-wrapper .global-header-inner .menu--right .dropdown-btn--trigger.active:before {
	cursor: pointer;
	transform: rotate(90deg);	
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left .dropdown-btn--trigger.active:after,
.global-header-module .global-header-wrapper .global-header-inner .menu--right .dropdown-btn--trigger.active:after {
	cursor: pointer;
	transform: rotate(180deg); 
}

/*** End ***/

/***  Site Search Popup ***/

.search--popup,
.mobile-search--popup {
	position: absolute;
	top: 89px;
	width: 100%;
	right: -100vw;
	border-top: 2px solid #C00000;
	background-color: #FFFFFF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.mobile-search--popup {
	top: 64px;
}

.search--popup.open,
.mobile-search--popup.open {
	right: 0;
}

.search--popup .hs-search-field .hs-search-field__bar input.hs-search-field__input,
.mobile-search--popup .hs-search-field .hs-search-field__bar input.hs-search-field__input {
	margin: 0;
	padding: 0;
	border: none;
	height: 55px;
	outline: none;
	font-family: Gotham A, Gotham B, Gotham SSm B, Gotham SSm AUTO;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
}

.search--popup .hs-search-field .hs-search-field__bar,
.mobile-search--popup .hs-search-field .hs-search-field__bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search--popup .hs-search-field .hs-search-field__bar form,
.mobile-search--popup .hs-search-field .hs-search-field__bar form {
	width: 100%;
}

.hs-search-field--open .hs-search-field__suggestions {
	padding: 0 !important;
	padding-bottom: 20px !important;
}
.hs-search-field__suggestions {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hs-search-field__suggestions li {
	display: block;
	margin: 0;
	padding: 0;
}
.hs-search-field__suggestions #results-for {
	font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
	display: block;
}

.hs-search-field__suggestions a {
	color: #3c3c3c;
	font-weight: 400;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.hs-search-field__suggestions a:hover {
	color: #C00000;
}

.search--popup .hs-search-field .hs-search-field__bar a.close--button i,
.mobile-search--popup .hs-search-field .hs-search-field__bar a.mobile-close--button i {
	color: #3c3c3c;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.search--popup .hs-search-field .hs-search-field__bar a.close--button:hover i {
	color: #C00000;
}

/* Global Translation */

.mobile-language--switcher > span {
	display: flex;
	align-items: center;
}

.mobile--right-nav {
	display: none;
}

.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li .child--sub-nav>ul>li>.child--sub-nav-2 ul>li>.child--sub-nav-3>ul>li>a {
	font-weight: 400;
}

/*** Media Queries ***/
@media only screen and (max-width: 1200px) {
	.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li > a,
	.global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li > a {
		padding: 37px 10px;
	}
}

@media only screen and (min-width : 979px) and (max-width: 1100px) {
	.header--logo {
		width: 130px;
		overflow: hidden;
	}

	.header--logo img {
		width: 200px;
		border-width: 0px;
		border: 0px;
		min-width: 200px;
		float: right;
	}
}

@media only screen and (max-width: 979px) {
	.global-header-module {
		margin-bottom: 65px;
	}

	.mobile-language--switcher .lang_switcher_class {
		top: 0 !important;
		right: 0 !important;
		margin-left: 20px;
	}

	.mobile-language--switcher .lang_switcher_class .globe_class {
		height: 18px !important;
		width: 18px !important;
	}

	.mobile--right-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}

	.mobile--trigger {
		position: relative;
		margin-left: 20px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	#nav-icon3 {
		width: 24px;
		height: 24px;
		position: relative;
		margin: 0 auto;
		vertical-align: middle;
		display: inline-block;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}

	#nav-icon3 span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #C00000;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#nav-icon3 span:nth-child(1) {
		top: 0px;
	}

	#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
		top: 8px;
	}

	#nav-icon3 span:nth-child(4) {
		top: 16px;
	}

	.nav--open #nav-icon3 span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}

	.nav--open #nav-icon3 span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.nav--open #nav-icon3 span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav--open #nav-icon3 span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}

	.search--button,
	.search--popup,
	.language--switcher {
		display: none !important;
	}

	.global-header-inner {
		padding: 20px 0;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--wrapper {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		background: #fff;
		transform: translateY(0);
		height: 0;
		margin: 81px 0 0 25px;
		overflow: auto;
		visibility: visible;
		opacity: 1;
		padding: 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.nav--open .global-header-module .global-header-wrapper .global-header-inner .menu--wrapper {
		height: calc(100vh - 64px);
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--wrapper {
		display: block;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li, .global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li {
		display: list-item;
		position: relative;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul, .global-header-module .global-header-wrapper .global-header-inner .menu--right > ul {
		display: block;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--wrapper .menu--right {
		display: block;
		margin-left: 0;
	}

	.mobile--right-nav .mobile-search--popup-wrapper a.mobile-search--button {
		vertical-align: middle;
	}

	.mobile--right-nav .mobile-search--popup-wrapper a.mobile-search--button i {
		font-size: 20px;
	}

	.mobile-search--popup .hs-search-field .hs-search-field__bar a.mobile-close--button i {
		font-size: 20px;
		color: #C00000;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li>a, .global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li > a {
		width: auto;
		position: relative;
	}

	.menu--right > ul > li.parent:last-child {
		padding: 0 20px;
		margin-top: 10px
	}

	.menu--right > ul > li.parent:last-child > a {
		margin-left: 0 !important;
	}

	ul.hs-search-field__suggestions {
		margin: 0;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li:hover>a,
	.global-header-module .global-header-wrapper .global-header-inner .menu--right>ul>li>a:hover {
		color: #3c3c3c;
		background-color: #FFFFFF;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li .child--sub-nav {
		border-top: none;
		padding: 30px 20px;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul > li:last-child > .child--sub-nav.open > ul > li > .child--sub-nav-2 {
		padding: 0 20px;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li>.child--sub-nav>ul {
		display: block;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li>.child--sub-nav>ul>li {
		margin: 0;
	}

	/* 	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li:hover .child--sub-nav,
	.global-header-module .global-header-wrapper .global-header-inner .menu--right>ul>li:hover .child--sub-nav {
	visibility: hidden !important;
	opacity: 0 !important;
} */

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li .child--sub-nav.open,
	.global-header-module .global-header-wrapper .global-header-inner .menu--right>ul>li .child--sub-nav.open {
		position: relative;
		top: 0;
		visibility: visible !important;
		opacity: 1 !important;
		z-index: 1;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--right>ul>li .child--sub-nav.open ul {
		visibility: visible;
		opacity: 1;
	}

	.menu--wrapper .menu--left>ul>li>a,
	.menu--wrapper .menu--right>ul>li:not(:last-child)>a {
		padding: 15px 20px !important;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--wrapper {
		margin: 64px 0 0 0;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--right>ul>li .child--sub-nav {
		position: absolute;
		top: 89px;
		left: 0;
		width: 100%;
		padding: 30px 5%;
		background-color: #f9f9f9;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		overflow-y: auto;
		max-height: calc(100vh - 90px);
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--right>ul>li .child--sub-nav ul {
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		border-bottom: none;
		list-style: none;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li>a {
		color: #3c3c3c;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li .child--sub-nav>ul>li>.child--sub-nav-2>ul {
		padding: 0;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li .child--sub-nav>ul>li>.child--sub-nav-2 ul>li>.child--sub-nav-3>ul {
		padding: 0;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--right>ul>li .child--sub-nav ul li a {
		color: #3c3c3c;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: -0.44px;
		line-height: 16px;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li .child--sub-nav>ul>li>.child--sub-nav-2 ul>li>a {
		transition: none !important;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left > ul > li > .dropdown-btn--trigger, .global-header-module .global-header-wrapper .global-header-inner .menu--right > ul > li > .dropdown-btn--trigger {
		margin: 15px;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li:first-child>.child--sub-nav>ul>li:last-child>.child--sub-nav-2>ul {
		padding-bottom: 0px;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li:last-child>.child--sub-nav>ul>li>.child--sub-nav-2>ul:first-child {
		padding-bottom: 0;
	}

	.global-header-module .global-header-wrapper .global-header-inner .menu--left>ul>li .child--sub-nav {
		-webkit-transition: all .0s ease-in-out;
		-moz-transition: all .0s ease-in-out;
		-o-transition: all .0s ease-in-out;
		transition: all .0s ease-in-out;
	}
}