:root {
    --mxm-red: #e33432;
    --mxm-red-dark: #bd2424;
    --mxm-ink: #15171a;
    --mxm-charcoal: #202226;
    --mxm-paper: #f4f4f5;
    --mxm-white: #fff;
    --mxm-muted: #666a70;
    --mxm-line: #dedfe2;
}

.mxm-rebuild-page .entry-header,
.mxm-rebuild-page .post-navigation,
.mxm-rebuild-page .entry-footer {
    display: none;
}

.mxm-rebuild-page #masthead,
.mxm-rebuild-page > .site-header:not(.mxm-v2-site-header) {
    display: none !important;
}

.mxm-rebuild-page #colophon,
.mxm-rebuild-page > footer:not(.mxm-v2-footer),
.mxm-rebuild-page .site-footer:not(.mxm-v2-footer) {
    display: none !important;
}

.mxm-rebuild-page .site-main article.entry {
    width: 100% !important;
    margin: 0 !important;
}

.mxm-rebuild-page .content-area,
.mxm-rebuild-page .site-main,
.mxm-rebuild-page .content-wrap,
.mxm-rebuild-page .entry-content-wrap,
.mxm-rebuild-page .entry-content,
.mxm-rebuild-page .site-container,
.mxm-rebuild-page .content-container {
    max-width: none;
    margin: 0;
    padding: 0;
}

.mxm-rebuild-page > .ekit-template-content-header {
    display: none;
}

.mxm-v2-site-header {
    position: relative;
    z-index: 100;
    width: 100%;
    color: var(--mxm-ink);
    background: #fff;
    font-family: "Work Sans", sans-serif;
}

.mxm-v2-site-header a {
    color: inherit;
    text-decoration: none;
}

.mxm-v2-topbar {
    color: #fff;
    background: var(--mxm-red);
}

.mxm-v2-topbar .mxm-v2-shell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 42px;
    gap: 28px;
}

.mxm-v2-topbar span,
.mxm-v2-topbar a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
}

.mxm-v2-topbar > .mxm-v2-shell > span {
    text-transform: uppercase;
}

.mxm-v2-topbar .mxm-v2-shell > div {
    display: flex;
    gap: 28px;
}

.mxm-v2-nav-wrap {
    border-bottom: 1px solid #e8e8ea;
    background: #fff;
}

.mxm-v2-nav {
    position: relative;
    display: grid;
    grid-template-columns: 174px 1fr auto;
    align-items: center;
    min-height: 82px;
    gap: 24px;
}

.mxm-v2-logo img {
    display: block;
    width: 174px;
    height: auto;
}

.mxm-v2-main-nav > ul,
.mxm-v2-main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mxm-v2-main-nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.mxm-v2-main-nav > ul > li {
    position: relative;
}

