/** Shopify CDN: Minification failed

Line 1738:0 Unexpected "}"
Line 2452:0 Unexpected "}"
Line 2567:1 Expected "}" to go with "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* font-family: "Inter", sans-serif; */
:root {
	--color-stroke-dotted: hsla(0, 0%, 100%, 0.45);
}
.temp-index.overflow-hidden-tablet a.header__heading-link.link.link--text.focus-inset {
    z-index: -1;
}


.main-brand-logos {
	background: #f3f2ed;
	padding: 100px 0 160px 0;
	overflow: hidden;
}

.main-brand-logos h3 {
	font-size: 34px;
	margin: 0 0 100px 0;
}

.brand-logos:before {
	content: "";
	position: absolute;
	width: 100vmax;
	height: 1px;
	background: #242526;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}

.brand-logos {
	display: grid;
	position: relative;
	justify-content: center;
	padding: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 100px 20px;
	max-width: 1200px;
	margin: auto;
}

.brand-logos__item img {
	max-height: 60px;
}

.brand-logos__item {
	text-align: center;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}



body,
body * {
	font-family: Humanst521 BT;
	font-weight: 400;
	font-style: Roman;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
}

.header:not(.drawer-menu).page-width {
	padding-left: 40px;
	padding-right: 40px;
}

.home-hero p,
.home-hero h4 {
	margin: 0;
}

.page-width {
	padding-left: 40px;
	padding-right: 40px;
}

.header__icons #cart-icon-bubble {
	display: none;
}

.header__icons details-modal.header__search {
	display: none !important;
}

.header__icons .header__icon {
	width: auto;
	height: auto;
	border-radius: 30px;
	border: 1px solid #191919;
	text-decoration: none;
	padding: 1px 24px;
	margin-left: 8px;
	transition: color .4s cubic-bezier(.23, 1, .32, 1);
	text-align: center;
	color: #191919;
	min-height: 30px;
}

.header__icon.header__icon--contact {
	color: #fff;
	background: #191919;

}

.header--middle-left {

	column-gap: 1rem;
}

/* blog */
.blog__title {
	font-size: 46px;
	letter-spacing: 0;
	font-family: 'Humanst521 BT';
	margin: 0;
	line-height: 1;
}

.title-wrapper-with-link {
	margin-bottom: 80px;
	padding-left: 30px;
}

.blog__posts {
	margin: 0 !important;
	padding: 0 !important;
}

.blog-articles .article-card .card__information,
.blog__posts .article-card .card__information {
	padding: 0 28px;
}

.article-card-wrapper.card-wrapper {
	border-left: 1px solid #CFCFCF;
	padding: 0 20px 0 28px;
}

.card__information p {
	font-size: 14px;
	font-family: 'Inter';
	color: #191919;
	margin: 0 0 4px 0;
}

.card__content .card__information {
	padding: 0 !important;
}

h3.card__heading.h2 a {
	color: #191919;
	text-decoration: none;
	font-size: 20px;
	margin-bottom: 10px;
}

a.readmore-article {
	color: #191919;
	text-decoration: none !important;
	margin: 60px 0 0;
	font-size: 17px;
	line-height: 1.5;
	padding: 0 0 .26em;
	background-image: linear-gradient(90deg, #191919, #191919 2px, transparent 0, transparent);
	background-repeat: repeat-x;
	background-size: 4px 1px;
	transition-property: background-size;
	background-position: 0 100%;
	position: relative;
	display: inline-block;
	width: fit-content;
}

.article-card .card__heading {
	margin-bottom: 60px;
}

/* blog */
.footer__content-top {
	padding-bottom: 80px !important;
	max-width: 100% !important;
}

h2.footer-block__heading {
	font-size: 14px;
	font-family: 'Inter';
	font-weight: 400;
	margin-bottom: 18px;
	line-height: 1.5;

	color: #a4abb4;
}

ul.footer-block__details-content li a,
.footer-block__details-content.rte p a {
	color: #fff !important;
	font-size: 14px !important;
	line-height: 1.5;
	padding: 0;
	text-decoration: none !important;
	font-family: Inter;
	background-image: linear-gradient(90deg, var(--color-stroke-dotted), var(--color-stroke-dotted) 2px, transparent 0, transparent);
	background-repeat: repeat-x;
	background-size: 4px 1px;
	transition-property: background-size;
	background-position: 0 100%;
	padding-bottom: .26em;
	position: relative;
}

ul.footer-block__details-content li a:after,
.footer-block__details-content.rte p a:after,
.policies li a:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#a4abb4, #a4abb4);
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: .4s cubic-bezier(.19, 1, .22, 1);
	transition-property: background-size;
	background-position: 0 100%;
	display: inline;
	padding-bottom: .26em;
}

a.readmore-article:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#f26801, #f26801);
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: .4s cubic-bezier(.19, 1, .22, 1);
	transition-property: background-size;
	background-position: 0 100%;
	display: inline;
	padding-bottom: .26em;
}

.article-card-wrapper.card-wrapper:hover a.readmore-article:before {
	background-size: 100% 1px;
}

.article-card-wrapper.card-wrapper:hover {
	border-color: #f26801;
}

.article-card-wrapper.card-wrapper:hover * {
	color: #f26801;
}

.article-card-wrapper.card-wrapper.underline-links-hover {}

ul.footer-block__details-content li a:hover:after,
.footer-block__details-content.rte p a:hover:after,
.policies li a:hover:after {
	background-size: 100% 1px;
}

.policies li a:hover {
	color: #fff !important;
}

ul.footer-block__details-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-block__details-content.rte p {
	font-size: 14px;
	color: #A4ABB4;
	font-family: 'Inter';
	line-height: 1.5;
}

