.mt-page {
	background: #fff;
}

.mt-hero {
	display: flex;
	min-height: 520px;
	align-items: center;
	padding: 0;
	background: #081b2b;
	color: #fff;
}

.mt-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(8, 27, 43, 0.98) 0%, rgba(8, 27, 43, 0.82) 42%, rgba(8, 27, 43, 0.26) 100%);
	content: "";
}

.mt-hero__bg {
	object-position: center;
}

.mt-hero__content {
	max-width: 610px;
}

.mt-hero .hd-heading,
.mt-hero .hd-copy,
.mt-hero .hd-copy * {
	color: #fff;
}

.mt-symptoms__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	align-items: stretch;
}

.mt-symptoms__feature {
	position: relative;
	display: flex;
	min-height: 100%;
	align-items: flex-end;
	grid-row: span 2;
	overflow: hidden;
	padding: 30px;
	background: #081b2b;
	color: #fff;
}

.mt-symptoms__grid > .hd-motion-mask {
	width: auto;
	overflow: inherit;
}

.mt-symptoms__grid > .hd-motion-mask > .mt-symptoms__item {
	height: 100%;
}

.mt-symptoms__feature::after {
	position: absolute;
	inset: 0;
	background: hsl(207.43deg 68.63% 10% / 80%);
	content: "";
}

.mt-symptoms__feature > div {
	position: relative;
	z-index: 2;
}

.mt-symptoms__feature-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mt-symptoms__feature .hd-heading,
.mt-symptoms__feature .hd-copy,
.mt-symptoms__feature .hd-copy * {
	color: #fff;
}

.mt-symptoms__item {
	min-height: 218px;
	padding: 22px;
	background: #ffffff;
	transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.mt-symptoms__item:hover {
	background: #fff;
	box-shadow: 0 5px 24px rgba(149, 157, 165, 0.25);
}

.mt-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 16px;
	color: #e30000;
	font-size: 15px;
	font-weight: 600;
	line-height: 100%;
}

.mt-eyebrow::before {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	content: "";
	outline: 1px solid #DB6F6F;
	background: #E30000;
	outline-offset: 4px;
}

.mt-band-cta {
	padding: 38px 0;
	background: #081b2b;
}

.mt-band-cta__inner {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr) auto;
	gap: 26px;
	align-items: center;
}

.mt-band-cta__inner > img {
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.mt-band-cta .hd-heading,
.mt-band-cta .hd-copy,
.mt-band-cta .hd-copy * {
	margin: 0;
	color: #fff;
}

.mt-band-cta .hd-copy,
.mt-band-cta .hd-copy * {
	color: #a5b6c8;
}

.mt-process__grid {
	display: grid;
	grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
	gap: 70px;
	align-items: center;
}

.mt-process__media {
	position: relative;
	padding: 0 0 24px 24px;
}

.mt-process__media::before,
.mt-process__media::after {
	position: absolute;
	z-index: -1;
	width: 170px;
	height: 170px;
	background: #e30000;
	content: "";
}

.mt-process__media::before {
	top: -20px;
	right: -20px;
	height: 120px;
}

.mt-process__media::after {
	bottom: 0;
	left: 0;
}

.mt-process__media img {
	width: 100%;
	min-height: 520px;
	object-fit: cover;
}

.mt-process__media span {
	position: absolute;
	top: -20px;
	right: -20px;
	display: grid;
	width: 170px;
	height: 120px;
	place-items: center;
	background: #e30000;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.mt-process__steps {
	display: grid;
	gap: 26px;
	margin-top: 48px;
}

.mt-process__steps article {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 26px;
	align-items: start;
}

.mt-process__steps .hd-step-number {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 6px;
	background: #e30000;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	box-shadow: 0px 6.19px 18.58px 0px #D800001A;
	position: relative;
}

.mt-repair {
	background: #081b2b;
}

.mt-repair .hd-heading,
.mt-repair .hd-copy,
.mt-repair .hd-copy * {
	color: #fff;
}

.mt-repair .hd-copy,
.mt-repair .hd-copy * {
	color: #a5b6c8;
}

.mt-repair__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.mt-repair__grid article {
	min-height: 220px;
	padding: 30px;
	border: 1px solid #2E5271;
	transition: border-color 0.25s ease, transform 0.25s ease;
}

.mt-repair__grid article:hover {
	border-color: #fff;
}

.mt-repair__grid article > img {
	width: 80px;
	height: 62px;
	object-fit: contain;
	padding: 10px 20px;
	position: absolute;
	top: -30px;
	background-color: #081b2b;
}

.mt-inline-cta {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr) auto;
	gap: 26px;
	align-items: center;
	margin-top: 32px;
	padding: 28px 48px;
	background: rgba(255, 255, 255, 0.06);
}