.mxm-v2-main-nav > ul > li > a {
    display: flex;
    align-items: center;
    min-height: 82px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.mxm-v2-main-nav > ul > li > a:hover,
.mxm-v2-main-nav > ul > li > a:focus {
    color: var(--mxm-red);
}

.mxm-v2-has-submenu > a::after {
    width: 7px;
    height: 7px;
    margin: -4px 0 0 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.mxm-v2-main-nav .mxm-v2-has-submenu > ul {
    position: absolute;
    top: calc(100% - 8px);
    left: -22px;
    width: 270px;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    box-shadow: 0 22px 40px rgba(17,19,22,.18);
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.mxm-v2-main-nav .mxm-v2-has-submenu:hover > ul,
.mxm-v2-main-nav .mxm-v2-has-submenu:focus-within > ul {
    visibility: visible;
    opacity: 1;
    transform: none;
}

.mxm-v2-main-nav .mxm-v2-has-submenu li a {
    display: block;
    padding: 11px 12px;
    border-bottom: 1px solid #ececef;
    font-size: 12px;
    font-weight: 600;
}

.mxm-v2-main-nav .mxm-v2-has-submenu li a:hover {
    color: #fff;
    background: var(--mxm-ink);
}

.mxm-v2-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 2px;
    color: #fff !important;
    background: var(--mxm-red);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .035em;
    text-transform: uppercase;
    white-space: nowrap;
}

.mxm-v2-header-cta:hover {
    background: var(--mxm-red-dark);
}

.mxm-v2-header-cta svg {
    width: 17px;
    margin-left: 9px;
}

.mxm-v2-menu-toggle {
    display: none;
}

.mxm-v2 {
    overflow: hidden;
    color: var(--mxm-ink);
    background: var(--mxm-white);
    font-family: "Work Sans", sans-serif;
}

.mxm-v2 *,
.mxm-v2 *::before,
.mxm-v2 *::after {
    box-sizing: border-box;
}

.mxm-v2 h1,
.mxm-v2 h2,
.mxm-v2 h3,
.mxm-v2 p {
    margin-top: 0;
}

.mxm-v2 h1,
.mxm-v2 h2,
.mxm-v2 h3 {
    color: inherit;
    font-family: "Work Sans", sans-serif;
}

.mxm-v2 a {
    color: inherit;
    text-decoration: none;
}

.mxm-v2-shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.mxm-v2-site-header .mxm-v2-shell {
    width: min(1400px, calc(100% - 48px));
}

.mxm-v2-hero,
.mxm-v2-slider {
    --mxm-v2-hero-height: clamp(560px, 40vw, 650px);
    position: relative;
    height: var(--mxm-v2-hero-height);
    min-height: var(--mxm-v2-hero-height);
    color: var(--mxm-white);
    background: var(--mxm-ink);
}

.mxm-v2-banner {
    position: absolute;
    inset: 0;
    height: var(--mxm-v2-hero-height);
    min-height: var(--mxm-v2-hero-height);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s ease, visibility .45s ease;
}

.mxm-v2-banner.is-active {
    position: relative;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.mxm-v2-banner__image,
.mxm-v2-banner__shade {
    position: absolute;
    inset: 0;
}

.mxm-v2-banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mxm-v2-banner__image--confined img {
    object-position: center 46%;
}

.mxm-v2-banner__image--lab img {
    object-position: center;
}

.mxm-v2-banner__image--innovation img {
    object-position: center;
    filter: grayscale(1);
}

.mxm-v2-banner__image--assistance img {
    object-position: center;
}

.mxm-v2-banner__accreditation {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    width: fit-content;
    margin-top: 4px;
    padding: 9px 14px 9px 10px;
    border: 1px solid rgba(255, 255, 255, .34);
    color: #fff;
    background: rgba(10, 13, 17, .72);
    text-decoration: none;
    backdrop-filter: blur(8px);
}

.mxm-v2-banner__accreditation img {
    width: 34px;
    height: auto;
}

.mxm-v2-banner__accreditation span {
    font-size: 9px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .08em;
}

.mxm-v2-banner__accreditation b { color: #fff; }

.mxm-v2-banner__shade {
    background:
        linear-gradient(90deg, rgba(13,14,17,.12) 0%, rgba(13,14,17,.16) 38%, rgba(13,14,17,.94) 67%, #131519 100%),
        linear-gradient(0deg, rgba(0,0,0,.2), transparent 55%);
}

.mxm-v2-banner--left .mxm-v2-banner__shade {
    background: linear-gradient(90deg, #15171a 0%, rgba(21,23,26,.96) 31%, rgba(21,23,26,.28) 58%, rgba(21,23,26,.05) 100%);
}

.mxm-v2-banner__content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: var(--mxm-v2-hero-height);
    min-height: var(--mxm-v2-hero-height);
    padding-bottom: 36px;
}

.mxm-v2-banner__copy {
    width: 45%;
    padding-left: 54px;
}

.mxm-v2-banner--left .mxm-v2-banner__content {
    justify-content: flex-start;
}

.mxm-v2-banner--left .mxm-v2-banner__copy {
    width: 44%;
    padding-right: 42px;
    padding-left: 0;
}

.mxm-v2-eyebrow,
.mxm-v2-kicker {
    margin-bottom: 16px;
    color: var(--mxm-red);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.mxm-v2-banner h1,
.mxm-v2-banner h2 {
    max-width: 520px;
    margin-bottom: 20px;
    font-size: clamp(38px, 3.7vw, 50px);
    font-weight: 720;
    letter-spacing: -.04em;
    line-height: 1.03;
}

.mxm-v2-banner__copy > p:not(.mxm-v2-eyebrow) {
    max-width: 500px;
    margin-bottom: 26px;
    color: #c8cbd0;
    font-size: 16px;
    line-height: 1.6;
}

.mxm-v2-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.mxm-v2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 25px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    background: var(--mxm-red);
    font-size: 14px;
    font-weight: 720;
    letter-spacing: .035em;
    text-transform: uppercase;
    transition: background .2s ease, transform .2s ease;
}

.mxm-v2-button:hover {
    color: #fff;
    background: var(--mxm-red-dark);
    transform: translateY(-2px);
}

.mxm-v2-button svg,
.mxm-v2-tech-node b svg {
    width: 18px;
    margin-left: 10px;
}

.mxm-v2-link {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,.55);
    color: #fff;
    font-size: 13px;
    font-weight: 650;
}

.mxm-v2-banner .mxm-v2-button {
    min-height: 58px;
    padding: 0 30px;
    font-size: 15px;
}

.mxm-v2-banner .mxm-v2-link {
    padding: 10px 2px 7px;
    font-size: 14px;
}

.mxm-v2-slider__controls {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 24px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.mxm-v2-slider__dots,
.mxm-v2-slider__arrows {
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: auto;
}

.mxm-v2-slider__dots button {
    width: 30px;
    height: 3px;
    padding: 0;
    border: 0;
    background: rgba(255,255,255,.42);
    cursor: pointer;
}

.mxm-v2-slider__dots button.is-active {
    background: var(--mxm-red);
}

.mxm-v2-slider__arrows button {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.25);
    font-size: 21px;
    cursor: pointer;
    place-items: center;
}

.mxm-v2-proof {
    color: #fff;
    background: var(--mxm-red);
}

.mxm-v2-proof .mxm-v2-shell {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: min(1400px, calc(100% - 48px));
}

.mxm-v2-proof a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 96px;
    padding: 0 22px;
    border-right: 1px solid rgba(255,255,255,.25);
    color: #fff;
    font-size: 15px;
    font-weight: 720;
    letter-spacing: .025em;
    line-height: 1.4;
    text-transform: uppercase;
    transition: background .2s ease;
}

.mxm-v2-proof a:hover {
    color: #fff;
    background: var(--mxm-red-dark);
}

.mxm-v2-proof a span {
    display: flex;
    align-items: center;
}

.mxm-v2-proof a span::before {
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
    content: "";
}

.mxm-v2-proof a > svg {
    flex: 0 0 20px;
    width: 20px;
    margin-left: 14px;
}

.mxm-v2-section {
    padding: 92px 0;
}

.mxm-v2-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 42px;
}

.mxm-v2-heading .mxm-v2-kicker {
    margin-bottom: 8px;
}

.mxm-v2-heading h2,
.mxm-v2-structure h2,
.mxm-v2-innovation h2 {
    max-width: 720px;
    margin-bottom: 0;
    font-size: clamp(34px, 3.6vw, 50px);
    font-weight: 710;
    letter-spacing: -.04em;
    line-height: 1.06;
}

.mxm-v2-needs {
    background: var(--mxm-paper);
}

.mxm-v2-flow-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 670px;
    margin: -8px auto 12px;
    padding: 14px 24px;
    border: 1px solid #e0e1e4;
    background: rgba(255,255,255,.62);
}

.mxm-v2-flow-visual__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 124px;
    color: #36393e;
}