img.footer-main-img {
	margin-bottom: 40px;
}


.footer-block.grid__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-block.grid__item>a {
	text-decoration: none;
	color: #000;
	background: #fff;
	display: inline-flex;
	width: auto;
	margin-bottom: 12px;
	padding: 4px 20px;
	border-radius: 32px;
	min-height: 32px;
	line-height: 1;
	align-items: center;
	font-size: 16px;
	font-family: 'Inter';
}

.footer__content-bottom {
	border: 0 !important;
	padding: 0 !important;
}

a.footer-custombtn.footer-btn2,
a.footer-custombtn.footer-btn3 {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

a.footer-custombtn.footer-btn2:hover,
a.footer-custombtn.footer-btn3:hover,
.footer-block.grid__item>a:hover {
	background-color: #a4abb4 !important;
	color: #000;
	border-color: #a4abb4 !important;
}

.footer__copyright.caption {
	margin: 0;
}

p.follow-us-title {
	margin: 0;
}

.footer__content-bottom-wrapper * {
	font-size: 14px;
	font-family: 'Inter';
	list-style: none !important;
	color: #A4ABB4;
	font-weight: 400;
}

ul.policies.list-unstyled {
	list-style: no;
}

ul.policies.list-unstyled {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.policies li:before {
	display: none;
}

.policies li a {
	color: #A4ABB4 !important;

	font-size: 14px !important;
	line-height: 1.5;
	padding: 0;
	text-decoration: none !important;
	font-family: 'Inter';
	background-image: linear-gradient(90deg, var(--color-stroke-dotted), var(--color-stroke-dotted) 2px, transparent 0, transparent);
	background-repeat: repeat-x;
	background-size: 4px 1px;
	transition-property: background-size;
	background-position: 0 100%;
	padding-bottom: .26em;
	position: relative;
}

.image-with-text__text-item.grid__item .button:hover {
	background: #f88026;
}

a.link.list-social__link svg path {
	fill: #fff;
}

a.link.list-social__link:hover svg path {
	fill: #a4abb4;
}

.footer__copyright.caption {
	flex: 1;
	gap: 30px;
}

.footer-bottom-icons.footer__copyright.caption {
	max-width: 230px;
	gap: 30px;
}

.custom-mega-menu {
	--color-text: #fff;
	--color-text-light: #a4abb4;
	--color-stroke: #595f69;
	--color-stroke-dotted: hsla(0, 0%, 100%, 0.45);
	--color-bg: #191919;
	--color-highlight: #fff;
	--color-highlight-text: #fff;
	--color-highlight-complement-text: #fff;
	--color-text-over-highlight: #000;
	--color-text-over-highlight-hover: #000;
	--color-highlight-hover: #a4abb4;
	--color-form-bg: #191919;
	top: var(--size-global-header-height);
	padding: var(--size-56);
	padding-bottom: calc(var(--size-56)*1.1*1);
	--color-text: var(--color-text-light);
	left: 0;
	right: 0;
	background-color: #ffffff;
	color: var(--color-text);
	z-index: 9999;
	justify-content: center;
}

a.header__icon:hover {
	background: #636d70;
	color: #fff;
	border-color: #636d70;
}


.home-hero {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: var(--size-80);
}

.home-hero__logo {
	width: 90%;
	color: var(--color-text);
	visibility: hidden
}


.text-snippet__heading,
.text-snippet__text {
	font-family: Lausanne, Helvetica Neue, arial, sans-serif;
	font-size: 16px;
	line-height: 1.38;
	font-weight: 300;
}

.home-hero__content {
	max-width: 50rem
}

.text-snippet__heading {
	color: #F26801;
}

.text-snippet__heading,
.text-snippet__text {
	/* font-family: Lausanne,Helvetica Neue,arial,sans-serif; */
	font-size: 16px;
	line-height: 1.38;
	font-weight: 300;
}

.text-snippet__heading {
	font-weight: 700;
	font-size: 23px;
	line-height: 1;
	letter-spacing: 0;
}

.text-snippet__text {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0;
	color: #191919;
}

.home-hero {
	padding: 114px 0 60px 0;
}

.link,
.customer a {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 22.08px;
	letter-spacing: 0;
}

.link,
.customer a {
	color: #636D70;
	text-decoration: none !important;
}

.header__menu-item:hover span {
	text-decoration: none;
}

details[open]>.header__menu-item {
	position: relative;
	color: #191919;
	text-decoration: none !important;
}

details[open]>.header__menu-item:before {
	content: "";
	position: absolute;
	width: 100%;
	background-color: #191919;
	height: 3px;
	left: 0;
	bottom: -20px;
}

header .main-custom-menu-listing {
	display: flex;
	justify-content: center;
	color: #191919;
}

header .custom-menu-listing {
	transition: .8s cubic-bezier(.19, 1, .22, 1);
	transition-property: opacity, transform;
	color: #636d70 !important;
	justify-content: center;
	max-width: 16.5rem;
	justify-content: center;
	font-size: 16px;
	font-family: 'Inter';
	display: flex;
	flex-direction: column;
}

header .custom-menu-listing a {
	color: #636d70 !important;
	text-decoration: none;
	font-family: 'Inter';
	display: inline-flex;
	margin-bottom: 18px;
	position: relative;
	border: 0px !important;
	padding: 0 0 .26em;
	background-image: linear-gradient(90deg, #191919, #191919 2px, transparent 0, transparent) !important;
	background-repeat: repeat-x !important;
	background-size: 4px 1px !important;
	transition-property: background-size;
	background-position: 0 100% !important;
	position: relative;
	display: inline-block;
	width: fit-content;
}

header .custom-menu-listing a:hover:after {
	background-size: 100%1px;
}

.custom-menu-listing a:after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#191919, #191919);
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: .4s cubic-bezier(.19, 1, .22, 1);
	transition-property: background-size;
	background-position: 0 100%;
	display: inline;
	padding-bottom: .26em;
}

header .custom-menu-listing:hover a,
header a.footer-custombtn.footer-btn2:hover,
header a.footer-custombtn.footer-btn3:hover,
header .footer-block.grid__item>a:hover {
	color: #191919 !important;
	cursor: pointer;
	border: 0px;
	background: linear-gradient(90deg, #191919, #191919 2px, transparent 0, transparent) !important;
	background-position: 0 100% !important;
	background-size: 4px 1px !important;
	background-repeat: repeat-x !important;
}

.custom-menu-listing+.custom-menu-listing {

	margin-left: 90px;
}

header .custom-menu-listing:hover {
	color: #191919 !important;
}

ul.mega-menu__list.page-width.mega-menu__list--condensed {
	display: flex;
	justify-content: center;
	gap: 90px;
}

ul.mega-menu__list.page-width.mega-menu__list--condensed a,
.menu-contents.menu-listing a,
.menu-listing a {
	color: #636d70 !important;
	text-decoration: none;
	font-family: Inter;
	display: inline-flex;
	margin-bottom: 0;
	border: 0px !important;

	background-image: linear-gradient(90deg, #191919, #191919 2px, transparent 0, transparent) !important;
	background-repeat: repeat-x !important;
	background-size: 4px 1px !important;
	transition-property: background-size;
	background-position: 0 100% !important;
	position: relative;
	display: inline-block;
	width: fit-content;
	font-size: 18px;
	margin-bottom: 1.3rem;
	padding: 0 0 0.26em 0;
	line-height: 1.2;
}

ul.mega-menu__list.page-width.mega-menu__list--condensed a:after,
.menu-contents.menu-listing a:after,
.menu-listing a:after {
	bottom: 0;
	right: 0;
	z-index: 1;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#191919, #191919);
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: .4s cubic-bezier(.19, 1, .22, 1);
	transition-property: background-size;
	background-position: 0 100%;
	display: inline;
	padding-bottom: .26em;

}

.mega-menu__content {
	z-index: 999;
}

.mm-menus {
	display: flex;
	justify-content: center;
}

h2.menu-heading {
	font-family: Lausanne, Helvetica Neue, arial, sans-serif;
	font-size: 14px !important;
	line-height: 1.43;
	margin-bottom: 2rem;
	margin-top: 0;
	color: #636d70 !important;
}

p.menu-text {
	font-family: Reckless, Georgia, Times, Times New Roman, serif;
	font-size: 20px !important;
	line-height: 1.3;
	transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.menu-contents.menu-listing {
	min-width: 29rem;
	max-width: 38rem;
	margin-right: 8rem;
	padding-left: 0;
}

.menu-listing {
	padding-left: 60px;
}


ul.mega-menu__list.page-width.mega-menu__list--condensed a:hover:after,
.menu-contents.menu-listing a:hover:after,
.menu-listing a:hover:after {
	background-size: 100% 1px;
}

ul.mega-menu__list.page-width.mega-menu__list--condensed a:hover,
.menu-contents.menu-listing a:hover,
.menu-listing a:hover {
	color: #191919 !important;
}

.menu-contents.menu-listing a {
	margin-bottom: 13px;
}

.mega-menu__content {
	z-index: 999;
}

.mm-menus {
	display: flex;
	justify-content: center;
}

h2.menu-heading {
	font-family: Lausanne, Helvetica Neue, arial, sans-serif;
	font-size: 14px !important;
	line-height: 1.43;
	margin-bottom: 2rem;
	margin-top: 0;
}

.menu-contents.menu-listing * {
	color: #636d70 !important;
	font-family: 'Inter' !important;
	font-size: 16px;
}

.rich-text__text h3 {
	font-size: 24px;
	line-height: 1.2;
}

.rich-text__text h3 * {
	font-size: inherit;
	line-height: inherit;
}

.rich-text__blocks {
	max-width: 698px;
}

.rich-text__blocks * {
	color: #000;
	line-height: 1.2;
	margin-top: 0;
}


.image-with-text .grid__item>div {
	padding: 30px;
	max-width: 595px;
}

.image-with-text__media-item {
	max-width: 595px;
}

.image-with-text__grid .image-with-text__media {
	margin-left: auto;
}

.image-with-text__grid .image-with-text__content {
	margin-left: 0;
	margin-right: auto;
}

.image-with-text__grid--reverse .image-with-text__media {
	margin-left: auto;
}

.image-with-text__grid--reverse .image-with-text__content {
	margin-left: 0 !important;
	margin-right: auto;
}



/**************************************** video ****************************************/
.video-drawer-section {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	padding-left: 80px;
	padding-right: 80px;
	transform: translateY(-50%);
	width: 100%;
}

.main-video-drawer-section-inner {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;

}

.main-video-drawer-section {
	position: relative;
	display: flex;

}

.video-drawer-section .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}

.video-drawer-section h2 {
	color: #fff;
	margin: 0;
	font-family: Humanst521 BT;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.1;
	flex: 0 0 100%;

}

.video-desc {
	font-family: Inter;
	line-height: 1.5;
	margin: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.open-drawer-btn svg {
	position: relative;
	margin-right: 0;
}

.open-drawer-btn {
	background: #f26801;
	color: #000;
	border: none;
	cursor: pointer;
	font-weight: 600;
	border-radius: 32px;
	padding: 4px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: Inter;
	font-size: 16px;
}

button.open-drawer-btn:hover {
	background: #f88026;
}

a.image-tab-btn {
	display: inline-flex;
	background: #f26801;
	color: #000;
	padding: 3px 15px;
	min-width: 120px;
	justify-content: center;
	text-decoration: none;
	border-radius: 50px;
	min-height: 30px;
	margin-bottom: 30px;
}

a.image-tab-btn:hover {
	background: #f88026;
}

.video-drawer {
	position: fixed;
	top: 0;
	right: -100%;
	width: 85vw;
	height: 100%;
	background: #f3f2ee;
	box-shadow: -3px 0 8px rgba(0, 0, 0, 0.3);
	transition: right 0.3s ease;
	z-index: 9999;
}

.video-drawer.open {
	right: 0;
}

.video-drawer__inner {
	padding: 80px 40px;
	height: 100%;
}

.close-drawer-btn {
	background: none;
	border: none;
	cursor: pointer;
	font-family: Lausanne, Helvetica Neue, arial, sans-serif;
	line-height: 1.38;
	font-weight: 300;
}

.video-wrapper,
.video-wrapper iframe {
	height: 100%;
}

.video-wrapper {
	padding: 40px 0;
}

img.video-drawer-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.video-drawer-section .content {
	position: relative;
	z-index: 2;
	text-align: left;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.card .card__inner .card__media img {
	filter: grayscale(1);
}

.article-card-wrapper.card-wrapper:hover .card .card__inner .card__media img {
	filter: none;
}


.tabs-section {
	padding-top: 60px;
	padding-bottom: 60px;

}

.tabs-header {
	display: flex;
	gap: 0;
	justify-content: space-between;
}

.tabs-header .tab-btn {
	font-size: 21px;
	line-height: 1.44;

	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #636D70;
	text-align: center;
	transition: .4s cubic-bezier(.23, 1, .32, 1);
	transition-property: color, border-color;
	border: 0;
	border-bottom: 1px solid #636D70;
	background: transparent;
	width: 100%;
	cursor: pointer;
	min-height: 55px;
	height: 100%;
}

.tabs-content-slider {
	background: #1e1e1e;
}

.tabs-header .tab-btn.active {
	color: #F26801;
	border-bottom: 1px solid #F26801;
}

.tabs-slider {
	width: 100%;
	padding: 100px 30px 40px 30px
}



.tab-left {
	flex: 1 1 50%;
}

.tab-right {
	flex: 1 1 50%;
	display: flex;
	flex-wrap: wrap;
}

.tab-left .subtitle {
	color: #a4abb4;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 20.02px;
	letter-spacing: 0;
}

.tab-left .tab-slider-con * {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #fff;
	margin: 0 0 30px 0;
}

.tab-left .title {
	font-weight: 400;
	font-size: 46px;
	line-height: 120%;
	letter-spacing: 0;
	color: #fff;
	margin: 0 0 30px 0;
}

.tab-left .tab-slider-con ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.tab-left .tab-slider-con ul li {
	margin: 0 0 18px 0;
	padding-left: 27px;
	background: url(/cdn/shop/files/mdi_arrow-up.svg?v=1757433487);
	background-repeat: no-repeat;
	background-size: 17px;
	background-position-x: 0;
	background-position-y: 3px;
}

.tab-right img {
	width: 100%;
}


section.scrolltext-banner {
	position: relative;
}

section.scrolltext-banner:before {
	content: '';
	position: absolute;
	width: 100%;
	background: #000;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 60%;
}


.tab-slide {
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: center;

}

.tab-left {
	flex-wrap: wrap;
	align-items: baseline;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.image-tabs-content-slider .sub-title {
	color: #fff;
}

h2.image-with-text__heading {
	font-size: 46px;
	color: #191919;
	font-family: 'Humanst521 BT';
	letter-spacing: 0;
	line-height: 1;
}

.image-with-text__text.rte.body * {
	font-size: 16px;
	color: #191919;
	font-family: 'Inter';
}

.image-with-text__text-item.grid__item .button {
	display: inline-flex;
	background: #f26801;
	color: #000;
	padding: 3px 15px;
	min-width: 120px;
	justify-content: center;
	text-decoration: none;
	border-radius: 50px;
	min-height: 30px;
	margin-bottom: 0;
	letter-spacing: 0;
}

.image-with-text__text-item.grid__item .button:before,
.image-with-text__text-item.grid__item .button:after {
	display: none;
}

.footer__blocks-wrapper>div {
	max-width: 100%;
	width: 100% !important;
}


.rich-text {
	background: #F3F2EE;
}

.rich-text__text * {
	font-family: Inter;
	font-size: 16px;
	line-height: 1.2;
}

.rich-text__text h3 {

	font-size: 24px;

}

.rich-text__text h3 * {

	font-size: inherit;

}

.rich-text__blocks {
	max-width: 698px !important;
}

.rich-text__text strong {
	font-weight: 600;
}

.about-us__content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	flex: 0 0 52.8%;
	max-width: 52.8%;
	padding: 40px 40px 40px 0;
	flex-direction: column;
}

.about-us {
	display: flex;
	gap: 30px;
	align-items: center;
	padding: 60px 20px;
}

.about-us__content h1 {
	font-size: 66px;
	line-height: 117%;
	letter-spacing: 0.01em;
	margin: 0;
	justify-self: center;
	max-width: 585px;
	flex: 1;
}

.aboutus-image-text {
	display: flex;
	flex-wrap: wrap;


}

.about-us__image {
	flex: 0 0 47.2%;
	max-width: 47.2%;
	display: flex;
}

.about-us__image img {
	max-width: 100%;
}

.about-us__image img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}


.main-image-text-accordiion {
	background: #191919;
}

.main-image-text-accordiion h1,
.main-image-text-accordiion h2 {
	font-weight: 400;
	font-size: 46px;
	line-height: 120%;
	letter-spacing: 0;
	color: #fff;
	margin: 0;
}

.accordion-header {
	width: 100%;
	text-align: left;
	border: none;
	cursor: pointer;
	background: transparent;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0;
}

.accordion-content {
	display: none;
}

.accordion-content * {
	color: #a4abb4;
	font-weight: 400;
	font-size: 18px;
	line-height: 22.08px;
}

.accordion-item.active .accordion-content {
	display: block;
}


.ita__content .accordion-header {
	padding: 0 !important;
	margin-bottom: 0;
	line-height: 1.1;
	font-family: Inter;
}

.ita__content .accordion-content * {
	font-size: 16px;
	line-height: 1.4;
}

.ita__content .accordion-content p {
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Inter';
	margin: 0;
}

.ita__content .accordion-content {
	margin: 13px 0 30px 0;
}

.accordion-item.active {
	position: relative;
}

.accordion-item:before {
	content: "";
	position: absolute;
	left: -30px;
	height: 0;
	background: #4B5058;
	width: 2px;
	top: 0;
	transition: 0.2s all linear;
}

.accordion-item:after {
	content: "";
	position: absolute;
	left: -30px;
	height: 0;
	background: #fff;
	width: 2px;
	top: 0;
	max-height: 30px;
	transition: 0.2s all linear;
}

.accordion-item.active:before,
.accordion-item.active:after {
	height: 100%;
	transition: 0.2s all linear;
}

.ita__content .accordion-content p+p {
	margin-bottom: 12px;
}

.ita__content .accordion-item {
	margin-top: 27px;
}

.main-image-text-accordiion {
	padding: 56px 0;
}

.image-text-accordiion {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ita__content {
	max-width: 640px;
	padding-left: 30px;
}

.accordion {
	margin: 40px 40px 0 0;
}

.ita__content .accordion {
	margin: 40px 0 0 0;
}

.accordion-content * {
	margin: 8px 0;
}

.accordion-content p {
	line-height: 20px;
	font-size: 18px;
}

button.accordion-header {
	padding: 8px 0;
}


.ita__content {
	max-width: 600px;
}

.leadership-team {
	padding: 56px 0px 100px 0;
	text-align: center;
	background: #F3F2EE;
}

.leadership-heading {
	font-size: 50px;
	line-height: 120%;
	letter-spacing: 0;
	margin: 0 0 58px 0;
	text-align: left;
	color: #191919;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 30px;
}

.team-member img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.team-info {
	margin-top: 30px;
	text-align: left;
}

.team-position {
	font-size: 14px;
	color: #000;
	margin: 0 0 10px 0;
	font-family: Inter;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: -0.02em;
}


.team-name {
	margin: 0;
	font-family: Inter;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: -0.04em;
}


.blog__posts.articles-wrapper {
	grid-row-gap: var(--size-96);
	display: grid;
}

.blog__posts.articles-wrapper>li {
	width: 100%;
	max-width: 100%;
}




.is-visible span.left-line--stat {
	transform: scaleX(1) scaleY(1);
}

.tab-left .tab-slider-con ul li {
	background: url(/cdn/shop/files/Group_2112.svg?v=1757552632);
	background-size: 11px;
	background-position-y: 7px;
	background-repeat: no-repeat;
	background-position-x: 0;
}

.main-brand-logos .brand-logos__item img {
	max-height: 90px;
	max-width:100%;
}

span.left-line--stat {
	transform-origin: 0 0;
	transition: 1s cubic-bezier(.5, 0, 0, 1);
	transition-property: transform, opacity;
	transition-delay: 0s;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	border-left: 1px solid #F26801;
	width: 1px;
	transform: scaleY(0);
}

.header__icons {
	padding-right: 0 !important
}

.stat {
	padding-left: 30px;
	position: relative;
}

span.left-line--stat {
	width: 2px;
	display: flex;
	height: 100%;
	position: absolute;
	background: #F26801;
	left: 0;
	top: 0;
}

.stats-block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 60px 0px;
	gap: 28px;
}

.main-stats-block {
	background: #F3F2ED;
}

p.stat-text {
	margin: 0 0 30px 0;
	font-size: 16px;
	font-family: 'Inter';
	color: #191919;
	min-height: 45px;
	line-height: 1.5;
}

.stat h3 {
	font-size: 72px;
	color: #191919;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 40px 0;
}

.stat-desc p {
	margin: 0;
	font-size: 11px;
	color: #191919;
	font-family: 'Inter';
	line-height: 1.5;
}

.footer__blocks-wrapper {

	display: grid;
}

@media (min-width: 64em) {
	.home-hero__logo {
		flex: 0 0 50%
	}
}

@media (max-width: 63.99em) {
	.home-hero__content {
		margin-top: var(--size-40);
		margin-bottom: var(--size-32)
	}
}

@media (min-width: 64em) {
	.home-hero__content {
		margin-left: 10%
	}
}

@media (min-width: 64em) {
	.home-hero {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: var(--size-80)
	}
}


@media (min-width: 80em) {
	.footer__blocks-wrapper {
		grid-template-columns: repeat(7, 1fr);
		display: grid;
		gap: 56px 32px;
	}

	.blog__posts.articles-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}

	.blog__posts.articles-wrapper>li:first-child {
		grid-column: 1 / span 2;
	}
}

@media (min-width: 64em) {
	.blog__posts.articles-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 90em) {
	.blog__posts.articles-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 48em) {
	.blog__posts.articles-wrapper {
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	}

	.footer__blocks-wrapper {
		grid-template-columns: repeat(3, 1fr);
		display: grid;
		gap: 56px 32px;
	}
}


@media(min-width:1025px) {
	.home-hero {
		padding: 50px 0 94px 0;
	}
	.home-hero {
		padding: 50px 0 195px 0;
	}

	header .list-menu--inline {
		width: 100%;
		justify-content: center;
	}
}

@media screen and (max-width: 1200px) {
	.video-drawer-section {
		padding: 20px;
	}

	.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
		gap: 10px !important;
	}

	ul.policies.list-unstyled {
		gap: 10px;
	}

	.header__icons .header__icon {
		padding-left: 12px;
		padding-right: 12px;
	}

	.list-menu__item {
		padding-left: 0;
	}

	.header:not(.drawer-menu).page-width {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 990px) {


	.footer__copyright.caption {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
	}

	.footer__copyright.caption {
		justify-content: space-between;
	}

	.footer-bottom-icons.footer__copyright.caption {
		justify-content: end;
	}

	.header--middle-left {
		grid-template-columns: 260px auto 224px;
	}

	a.header__icon.header__icon--contact.link {
		margin: 0;
	}
/* 
	.temp-index .header__heading {
		position: relative;
	}

	.temp-index .header__heading-link {
		z-index: 999;
		width: 720.4px;
		translate: none;
		rotate: none;
		scale: none;
		transform: translate(0px, 155.838px);
		transform-origin: top left;
		position: absolute;
		left: 0;
		top: 0;
		max-width: 720px;
		transform-origin: top left;
		will-change: transform;
	}

	.temp-index .header__heading-link {
    width: 1500px;
    max-width: 1410px;
}*/

	.header__heading-logo {
		width: 100%;
	}
}

@media (max-width:1200px) and (min-width:990px) {
   
	.header--middle-left {
		grid-template-columns: 230px auto 180px;
	}
}



@media(max-width:1290px) {
	.footer__blocks-wrapper {
		grid-template-columns: repeat(3, 1fr) !important;
		column-gap: 15px;
	}
}

/*
@media(max-width:1035px) and (min-width:1000px) {
	.temp-index a.header__heading-link.link.link--text.focus-inset {
		width: 720px;
	}
	.temp-index a.header__heading-link.link.link--text.focus-inset {
		width: 1000px;
	}*/
	.home-hero {
		padding: 114px 0 40px;
	}
}

@media(max-width:990px) {
	.menu-drawer__close-button {
		background: transparent !important;
		padding: 15px;
		font-size: 16px;
		color: #191919;
	}

	#link-company ul.menu-drawer__menu.list-menu a:after {
		bottom: 0px;
		right: 0px;
		z-index: 1;
		position: absolute;
		content: "";
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(rgb(25, 25, 25), rgb(25, 25, 25));
		background-repeat: no-repeat;
		background-size: 0px 1px;
		display: inline;
		padding-bottom: 0.26em;
		transition: background-size 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		background-position: 0px 100%;
		background-color: transparent;
	}

	#link-company ul.menu-drawer__menu.list-menu a {
		background-image: linear-gradient(90deg, rgb(25, 25, 25), rgb(25, 25, 25) 2px, transparent 0px, transparent) !important;
		background-repeat: repeat-x !important;
		background-size: 4px 1px !important;
		text-decoration: none;
		padding: 0px 0px 0.26em;
		border-width: 0px !important;
		border-style: initial !important;
		border-color: initial !important;
		border-image: initial !important;
		background-position: 0px 100% !important;
		width: fit-content;
		margin: 10px 15px;
		position: relative;
		background-color: transparent;
	}

	#link-company ul.menu-drawer__menu.list-menu a:hover:after {
		background-size: 100% 1px;
		background-repeat: no-repeat;
	}

	.header__icons .header__icon {
		margin: 0;
		flex: 1;
	}

	.menu-drawer .menu-listing {
		margin-bottom: 15px !important;
	}

	.menu-drawer__utility-links .header__icons {
		gap: 10px;
		max-width: 400px;
		margin: auto;
	}

	.menu-drawer__utility-links {
		background: transparent;
	}

	.main-brand-logos .brand-logos__item img {
		max-height: 60px;
	}

	.header {
		grid-template-columns: 1fr;
	}

	.header:not(.drawer-menu).page-width {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header__inline-menu {
		display: none;
	}

	header-drawer {
		display: block;
	}

	header .main-custom-menu-listing {
		display: block;
		padding: 0;
	}

	.menu-drawer .custom-menu-listing+.custom-menu-listing {
		margin-left: 0;
		margin-top: 15px;
	}

	header .menu-drawer .custom-menu-listing {
		max-width: 100%;
		padding-bottom: 10px;
		position: relative;
	}

	.menu-drawer .custom-menu-listing:before {
		position: absolute;
		content: '';
		bottom: 0;
		border-bottom: 1px solid #191919;
		width: 100vw;
		left: -50px;
	}

	.menu-drawer .mm-menus {
		flex-wrap: wrap;
	}

	.menu-drawer .menu-contents.menu-listing {
		max-width: 100%;
		margin-right: 0;
	}

	.menu-drawer .menu-listing {
		padding-left: 0;
		width: 100%;
		margin-bottom: 40px;
	}

	.menu-drawer ul.mega-menu__list.page-width.mega-menu__list--condensed a,
	.menu-drawer .menu-contents.menu-listing a,
	.menu-drawer .menu-listing a {
		font-size: 16px;
	}

	.menu-drawer p.menu-text {
		font-size: 16px !important;
	}


	.menu-drawer__utility-links .header__icons {
		display: flex;
		width: 100%;
	}
/*
	.temp-index a.header__heading-link.link.link--text.focus-inset {
		z-index: 999999;
		width: 100%;
		translate: none;
		rotate: none;
		scale: none;
		transform: translateY(155.838px);
		position: absolute;
		left: 0;
		top: 0;
		max-width: 720px;
		transform-origin: top left;
		will-change: transform;
	}
/* 
	.temp-index .header__heading-logo {
		width: 100%;
	}*/

	.header__icon svg.icon {
		width: 30px;
		height: 30px;
		background: #636d70;
		border-radius: 50%;
		fill: #fff;
		color: #fff;
		position: absolute;
		right: 15px;
		top: 17px;
	}

	svg.icon.icon-close {
		padding: 7px;
	}


	svg.icon.icon-close {
		transition: .4s cubic-bezier(.23, 1, .32, 1);
		transition-property: opacity, transform;
		transform: rotate(-90deg);
		background: #191919;
	}

	svg.icon.icon-close path {
		fill: #fff;
	}

	.home-hero {
		display: block;
		padding: 140px 0 25px;
	}

	.home-hero__content {
		margin: 0;
	}

	.home-hero__content {
		max-width: 100%;
	}

	.scrolltext-banner .hero-banner-text {
		font-size: 70px;
	}

	.footer__blocks-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}

	ul.policies.list-unstyled {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		padding: 8px 0 20px 0;
	}

	.footer__content-bottom-wrapper.page-width {
		display: block;
	}


	.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
		display: block;
		text-align: left;
	}


	.footer-bottom-icons.footer__copyright.caption {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.footer__copyright.caption {
		text-align: left !important;
	}

	h2.image-with-text__heading {
		font-size: 30px;
	}


	.about-us__content {
		display: block;
		max-width: 100%;
		padding: 20px 0;
		flex: 0 0 100%;
		order: 2;
	}

	.aboutus-image-text {
		display: flex;
		flex-wrap: wrap;
	}

	.about-us__image {
		max-width: 100%;
		flex: 0 100%;
	}

	.rich-text__text strong {
		font-size: 16px;
	}

	.rich-text__text h3 {
		line-height: 20px;
		font-size: 20px;
	}

	.image-text-accordiion {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}


	.main-image-text-accordiion h2 {
		font-size: 30px;
		margin-top: 20px;
	}

	.accordion {
		margin: 10px 0;
	}

	.leadership-heading {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.about-us__content h1 {
		font-size: 40px;
		max-width: 100%;
		margin-bottom: 20px;
		line-height: 1;
	}

	.video-drawer-section .content {
		gap: 15px;
	}

	.video-drawer-section h2 {
		line-height: 1;
		margin-bottom: -0.2em;
		font-size: 32px;
	}
/*
	.temp-index a.header__heading-link.link.link--text.focus-inset {
		right: 0;
	} */

	.tabs-slider {
		width: 100%;
		padding: 40px 0px 0px;
	}

	.tab-left-inner {
		max-width: 100%;
	}

	.main-brand-logos {
		padding: 40px 0 90px 0;
	}

	.tabs-header .tab-btn {
		font-size: 18px;
	}

	.tab-left .title {
		font-size: 26px;
	}

	.js .slider-buttons {
		display: none;
	}

	.slider.slider--tablet.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
		width: 100%;
	}

	.main-brand-logos h3 {
		margin: 0 0 50px 0;
	}
/* 
	.temp-index .header__heading-logo {
		padding: 0 15px;
	}*/

	.ita__content {
		width: 100%;
		max-width: 100%;
	}

	.image-with-text__content {
		padding: 0;
	}

	.non-index-pages .header>.header__heading-link {
		position: absolute;
		left: 30px;
	}

}

