@font-face {
	font-style: normal;
	font-weight: 300;
	font-family: Figtree;
	src: url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-300-normal.woff2") format("woff2"), url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-300-normal.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: Figtree;
	src: url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-400-normal.woff2") format("woff2"), url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-400-normal.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 500;
	font-family: Figtree;
	src: url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-500-normal.woff2") format("woff2"), url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-500-normal.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 600;
	font-family: Figtree;
	src: url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-600-normal.woff2") format("woff2"), url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-600-normal.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 700;
	font-family: Figtree;
	src: url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-700-normal.woff2") format("woff2"), url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-700-normal.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 800;
	font-family: Figtree;
	src: url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-800-normal.woff2") format("woff2"), url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-800-normal.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 900;
	font-family: Figtree;
	src: url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-900-normal.woff2") format("woff2"), url("/wp-content/themes/engineroom/assets/css/../fonts/figtree-latin-900-normal.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: Marcellus;
	src: url("/wp-content/themes/engineroom/assets/css/../fonts/Marcellus-Regular.woff2") format("woff2"), url("/wp-content/themes/engineroom/assets/css/../fonts/Marcellus-Regular.woff") format("woff");
	font-display: swap;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 100dvw;
	font-size: var(--body-font-size);
	font-family: var(--font-family);
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}

body:not(.wp-admin) {
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	will-change: font-size;
	color: var(--default-color);
	background-color: var(--body-bg);
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	padding-top: 150px;
	font-family: var(--font-family-figtree);
}

*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-style: inherit;
	font-weight: inherit;
	font-family: inherit;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: 0;
	cursor: pointer;
}

li, ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, button, h1, h2, h3, h4, h5, h6, p, span {
	margin: 0;
	padding: 0;
	line-height: 145%;
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

label, picture {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

input {
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: 0;
}

input::-webkit-input-placeholder {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}

input::-moz-placeholder {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}

input:-ms-input-placeholder {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}

input::-ms-input-placeholder {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}

input::placeholder {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}

input[type=number] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
}

textarea {
	outline: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.container {
	max-width: calc(var(--content-width) + 30px);
	padding: 0 15px;
	margin: 0 auto;
}

@media (max-width:1440px) {
	.container {
		max-width: 1240px;
	}
}

@media (max-width:1240px) {
	.container {
		max-width: 1024px;
	}
}

@media (max-width:1024px) {
	body:not(.wp-admin) {
		padding-top: 120px;
	}
	
	.container {
		max-width: 768px;
	}
}

@media (max-width:768px) {
	.container {
		max-width: 580px;
		padding: 0 25px;
	}
}

.container-small {
	max-width: calc(var(--content-width-small) + 30px);
	padding: 0 15px;
	margin: 0 auto;
}

@media (max-width:1240px) {
	.container-small {
		max-width: 1024px;
	}
}

@media (max-width:1024px) {
	.container-small {
		max-width: 768px;
	}
}

@media (max-width:768px) {
	.container-small {
		max-width: 580px;
		padding: 0 25px;
	}
}

.container-xs {
	max-width: 870px;
	padding: 0 15px;
	margin: 0 auto;
}

@media (max-width:1024px) {
	.container-xs {
		max-width: 768px;
	}
}

.simple-text {
	font-family: var(--font-family-figtree);
	color: var(--cl-dark-blue-grey);
}

.simple-text * {
	font-family: var(--font-family-figtree);
	color: inherit;
}

.simple-text p {
	margin: 0 0 25px;
	line-height: 1.55;
}

.simple-text p:last-child {
	margin-bottom: 0;
}

.simple-text h2, .simple-text h3, .simple-text h4, .simple-text h5, .simple-text h6 {
	margin: 35px 0 30px;
}

.simple-text h2:first-child, .simple-text h3:first-child, .simple-text h4:first-child, .simple-text h5:first-child, .simple-text h6:first-child {
	margin-top: 0;
}

.simple-text h3 {
	font-size: var(--font-size-h3);
}

.simple-text ol, .simple-text ul {
	margin: 0 0 25px;
	padding-left: 1.25em;
	list-style: revert;
}

.simple-text ol li, .simple-text ul li {
	margin-bottom: 7px;
	list-style: revert;
}

.simple-text a:not(.btn) {
	display: inline;
	text-decoration: none;
	color: var(--emd-orange);
}

@media (hover:hover) {
	.simple-text a:not(.btn):hover {
		text-decoration: underline;
		color: var(--emd-magenta);
	}
}

@media (max-width:768px) {
	.container-xs {
		max-width: 580px;
		padding: 0 25px;
	}
	
	.simple-text * {
		font-size: var(--body-font-size);
	}
}

.header__inner, section.cta-block--full-width, section.hero-v4-block, section.text-image-block {
	margin-left: auto !important;
	margin-right: auto !important;
}

.rank-math-breadcrumb {
	font-size: 14px;
	font-family: var(--font-family-figtree);
}

.rank-math-breadcrumb a, .rank-math-breadcrumb p, .rank-math-breadcrumb span {
	font-family: var(--font-family-figtree);
}

@media screen and (max-width:600px) {
	#wpadminbar {
		position: fixed;
	}
}

.h1, h1 {
	color: var(--cl-dark-blue-grey);
	font-family: var(--font-family-figtree);
	font-size: clamp(32px, 4.43vw, 60px);
	font-style: normal;
	line-height: 130%;
}

.h2, h2 {
	color: var(--cl-dark-blue-grey);
	font-family: var(--font-family-figtree);
	font-size: clamp(24px, 3.39vw, 42px);
	font-style: normal;
	line-height: 130%;
}

.h3, h3 {
	color: var(--cl-dark-blue-grey);
	font-family: var(--font-family-figtree);
	font-size: clamp(26px, 3.91vw, 34px);
	font-style: normal;
	line-height: 130%;
}

.h4, h4 {
	color: var(--cl-dark-blue-grey);
	font-family: var(--font-family-figtree);
	font-size: clamp(20px, 2.96vw, 24px);
	font-style: normal;
	line-height: 130%;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 150px;
	padding: 0 50px;
	background: var(--body-bg);
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: height .3s, padding .3s, -webkit-box-shadow .3s;
	transition: height .3s, padding .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

@media (max-width:1240px) {
	.header {
		height: 100px;
	}
}

@media (max-width:768px) {
	.header {
		height: 80px;
	}
	
	.header__logo a>img {
		display: none !important;
	}
}

.header__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

@media (max-width:1440px) {
	.header {
		padding: 0 25px;
	}
	
	.header__inner {
		gap: 25px;
		gap: 20px;
	}
}

.header__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.header__logo a {
	display: block;
	line-height: 0;
	min-width: 140px;
}

.header__logo img {
	-webkit-transition: height .3s, width .3s;
	transition: height .3s, width .3s;
	max-height: 70px;
	width: 100%;
	height: auto;
	max-width: 200px;
	-o-object-fit: contain;
	object-fit: contain;
}

.header__logo img:not(.header__logo-image--sticky) {
	display: block;
}

.header__logo-image--sticky {
	display: none;
}

.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100%;
}

@media (min-width:1920px) {
	.header__nav {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width:1240px) {
	.header__logo img {
		height: auto;
		width: 100%;
		max-width: 138px;
	}
	
	.header__nav {
		display: none;
	}
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 8px 20px 0;
}

.header__menu-item:not([data-has-mega-menu]):hover .header__menu-underline {
	opacity: 1;
}

.header__menu-item[data-has-mega-menu]:hover {
	background: var(--emd-federal-blue);
	-webkit-transition: background .3s;
	transition: background .3s;
}

.header__menu-item[data-has-mega-menu]:hover .header__menu-underline {
	opacity: 1;
}

.header__menu-item[data-has-mega-menu]:hover a {
	-webkit-transition: color .3s;
	transition: color .3s;
	color: var(--cl-white);
}

.header__menu-item[data-has-mega-menu]:hover a svg path {
	stroke: var(--cl-white);
	-webkit-transition: stroke .3s;
	transition: stroke .3s;
}

.header__menu-item[data-has-mega-menu].is-active a {
	color: var(--cl-white);
}

.header__menu-item[data-has-mega-menu].is-active a svg path {
	stroke: var(--cl-white);
}

.header__menu-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	color: var(--cl-dark-blue-grey);
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-nav);
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

@media (max-width:1440px) {
	.header__menu-item {
		padding: 8px 10px 0;
	}
	
	.header__menu-link {
		font-size: 16px;
	}
}

.header__menu-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	padding: 4px;
	max-width: 20px;
	max-height: 20px;
}

.header__menu-arrow svg {
	max-width: 12px;
	max-height: 7px;
}