.mxm-v2-flow-visual__item svg {
    width: 70px;
    height: 62px;
    stroke: currentColor;
    stroke-width: 1.5;
}

.mxm-v2-flow-visual__item--tank svg {
    width: 96px;
}

.mxm-v2-flow-visual__item span {
    margin-top: 6px;
    color: var(--mxm-muted);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.mxm-v2-flow-visual__signal {
    display: flex;
    flex: 1;
    justify-content: center;
    gap: 9px;
    min-width: 54px;
    color: var(--mxm-red);
}

.mxm-v2-flow-visual__signal i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 12px 0 0 rgba(227,52,50,.48);
}

.mxm-v2-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    min-height: 390px;
}

.mxm-v2-flow::before {
    position: absolute;
    top: 50%;
    right: 7%;
    left: 7%;
    height: 2px;
    background: linear-gradient(90deg, var(--mxm-red), #f27673);
    content: "";
}

.mxm-v2-flow::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 6%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #f27673;
    border-right: 2px solid #f27673;
    content: "";
    transform: rotate(45deg);
}

.mxm-v2-flow__step {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: 1fr 70px 1fr;
    align-items: center;
    min-width: 0;
    color: var(--mxm-ink);
    text-align: center;
}

.mxm-v2-flow__point {
    z-index: 2;
    display: grid;
    grid-row: 2;
    justify-self: center;
    grid-template-rows: 1fr auto;
    width: 76px;
    height: 76px;
    padding: 12px 0 8px;
    border: 2px solid var(--mxm-red);
    border-radius: 50%;
    color: var(--mxm-red);
    background: var(--mxm-paper);
    font-weight: 750;
    transition: color .2s ease, background .2s ease, transform .2s ease;
    place-items: center;
}

.mxm-v2-flow__point svg {
    width: 26px;
    height: 26px;
}

.mxm-v2-flow__point small {
    font-size: 9px;
    letter-spacing: .06em;
    line-height: 1;
}

.mxm-v2-flow__copy {
    grid-row: 1;
    align-self: end;
    padding: 0 10px 18px;
}

.mxm-v2-flow__step:nth-child(even) .mxm-v2-flow__copy {
    grid-row: 3;
    align-self: start;
    padding-top: 18px;
    padding-bottom: 0;
}

.mxm-v2-flow__copy h3 {
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
}

.mxm-v2-flow__copy p {
    margin: 0;
    color: var(--mxm-muted);
    font-size: 13px;
    line-height: 1.4;
}

.mxm-v2-flow__step:hover .mxm-v2-flow__point {
    color: #fff;
    background: var(--mxm-red);
    transform: scale(1.08);
}

.mxm-v2-flow__step:hover h3 {
    color: var(--mxm-red);
}

.mxm-v2-structure {
    color: #fff;
    background: var(--mxm-ink);
}

.mxm-v2-structure .mxm-v2-shell {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    align-items: center;
    gap: 70px;
}

.mxm-v2-kicker--light {
    color: rgba(255,255,255,.65);
}

.mxm-v2-structure__intro > p:last-child {
    max-width: 390px;
    margin: 24px 0 0;
    color: #afb2b8;
    font-size: 14px;
    line-height: 1.65;
}

.mxm-v2-gears {
    position: relative;
    width: min(100%, 620px);
    height: 490px;
    margin-inline: auto;
}

.mxm-v2-gear {
    position: absolute;
    display: grid;
    width: 260px;
    height: 260px;
    color: #fff;
    place-items: center;
}

.mxm-v2-gear--metrology {
    top: 0;
    left: calc(50% - 130px);
}

.mxm-v2-gear--engineering {
    bottom: 0;
    left: 35px;
}

.mxm-v2-gear--operation {
    right: 35px;
    bottom: 0;
}