@media (max-width:750px) {
	.brand-logos:before {
    display: none;
}

.brand-logos {
    gap: 40px 20px;
}
	.tabs-header .tab-btn {
		width: 100%;
		min-width: unset;
		white-space: nowrap;
	}

	a.readmore-article {
		margin: 15px 0 0 0;
	}

	.blog__posts.articles-wrapper .article {
		margin: 0;
	}

	.article-card-wrapper.card-wrapper {
		padding: 0 0 0 15px;
	}

	.footer__content-top {
		padding-bottom: 0 !important;
	}

	footer.footer {
		padding: 30px 0 !important;
	}

	.footer__blocks-wrapper {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.about-us__content h1 {
		font-size: 28px;

	}

	.image-with-text .grid__item>div {
		max-width: 100%;
	}

	.image-with-text .grid__item>div {
		padding: 20px 0 0;
	}

	h2.image-with-text__heading {
		font-size: 24px;
	}

	.image-with-text__content>*+* {
		margin-top: 10px;
	}

	.image-with-text__content .image-with-text__text+.button {
		margin-top: 0;
	}

	.team-grid {
		gap: 20px 15px;
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}

	.team-info {
		margin: 10px 0 0 0;
	}

	.team-position {
		margin-bottom: 8px;
	}

	.team-name {
		font-size: 20px;
	}

	.leadership-heading {
		font-size: 28px;

	}

	.main-image-text-accordiion h2 {
		font-size: 24px !important;
	}

	.accordion-header {
		font-size: 18px;
	}

	.ita__content .accordion-item {
		margin-top: 15px;
	}

	.ita__content .accordion-content {
		margin: 10px 0;
	}

	.header:not(.drawer-menu).page-width {
		padding-left: 15px;
		padding-right: 15px;
	}

	.page-width {
		padding-left: 15px;
		padding-right: 15px;
	}

	.main-video-drawer-section.page-width {
		padding: 0;
	}

	.rich-text__wrapper {
		width: 100% !important;
	}

	.rich-text.content-container {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.main-image-text-accordiion {
		padding: 30px 0 !important;
	}

	.ita__content .accordion {
		margin-top: 20px !important;
	}

	.ita__content {
		padding-left: 15px;
	}

	.accordion-item:before,
	.accordion-item:after {
		left: -15px;
	}

	.leadership-team {
		padding: 30px 0;

	}

	.tabs-header {
		overflow-x: auto;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}

	.tab-left .title {
		margin-bottom: 15px;


	}

	.tab-left .tab-slider-con * {
		margin: 0 0 15px 0;
	}

	.stats-block {
		grid-template-columns: 1fr 1fr;
		padding: 30px 0;
		gap: 50px 15px;
	}

	.stat h3 {
		font-size: 46px;
		margin-bottom: 20px;
	}

	.stat {
		padding-left: 15px;
	}
}


@media screen and (min-width: 750px) and (max-width: 989px) {
	.slider--tablet.grid--peek .grid__item:first-of-type {
		margin-left: 0;
	}

	.js .slider.slider--tablet.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
		padding-bottom: 30px;
	}
}

@media(max-width:500px) {
	ul.policies.list-unstyled {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}

	.footer-block.grid__item>a {
		font-size: 14px;
	}

	.scrolltext-banner .hero-banner-text {
		font-size: 35px;
	}

	.footer .footer__content-top {
		padding: 0 15px;
	}

	.non-index-pages .header>.header__heading-link {
		left: 10px;
		top: 5px;
	}

	sticky-header.header-wrapper {
		min-height: 70px;
	}

	.home-hero {
		padding: 95px 0 25px;
	}

	.main-video-drawer-section-inner {
		padding-bottom: 116.25%;
	}

	.tab-slide {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.stats-block {
		padding: 30px 0px;
	}

	.brand-logos,
	.stats-block {
		grid-template-columns: 1fr 1fr;
	}

	.brand-logos {
		gap: 0px 20px;
	}

	.brand-logos__item {
		padding: 10px;
	}

	.image-tabs-content-slider {
		padding-bottom: 40px;
	}

	.title-wrapper-with-link {
		margin: 0;
		padding: 0;
		padding-top: 40px;
	}

	.grid--peek.slider .grid__item:first-of-type {
		margin-left: 0;
	}

	.blog__post {
		margin-bottom: 30px !important;
	}

	.footer__content-top {
		padding-bottom: 0px !important;
		max-width: 100% !important;
	}

	.footer .grid {
		display: grid;
	}

	.footer__blocks-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer .footer-block.grid__item {
		margin: 0rem 0;
		margin-bottom: 20px;
	}

	a.footer-custombtn.footer-btn2 {
		margin: 6px 0 16px 0;
	}

	.tabs-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.stat h3 {
		font-size: 52px;
		margin: 0 0 20px 0;
	}

	.main-brand-logos h3 {
		margin: 0 0 0px 0;
	}

	.main-brand-logos {
		padding: 10px 0 10px 0;
	}

	.title-wrapper-with-link {
		margin-bottom: 40px;
	}


	.image-with-text__content {
		padding: 20px 0;
	}

	.image-with-text__content .image-with-text__text+.button {
		margin-top: 0rem;
	}


	.about-us__content h1 {
		font-size: 26px;
	}

	p.stat-text {
		min-height: unset;
		margin-bottom: 10px;
	}
}

@media (max-width:374px) {
	.stats-block {
		grid-template-columns: 1fr
	}

	.footer__blocks-wrapper {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

/*
@media(min-width:100px) {
	.temp-index .header__heading-logo {
		padding: 0 25px 0 15px;
	}*/
}
/* Consistent logo size across all screens */
.header__heading-logo {
  width: 210px !important;
  max-width: 210px !important;
  height: auto !important;
}

@media screen and (max-width: 989px) {
  .header__heading-logo {
    width: 180px !important;
    max-width: 180px !important;
  }
}

@media screen and (max-width: 749px) {
  .header__heading-logo {
    width: 150px !important;
    max-width: 150px !important;
  }
}
/* Same logo size on all screens */
.header__heading-logo {
  width: 210px !important;
  max-width: 210px !important;
  height: auto !important;
}

/* Make hero section images visible immediately */
.video-drawer-image,
.main-video-drawer-section img,
.video-drawer-section img,
#MainContent img {
  opacity: 1 !important;
  visibility: visible !important;
}

/* If using a specific section class */
.home-hero img,
[class*="video-drawer"] img {
  opacity: 1 !important;
  visibility: visible !important;
}
/* Fix mobile logo positioning */
@media screen and (max-width: 990px) {
  .header__heading-link {
    position: static !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
  }
  
  .header__heading-logo {
    width: 150px !important;
    max-width: 150px !important;
  }
}

@media screen and (max-width: 749px) {
  .header__heading-link {
    position: static !important;
    transform: none !important;
  }
  
  .header__heading-logo {
    width: 120px !important;
    max-width: 120px !important;
  }
}
/* Force mobile logo to left */
@media screen and (max-width: 990px) {
  .header.header--middle-left {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  
  .header__heading-link {
    order: -1 !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    position: static !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
  }
  
  header-drawer {
    order: 1 !important;
  }
}

@media screen and (max-width: 749px) {
  .header--mobile-center .header__heading-link {
    margin: 0 !important;
    margin-right: auto !important;
  }
  
  .header--mobile-left .header__heading-link {
    margin: 0 !important;
    margin-right: auto !important;
  }
/* Force mobile logo size - override all transforms */
@media(max-width:990px) {
    .header__heading-logo,
    .header__heading-link,
    a.header__heading-link {
        transform: none !important;
        width: auto !important;
    }
    
    .header__heading-logo {
        width: 210px !important;
        max-width: 210px !important;
        height: auto !important;
    }
}