.header__menu-underline {
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--emd-magenta);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.header [data-has-mega-menu] .header__menu-underline {
	right: 25px;
}

.header__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:1240px) {
	.header__actions {
		gap: 30px;
	}
}

@media (max-width:768px) {
	.header__actions {
		gap: 25px;
	}
}

.header__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.header__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.header__icon--search {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--emd-federal-blue);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header__icon--search svg path {
	stroke: var(--cl-white);
	-webkit-transition: stroke .3s;
	transition: stroke .3s;
}

@media (hover:hover) {
	.header__icon--search:hover {
		background: var(--emd-magenta);
		-webkit-transition: background .3s;
		transition: background .3s;
	}
	
	.mega-menu__link a:hover {
		background: var(--emd-xanthous);
		color: var(--text-color);
	}
	
	.mega-menu__link a:hover .mega-menu__title-arrow {
		opacity: 1;
	}
}

.header__icon--account {
	gap: 8px;
}

.header__icon:hover svg {
	-webkit-transition: fill .3s;
	transition: fill .3s;
}

.header__icon:hover svg rect {
	fill: var(--emd-magenta);
	-webkit-transition: fill .3s;
	transition: fill .3s;
}

.header__icon-circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--emd-federal-blue);
}

.header__icon-label {
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-nav);
	font-weight: 500;
	color: var(--cl-dark-blue-grey);
	line-height: 1;
	white-space: nowrap;
}

.header__toggle-menu {
	display: none;
}

.header .header__logo-mobile {
	display: none;
}