.mxm-v2-gear__shape {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: repeating-conic-gradient(from 0deg, #4b4e54 0 7deg, transparent 7deg 14deg);
    transition: transform .35s ease;
}

.mxm-v2-gear__shape::before {
    position: absolute;
    inset: 14px;
    border: 3px solid #777b82;
    border-radius: 50%;
    background: radial-gradient(circle at 38% 32%, #45484e 0, #26292e 48%, #111316 100%);
    box-shadow: inset 0 0 0 7px #191b1f, inset 0 0 22px rgba(255,255,255,.12), 0 8px 24px rgba(0,0,0,.35);
    content: "";
}

.mxm-v2-gear__shape::after {
    position: absolute;
    inset: 38px;
    border: 2px solid rgba(227,52,50,.72);
    border-radius: 50%;
    background: #15171a;
    content: "";
}

.mxm-v2-gear__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 150px;
    text-align: center;
}

.mxm-v2-gear__content small,
.mxm-v2-gear__content strong,
.mxm-v2-gear__content em {
    display: block;
}

.mxm-v2-gear__content small {
    margin-bottom: 7px;
    color: var(--mxm-red);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .1em;
}

.mxm-v2-gear__content strong {
    font-size: 21px;
    letter-spacing: -.025em;
}

.mxm-v2-gear__content em {
    margin-top: 8px;
    color: #aeb1b7;
    font-size: 10px;
    font-style: normal;
    line-height: 1.35;
}

.mxm-v2-gear:hover {
    color: #fff;
}

.mxm-v2-gear:hover .mxm-v2-gear__shape {
    transform: rotate(8deg);
}

.mxm-v2-gear:hover .mxm-v2-gear__content strong {
    color: var(--mxm-red);
}

.mxm-v2-innovation {
    position: relative;
    overflow: hidden;
    color: var(--mxm-ink);
    background: #fff;
}

.mxm-v2-innovation::before {
    position: absolute;
    inset: 0;
    opacity: .42;
    background-image: linear-gradient(rgba(21,23,26,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(21,23,26,.05) 1px, transparent 1px);
    background-size: 46px 46px;
    content: "";
    mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 82%, transparent);
}

.mxm-v2-innovation .mxm-v2-shell {
    position: relative;
    z-index: 1;
}

.mxm-v2-innovation__heading {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: end;
    gap: 72px;
    margin-bottom: 42px;
}

.mxm-v2-innovation h2 {
    max-width: 660px;
    margin-bottom: 0;
}

.mxm-v2-iot-statement {
    padding: 20px 0 6px 24px;
    border-left: 3px solid var(--mxm-red);
}

.mxm-v2-iot-statement span,
.mxm-v2-iot-statement strong,
.mxm-v2-iot-statement small {
    display: block;
}

.mxm-v2-iot-statement span {
    margin-bottom: 7px;
    color: var(--mxm-red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.mxm-v2-iot-statement strong {
    color: var(--mxm-ink);
    font-size: 17px;
    line-height: 1.4;
}

.mxm-v2-iot-statement small {
    max-width: 390px;
    margin-top: 8px;
    color: var(--mxm-muted);
    font-size: 11px;
    line-height: 1.5;
}

.mxm-v2-tech-board {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border: 1px solid rgba(136,151,165,.28);
    background: rgba(8,12,16,.72);
    box-shadow: inset 0 0 80px rgba(0,0,0,.34), 0 32px 70px rgba(0,0,0,.22);
}

.mxm-v2-tech-board__grid {
    position: absolute;
    inset: 0;
    opacity: .28;
    background:
        linear-gradient(90deg, transparent 49.8%, rgba(93,213,239,.16) 50%, transparent 50.2%),
        linear-gradient(transparent 49.8%, rgba(93,213,239,.12) 50%, transparent 50.2%);
}

.mxm-v2-tech-board__lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    color: #53d2ed;
}

.mxm-v2-tech-board__lines path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-dasharray: 7 8;
    opacity: .62;
    animation: mxm-tech-flow 16s linear infinite;
}

.mxm-v2-tech-board__lines circle {
    fill: none;
    stroke: var(--mxm-red);
    stroke-width: 1;
    opacity: .2;
}

@keyframes mxm-tech-flow {
    to { stroke-dashoffset: -150; }
}

.mxm-v2-tech-core {
    position: absolute;
    z-index: 2;
    top: 52%;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 178px;
    height: 178px;
    border: 1px solid rgba(227,52,50,.8);
    border-radius: 50%;
    background: radial-gradient(circle, #20252b, #0b0e12 70%);
    box-shadow: 0 0 0 16px rgba(227,52,50,.04), 0 0 44px rgba(227,52,50,.15);
    text-align: center;
    transform: translate(-50%, -50%);
}

.mxm-v2-tech-core span {
    color: #aeb6c0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mxm-v2-tech-core strong {
    margin: 3px 0 8px;
    color: #fff;
    font-size: 23px;
    letter-spacing: -.035em;
}

.mxm-v2-tech-core small {
    color: #68d8ef;
    font-size: 9px;
    letter-spacing: .04em;
}

.mxm-v2-tech-node {
    position: absolute;
    z-index: 3;
    display: grid;
    grid-template-columns: 46px 1fr;
    grid-template-rows: auto auto auto 1fr;
    column-gap: 15px;
    width: 250px;
    min-height: 166px;
    padding: 21px;
    border: 1px solid rgba(136,151,165,.38);
    color: #fff;
    background: rgba(18,24,30,.93);
    box-shadow: 0 18px 42px rgba(0,0,0,.3);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.mxm-v2-tech-node:hover {
    color: #fff;
    border-color: rgba(84,211,238,.82);
    background: #171e25;
    transform: translateY(-4px);
}

.mxm-v2-tech-node--ventila {
    top: 46px;
    left: 46px;
}

.mxm-v2-tech-node--nfc {
    top: 46px;
    right: 46px;
}

.mxm-v2-tech-node--vr {
    bottom: 38px;
    left: 46px;
}

.mxm-v2-tech-node--iot {
    right: 46px;
    bottom: 38px;
}

.mxm-v2-tech-node__icon {
    display: grid;
    grid-row: 1 / 5;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(84,211,238,.48);
    color: #5bd6ef;
    background: rgba(84,211,238,.08);
    place-items: center;
}

.mxm-v2-tech-node__icon svg {
    width: 24px;
    height: 24px;
}

.mxm-v2-tech-node--ventila .mxm-v2-tech-node__icon,
.mxm-v2-tech-node--vr .mxm-v2-tech-node__icon,
.mxm-v2-tech-node--iot .mxm-v2-tech-node__icon {
    border-color: rgba(227,52,50,.52);
    color: #f04b49;
    background: rgba(227,52,50,.09);
}

.mxm-v2-tech-node small {
    color: #8e9aa5;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.mxm-v2-tech-node h3 {
    margin: 3px 0 5px;
    color: #fff;
    font-size: 19px;
}

.mxm-v2-tech-node p {
    margin: 0;
    color: #aeb6c0;
    font-size: 11px;
}

.mxm-v2-tech-node b {
    display: inline-flex;
    align-items: center;
    align-self: end;
    margin-top: 12px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.mxm-v2-tech-node b svg {
    color: var(--mxm-red);
}

.mxm-v2-equipment {
    padding: 96px 0 58px;
    background: #f4f4f5;
}

.mxm-v2-equipment__heading {
    display: grid;
    grid-template-columns: .48fr 1fr;
    align-items: start;
    gap: 72px;
    margin-bottom: 48px;
}

.mxm-v2-equipment__heading h2 {
    max-width: 780px;
    margin-bottom: 16px;
    font-size: clamp(40px, 4.3vw, 62px);
    letter-spacing: -.055em;
    line-height: 1;
}

.mxm-v2-equipment__heading > div > p {
    max-width: 650px;
    margin: 0;
    color: var(--mxm-muted);
    font-size: 15px;
    line-height: 1.65;
}

.mxm-v2-equipment__grid {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    border: 1px solid #d7dadd;
    background: #fff;
}

.mxm-v2-equipment__visual {
    position: relative;
    display: grid;
    min-height: 530px;
    overflow: hidden;
    margin: 0;
    padding: 38px;
    color: #fff;
    background:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
        #15191e;
    background-size: 42px 42px;
    place-items: center;
}

.mxm-v2-equipment__visual::before {
    position: absolute;
    top: 18%;
    right: 12%;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(227,52,50,.55);
    border-radius: 50%;
    box-shadow: 0 0 0 36px rgba(227,52,50,.045), 0 0 0 72px rgba(227,52,50,.025);
    content: "";
}

.mxm-v2-equipment__visual > span {
    position: absolute;
    top: 30px;
    left: 34px;
    z-index: 2;
    color: #f05b58;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mxm-v2-equipment__visual img {
    position: relative;
    z-index: 1;
    width: min(390px, 92%);
    height: auto;
    border-radius: 50%;
    mix-blend-mode: screen;
}

.mxm-v2-equipment__visual figcaption {
    position: absolute;
    right: 30px;
    bottom: 28px;
    left: 34px;
    z-index: 2;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.2);
    color: #c0c5cb;
    font-size: 11px;
}

.mxm-v2-equipment__options {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
}

.mxm-v2-equipment__options a {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 176px;
    padding: 28px 78px 28px 38px;
    border-bottom: 1px solid #d7dadd;
    color: var(--mxm-ink);
    transition: color .22s ease, background .22s ease;
}

.mxm-v2-equipment__options a:last-child {
    border-bottom: 0;
}

.mxm-v2-equipment__options small {
    margin-bottom: 7px;
    color: var(--mxm-red);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
}

.mxm-v2-equipment__options h3 {
    margin: 0 0 7px;
    color: inherit;
    font-size: 24px;
    letter-spacing: -.035em;
}

.mxm-v2-equipment__options p {
    max-width: 620px;
    margin: 0;
    color: var(--mxm-muted);
    font-size: 12px;
    line-height: 1.55;
}

.mxm-v2-equipment__options a > svg {
    position: absolute;
    top: calc(50% - 13px);
    right: 32px;
    width: 26px;
    color: var(--mxm-red);
}

.mxm-v2-equipment__options a:hover {
    color: #fff;
    background: var(--mxm-red);
}

.mxm-v2-equipment__options a:hover small,
.mxm-v2-equipment__options a:hover p,
.mxm-v2-equipment__options a:hover > svg {
    color: #fff;
}

.mxm-v2-trust {
    overflow: hidden;
    color: var(--mxm-ink);
    background:
        radial-gradient(circle at 82% 18%, rgba(227,52,50,.055), transparent 25%),
        #f7f7f8;
}

.mxm-v2-trust__intro {
    display: grid;
    grid-template-columns: 1fr .62fr;
    align-items: end;
    gap: 90px;
    padding-top: 54px;
    padding-bottom: 54px;
}

.mxm-v2-trust__intro .mxm-v2-kicker--light {
    color: var(--mxm-red);
}

.mxm-v2-trust__intro h2,
.mxm-v2-trust__cta h2 {
    margin: 0;
    color: var(--mxm-ink);
    font-size: clamp(38px, 4.2vw, 60px);
    letter-spacing: -.05em;
    line-height: 1.02;
}

.mxm-v2-trust blockquote {
    margin: 0;
    padding: 24px 0 4px 25px;
    border: 0;
    border-left: 3px solid var(--mxm-red);
}

.mxm-v2-testimonials {
    display: grid;
    gap: 20px;
}

.mxm-v2-trust blockquote p {
    margin: 0 0 18px;
    color: #4e545b;
    font-size: 17px;
    line-height: 1.55;
}

.mxm-v2-trust cite,
.mxm-v2-trust cite strong,
.mxm-v2-trust cite span {
    display: block;
    font-style: normal;
}

.mxm-v2-trust cite strong {
    color: var(--mxm-ink);
    font-size: 11px;
}

.mxm-v2-trust cite span {
    margin-top: 3px;
    color: #777e86;
    font-size: 10px;
}

.mxm-v2-marquee {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dfe1e4;
    border-bottom: 1px solid #dfe1e4;
    background: #fff;
}

.mxm-v2-marquee::before,
.mxm-v2-marquee::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 110px;
    content: "";
}

.mxm-v2-marquee::before { left: 0; background: linear-gradient(90deg, #fff, transparent); }
.mxm-v2-marquee::after { right: 0; background: linear-gradient(-90deg, #fff, transparent); }

.mxm-v2-marquee__track {
    display: flex;
    width: max-content;
    animation: mxm-marquee 30s linear infinite;
}

.mxm-v2-marquee--clients .mxm-v2-marquee__track {
    animation-direction: reverse;
    animation-duration: 38s;
}

.mxm-v2-marquee span {
    display: inline-flex;
    align-items: center;
    min-height: 70px;
    padding: 0 28px;
    color: #34393f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    white-space: nowrap;
}

.mxm-v2-marquee span i {
    width: 6px;
    height: 6px;
    margin-right: 16px;
    border-radius: 50%;
    background: var(--mxm-red);
}

.mxm-v2-marquee--clients span {
    min-height: 62px;
    color: #747b83;
    font-size: 11px;
}

.mxm-v2-marquee--clients span i {
    background: #e33432;
}

@keyframes mxm-marquee {
    to { transform: translateX(-50%); }
}

.mxm-v2-trust__cta-wrap {
    color: #fff;
    background: var(--mxm-red);
}

.mxm-v2-trust__cta {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 70px;
    padding-top: 72px;
    padding-bottom: 80px;
}

.mxm-v2-trust__cta h2 {
    margin-bottom: 15px;
    color: #fff;
    font-size: clamp(34px, 3.7vw, 52px);
}

.mxm-v2-trust__cta > div > span {
    display: block;
    max-width: 700px;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    line-height: 1.65;
}

.mxm-v2-trust__cta .mxm-v2-button {
    flex: 0 0 auto;
    color: #fff;
    background: #15171a;
}

.mxm-v2-trust__cta .mxm-v2-kicker--light {
    color: #fff;
}

.mxm-v2-footer {
    position: relative;
    isolation: isolate;
    color: #f7f8fa;
    background:
        linear-gradient(90deg, rgba(14,17,21,.97) 0%, rgba(14,17,21,.92) 54%, rgba(14,17,21,.86) 100%),
        var(--mxm-footer-image) center 46% / cover no-repeat,
        #101318;
    font-family: "Work Sans", sans-serif;
}

.mxm-v2-footer::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 72px 72px;
    content: "";
}

.mxm-v2-footer a {
    color: inherit;
    text-decoration: none;
}

.mxm-v2-footer__brand-tab {
    position: relative;
    z-index: 2;
    height: 0;
}

.mxm-v2-footer__brand-tab a {
    display: inline-flex;
    align-items: center;
    width: 260px;
    min-height: 82px;
    padding: 16px 24px;
    border-top: 5px solid #ec3331;
    background: #fff;
    box-shadow: 0 16px 34px rgba(0,0,0,.22);
    transform: translateY(-30px);
}

.mxm-v2-footer__brand-tab img {
    display: block;
    width: 100%;
    height: auto;
}

.mxm-v2-footer__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, 1.2fr) minmax(185px, .9fr) minmax(185px, .9fr) minmax(260px, 1.1fr);
    gap: clamp(28px, 3vw, 52px);
    padding-top: 98px;
    padding-bottom: 52px;
}

.mxm-v2-footer__eyebrow {
    margin: 0 0 14px;
    color: #ff5754;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .16em;
}

.mxm-v2-footer__contact h2,
.mxm-v2-footer__action h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2vw, 31px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.mxm-v2-footer__contact {
    display: block;
}

.mxm-v2-footer__contact address {
    display: grid;
    gap: 9px;
    margin-top: 24px;
    color: #c7cdd3;
    font-size: 13px;
    font-style: normal;
    font-weight: 620;
    line-height: 1.55;
}

.mxm-v2-footer__contact address a {
    width: fit-content;
    border-bottom: 1px solid transparent;
}

.mxm-v2-footer__contact address a:hover {
    border-color: #ff5754;
}

.mxm-v2-footer nav {
    display: grid;
    align-content: start;
    gap: 11px;
}

.mxm-v2-footer nav strong {
    margin-bottom: 9px;
    color: #fff;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.mxm-v2-footer__grid > nav > a {
    position: relative;
    width: 100%;
    padding-left: 14px;
    color: #c7cdd3;
    font-size: 13px;
    line-height: 1.4;
    transition: color .2s ease, transform .2s ease;
}

.mxm-v2-footer__grid > nav > a::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 4px;
    height: 4px;
    background: #ff4a47;
    content: "";
}

.mxm-v2-footer__grid > nav > a:hover {
    color: #fff;
    transform: translateX(3px);
}

.mxm-v2-footer__action h2 {
    max-width: 12ch;
    margin-bottom: 20px;
}

.mxm-v2-footer__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 18px;
    background: #eb3331;
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .045em;
    text-transform: uppercase;
    transition: background .2s ease, transform .2s ease;
}

.mxm-v2-footer__button:hover {
    background: #ff4845;
    transform: translateY(-2px);
}

.mxm-v2-footer__button svg {
    width: 18px;
}

.mxm-v2-footer__accreditation {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-top: 14px;
    padding: 12px 14px;
    color: #171b20 !important;
    background: rgba(255,255,255,.96);
    border-left: 4px solid #ec3331;
}

.mxm-v2-footer__accreditation img {
    display: block;
    width: 48px;
    height: auto;
}

.mxm-v2-footer__accreditation span {
    display: grid;
    gap: 3px;
}

.mxm-v2-footer__accreditation b {
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.mxm-v2-footer__accreditation small {
    color: #5d646d;
    font-size: 10px;
    line-height: 1.4;
}

.mxm-v2-footer__bottom {
    position: relative;
    background: #e72f2d;
}

.mxm-v2-footer__legal {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: rgba(255,255,255,.9);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.mxm-v2-footer__legal nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.mxm-v2-footer__legal nav a {
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

@media (max-width: 1380px) {
    .mxm-v2-topbar > .mxm-v2-shell > span {
        display: none;
    }

    .mxm-v2-topbar .mxm-v2-shell {
        justify-content: flex-end;
    }

    .mxm-v2-nav {
        grid-template-columns: 174px 1fr auto;
    }

    .mxm-v2-menu-toggle {
        display: inline-grid;
        grid-template-columns: 22px auto;
        grid-template-rows: repeat(3, 4px);
        justify-self: end;
        align-items: center;
        column-gap: 9px;
        width: auto;
        padding: 8px 4px;
        border: 0;
        color: var(--mxm-ink);
        background: transparent;
    }

    .mxm-v2-menu-toggle span {
        grid-column: 1;
        width: 22px;
        height: 2px;
        background: currentColor;
    }

    .mxm-v2-menu-toggle b {
        grid-column: 2;
        grid-row: 1 / 4;
        font-size: 11px;
        text-transform: uppercase;
    }

    .mxm-v2-main-nav {
        position: absolute;
        z-index: 20;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        padding: 12px 24px 22px;
        border-top: 1px solid #ececef;
        background: #fff;
        box-shadow: 0 22px 40px rgba(17,19,22,.14);
    }

    .mxm-v2-main-nav.is-open {
        display: block;
    }

    .mxm-v2-main-nav > ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: start;
        gap: 0 24px;
    }

    .mxm-v2-main-nav > ul > li > a {
        min-height: 44px;
        border-bottom: 1px solid #ececef;
    }

    .mxm-v2-main-nav .mxm-v2-has-submenu {
        grid-row: span 3;
    }

    .mxm-v2-main-nav .mxm-v2-has-submenu > ul {
        position: static;
        width: auto;
        padding: 0;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        transform: none;
    }

    .mxm-v2-main-nav .mxm-v2-has-submenu li a {
        padding-left: 0;
        color: var(--mxm-muted);
    }
}

@media (max-width: 1020px) {
    .mxm-v2-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mxm-v2-banner__copy {
        width: 52%;
        padding-left: 32px;
    }

    .mxm-v2-banner--left .mxm-v2-banner__copy {
        width: 48%;
    }

    .mxm-v2-structure .mxm-v2-shell {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .mxm-v2-innovation__heading {
        grid-template-columns: 1fr .8fr;
        gap: 36px;
    }

    .mxm-v2-tech-node--ventila {
        left: 28px;
    }

    .mxm-v2-tech-node--nfc {
        right: 28px;
    }

    .mxm-v2-equipment__heading {
        gap: 36px;
    }

    .mxm-v2-equipment__grid {
        grid-template-columns: .8fr 1.2fr;
    }

    .mxm-v2-trust__intro {
        gap: 48px;
    }
}

@media (max-width: 760px) {
    .mxm-v2-topbar .mxm-v2-shell {
        justify-content: center;
        min-height: 38px;
    }

    .mxm-v2-topbar .mxm-v2-shell > div {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
    }

    .mxm-v2-topbar .mxm-v2-shell > div a:first-child {
        display: none;
    }

    .mxm-v2-topbar span,
    .mxm-v2-topbar a {
        font-size: 10.5px;
    }

    .mxm-v2-nav {
        grid-template-columns: 145px 1fr;
        min-height: 70px;
        gap: 12px;
    }

    .mxm-v2-logo img {
        width: 145px;
    }

    .mxm-v2-header-cta {
        display: none;
    }

    .mxm-v2-main-nav {
        padding: 8px 15px 20px;
    }

    .mxm-v2-main-nav > ul {
        grid-template-columns: 1fr;
    }

    .mxm-v2-main-nav .mxm-v2-has-submenu {
        grid-row: auto;
    }

    .mxm-v2-shell {
        width: min(100% - 30px, 1180px);
    }

    .mxm-v2-hero,
    .mxm-v2-slider,
    .mxm-v2-banner,
    .mxm-v2-banner__content {
        --mxm-v2-hero-height: 650px;
        height: var(--mxm-v2-hero-height);
        min-height: 650px;
    }

    .mxm-v2-banner__image {
        bottom: auto;
        height: 270px;
    }

    .mxm-v2-banner__image img,
    .mxm-v2-banner__image--confined img,
    .mxm-v2-banner__image--innovation img {
        object-position: center;
    }

    .mxm-v2-banner__shade {
        background: linear-gradient(180deg, transparent 0, rgba(19,21,25,.3) 205px, #131519 275px, #131519 100%);
    }

    .mxm-v2-banner__content {
        align-items: flex-end;
        padding-bottom: 86px;
    }

    .mxm-v2-banner__copy {
        width: 100%;
        padding: 0;
    }

    .mxm-v2-banner--left .mxm-v2-banner__copy {
        width: 100%;
        padding: 0;
    }

    .mxm-v2-banner--left .mxm-v2-banner__shade {
        background: linear-gradient(180deg, transparent 0, rgba(19,21,25,.3) 205px, #131519 275px, #131519 100%);
    }

    .mxm-v2-banner h1,
    .mxm-v2-banner h2 {
        font-size: 39px;
    }

    .mxm-v2-banner__copy > p:not(.mxm-v2-eyebrow) {
        font-size: 14px;
    }

    .mxm-v2-banner .mxm-v2-button {
        min-height: 54px;
        padding: 0 22px;
        font-size: 14px;
    }

    .mxm-v2-banner .mxm-v2-link {
        font-size: 13px;
    }

    .mxm-v2-slider__controls {
        bottom: 24px;
    }

    .mxm-v2-proof .mxm-v2-shell {
        grid-template-columns: 1fr 1fr;
    }

    .mxm-v2-proof a {
        min-height: 76px;
        padding: 0 12px;
        font-size: 11px;
    }

    .mxm-v2-proof a > svg {
        display: none;
    }

    .mxm-v2-proof a:last-child {
        grid-column: 1 / -1;
    }

    .mxm-v2-section {
        padding: 68px 0;
    }

    .mxm-v2-heading {
        display: block;
        margin-bottom: 32px;
    }

    .mxm-v2-heading h2,
    .mxm-v2-structure h2,
    .mxm-v2-innovation h2 {
        font-size: 36px;
    }

    .mxm-v2-flow {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-left: 0;
    }

    .mxm-v2-flow::before {
        top: 28px;
        bottom: 28px;
        left: 30px;
        width: 2px;
        height: auto;
    }

    .mxm-v2-flow::after {
        top: auto;
        right: auto;
        bottom: 24px;
        left: 26px;
        transform: rotate(135deg);
    }

    .mxm-v2-flow__step,
    .mxm-v2-flow__step:nth-child(even) {
        display: grid;
        grid-template-columns: 62px 1fr;
        grid-template-rows: auto;
        min-height: 104px;
        text-align: left;
    }

    .mxm-v2-flow__point {
        grid-column: 1;
        grid-row: 1;
        width: 56px;
        height: 56px;
        padding: 8px 0 5px;
        justify-self: start;
    }

    .mxm-v2-flow__point svg {
        width: 21px;
        height: 21px;
    }

    .mxm-v2-flow__point small {
        font-size: 7px;
    }

    .mxm-v2-flow__copy,
    .mxm-v2-flow__step:nth-child(even) .mxm-v2-flow__copy {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        padding: 0 0 0 18px;
    }

    .mxm-v2-flow__copy h3 {
        font-size: 16px;
    }

    .mxm-v2-flow-visual {
        justify-content: center;
        gap: 8px;
        margin: 0 0 38px;
        padding: 17px 12px;
    }

    .mxm-v2-flow-visual__item svg,
    .mxm-v2-flow-visual__item--tank svg {
        width: 58px;
    }

    .mxm-v2-flow-visual__item span {
        max-width: 78px;
        font-size: 7px;
        text-align: center;
    }

    .mxm-v2-flow-visual__signal {
        flex: 0 1 28px;
        min-width: 18px;
        gap: 4px;
    }

    .mxm-v2-flow-visual__signal i {
        width: 3px;
        height: 3px;
        box-shadow: none;
    }

    .mxm-v2-gears {
        width: 340px;
        height: 310px;
    }

    .mxm-v2-gear {
        width: 154px;
        height: 154px;
    }

    .mxm-v2-gear--metrology {
        left: 93px;
    }

    .mxm-v2-gear--engineering {
        left: 17px;
    }

    .mxm-v2-gear--operation {
        right: 17px;
    }

    .mxm-v2-gear__shape::before {
        inset: 9px;
        border-width: 2px;
        box-shadow: inset 0 0 0 4px #191b1f, inset 0 0 14px rgba(255,255,255,.12), 0 5px 16px rgba(0,0,0,.35);
    }

    .mxm-v2-gear__shape::after {
        inset: 25px;
    }

    .mxm-v2-gear__content {
        max-width: 105px;
    }

    .mxm-v2-gear__content strong {
        font-size: 15px;
    }

    .mxm-v2-gear__content em {
        font-size: 8px;
    }

    .mxm-v2-innovation__heading {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 30px;
    }

    .mxm-v2-tech-board {
        display: grid;
        min-height: 0;
        padding: 24px;
        gap: 14px;
    }

    .mxm-v2-tech-board__lines {
        display: none;
    }

    .mxm-v2-tech-core,
    .mxm-v2-tech-node,
    .mxm-v2-tech-node--ventila,
    .mxm-v2-tech-node--nfc,
    .mxm-v2-tech-node--vr,
    .mxm-v2-tech-node--iot {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
    }

    .mxm-v2-tech-core {
        width: 148px;
        height: 148px;
        margin: 8px auto 18px;
    }

    .mxm-v2-tech-node:hover {
        transform: translateY(-2px);
    }

    .mxm-v2-equipment {
        padding: 68px 0 42px;
    }

    .mxm-v2-equipment__heading,
    .mxm-v2-equipment__grid,
    .mxm-v2-trust__intro,
    .mxm-v2-trust__cta {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .mxm-v2-equipment__heading {
        margin-bottom: 34px;
    }

    .mxm-v2-equipment__heading h2,
    .mxm-v2-trust__intro h2,
    .mxm-v2-trust__cta h2 {
        font-size: 36px;
    }

    .mxm-v2-equipment__visual {
        min-height: 390px;
    }

    .mxm-v2-equipment__options a {
        min-height: 166px;
        padding: 26px 60px 26px 24px;
    }

    .mxm-v2-equipment__options h3 {
        font-size: 21px;
    }

    .mxm-v2-trust__intro {
        padding-top: 38px;
        padding-bottom: 42px;
    }

    .mxm-v2-trust blockquote {
        padding-left: 20px;
    }

    .mxm-v2-marquee span {
        min-height: 62px;
        padding-inline: 20px;
        font-size: 11px;
    }

    .mxm-v2-trust__cta {
        padding-top: 56px;
        padding-bottom: 64px;
    }

    .mxm-v2-trust__cta .mxm-v2-button {
        justify-self: start;
    }

    .mxm-v2-footer__grid {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-top: 78px;
        padding-bottom: 40px;
    }

    .mxm-v2-footer__brand-tab a {
        width: 210px;
        min-height: 68px;
        padding: 12px 18px;
    }

    .mxm-v2-footer__legal {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .mxm-v2-footer__legal nav {
        gap: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mxm-v2-banner,
    .mxm-v2-button,
    .mxm-v2-tech-board__lines path,
    .mxm-v2-marquee__track {
        transition: none;
        animation: none;
    }
}