.mt-inline-cta > img {
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.mt-gearboxes__grid,
.mt-choose__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.mt-gearboxes__grid article {
	min-height: 245px;
	padding: 30px;
	border: 1px solid #E8EAEC;
	background: #fff;
	transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.mt-gearboxes__grid article:hover,
.mt-gearboxes__grid article:nth-child(5) {
	background: #081B2B;
	border-top: 3px solid #E30000;
}

.mt-gearboxes__grid strong {
	display: block;
	margin-bottom: 20px;
	color: #e30000;
	font-size: 18px;
	font-weight: 800;
}

.mt-gearboxes__grid article:hover .hd-heading,
.mt-gearboxes__grid article:hover .hd-copy,
.mt-gearboxes__grid article:hover .hd-copy *,
.mt-gearboxes__grid article:nth-child(5) .hd-heading,
.mt-gearboxes__grid article:nth-child(5) .hd-copy,
.mt-gearboxes__grid article:nth-child(5) .hd-copy * {
	color: #fff;
}

.mt-choose__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.mt-choose__grid article {
	min-height: 230px;
	padding: 28px;
	border: 1px solid #e8eaec;
	border-top: 2px solid #e30000;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
	height: 100%;
}

.mt-choose__grid article:hover {
	border-color: transparent;
	border-top: 3px solid #e30000;
	box-shadow: 0 8px 24px rgba(149, 157, 165, 0.32);
	transform: translateY(-8px);
}
.mt-choose + .hd-shipping {
    padding-top: 0;
}
.mt-choose__grid .hd-step-number {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-bottom: 28px;
	border: 1px solid #081b2b;
	border-radius: 6px;
	color: #081b2b;
	font-size: 20px;
	font-weight: 800;
}

.mt-faq {
	background: #fff;
}

.hd-section.mt-band-cta .mt-band-cta__inner > div {
    max-width: 680px;
}
.hd-section.mt-band-cta .mt-band-cta__inner > div .hd-heading.hd-heading--item {
    font-size: 20px;
    margin-bottom: 6px;
}
.mt-process__steps .hd-copy.hd-copy--item, .mt-process__steps .hd-copy.hd-copy--item * {
    color: #3D424A !important;
}
.mt-process__steps .hd-heading.hd-heading--item {
    font-size: 20px !important;
}
.mt-process__steps .hd-step-number:after {
    content: "";
    position: absolute;
    bottom: -37px;
    width: 1px;
    height: 26px;
    background: #EF9999;
}
.mt-process__steps .hd-motion-mask {
    overflow: initial;
}
.mt-process__steps .hd-motion-mask:nth-last-child(1) .hd-step-number:after {
    display: none;
}
.mt-repair__grid .hd-motion-mask {
    overflow: inherit;
}
.mt-repair__grid article .hd-heading.hd-heading--item, .mt-repair__grid article .hd-heading.hd-heading--item * {
    font-size: 20px;
    margin: 14px 0 12px;
}
.mt-inline-cta .hd-copy.hd-copy--accent, .mt-inline-cta .hd-copy.hd-copy--accent * {
    max-width: 510px;
    color: #fff;
}
.mt-inline-cta .hd-button {
    width: auto;
}
.mt-gearboxes__grid .hd-copy.hd-copy--item, .mt-gearboxes__grid .hd-copy.hd-copy--item * {
    color: #3D424A !important;
}
.mt-gearboxes__grid article:hover .hd-copy.hd-copy--item, .mt-gearboxes__grid article:hover .hd-copy.hd-copy--item * {
    color: #A5B6C8 !important;
}
.mt-symptoms__grid article .hd-heading.hd-heading--item {
    font-size: 20px;
    margin-bottom: 12px;
}
.mt-symptoms__grid article .hd-copy.hd-copy--item, .mt-symptoms__grid article .hd-copy.hd-copy--item * {
    color: #3D424A;
}
.mt-symptoms__grid .hd-motion-mask:nth-child(3) article,
.mt-symptoms__grid .hd-motion-mask:nth-child(4) article,
.mt-symptoms__grid .hd-motion-mask:nth-child(6) article,
.mt-symptoms__grid .hd-motion-mask:nth-child(8) article {
    background-color: #FAFAFA;
}
article.mt-symptoms__feature.hd-reveal .hd-heading.hd-heading--item {
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
}
article.mt-symptoms__feature.hd-reveal .hd-copy.hd-copy--item, article.mt-symptoms__feature.hd-reveal .hd-copy.hd-copy--item * {
    color: #A5B6C8;
    margin-bottom: 32px;
}
@media (max-width: 1100px) {
	.mt-symptoms__grid,
	.mt-process__grid,
	.st-section-header {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mt-symptoms__feature {
		grid-row: span 2;
	}

	.mt-repair__grid,
	.mt-gearboxes__grid,
	.mt-choose__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.mt-hero {
		min-height: 560px;
	}

	.mt-symptoms__grid,
	.mt-repair__grid,
	.mt-gearboxes__grid,
	.mt-choose__grid {
		grid-template-columns: 1fr;
	}

	.mt-symptoms__feature {
		min-height: 420px;
		grid-row: auto;
	}

	.mt-band-cta__inner,
	.mt-inline-cta {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.mt-band-cta .hd-button,
	.mt-inline-cta .hd-button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.mt-process__media img {
		min-height: 360px;
	}
}