:root {
	--content-width: 1400px;
	--content-width-small: 1140px;
	--content-width-wide: 1620px;
	--body-bg: #fff;
	--default-color: #000;
	--text-color: #1f2833;
	--text-secondary-color: #fff;
	--orange-color: #ed5732;
	--emd-magenta: #b90163;
	--emd-federal-blue: #26233e;
	--cl-dark-blue-grey: #232a3a;
	--emd-xanthous: #ffbc4d;
	--light-blue-grey: #dddee0;
	--emd-orange: #fe6d03;
	--emd-picton-blue: #2aa9e4;
	--emd-polynesian-blue: #174c95;
	--emd-tiffany-blue: #77c8b6;
	--emd-cerulean: #1e81a5;
	--emd-purple-dark: #500363;
	--emd-persian-indigo: #080152;
	--cl-white: #fff;
	--cl-white-5: rgba(255, 255, 255, .05);
	--cl-white-10: rgba(255, 255, 255, .1);
	--cl-white-30: rgba(255, 255, 255, .3);
	--cl-white-50: rgba(255, 255, 255, .5);
	--cl-white-0: rgba(255, 255, 255, 0);
	--emd-federal-blue-0: rgba(38, 35, 62, 0);
	--emd-federal-blue-10: rgba(38, 35, 62, .1);
	--emd-federal-blue-30: rgba(38, 35, 62, .3);
	--emd-federal-blue-60: rgba(38, 35, 62, .6);
	--emd-federal-blue-80: rgba(38, 35, 62, .8);
	--emd-purple-dark-0: rgba(80, 3, 99, 0);
	--emd-purple-dark-70: rgba(80, 3, 99, .7);
	--emd-picton-blue-10: rgba(42, 169, 228, .1);
	--emd-magenta-10: rgba(185, 1, 99, .1);
	--cl-light-grey: #f5f5f6;
	--cl-divider: #dde4ee;
	--overlay-testimonial-purple: rgba(80, 3, 99, .9);
	--overlay-testimonial-blue: rgba(26, 21, 79, .9);
	--overlay-modal: rgba(0, 0, 0, .5);
	--overlay-contact-purple: rgba(80, 3, 99, .1);
	--emd-gradient: linear-gradient(45deg, #080152 0%, #500363 40%, #b90163 60%, #fe170f 80%, #fe6d03 100%);
	--emd-gradient-h: linear-gradient(45deg, #080152 0%, #500363 40%, #b90163 60%, #fe170f 80%, #fe6d03 100%);
	--emd-gradient-picton-blue-light-h: linear-gradient(90deg, #dff2fb 0%, #ecf7fc 50%, #f6fbfd 100%);
	--emd-gradient-xanthous: linear-gradient(189deg, #fff7eb 0%, #ffe0ad 50%, #ffbc4d 100%);
	--emd-gradient-blue: linear-gradient(270deg, rgba(42, 169, 228, 0) 0%, rgba(42, 169, 228, .6) 50%, rgba(42, 169, 228, 0) 100%);
	--emd-gradient-simple: linear-gradient(22deg, #1a154f 0%, #b91e66 100%);
	--emd-gradient-simple-rev: linear-gradient(22deg, #b91e66 0%, #1a154f 100%);
	--emd-gradient-polynesian: linear-gradient(249deg, #174c95 0%, #26233e 100%);
	--emd-gradient-polynesian-rev: linear-gradient(249deg, #26233e 0%, #174c95 100%);
	--emd-gradient-hero-text: linear-gradient(90deg, #080152 0%, #500363 20%, #b90163 30%, #fe170f 40%, #fe6d03 60%, #ffe0ad 100%);
	--emd-yellow-gradient: linear-gradient(225deg, #fff7eb 0%, #ffe0ad 50%, #ffbc4d 100%);
	--emd-gradient-title: linear-gradient(45deg, #080152 0%, #500363 40%, #b90163 60%, #fe170f 80%, #fe6d03 100%);
	--emd-gradient-subtitle: linear-gradient(45deg, #1a154f 0%, #b91e66 100%);
	--emd-btn-gradient-community: linear-gradient(225deg, #c9e9f8 0%, #81ccef 50%, #2aa9e4 100%);
	--shadow-header: 0 5px 10px rgba(0, 0, 0, .1);
	--shadow-btn: 0 6px 5px 0 rgba(0, 0, 0, .2);
	--font-family-figtree: "Figtree", sans-serif;
	--body-font-size: 18px;
	--font-size-small-text: 14px;
	--font-size-body-sm: 16px;
	--font-size-body-compact: 17px;
	--font-size-nav: 18px;
	--font-size-text-btn: 19px;
	--font-size-h4: 20px;
	--font-size-element-title: 22px;
	--font-size-h3: 26px;
	--font-size-h2: 40px;
	--font-size-section-title: 50px;
	--font-size-hero-subtitle: 21px;
	--font-size-testimonial-quote: 32px;
	--font-size-counter: 74px;
	--font-size-page-title: 74px;
	--font-size-hero-title: 90px;
	--loader: conic-gradient(rgba(255, 0, 0, 0) 0% 25%, var(--br-j) 25% 100%);
}

@media (max-width:1440px) {
	.header__icon-label {
		display: none;
	}
	
	:root {
		--content-width: 1210px;
	}
}

@media (max-width:1024px) {
	:root {
		--font-size-page-title: 56px;
		--font-size-testimonial-quote: 28px;
		--font-size-hero-title: 48px;
		--body-font-size: 16px;
	}
}

@media (max-width:768px) {
	.header .header__logo-mobile {
		display: block;
	}
	
	:root {
		--font-size-section-title: 36px;
		--font-size-page-title: 36px;
		--font-size-testimonial-quote: 24px;
		--font-size-h4: 18px;
		--font-size-element-title: 22px;
		--font-size-h3: 23px;
		--font-size-h2: 30px;
	}
}

@media (max-width:576px) {
	:root {
		--font-size-hero-title: 36px;
	}
}

.mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	background: var(--emd-federal-blue);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity .25s, visibility .25s;
	transition: opacity .25s, visibility .25s;
	z-index: 999;
}

.mega-menu__inner {
	max-width: var(--content-width-small);
	margin: 0 auto;
	padding: 90px 0 120px;
}

.mega-menu__columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

@media (max-width:1240px) {
	.header .btn--cta-sm {
		font-size: 16px;
		padding: 8px 24px;
	}
	
	.header .header__actions .btn {
		display: none;
	}
	
	.header .header__actions .header__toggle-menu {
		display: block;
	}
	
	:root {
		--font-size-page-title: 64px;
	}
	
	.mega-menu__inner {
		padding: 60px 20px;
	}
	
	.mega-menu__columns {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
}

.mega-menu__column {
	min-width: 0;
}

.mega-menu__title-row {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	padding-top: 12px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: default;
}

.mega-menu__title-row svg path {
	stroke: var(--emd-xanthous);
}

.mega-menu__title {
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-h4);
	font-weight: 600;
	line-height: 1.3;
	color: var(--cl-white);
}

.mega-menu__title-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.mega-menu__divider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2px;
	margin-top: 15px;
	width: 100%;
}

.mega-menu__divider::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: var(--emd-xanthous);
}

.mega-menu__divider::after {
	content: "";
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	background: var(--cl-white-10);
}

.mega-menu__links {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.mega-menu__link a {
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-body-compact);
	font-weight: 500;
	line-height: 1.2;
	color: var(--cl-white);
	text-decoration: none;
	padding: 10px;
	border-radius: 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mega-menu__link a .mega-menu__title-arrow {
	width: 17px;
	height: 19px;
	opacity: 0;
}

.mega-menu__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	padding-top: 12px;
}

.mega-menu-mobile {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	bottom: 0;
	z-index: 99999;
	background: var(--emd-federal-blue);
	color: var(--cl-white);
	overflow: hidden;
	-webkit-transition: left .6s;
	transition: left .6s;
}

.mega-menu-mobile__inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 90px 30px 25px;
	gap: 25px;
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
}

.mega-menu-mobile__items {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.mega-menu-mobile__item {
	padding: 13px 0;
	border-bottom: 1px solid hsla(0, 0%, 100%, .05);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 70px;
}

.mega-menu-mobile__item a, .mega-menu-mobile__item-title {
	font-family: var(--font-family-figtree);
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	color: var(--cl-white);
}

.mega-menu-mobile__item--column-main-link {
	border-bottom: none;
}

.mega-menu-mobile__item--column-main-link a {
	font-size: 23px;
	font-weight: 700;
	line-height: normal;
	color: var(--emd-xanthous);
}

.mega-menu-mobile__item-open_column_links {
	border-radius: 3px;
	border: 1px solid hsla(0, 0%, 100%, .1);
	width: 44px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mega-menu-mobile__item-open_column_links svg {
	width: 8px;
	height: 13px;
}

.mega-menu-mobile__item-open_column_links svg path {
	stroke: var(--cl-white);
}

.mega-menu-mobile__item-column_links {
	position: fixed;
	top: 95px;
	bottom: 0;
	left: 100%;
	width: 100%;
	z-index: 9999999;
	background: var(--emd-federal-blue);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px 30px 25px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: left .6s;
	transition: left .6s;
}

.mega-menu-mobile__item-column_links .mega-menu-mobile__item-column_links-main-link, .mega-menu-mobile__item-column_links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 13px 0;
	border-bottom: 1px solid hsla(0, 0%, 100%, .05);
	min-height: 70px;
}

.mega-menu-mobile__item-column_links .mega-menu-mobile__item-column_links-main-link {
	font-size: 23px;
	font-weight: 700;
	line-height: normal;
	color: var(--emd-xanthous);
	border-bottom: none;
}

.mega-menu-mobile__actions {
	text-align: center;
}

.mega-menu-mobile__open_submenu {
	border-radius: 3px;
	border: 1px solid hsla(0, 0%, 100%, .1);
	width: 44px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mega-menu-mobile__open_submenu svg {
	width: 8px;
	height: 13px;
}

.mega-menu-mobile__open_submenu svg path {
	stroke: var(--cl-white);
}

.mega-menu-mobile .header__actions {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--light-blue-grey);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 999px;
	width: 100%;
	max-width: 352px;
	padding: 10px 10px 10px 25px;
}

.mega-menu-mobile .header__actions .header__icon.header__icon--search {
	display: none;
	width: 34px;
	height: 34px;
}

.mega-menu-mobile .header__actions .header__icon.header__icon--account .header__icon-circle {
	width: 34px;
	height: 34px;
}

.mega-menu-mobile .header__actions .header__icon.header__icon--account .header__icon-label {
	display: inline-block;
}

.mega-menu-mobile .header__actions .btn {
	width: 100%;
}

.mega-menu-mobile__menu {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	bottom: 0;
	background: var(--emd-federal-blue);
	z-index: 999999;
	height: 100%;
	gap: 25px;
	overflow: hidden;
	-webkit-transition: left .6s;
	transition: left .6s;
}

.mega-menu-mobile__menu-inner {
	position: relative;
	left: 0;
	height: 100%;
	padding: 30px 30px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: left .6s;
	transition: left .6s;
}

.mega-menu-mobile__menu-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px;
	min-height: 70px;
}

.mega-menu-mobile__menu-back-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.mega-menu-mobile__menu-back-button svg {
	width: 8px;
	height: 13px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mega-menu-mobile__menu-back-button svg path {
	stroke: var(--cl-white);
}

.mega-menu-mobile__menu-back-button span {
	font-family: var(--font-family-figtree);
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	color: var(--cl-white);
}

.mega-menu-mobile__menu-close-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	position: fixed;
	z-index: 999999999;
	top: 23px;
	right: -300px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.mega-menu-mobile__menu-close-button svg path {
	stroke: var(--cl-white);
}

.mega-menu-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
}

.mega-menu-card__badge {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: var(--font-family-figtree);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: .05em;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mega-menu-card__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6px;
	padding: 20px 30px 20px 20px;
}

.mega-menu-card__name {
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-h4);
	font-weight: 600;
	line-height: 1.3;
}

.mega-menu-card__name-highlight {
	font-style: italic;
}

.mega-menu-card__price-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 5px;
}

.mega-menu-card__price-label, .mega-menu-card__price-prefix {
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.5;
}

.mega-menu-card__price {
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-h3);
	font-weight: 700;
	line-height: 1.15;
}

.mega-menu-card--community {
	background: var(--emd-gradient-picton-blue-light-h);
}

.mega-menu-card--community .mega-menu-card__badge {
	background: var(--emd-gradient-blue);
	color: var(--cl-white);
}

.mega-menu-card--community .mega-menu-card__name {
	color: var(--cl-dark-blue-grey);
}

.mega-menu-card--community .mega-menu-card__price {
	color: var(--emd-picton-blue);
}

.mega-menu-card--community .mega-menu-card__price-label {
	color: var(--cl-dark-blue-grey);
}

.mega-menu-card--pro {
	background: var(--cl-white);
}

.mega-menu-card--pro .mega-menu-card__badge {
	background: var(--emd-gradient);
	color: var(--cl-white);
}

.mega-menu-card--pro .mega-menu-card__name {
	color: var(--cl-dark-blue-grey);
}

.mega-menu-card--pro .mega-menu-card__price {
	background: var(--emd-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-clip: text;
}

.mega-menu-card--pro .mega-menu-card__price-label {
	color: var(--cl-dark-blue-grey);
}

.mega-menu-card--enhanced {
	background: var(--emd-gradient-simple);
}

.mega-menu-card--enhanced .mega-menu-card__badge {
	background: var(--emd-yellow-gradient);
	color: var(--cl-dark-blue-grey);
}

.mega-menu-card--enhanced .mega-menu-card__name-highlight {
	background: var(--emd-gradient-xanthous);
	background-clip: text;
	-webkit-background-clip: text;
	padding: 0 3px;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.mega-menu-card--enhanced .mega-menu-card__name, .mega-menu-card--enhanced .mega-menu-card__price, .mega-menu-card--enhanced .mega-menu-card__price-label, .mega-menu-card--enhanced .mega-menu-card__price-prefix {
	color: var(--cl-white);
}

.mega-menu-card--enhanced .mega-menu-card__price {
	background: var(--emd-gradient-xanthous);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.search-overlay {
	position: fixed;
	inset: 0;
	z-index: 1100;
	background: var(--cl-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.search-overlay__close {
	position: absolute;
	top: 45px;
	right: 45px;
	width: 28px;
	height: 28px;
	background: 0 0;
	border: none;
	cursor: pointer;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-overlay__inner {
	width: 100%;
	max-width: 600px;
	padding: 0 20px;
}

.search-overlay__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid var(--emd-federal-blue);
	padding: 0 10px 0 5px;
}

.search-overlay__input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 54px;
	border: none;
	outline: 0;
	background: 0 0;
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.2;
	color: var(--cl-dark-blue-grey);
}

.search-overlay__input::-webkit-input-placeholder {
	color: var(--cl-dark-blue-grey);
}

.search-overlay__input::-moz-placeholder {
	color: var(--cl-dark-blue-grey);
}

.search-overlay__input:-ms-input-placeholder {
	color: var(--cl-dark-blue-grey);
}

.search-overlay__input::-ms-input-placeholder {
	color: var(--cl-dark-blue-grey);
}

.search-overlay__input::placeholder {
	color: var(--cl-dark-blue-grey);
}

.search-overlay__submit {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background: 0 0;
	border: none;
	cursor: pointer;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (hover:hover) {
	.search-overlay__close:hover, .search-overlay__submit:hover {
		opacity: .7;
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
	}
}