@font-face {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/company/assets/Exo2-600.ttf") format("truetype");
}

@font-face {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/company/assets/Exo2-700.ttf") format("truetype");
}

@font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/company/assets/Onest-500.ttf") format("truetype");
}

@font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/company/assets/Onest-600.ttf") format("truetype");
}

:root {
    --brand-blue: #0f4495;
    --brand-deep: #092442;
    --brand-ink: #193a5f;
    --brand-link: #0072b3;
    --brand-turquoise: #3eb9c0;
    --brand-ice: #d7ecfa;
    --brand-white: #fff;
    --brand-shell: min(1660px, calc(100vw - 80px));
    --brand-timeline-scale: 1;
    --brand-layout-scale: 1;
    --brand-mission-scale: 1;
}

html.brand-page-active,
body.brand-page-active {
    min-width: 320px;
    margin: 0;
    overflow-x: clip;
    background: var(--brand-blue);
}

body.brand-page-active .intec-template-breadcrumb,
body.brand-page-active .intec-template-title,
body.brand-page-active .intec-template-layout-page .intec-template-layout-column-fixed {
    display: none !important;
}

/* Keep the shared fixed header available after the custom hero navigation leaves view. */
body.brand-page-active .c-header.c-header-template-1.c-header-lemming-1 .widget-view.widget-view-desktop,
body.brand-page-active .c-header.c-header-template-1.c-header-lemming-1 .widget-view.widget-view-mobile {
    display: none !important;
}

body.brand-page-active .intec-template-layout-page.intec-content,
body.brand-page-active .intec-template-layout-page-wrapper.intec-content-wrapper,
body.brand-page-active .intec-template-layout-page .intec-template-layout-columns,
body.brand-page-active .intec-template-layout-page .intec-template-layout-column-wrapper,
body.brand-page-active .intec-template-layout-page .intec-template-layout-column-adaptive,
body.brand-page-active .intec-template-layout-page .intec-template-layout-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    flex: 0 0 100% !important;
}

body.brand-page-active .intec-template-layout-page .intec-template-layout-columns {
    display: block !important;
}

body.brand-page-active .intec-template,
body.brand-page-active .intec-template-layout,
body.brand-page-active .intec-template-layout-page,
body.brand-page-active .intec-template-layout-page-wrapper,
body.brand-page-active .intec-template-layout-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.brand-page,
.brand-page *,
.brand-video-modal,
.brand-video-modal * {
    box-sizing: border-box;
}

.brand-page {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--brand-white);
    font-family: "Onest", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    background: var(--brand-blue);
}

.brand-page section {
    position: relative;
    overflow: hidden;
}

.brand-page a {
    color: inherit;
}

.brand-page img {
    display: block;
    max-width: 100%;
}

.brand-page button,
.brand-page a {
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

.brand-page :focus-visible,
.brand-video-modal :focus-visible {
    outline: 3px solid var(--brand-turquoise);
    outline-offset: 4px;
}

.brand-shell {
    position: relative;
    z-index: 2;
    width: var(--brand-shell);
    margin-inline: auto;
}

.brand-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.brand-history,
.brand-mission,
.brand-benefits,
.brand-exhibition {
    background: var(--brand-blue);
}

.brand-history {
    height: 1080px;
    margin-bottom: 1px;
    isolation: isolate;
    background: var(--brand-deep);
}

.brand-history__backdrop {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(180deg, rgba(2, 20, 39, 0.02) 0%, rgba(2, 20, 39, 0.08) 52%, rgba(2, 20, 39, 0.2) 100%),
        url("/company/assets/hero-ice-exact.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: max(100vw, 1920px) auto;
}

.brand-nav {
    position: absolute;
    z-index: 10;
    top: 77px;
    left: 50%;
    display: flex;
    height: 70px;
    gap: 64px;
    transform: translateX(-50%);
}

.brand-nav__glass {
    display: flex;
    width: 1265px;
    height: 70px;
    align-items: center;
    overflow: visible;
    border: 1px solid rgba(223, 242, 253, 0.7);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 20px rgba(215, 236, 250, 0.08);
    backdrop-filter: blur(22px);
}

.brand-nav__logo {
    display: flex;
    width: 335px;
    min-width: 335px;
    height: 100%;
    align-items: center;
    padding-left: 60px;
    text-decoration: none;
}

.brand-nav__logo img {
    width: 205px;
    height: 51px;
}

.brand-nav__menu {
    display: flex;
    flex: 1;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding-right: 60px;
}

.brand-nav__item {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}

.brand-nav__menu a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    border-radius: 112px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.brand-nav__menu a:hover,
.brand-nav__menu a.is-current {
    background: var(--brand-turquoise);
}

.brand-nav__dropdown {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    width: 292px;
    padding-top: 8px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.brand-nav__item--brand .brand-nav__dropdown {
    width: 334px;
}

.brand-nav__item--catalog .brand-nav__dropdown {
    width: 417px;
}

.brand-nav__item--support .brand-nav__dropdown {
    right: 0;
    left: auto;
    width: 329px;
}

.brand-nav__item:hover > .brand-nav__dropdown,
.brand-nav__item:focus-within > .brand-nav__dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.brand-nav__dropdown-panel {
    display: flex;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    border-radius: 32px;
    background: #0072b3;
    box-shadow: 0 0 20.3px rgba(215, 236, 250, 0.08);
}

.brand-nav__menu .brand-nav__dropdown a {
    width: max-content;
    max-width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    padding: 7px 19px;
    border: 1px solid transparent;
    color: #d7ecfa;
    background: transparent;
    line-height: 1.2;
    white-space: nowrap;
    box-sizing: border-box;
}

.brand-nav__menu .brand-nav__dropdown a:hover,
.brand-nav__menu .brand-nav__dropdown a:focus-visible {
    border-color: #d7ecfa;
    color: #fff;
    background: transparent;
    font-weight: 600;
    outline: none;
}

.brand-nav__partner {
    display: inline-flex;
    width: 330px;
    min-width: 330px;
    height: 67px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    background: var(--brand-link);
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.brand-nav__partner:hover {
    background: #0789ca;
    transform: translateY(-2px);
}

.brand-nav__toggle {
    display: none;
}

.brand-breadcrumbs {
    position: absolute;
    top: 207px;
    left: 0;
    display: flex;
    gap: 7px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.brand-breadcrumbs a {
    text-decoration: none;
}

.brand-angle {
    position: absolute;
    left: 0;
    overflow: hidden;
    border-top: 1px solid rgba(223, 242, 253, 0.55);
    border-bottom: 1px solid rgba(223, 242, 253, 0.22);
    background: rgba(9, 36, 66, 0.42);
    box-shadow: 0 0 20px rgba(215, 236, 250, 0.08);
    clip-path: polygon(0 0, 100% 0, calc(100% - 110px) 100%, 0 100%);
    backdrop-filter: blur(17px);
}

.brand-angle > .brand-shell {
    width: 1660px;
    margin-right: 0;
    margin-left: max(40px, calc((100vw - 1660px) / 2));
}

.brand-history__title-band {
    top: 267px;
    width: calc(50vw + 604px);
    height: 218px;
}

.brand-history__title-band h1 {
    width: 1316px;
    max-width: calc(100vw - 260px);
    margin: 38px 0 0;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

.brand-history__timeline {
    position: absolute;
    z-index: 3;
    top: 528px;
    left: calc(50% - 3px);
    width: 2000px;
    height: 486px;
    transform: translateX(-50%);
}

@media (min-width: 1100px) {
    .brand-history__timeline::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 137px;
        width: 1747px;
        height: 487px;
        border-radius: 55px 5px 55px 5px;
        background: rgba(215, 236, 250, 0.01);
        box-shadow:
            0 14px 36px rgba(1, 18, 40, 0.2),
            0 0 28px rgba(215, 236, 250, 0.1);
        -webkit-backdrop-filter: blur(20px) saturate(125%);
        backdrop-filter: blur(20px) saturate(125%);
        pointer-events: none;
    }
}

.brand-history__timeline-shape {
    position: absolute;
    top: -20px;
    left: 117px;
    width: 1787px;
    height: 527px;
    max-width: none !important;
    opacity: 0.65;
    filter:
        drop-shadow(0 1px 0 rgba(255, 255, 255, 0.04))
        drop-shadow(0 0 20px rgba(215, 236, 250, 0.08));
}

.brand-history__line {
    position: absolute;
    z-index: 1;
    top: 132px;
    left: 50%;
    width: calc(max(2000px, 100vw) + 6px);
    height: 1px;
    background: rgba(215, 236, 250, 0.72);
    transform: translateX(-50%);
}

.brand-history__timeline-grid {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: grid;
    grid-template-columns: 420px 419px 420px 401px;
    padding-left: 173px;
}

.brand-history__event {
    position: relative;
    padding-right: 30px;
}

.brand-history__event time {
    position: absolute;
    top: 58px;
    left: 0;
    color: #fff;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.05;
    white-space: nowrap;
}

.brand-history__dot {
    position: absolute;
    top: 126px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e4ffff;
    box-shadow: 0 0 13px 4px rgba(62, 185, 192, 0.65);
}

.brand-history__event h2 {
    position: absolute;
    top: 181px;
    left: 0;
    width: calc(100% - 50px);
    margin: 0;
    color: #fff;
    font-family: "Onest", Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
}

.brand-history__event p {
    position: absolute;
    top: 290px;
    left: 0;
    width: 320px;
    margin: 0;
    color: var(--brand-ice);
    font-size: 20px;
    line-height: 24px;
}

.brand-history__event:last-child p,
.brand-history__event:last-child h2 {
    width: 401px;
}

.brand-applications {
    height: 1227px;
    color: #fff;
    background-color: #193a5f;
    background-image: url("/company/assets/blue-gradient.png");
    background-position: center 43%;
    background-repeat: no-repeat;
    background-size: max(100vw, 1920px) auto;
}

.brand-applications__glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 78%, rgba(0, 169, 210, 0.42), transparent 35%),
        radial-gradient(circle at 82% 14%, rgba(0, 199, 218, 0.38), transparent 37%),
        linear-gradient(90deg, rgba(3, 28, 70, 0.78) 0%, rgba(3, 38, 92, 0.45) 46%, rgba(3, 38, 92, 0.12) 100%);
}

.brand-applications__title-band {
    top: 166px;
    width: calc(50vw + 271px);
    height: 218px;
    background: rgba(255, 255, 255, 0.15);
}

.brand-applications__title-band h2 {
    width: 973px;
    margin: 40px 0 0;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

.brand-applications__intro {
    position: absolute;
    z-index: 2;
    top: 181px;
    left: calc(50% + 289px);
    width: 541px;
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
}

.brand-applications__content {
    height: 100%;
}

.brand-applications__content > h3 {
    position: absolute;
    top: 480px;
    left: 0;
    margin: 0;
    color: var(--brand-turquoise);
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

.brand-applications__mosaic {
    position: absolute;
    top: 687px;
    left: 0;
    width: 1660px;
    height: 468px;
    overflow: visible;
    border-radius: 37px;
    isolation: isolate;
}

.brand-applications__art {
    position: absolute;
    z-index: -2;
    top: -16px;
    left: -22px;
    width: 1704px;
    height: 500px;
    background-image: url("/company/assets/applications-exact.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1704px 500px;
    filter: none;
}

.brand-applications__art::after {
    display: none;
}

.brand-applications__shape {
    position: absolute;
    z-index: 0;
    top: -20px;
    left: -20px;
    width: 1701px;
    height: 509px;
    max-width: none !important;
    opacity: 1;
    filter: none;
    pointer-events: none;
}

@media (min-width: 1100px) {
    .brand-applications__mosaic::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: -20px;
        left: -20px;
        width: 1701px;
        height: 509px;
        background: rgba(215, 236, 250, 0.01);
        filter: drop-shadow(0 14px 34px rgba(1, 18, 40, 0.18));
        -webkit-backdrop-filter: blur(18px) saturate(130%);
        backdrop-filter: blur(18px) saturate(130%);
        -webkit-mask: url("/company/assets/applications-glass-mask.svg?v=20260904-1") center / 100% 100% no-repeat;
        mask: url("/company/assets/applications-glass-mask.svg?v=20260904-1") center / 100% 100% no-repeat;
        pointer-events: none;
    }

    .brand-applications__shape {
        z-index: 1;
        opacity: 0.82;
        filter:
            drop-shadow(0 1px 0 rgba(255, 255, 255, 0.08))
            drop-shadow(0 14px 34px rgba(1, 39, 82, 0.18));
    }

    .brand-applications__mosaic .brand-application {
        z-index: 2;
    }
}

.brand-application {
    position: absolute;
    z-index: 1;
    color: var(--brand-ice);
    font-size: 28px;
    line-height: 32px;
}

.brand-application--server { top: 147px; left: 27px; }
.brand-application--business { top: 147px; left: 446px; }
.brand-application--data { top: 147px; left: 866px; }
.brand-application--labs { top: 426px; left: 446px; }
.brand-application--industry { top: 394px; left: 866px; }
.brand-application--telecom { top: 394px; left: 1286px; }

.brand-values {
    height: 1048px;
    background: var(--brand-blue);
}

.brand-values h2,
.brand-benefits h2,
.brand-exhibition h2,
.brand-news h2 {
    margin: 0;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

.brand-values h2 {
    position: absolute;
    top: 197px;
    left: 0;
}

.brand-values__grid {
    position: absolute;
    top: 317px;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 402px);
    gap: 18px;
}

.brand-value {
    position: relative;
    height: 539px;
    overflow: hidden;
    border-radius: 55px;
    color: var(--brand-ink);
    background: var(--brand-ice);
}

.brand-value:first-child {
    background: #fff;
}

.brand-value h3 {
    position: relative;
    z-index: 3;
    margin: 37px 35px 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.05;
}

.brand-value p {
    position: relative;
    z-index: 3;
    width: 330px;
    margin: 18px 35px 0;
    color: var(--brand-link);
    font-size: 20px;
    line-height: 22px;
}

.brand-value__reference-art {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 315px;
    background-image: url("/company/assets/reference-values.png");
    background-repeat: no-repeat;
    background-size: 1920px auto;
}

.brand-value--innovation .brand-value__reference-art {
    background-position: -130px -541px;
}

.brand-value--success .brand-value__reference-art {
    background-position: -550px -541px;
}

.brand-value > img {
    position: absolute;
    z-index: 1;
    max-width: none;
    pointer-events: none;
}

.brand-value--innovation > img {
    bottom: 0;
    left: 50%;
    width: 317px;
    height: 319px;
    transform: translateX(-50%);
}

.brand-value--success > img {
    top: 164px;
    left: 50%;
    width: 402px;
    height: 375px;
    transform: translateX(-50%);
}

.brand-value--learning > img {
    top: 190px;
    left: 50%;
    width: 402px;
    height: 349px;
    transform: translateX(-50%);
}

.brand-value--respect > img {
    top: 192px;
    left: 50%;
    width: 402px;
    height: 347px;
    transform: translateX(-50%);
}

.brand-mission {
    height: 1080px;
    padding-top: 77px;
    border-radius: 84px 84px 0 0;
    background: var(--brand-ice);
}

.brand-mission__panel {
    position: relative;
    width: 1746px;
    height: 1003px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 80px 80px 0 0;
    color: var(--brand-ink);
    background: linear-gradient(112deg, #eefbff 0%, #ebf4fe 100%);
}

.brand-mission__copy {
    position: absolute;
    z-index: 2;
    inset: 0 auto auto 63px;
}

.brand-mission__eyebrow {
    margin: 58px 0 0;
    color: var(--brand-link);
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}

.brand-mission h2 {
    width: 946px;
    margin: 21px 0 0;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 58px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

.brand-mission__description {
    position: absolute;
    top: 696px;
    left: 0;
    width: 793px;
    margin: 0;
    color: var(--brand-link);
    font-size: 26px;
    line-height: 1.15;
}

.brand-mission__image {
    position: absolute;
    z-index: 1;
    top: -45px;
    left: 180px;
    width: 1600px;
    height: 1100px;
    max-width: none !important;
    object-fit: cover;
}

.brand-mission__picture {
    display: contents;
}

.brand-mission__actions {
    position: absolute;
    z-index: 3;
    top: 683px;
    right: 94px;
    width: 692px;
    height: 186px;
    isolation: isolate;
    background: none;
    filter: none;
}

.brand-mission__actions::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: rgba(217, 217, 217, 0.13);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
    backdrop-filter: blur(18px) saturate(120%);
    -webkit-mask: url("/company/assets/mission-actions-mask.svg?v=20260812-4") center / 100% 100% no-repeat;
    mask: url("/company/assets/mission-actions-mask.svg?v=20260812-4") center / 100% 100% no-repeat;
    pointer-events: none;
}

.brand-mission__actions a {
    position: absolute;
    display: inline-flex;
    height: 61px;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: 0;
    border-radius: 44px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    text-decoration: none;
    box-shadow: 0 5px 14px rgba(15, 68, 149, 0.15);
}

.brand-mission__actions a:first-child {
    top: 17px;
    right: 15px;
    width: 256px;
    background: var(--brand-ink);
}

.brand-mission__actions a:last-child {
    bottom: 17px;
    left: 19px;
    width: 370px;
    background: var(--brand-blue);
}

.brand-benefits {
    height: 1080px;
    background-color: var(--brand-blue);
    background-image: url("/company/assets/benefits-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand-benefits::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 46% 13%, rgba(103, 205, 255, 0.2), transparent 24%),
        linear-gradient(90deg, rgba(15, 68, 149, 0.02), rgba(5, 31, 72, 0.26));
}

.brand-benefits__heading {
    position: absolute;
    z-index: 2;
    top: 192px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-benefits__controls {
    display: flex;
    gap: 18px;
}

.brand-benefits__controls button {
    display: grid;
    width: 52px;
    height: 52px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
}

.brand-benefits__controls button img {
    width: 52px;
    height: 52px;
    max-width: none;
    pointer-events: none;
}

.brand-benefits__controls button:first-child img {
    transform: rotate(180deg);
}

.brand-benefits__controls button:disabled {
    cursor: default;
    opacity: 1;
}

.brand-benefits__controls button:disabled img {
    opacity: 0;
}

.brand-benefits__controls button:disabled {
    background: url("/company/assets/carousel-disabled.svg") center / 52px 52px no-repeat;
}

.brand-benefits__viewport {
    position: absolute;
    z-index: 2;
    top: 338px;
    left: 0;
    width: min(1662px, calc(100vw - max(130px, (100vw - 1660px) / 2)));
    overflow: hidden;
}

.brand-benefits__rail {
    display: flex;
    width: max-content;
    gap: 18px;
    transition: transform 0.5s ease;
}

.brand-benefit {
    position: relative;
    flex: 0 0 402px;
    height: 634px;
    overflow: hidden;
    border-radius: 55px;
    color: var(--brand-ink);
    background: var(--brand-ice);
}

.brand-benefit__copy {
    height: 334px;
    padding: 36px 35px 24px;
}

.brand-benefit h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.05;
}

.brand-benefit p {
    margin: 19px 0 0;
    color: var(--brand-link);
    font-size: 20px;
    line-height: 24px;
}

.brand-benefit img {
    width: 402px;
    height: 300px;
    border-radius: 55px;
    object-fit: cover;
}

.brand-center {
    height: 1095px;
    color: var(--brand-ink);
    border-radius: 0 0 80px 80px;
    background: var(--brand-ice);
}

.brand-center__visual {
    position: absolute;
    top: 72px;
    left: 0;
    width: 1660px;
    height: 614px;
    overflow: hidden;
    border-radius: 66px;
    isolation: isolate;
}

.brand-center__picture {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
}

@media (min-width: 1100px) {
    .brand-center__picture {
        -webkit-mask: url("/company/assets/center-visual-mask.svg") center / 100% 100% no-repeat;
        mask: url("/company/assets/center-visual-mask.svg") center / 100% 100% no-repeat;
    }
}

.brand-center__image {
    display: block;
    width: 1660px;
    height: 614px;
    object-fit: fill;
    border-radius: inherit;
}

.brand-center__copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 840px;
    height: 309px;
    padding: 17px 0 0;
    border-radius: 0 0 66px 0;
    background: var(--brand-ice);
}

.brand-center__copy h2 {
    width: 821px;
    margin: 0;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

.brand-center__copy p {
    width: 821px;
    margin: 30px 0 0;
    color: var(--brand-link);
    font-size: 28px;
    line-height: 32px;
}

.brand-center__functions {
    position: absolute;
    top: 738px;
    left: 0;
    width: 1660px;
}

.brand-center__functions > h3 {
    margin: 0;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.05;
}

.brand-center__functions-grid {
    display: grid;
    width: 1094px;
    grid-template-columns: 535.83px 535.83px;
    gap: 50px 23.17px;
    margin-top: 47px;
}

.brand-center__functions-grid article {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    gap: 57px;
}

.brand-center__functions-grid img {
    width: 85px;
    height: 85px;
    max-width: none;
    margin: -12px;
}

.brand-center__functions-grid p {
    width: 340px;
    margin: 0;
    color: var(--brand-link);
    font-size: 24px;
    line-height: 28px;
}

.brand-pill {
    display: inline-flex;
    height: 61px;
    align-items: center;
    justify-content: center;
    padding: 0 48px;
    border-radius: 44px;
    color: #fff !important;
    background: var(--brand-blue);
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    text-decoration: none;
}

.brand-center__functions > .brand-pill {
    position: absolute;
    top: 79px;
    right: 0;
    width: 466px;
}

.brand-exhibition {
    height: 1099px;
}

.brand-exhibition__layout {
    height: 100%;
}

.brand-exhibition__copy {
    position: absolute;
    top: 399px;
    left: 0;
    width: 681px;
}

.brand-exhibition__copy p {
    width: 594px;
    margin: 28px 0 0;
    color: var(--brand-ice);
    font-size: 28px;
    line-height: 32px;
}

.brand-exhibition__video {
    position: absolute;
    top: 277px;
    right: 0;
    width: 961px;
    height: 633px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 65px;
    background: var(--brand-deep);
    cursor: pointer;
}

.brand-exhibition__video::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 0%, rgba(25, 58, 95, 0.285) 43%, rgba(8, 32, 59, 0.32) 100%),
        rgba(12, 28, 47, 0.36);
}

.brand-exhibition__video > img {
    width: 961px;
    height: 633px;
    object-fit: cover;
}

.brand-exhibition__play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: grid;
    width: 135px;
    height: 135px;
    place-items: center;
    border-radius: 50%;
    background: var(--brand-ice);
    transform: translate(-50%, -50%);
}

.brand-exhibition__play svg {
    width: 42px;
    margin-left: 8px;
    fill: var(--brand-blue);
}

.brand-news {
    height: 1130px;
    background: var(--brand-blue);
}

.brand-news__top {
    position: absolute;
    top: 123px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%);
}

.brand-news__filters {
    display: flex;
    gap: 13px;
}

.brand-news__filters button {
    height: 50px;
    padding: 0 35px;
    border: 1px solid rgba(246, 246, 246, 0.25);
    border-radius: 85px;
    color: #fff;
    background: rgba(246, 246, 246, 0.21);
    font-size: 28px;
    line-height: 32px;
    white-space: nowrap;
    cursor: pointer;
}

.brand-news__filters button.is-active {
    border-color: var(--brand-turquoise);
    background: var(--brand-turquoise);
}

.brand-news__viewport {
    position: absolute;
    top: 314px;
    left: 0;
    width: 100%;
    height: 529px;
    overflow: hidden;
}

.brand-news__rail {
    position: absolute;
    left: calc(50% - 960px - 429px);
    bottom: 0;
    display: flex;
    width: max-content;
    height: 529px;
    align-items: flex-end;
    gap: 18px;
    transition: transform 0.4s ease;
}

.brand-news-card {
    position: relative;
    flex: 0 0 541px;
    width: 541px;
    height: 406px;
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    background: #0a2e62;
    text-decoration: none;
}

.brand-news-card[hidden] {
    display: none;
}

.brand-news-card::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(7, 27, 59, 0.9) 100%);
    pointer-events: none;
}

.brand-news-card > img {
    width: 541px;
    height: 406px;
    object-fit: cover;
}

.brand-news-card time {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 28px;
    color: #f2f2f2;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.brand-news-card h3 {
    position: absolute;
    z-index: 2;
    right: 28px;
    bottom: 25px;
    left: 28px;
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.15;
}

.brand-news-card--active {
    height: 529px;
    overflow: visible;
    border-radius: 30px 30px 0 0;
    background: transparent;
}

.brand-news-card--active::after {
    height: 406px;
    border-radius: 30px;
}

.brand-news-card--active > img {
    height: 406px;
    border-radius: 30px;
}

.brand-news-card--active h3 {
    right: 0;
    bottom: 0;
    left: 0;
    height: 97px;
    font-size: 28px;
    line-height: 32px;
}

.brand-news-card__arrow {
    position: absolute;
    z-index: 3;
    top: 318px;
    right: 0;
    display: grid;
    width: 75px;
    height: 75px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    color: #fff;
    background: rgba(77, 125, 189, 0.76);
    font-size: 42px;
    backdrop-filter: blur(10px);
}

.brand-news__pagination {
    position: absolute;
    top: 919px;
    left: 50%;
    display: flex;
    width: 206px;
    height: 7px;
    gap: 18px;
    transform: translateX(-50%);
}

.brand-news__pagination span {
    width: 50px;
    height: 7px;
    border-radius: 15px;
    background: #88bce7;
}

.brand-news__pagination span:first-child {
    width: 70px;
    background: var(--brand-ice);
}

.brand-media-center {
    height: 1130px;
    min-height: 1130px;
    margin-top: 0;
    color: #fff;
    background-color: #004cae !important;
    background-image: url("/images/home/media-consult-gradient.png") !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: max(100vw, 1920px) auto !important;
}

.brand-media-center .lemming-media-block {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.brand-media-center .widget.c-news.c-news-template-3 {
    height: 1080px;
    min-height: 1080px;
}

.brand-media-center .widget.c-news.c-news-template-3 .widget-header {
    top: 123px;
}

.brand-media-center .widget.c-news.c-news-template-3 .widget-content {
    top: 314px;
}

.brand-video-modal[hidden] {
    display: none;
}

.brand-video-modal {
    position: fixed;
    z-index: 20000;
    inset: 0;
    display: grid;
    padding: 24px;
    place-items: center;
    font-family: "Onest", Arial, sans-serif;
}

.brand-video-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(4, 20, 38, 0.86);
    backdrop-filter: blur(12px);
}

.brand-video-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1040px, 100%);
    padding: 42px;
    border: 1px solid rgba(223, 242, 253, 0.55);
    border-radius: 42px;
    color: #fff;
    background: var(--brand-deep);
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.45);
}

.brand-video-modal__dialog h2 {
    margin: 0 70px 28px 0;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 44px;
    line-height: 1.05;
}

.brand-video-modal__player {
    display: block;
    width: 100%;
    max-height: min(560px, 68vh);
    aspect-ratio: 16 / 9;
    border-radius: 28px;
    background: #000;
    object-fit: contain;
}

.brand-video-modal__close {
    position: absolute;
    top: 22px;
    right: 24px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

body.brand-modal-open {
    overflow: hidden;
}

@media (min-width: 1800px) {
    .brand-mission__panel {
        margin-left: calc(50% - 893px);
        margin-right: 0;
    }
}

@media (max-width: 1399px) {
    :root {
        --brand-shell: calc(100vw - 64px);
    }

    .brand-nav {
        gap: 24px;
    }

    .brand-nav__glass {
        width: calc(100% - 280px);
    }

    .brand-nav__logo {
        width: 250px;
        min-width: 250px;
        padding-left: 35px;
    }

    .brand-nav__logo img {
        width: 180px;
    }

    .brand-nav__menu {
        padding-right: 24px;
    }

    .brand-nav__menu a {
        padding-inline: 10px;
        font-size: 17px;
    }

    .brand-nav__partner {
        width: 256px;
        min-width: 256px;
        font-size: 17px;
    }

    .brand-history__title-band h1,
    .brand-applications__title-band h2,
    .brand-values h2,
    .brand-benefits h2,
    .brand-exhibition h2,
    .brand-news h2,
    .brand-center__copy h2 {
        font-size: 58px;
    }

    .brand-history__timeline {
        transform: translateX(-50%) scale(0.78);
        transform-origin: center top;
    }

    .brand-applications__intro {
        left: auto;
        right: 32px;
        width: 430px;
        font-size: 24px;
        line-height: 29px;
    }

    .brand-applications__mosaic {
        transform: scale(calc((100vw - 64px) / 1660));
        transform-origin: left top;
    }

    .brand-values__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: 100%;
    }

    .brand-value p {
        width: calc(100% - 56px);
        margin-inline: 28px;
        font-size: 17px;
        line-height: 20px;
    }

    .brand-value h3 {
        margin-inline: 28px;
        font-size: 27px;
    }

    .brand-mission__panel,
    .brand-center__visual,
    .brand-center__functions {
        width: var(--brand-shell);
    }

    .brand-center__image {
        width: 100%;
    }

    .brand-mission__panel {
        margin-inline: auto;
    }

    .brand-mission__image {
        right: -170px;
    }

    .brand-benefit {
        flex-basis: 360px;
    }

    .brand-benefit img {
        width: 100%;
    }

    .brand-exhibition__video {
        width: 56%;
    }

    .brand-exhibition__copy {
        width: 40%;
    }

    .brand-exhibition__video > img {
        width: 100%;
    }

    .brand-news__filters button {
        padding-inline: 25px;
        font-size: 22px;
    }
}

@media (min-width: 1100px) and (max-width: 1799px) {
    :root {
        --brand-shell: calc(100vw - 80px);
    }

    .brand-page {
        width: 100%;
        margin-left: 0;
    }

    .brand-nav {
        gap: 24px;
    }

    .brand-nav__glass {
        width: calc(100% - 280px);
    }

    .brand-nav__logo {
        width: 250px;
        min-width: 250px;
        padding-left: 35px;
    }

    .brand-nav__logo img {
        width: 180px;
    }

    .brand-nav__menu {
        padding-right: 24px;
    }

    .brand-nav__menu a {
        padding-inline: 10px;
        font-size: 17px;
    }

    .brand-nav__partner {
        width: 256px;
        min-width: 256px;
        font-size: 17px;
    }

    .brand-history__title-band h1,
    .brand-applications__title-band h2,
    .brand-values h2,
    .brand-benefits h2,
    .brand-exhibition h2,
    .brand-news h2,
    .brand-center__copy h2 {
        font-size: clamp(58px, 3.9vw, 70px);
    }

    .brand-history__title-band {
        height: 228px;
    }

    .brand-history__timeline {
        left: 50%;
        transform: translateX(-50%) scale(var(--brand-timeline-scale));
        transform-origin: top center;
    }

    .brand-applications__title-band h2 {
        width: calc(50vw + 190px);
    }

    .brand-applications__intro {
        right: 40px;
        left: auto;
        width: clamp(300px, calc(50vw - 303px), 430px);
        font-size: 24px;
        line-height: 29px;
    }

    .brand-applications__mosaic {
        transform: scale(var(--brand-layout-scale));
        transform-origin: left top;
    }

    .brand-values__grid {
        width: 1660px;
        grid-template-columns: repeat(4, 402px);
        transform: scale(var(--brand-layout-scale));
        transform-origin: left top;
    }

    .brand-mission__panel {
        width: 1746px;
        margin-left: 50%;
        transform: translateX(-50%) scale(var(--brand-mission-scale));
        transform-origin: top center;
    }

    .brand-benefits__viewport {
        width: min(1662px, calc(100vw - 80px));
    }

    .brand-center__visual,
    .brand-center__functions {
        width: calc(100vw - 80px);
    }

    .brand-center__image {
        width: 100%;
    }

    .brand-center__functions-grid {
        width: calc(100% - 500px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brand-center__functions-grid article {
        gap: clamp(24px, 3vw, 57px);
    }

    .brand-center__functions-grid p {
        width: auto;
        font-size: 20px;
        line-height: 24px;
    }

    .brand-exhibition__copy {
        width: 40%;
    }

    .brand-exhibition__video {
        right: 0;
        width: 56%;
    }

    .brand-exhibition__video > img {
        width: 100%;
    }
}

@media (max-width: 1099px) {
    :root {
        --brand-shell: calc(100vw - 40px);
    }

    .brand-page section {
        height: auto;
        min-height: 0;
    }

    .brand-history {
        padding: 28px 0 50px;
        background-size: cover;
    }

    .brand-history__backdrop {
        background-position: 64% center;
    }

    .brand-nav {
        position: relative;
        top: auto;
        left: auto;
        width: var(--brand-shell);
        height: 64px;
        margin-inline: auto;
        transform: none;
    }

    .brand-nav__glass {
        width: 100%;
        height: 64px;
    }

    .brand-nav__logo {
        width: auto;
        min-width: 0;
        padding-left: 24px;
    }

    .brand-nav__logo img {
        width: 154px;
        height: auto;
    }

    .brand-nav__toggle {
        position: absolute;
        right: 18px;
        display: flex;
        width: 42px;
        height: 42px;
        padding: 10px 8px;
        flex-direction: column;
        justify-content: space-around;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.14);
        cursor: pointer;
    }

    .brand-nav__toggle span:not(.brand-sr-only) {
        width: 100%;
        height: 2px;
        background: #fff;
    }

    .brand-nav__menu {
        position: absolute;
        top: 74px;
        right: 0;
        left: 0;
        display: none;
        height: auto;
        padding: 14px;
        flex-direction: column;
        align-items: stretch;
        border: 1px solid rgba(223, 242, 253, 0.5);
        border-radius: 26px;
        background: rgba(9, 36, 66, 0.94);
        backdrop-filter: blur(18px);
    }

    .brand-nav__menu.is-open {
        display: flex;
    }

    .brand-nav__item {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .brand-nav__item > a {
        width: 100%;
    }

    .brand-nav__dropdown {
        display: none;
    }

    .brand-nav__menu a {
        justify-content: flex-start;
        padding-inline: 22px;
    }

    .brand-nav__partner {
        display: none;
    }

    .brand-breadcrumbs {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 38px;
        font-size: 16px;
    }

    .brand-history__title-band,
    .brand-applications__title-band {
        position: relative;
        top: auto;
        width: calc(100% - 20px);
        height: auto;
        margin-top: 36px;
        padding: 30px 0 34px;
        clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    }

    .brand-angle > .brand-shell {
        width: var(--brand-shell);
        margin-inline: auto;
    }

    .brand-history__title-band h1,
    .brand-applications__title-band h2 {
        width: min(85%, 760px);
        max-width: none;
        margin: 0;
        font-size: clamp(40px, 7vw, 58px);
    }

    .brand-history__timeline {
        position: relative;
        top: auto;
        left: auto;
        width: var(--brand-shell);
        height: auto;
        margin: 28px auto 0;
        padding: 30px;
        border: 1px solid rgba(223, 242, 253, 0.28);
        border-radius: 34px;
        background: rgba(9, 36, 66, 0.34);
        transform: none;
        backdrop-filter: blur(16px);
    }

    .brand-page .brand-history__timeline-shape,
    .brand-page .brand-history__line {
        display: none;
    }

    .brand-history__timeline-grid {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px;
        padding: 0;
    }

    .brand-history__event {
        min-height: 300px;
        padding: 0;
    }

    .brand-history__event time,
    .brand-history__event h2,
    .brand-history__event p,
    .brand-history__dot {
        position: relative;
        top: auto;
        left: auto;
        width: auto !important;
    }

    .brand-history__event time {
        display: block;
        font-size: 34px;
    }

    .brand-history__dot {
        display: block;
        margin-top: 14px;
    }

    .brand-history__event h2 {
        margin-top: 22px;
        font-size: 24px;
        line-height: 28px;
    }

    .brand-history__event p {
        margin-top: 18px;
        font-size: 17px;
        line-height: 22px;
    }

    .brand-applications {
        padding: 70px 0;
    }

    .brand-applications__title-band {
        margin-top: 0;
    }

    .brand-applications__intro,
    .brand-applications__content > h3,
    .brand-applications__mosaic {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }

    .brand-applications__intro {
        width: var(--brand-shell);
        margin: 34px auto 0;
        font-size: 22px;
        line-height: 28px;
    }

    .brand-applications__content {
        height: auto;
    }

    .brand-applications__content > h3 {
        margin-top: 60px;
        font-size: 38px;
    }

    .brand-applications__mosaic {
        width: 100%;
        height: auto;
        margin-top: 40px;
        padding: 12px;
        overflow: visible;
        border-radius: 34px;
        background: rgba(9, 36, 66, 0.46);
        transform: none;
    }

    .brand-applications__art {
        inset: 0;
        width: auto;
        height: auto;
        border-radius: inherit;
        background-size: cover, 900px auto;
    }

    .brand-page .brand-applications__shape {
        display: none;
    }

    .brand-application {
        position: relative;
        top: auto !important;
        left: auto !important;
        min-height: 130px;
        margin-bottom: 10px;
        padding: 32px;
        border: 1px solid rgba(223, 242, 253, 0.36);
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.12);
        font-size: 24px;
        line-height: 29px;
        backdrop-filter: blur(13px);
    }

    .brand-values {
        padding: 90px 0;
    }

    .brand-values h2,
    .brand-values__grid {
        position: relative;
        top: auto;
        left: auto;
    }

    .brand-values h2,
    .brand-benefits h2,
    .brand-exhibition h2,
    .brand-news h2,
    .brand-center__copy h2 {
        font-size: clamp(42px, 7vw, 58px);
    }

    .brand-values__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin-top: 46px;
    }

    .brand-value {
        height: 520px;
    }

    .brand-value__reference-art {
        display: none;
    }

    .brand-value--innovation::after,
    .brand-value--success::after {
        content: none;
    }

    .brand-mission {
        padding: 30px 20px 0;
        border-radius: 48px 48px 0 0;
    }

    .brand-mission__panel {
        width: 100%;
        height: auto;
        min-height: 1100px;
        padding: 46px 34px;
        border-radius: 40px 40px 0 0;
    }

    .brand-mission__copy,
    .brand-mission__description,
    .brand-mission__image,
    .brand-mission__actions {
        position: relative;
        inset: auto;
    }

    .brand-mission__copy {
        z-index: 3;
    }

    .brand-mission__eyebrow {
        margin-top: 0;
        font-size: 18px;
    }

    .brand-mission h2 {
        width: auto;
        font-size: clamp(39px, 6.4vw, 56px);
    }

    .brand-mission__description {
        width: auto;
        margin-top: 30px;
        font-size: 21px;
        line-height: 1.25;
    }

    .brand-mission__image {
        right: auto;
        width: min(840px, 105%);
        margin: 20px auto 0;
    }

    .brand-mission__actions {
        display: flex;
        width: 100%;
        height: auto;
        gap: 12px;
        padding: 12px;
        flex-wrap: wrap;
        border-radius: 38px;
        background: rgba(255, 255, 255, 0.16);
        filter: none;
    }

    .brand-mission__actions::before {
        display: none;
    }

    .brand-mission__actions a:first-child,
    .brand-mission__actions a:last-child {
        position: static;
        width: auto;
        flex: 1 1 260px;
        font-size: 18px;
    }

    .brand-benefits {
        padding: 90px 0;
        background-size: cover;
    }

    .brand-benefits__heading,
    .brand-benefits__viewport {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
    }

    .brand-benefits__heading {
        align-items: flex-end;
        gap: 20px;
    }

    .brand-benefits__viewport {
        margin-top: 48px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .brand-benefits__viewport::-webkit-scrollbar {
        display: none;
    }

    .brand-benefits__rail {
        transition: none;
    }

    .brand-benefit {
        flex-basis: min(402px, 82vw);
        scroll-snap-align: start;
    }

    .brand-center {
        padding: 40px 0 80px;
        border-radius: 0 0 48px 48px;
    }

    .brand-center__visual,
    .brand-center__functions {
        position: relative;
        top: auto;
        left: auto;
    }

    .brand-center__visual {
        width: 100%;
        height: 680px;
        border-radius: 42px;
    }

    .brand-center__image {
        width: 100%;
        height: 680px;
        object-position: 65% center;
    }

    .brand-center__copy {
        width: 76%;
        height: auto;
        min-height: 330px;
        padding: 22px 28px 42px 0;
        border-radius: 0 0 64px 0;
    }

    .brand-center__copy h2,
    .brand-center__copy p {
        width: auto;
    }

    .brand-center__copy p {
        margin-top: 20px;
        font-size: 22px;
        line-height: 28px;
    }

    .brand-center__functions {
        width: 100%;
        margin-top: 52px;
    }

    .brand-center__functions > h3 {
        font-size: 38px;
    }

    .brand-center__functions-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .brand-center__functions-grid p {
        width: auto;
    }

    .brand-center__functions > .brand-pill {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        margin-top: 40px;
    }

    .brand-exhibition {
        padding: 90px 0;
    }

    .brand-exhibition__layout {
        display: grid;
        gap: 48px;
    }

    .brand-exhibition__copy,
    .brand-exhibition__video {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: 100%;
    }

    .brand-exhibition__copy p {
        width: min(680px, 100%);
        font-size: 22px;
        line-height: 28px;
    }

    .brand-exhibition__video,
    .brand-exhibition__video > img {
        width: 100%;
        height: auto;
        aspect-ratio: 961 / 633;
    }

    .brand-news {
        padding: 90px 0 120px;
    }

    .brand-news__top,
    .brand-news__viewport,
    .brand-news__pagination {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .brand-news__top {
        width: var(--brand-shell);
        align-items: flex-start;
        gap: 30px;
        flex-direction: column;
    }

    .brand-news__filters {
        width: 100%;
        padding-bottom: 8px;
        overflow-x: auto;
    }

    .brand-news__filters button {
        font-size: 18px;
    }

    .brand-news__viewport {
        height: 529px;
        margin-top: 50px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .brand-news__viewport::-webkit-scrollbar {
        display: none;
    }

    .brand-news__rail {
        position: relative;
        left: 20px;
    }

    .brand-news__pagination {
        margin: 52px auto 0;
    }
}

@media (min-width: 700px) and (max-width: 1099px) {
    .brand-mission__image {
        width: min(780px, 96%);
        height: auto;
        transform: translateX(-4%);
    }
}

@media (max-width: 699px) {
    :root {
        --brand-shell: calc(100vw - 28px);
    }

    .brand-page {
        font-size: 16px;
    }

    .brand-nav {
        width: var(--brand-shell);
    }

    .brand-history {
        padding-top: 14px;
    }

    .brand-history__title-band,
    .brand-applications__title-band {
        width: 100%;
        padding: 26px 0 30px;
        clip-path: none;
    }

    .brand-history__title-band h1,
    .brand-applications__title-band h2 {
        width: auto;
        font-size: 37px;
        line-height: 1.04;
    }

    .brand-history__timeline {
        padding: 24px 20px;
    }

    .brand-history__timeline-grid {
        grid-template-columns: 1fr;
    }

    .brand-history__event {
        min-height: 0;
        padding-bottom: 28px;
        border-bottom: 1px solid rgba(215, 236, 250, 0.25);
    }

    .brand-history__event:last-child {
        border-bottom: 0;
    }

    .brand-applications__content > h3,
    .brand-center__functions > h3 {
        font-size: 32px;
    }

    .brand-application {
        min-height: 110px;
        padding: 26px;
        font-size: 21px;
        line-height: 26px;
    }

    .brand-values h2,
    .brand-benefits h2,
    .brand-exhibition h2,
    .brand-news h2,
    .brand-center__copy h2 {
        font-size: 42px;
    }

    .brand-values__grid {
        grid-template-columns: 1fr;
    }

    .brand-value {
        height: 510px;
    }

    .brand-value h3 {
        font-size: 30px;
    }

    .brand-value p {
        font-size: 18px;
        line-height: 22px;
    }

    .brand-mission {
        padding-inline: 14px;
    }

    .brand-mission__panel {
        min-height: 0;
        padding-inline: 24px;
    }

    .brand-mission h2 {
        font-size: 38px;
    }

    .brand-mission__description {
        font-size: 18px;
    }

    .brand-mission__actions a:first-child,
    .brand-mission__actions a:last-child {
        flex-basis: 100%;
    }

    .brand-benefits__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .brand-benefits__controls {
        align-self: flex-end;
    }

    .brand-benefit {
        height: 600px;
        border-radius: 36px;
    }

    .brand-benefit__copy {
        height: 330px;
        padding-inline: 26px;
    }

    .brand-benefit h3 {
        font-size: 29px;
    }

    .brand-benefit p {
        font-size: 18px;
        line-height: 22px;
    }

    .brand-benefit img {
        height: 270px;
        border-radius: 36px;
    }

    .brand-center__visual,
    .brand-center__image {
        height: 720px;
    }

    .brand-center__copy {
        width: 100%;
        padding: 16px 20px 32px;
        border-radius: 0 0 48px 0;
    }

    .brand-center__copy p {
        font-size: 19px;
        line-height: 24px;
    }

    .brand-center__functions-grid article {
        grid-template-columns: 52px 1fr;
        gap: 22px;
    }

    .brand-center__functions-grid img {
        width: 52px;
        height: 52px;
        margin: 0;
    }

    .brand-center__functions-grid p {
        font-size: 19px;
        line-height: 24px;
    }

    .brand-pill {
        width: 100% !important;
        height: auto;
        min-height: 58px;
        padding: 12px 22px;
        font-size: 18px;
        line-height: 23px;
        text-align: center;
    }

    .brand-exhibition__copy p {
        font-size: 19px;
        line-height: 24px;
    }

    .brand-exhibition__video {
        border-radius: 36px;
    }

    .brand-exhibition__play {
        width: 86px;
        height: 86px;
    }

    .brand-exhibition__play svg {
        width: 28px;
    }

    .brand-news__rail {
        gap: 14px;
    }

    .brand-news-card,
    .brand-news-card--active {
        flex-basis: min(541px, calc(100vw - 42px));
        width: min(541px, calc(100vw - 42px));
    }

    .brand-news-card > img,
    .brand-news-card--active > img {
        width: 100%;
    }

    .brand-news-card h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .brand-video-modal {
        padding: 10px;
    }

    .brand-video-modal__dialog {
        padding: 28px 18px 20px;
        border-radius: 28px;
    }

    .brand-video-modal__dialog h2 {
        font-size: 30px;
    }
}

/*
 * Mobile brand page — 430 px artboard.
 * This block intentionally comes after the generic compact layout above: the
 * supplied mobile composition is a separate, fixed-rhythm design rather than
 * a scaled-down desktop grid.
 */
@media (max-width: 699px) {
    :root {
        --brand-mobile-gutter: max(14px, calc((100vw - 390px) / 2));
        --brand-shell: min(390px, calc(100vw - (var(--brand-mobile-gutter) * 2)));
    }

    .brand-page {
        width: 100%;
        margin-left: 0;
        overflow: hidden;
        background: var(--brand-blue);
    }

    .brand-page section {
        min-height: 0;
    }

    .brand-page h1,
    .brand-page h2,
    .brand-page h3,
    .brand-page p {
        text-wrap: pretty;
    }

    /* Hero and history: 0–1600. */
    .brand-history {
        height: 1600px !important;
        padding: 0;
        margin: 0;
        background: #061d38;
    }

    .brand-history__backdrop {
        background-image:
            linear-gradient(180deg, rgba(2, 20, 39, 0.02) 0%, rgba(2, 20, 39, 0.08) 52%, rgba(2, 20, 39, 0.2) 100%),
            url("/company/assets/hero-ice-exact.png");
        background-position: 66% top;
        background-size: auto 1600px;
    }

    .brand-nav {
        position: absolute;
        top: 20px;
        left: var(--brand-mobile-gutter);
        width: var(--brand-shell);
        height: 42px;
        margin: 0;
        transform: none;
    }

    .brand-nav__glass {
        width: 100%;
        height: 42px;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .brand-nav__logo {
        width: 37px;
        min-width: 37px;
        height: 40px;
        padding: 0;
    }

    .brand-nav__logo img {
        width: 37px;
        height: 40px;
        content: url("/company/assets/lemming-mark-mobile.svg");
    }

    .brand-nav__toggle {
        top: 0;
        right: 0;
        display: flex;
        width: 42px;
        height: 42px;
        padding: 12px 8px;
        justify-content: center;
        gap: 6px;
        border-radius: 50%;
        background: var(--brand-ice);
    }

    .brand-nav__toggle span:not(.brand-sr-only) {
        height: 2.28px;
        flex: 0 0 2.28px;
        background: var(--brand-blue);
    }

    .brand-nav__toggle span:nth-child(2) {
        width: 16px;
        align-self: flex-end;
        margin-right: 3px;
    }

    .brand-nav__toggle span:nth-child(3) {
        display: none;
    }

    .brand-nav__menu {
        top: 52px;
        right: 0;
        left: 0;
        padding: 12px;
        border-color: rgba(215, 236, 250, 0.5);
        border-radius: 24px;
        background: rgba(9, 36, 66, 0.96);
        box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
    }

    .brand-nav__menu a {
        min-height: 46px;
        padding-inline: 18px;
        font-size: 17px;
    }

    .brand-history__content {
        position: absolute;
        top: 84px;
        left: var(--brand-mobile-gutter);
        width: var(--brand-shell);
        height: 17px;
        margin: 0;
    }

    .brand-breadcrumbs {
        position: static;
        margin: 0;
        gap: 5px;
        font-size: 15px;
        line-height: 17px;
    }

    .brand-history__title-band {
        position: absolute;
        top: 135px;
        left: 0;
        width: 100%;
        height: 196px;
        margin: 0;
        padding: 0;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
        clip-path: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .brand-history__title-band > .brand-shell {
        width: var(--brand-shell);
        margin-inline: auto;
    }

    .brand-history__title-band h1 {
        width: 100%;
        margin: 0;
        color: #fff;
        font-size: 40px;
        line-height: 1.05;
        letter-spacing: -0.01em;
    }

    .brand-history__timeline {
        position: absolute;
        top: 363px;
        left: var(--brand-mobile-gutter);
        width: var(--brand-shell);
        height: 1209px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        border: 0;
        border-radius: 55px 5px;
        background: rgba(9, 36, 66, 0.26);
        box-shadow: 0 0 20.3px rgba(215, 236, 250, 0.08);
        transform: none;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }

    .brand-history__timeline::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 7px;
        bottom: 0;
        left: 36px;
        width: 1px;
        background: rgba(215, 236, 250, 0.9);
    }

    .brand-history__timeline-grid {
        position: absolute;
        z-index: 2;
        top: 38px;
        left: 62px;
        display: flex;
        width: min(298px, calc(100% - 82px));
        height: 1128px;
        padding: 0;
        flex-direction: column;
        gap: 56px;
    }

    .brand-history__event {
        position: relative;
        min-height: 0;
        padding: 0;
        border: 0;
    }

    .brand-history__event:nth-child(1) { height: 212px; flex: 0 0 212px; }
    .brand-history__event:nth-child(2) { height: 233px; flex: 0 0 233px; }
    .brand-history__event:nth-child(3) { height: 191px; flex: 0 0 191px; }
    .brand-history__event:nth-child(4) { height: 324px; flex: 0 0 324px; }

    .brand-history__event time,
    .brand-history__event h2,
    .brand-history__event p,
    .brand-history__dot {
        position: relative;
        top: auto;
        left: auto;
        width: 100% !important;
    }

    .brand-history__event time {
        display: block;
        margin: 0;
        color: #fff;
        font-size: 40px;
        line-height: 1.05;
        letter-spacing: -0.01em;
    }

    .brand-history__dot {
        position: absolute;
        top: 28px;
        left: -31px;
        display: block;
        width: 10px !important;
        height: 10px;
        margin: 0;
        border: 0.7px solid var(--brand-turquoise);
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 10.7px rgba(62, 185, 192, 0.83);
    }

    .brand-history__event h2 {
        margin: 21px 0 0;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.15;
    }

    .brand-history__event p {
        margin: 21px 0 0;
        color: var(--brand-ice);
        font-size: 18px;
        line-height: 1.18;
    }

    .brand-history__event:last-child h2,
    .brand-history__event:last-child p {
        width: 100% !important;
    }

    /* Applications: 1600–3366. */
    .brand-applications {
        height: 1766px !important;
        padding: 0;
        color: #fff;
        background-color: var(--brand-ink);
        background-image: url("/company/assets/blue-gradient.png");
        background-position: center top;
        background-size: auto 1766px;
    }

    .brand-applications__glow {
        background:
            radial-gradient(circle at 4% 75%, rgba(0, 190, 220, 0.26), transparent 27%),
            radial-gradient(circle at 94% 17%, rgba(0, 170, 220, 0.22), transparent 30%),
            linear-gradient(90deg, rgba(3, 28, 70, 0.42), rgba(3, 38, 92, 0.08));
    }

    .brand-applications__title-band {
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
        height: 154px;
        margin: 0;
        padding: 0;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
        clip-path: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .brand-applications__title-band > .brand-shell {
        width: var(--brand-shell);
        margin-inline: auto;
    }

    .brand-applications__title-band h2 {
        width: 100%;
        margin: 0;
        font-size: 40px;
        line-height: 1.05;
        letter-spacing: -0.01em;
    }

    .brand-applications__intro {
        position: absolute;
        top: 271px;
        left: var(--brand-mobile-gutter);
        width: var(--brand-shell);
        margin: 0;
        color: #fff;
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }

    .brand-applications__content {
        width: var(--brand-shell);
        height: 100%;
        margin: 0 auto;
    }

    .brand-applications__content > h3 {
        position: absolute;
        top: 454px;
        left: 0;
        width: 100%;
        margin: 0;
        color: var(--brand-turquoise);
        font-size: 32px;
        line-height: 1.1;
    }

    .brand-applications__mosaic {
        position: absolute;
        top: 543px;
        left: 50%;
        width: min(405px, calc(100vw - 25px));
        height: auto;
        aspect-ratio: 405 / 1165;
        margin: 0;
        padding: 0;
        overflow: visible;
        border-radius: 30px;
        background: transparent;
        transform: translateX(-50%);
    }

    .brand-applications__mosaic::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        width: 430px;
        height: 1166px;
        background: url("/company/assets/applications-mobile-glass-union.svg?v=20260907-1") center / 100% 100% no-repeat;
        filter: drop-shadow(0 0 20.3px rgba(215, 236, 250, 0.08));
        transform: translateX(-50%);
        pointer-events: none;
    }

    .brand-applications__mosaic::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        width: 430px;
        height: 1166px;
        /* An opaque mask preserves the full backdrop blur inside the glass. */
        background: rgba(86, 98, 148, 0.18);
        border-radius: 25px;
        box-shadow: 0 0 20.3px rgba(215, 236, 250, 0.08);
        -webkit-backdrop-filter: blur(20.3px) saturate(140%);
        backdrop-filter: blur(20.3px) saturate(140%);
        -webkit-mask: url("/company/assets/applications-mobile-glass-mask.svg?v=20260907-1") center / 100% 100% no-repeat;
        mask: url("/company/assets/applications-mobile-glass-mask.svg?v=20260907-1") center / 100% 100% no-repeat;
        transform: translateX(-50%);
        pointer-events: none;
    }

    .brand-applications__art {
        position: absolute;
        z-index: 0;
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 30px;
        background: url("/company/assets/applications-mobile.png") center / 100% 100% no-repeat;
        filter: none;
    }

    .brand-page .brand-applications__shape {
        display: none;
    }

    .brand-application {
        position: absolute;
        z-index: 2;
        left: 29px !important;
        min-height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        color: #fff;
        background: transparent;
        font-size: 24px;
        line-height: 1.15;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .brand-application--server { top: 103px !important; }
    .brand-application--business { top: 298px !important; }
    .brand-application--data { top: 487px !important; }
    .brand-application--labs { top: 716px !important; }
    .brand-application--industry { top: 883px !important; }
    .brand-application--telecom { top: 1077px !important; }

    /* Values: 3366–5649. */
    .brand-values {
        height: 2283px !important;
        padding: 0;
        background: var(--brand-blue);
    }

    .brand-values > .brand-shell {
        height: 100%;
    }

    .brand-values h2 {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        margin: 0;
        font-size: 40px;
        line-height: 1.05;
        letter-spacing: -0.01em;
    }

    .brand-values__grid {
        position: absolute;
        top: 173px;
        left: 0;
        display: flex;
        width: min(389px, 100%);
        margin: 0;
        flex-direction: column;
        gap: 30px;
    }

    .brand-value {
        width: 100%;
        height: 480px;
        flex: 0 0 480px;
        border-radius: 55px;
        background: var(--brand-ice);
    }

    .brand-value:first-child {
        background: #fff;
    }

    .brand-value h3 {
        width: calc(100% - 70px);
        margin: 37px 35px 0;
        font-size: 32px;
        line-height: 1.05;
    }

    .brand-value p {
        width: calc(100% - 70px);
        margin: 16px 35px 0;
        color: var(--brand-link);
        font-size: 18px;
        line-height: 1.18;
    }

    .brand-value__reference-art {
        display: none;
    }

    .brand-value > img {
        top: auto;
        bottom: 0;
        left: 50%;
        display: block;
        height: auto;
        transform: translateX(-50%);
    }

    .brand-value--innovation > img { width: 317px; }
    .brand-value--success > img,
    .brand-value--learning > img,
    .brand-value--respect > img { width: 402px; }

    .brand-value::after {
        content: none;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 50%;
        display: block;
        max-width: none;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateX(-50%);
        pointer-events: none;
    }

    .brand-value--innovation::after {
        width: 278px;
        height: 298px;
        background-image: url("/company/assets/value-innovation-mobile.svg");
    }

    .brand-value--success::after {
        width: 389px;
        height: 351px;
        background-image: url("/company/assets/value-success-mobile.svg");
    }

    .brand-value--learning::after {
        width: 376px;
        height: 296px;
        background-image: url("/company/assets/value-learning-mobile.svg");
    }

    .brand-value--respect::after {
        width: 389px;
        height: 351px;
        background-image: url("/company/assets/value-respect-mobile.svg");
    }

    /* Mission: 5649–6830. */
    .brand-mission {
        height: 1181px !important;
        padding: 41px var(--brand-mobile-gutter) 0;
        border-radius: 45px 45px 0 0;
        background: var(--brand-ice);
    }

    .brand-mission__panel {
        width: min(389px, var(--brand-shell));
        height: 1140px;
        min-height: 0;
        margin: 0;
        padding: 0;
        border-radius: 40px 40px 0 0;
        background: linear-gradient(0deg, #e8effe 12.27%, #eef9ff 79.91%);
    }

    .brand-mission__copy {
        position: absolute;
        z-index: 3;
        inset: 0;
        width: 100%;
    }

    .brand-mission__eyebrow {
        margin: 44px 23px 0;
        color: var(--brand-link);
        font-size: 18px;
        line-height: 1.18;
    }

    .brand-mission h2 {
        width: min(352px, calc(100% - 46px));
        margin: 20px 23px 0;
        color: var(--brand-ink);
        font-size: 32px;
        line-height: 1.1;
        letter-spacing: -0.01em;
    }

    .brand-mission__image {
        position: absolute;
        z-index: 1;
        top: 254px;
        left: 50%;
        width: 100%;
        height: 566px;
        margin: 0;
        max-width: none;
        object-fit: contain;
        object-position: center;
        transform: translateX(-50%);
    }

    .brand-mission__actions {
        position: absolute;
        z-index: 4;
        top: 643px;
        right: auto;
        left: -8px;
        display: block;
        width: calc(100% + 17px);
        height: 121px;
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .brand-mission__actions::before {
        display: block;
        inset: auto;
        top: -20px;
        left: -12px;
        width: 430px;
        height: 162px;
        background: url("/company/assets/mission-actions-mobile.svg?v=20260824-1") center / 100% 100% no-repeat;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        -webkit-mask: none;
        mask: none;
    }

    .brand-mission__actions a:first-child,
    .brand-mission__actions a:last-child {
        position: absolute;
        height: 45px;
        padding: 0 28px;
        border-radius: 44px;
        font-size: 18px;
        line-height: 1.18;
        white-space: nowrap;
    }

    .brand-mission__actions a:first-child {
        top: 10px;
        right: 9px;
        width: 188px;
        background: var(--brand-ink);
    }

    .brand-mission__actions a:last-child {
        bottom: 9px;
        left: 8px;
        width: 274px;
        background: var(--brand-blue);
    }

    .brand-mission__description {
        position: absolute;
        top: 833px;
        left: 23px;
        width: min(343px, calc(100% - 46px));
        margin: 0;
        color: var(--brand-link);
        font-size: 18px;
        line-height: 1.18;
    }

    /* Benefits: 6830–7762. */
    .brand-benefits {
        height: 932px !important;
        padding: 0;
        background-color: var(--brand-blue);
        background-image: url("/company/assets/benefits-background.png");
        background-position: center;
        background-size: cover;
    }

    .brand-benefits > .brand-shell {
        height: 100%;
    }

    .brand-benefits__heading {
        position: absolute;
        z-index: 2;
        top: 84px;
        left: 0;
        display: block;
        width: 100%;
        height: 150px;
    }

    .brand-benefits h2 {
        width: 100%;
        margin: 0;
        font-size: 40px;
        line-height: 1.05;
        letter-spacing: -0.01em;
    }

    .brand-benefits__controls {
        position: absolute;
        top: 100px;
        right: 0;
        display: flex;
        width: 116px;
        height: 50px;
        gap: 16px;
    }

    .brand-benefits__controls button,
    .brand-benefits__controls button img {
        width: 50px;
        height: 50px;
    }

    .brand-benefits__controls button:disabled {
        background-size: 50px 50px;
    }

    .brand-benefits__viewport {
        position: absolute;
        z-index: 2;
        top: 264px;
        left: 0;
        width: calc(100vw - var(--brand-mobile-gutter));
        height: 584px;
        margin: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-padding-left: 0;
        scroll-snap-type: x mandatory;
    }

    .brand-benefits__rail {
        display: flex;
        width: max-content;
        height: 584px;
        gap: 16px;
    }

    .brand-benefit {
        width: var(--brand-shell);
        height: 584px;
        flex: 0 0 var(--brand-shell);
        border-radius: 55px;
        scroll-snap-align: start;
    }

    .brand-benefit__copy {
        width: 100%;
        height: 284px;
        padding: 40px 35px 20px;
    }

    .brand-benefit h3 {
        font-size: 30px;
        line-height: 1.05;
    }

    .brand-benefit p {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.18;
    }

    .brand-benefit img {
        width: 100%;
        height: 300px;
        border-radius: 55px;
        object-fit: cover;
    }

    /* Centre: 7762–9197. The following section overlaps by 21 px. */
    .brand-center {
        height: auto !important;
        padding: 0 0 55px;
        overflow: hidden;
        border-radius: 0 0 45px 45px;
        background: var(--brand-ice);
    }

    .brand-center > .brand-shell {
        height: 100%;
    }

    .brand-center__visual {
        position: relative;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        overflow: visible;
        border-radius: 0;
        background: transparent;
    }

    .brand-center__picture {
        position: relative;
        order: 2;
        height: 639px;
        margin-top: -112px;
        -webkit-mask: url("/company/assets/center-visual-mobile-mask.svg") center / 100% 100% no-repeat;
        mask: url("/company/assets/center-visual-mobile-mask.svg") center / 100% 100% no-repeat;
    }

    .brand-center__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 639px;
        border-radius: 0;
        object-fit: cover;
        object-position: 78% center;
        clip-path: none;
    }

    .brand-center__copy {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 85px 0 0;
        border-radius: 0;
        background: transparent;
    }

    .brand-center__copy h2 {
        position: static;
        left: 0;
        width: 100%;
        margin: 0;
        font-family: "Onest", Arial, sans-serif;
        font-size: clamp(24px, 7.44vw, 32px);
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: 0;
    }

    .brand-center__copy p {
        position: static;
        left: 0;
        width: 100%;
        margin: 24px 0 0;
        color: var(--brand-link);
        font-size: clamp(17px, 4.65vw, 20px);
        line-height: 1.2;
    }

    .brand-center__lead-wide,
    .brand-center__lead-narrow {
        display: block;
    }

    .brand-center__lead-wide {
        width: 100%;
    }

    .brand-center__lead-narrow {
        width: min(180px, calc(47.95% - 8px));
        margin-top: 0;
        padding-bottom: 32px;
    }

    .brand-center__functions {
        position: relative;
        top: auto;
        left: -12px;
        width: calc(100% + 12px);
        height: 467px;
        margin: 32px 0 0;
    }

    .brand-center__functions > h3 {
        display: none;
    }

    .brand-center__functions-grid {
        display: flex;
        width: 100%;
        margin: 0;
        flex-direction: column;
        gap: 32px;
    }

    .brand-center__functions-grid article {
        position: relative;
        display: grid;
        width: 100%;
        height: 67px;
        grid-template-columns: 67px minmax(0, 300px);
        align-items: center;
        gap: 8px;
    }

    .brand-center__functions-grid img {
        width: 67px;
        height: 67px;
        margin: 0;
        content: url("/company/assets/center-function-arrow-mobile.svg?v=20260824-1");
    }

    .brand-center__functions-grid article::before,
    .brand-center__functions-grid article::after {
        display: none;
    }

    .brand-center__functions-grid p {
        width: 100%;
        margin: 0;
        color: var(--brand-link);
        font-size: 18px;
        line-height: 1.18;
    }

    .brand-center__functions > .brand-pill {
        position: absolute;
        top: 417px;
        right: auto;
        left: 12px;
        display: flex;
        width: var(--brand-shell) !important;
        min-height: 50px;
        margin: 0;
        padding: 0 30px;
        border-radius: 45px;
        font-size: 20px;
        line-height: 1.2;
    }

    /* Exhibition: 9176–10032. */
    .brand-exhibition {
        z-index: 1;
        height: 856px !important;
        margin-top: -21px;
        padding: 0;
        background: var(--brand-blue);
    }

    .brand-exhibition__layout {
        position: relative;
        display: block;
        width: var(--brand-shell);
        height: 100%;
        margin-inline: auto;
    }

    .brand-exhibition__copy {
        position: static;
        width: 100%;
    }

    .brand-exhibition h2 {
        position: absolute;
        top: 157px;
        left: 0;
        width: 100%;
        margin: 0;
        font-size: 40px;
        line-height: 1.05;
        letter-spacing: -0.01em;
    }

    .brand-exhibition__copy p {
        position: absolute;
        top: 304px;
        left: 0;
        width: 100%;
        margin: 0;
        color: var(--brand-ice);
        font-size: 20px;
        line-height: 1.2;
    }

    .brand-exhibition__video {
        position: absolute;
        top: 490px;
        left: 0;
        width: 100%;
        height: 285px;
        aspect-ratio: auto;
        border-radius: 35px;
    }

    .brand-exhibition__video > img {
        width: 100%;
        height: 285px;
        aspect-ratio: auto;
        object-fit: cover;
    }

    .brand-exhibition__play {
        width: 70px;
        height: 70px;
    }

    .brand-exhibition__play svg {
        width: 23px;
        margin-left: 5px;
    }

    /* Mobile brand news: the filter is hidden and the active card stays in the foreground. */
    html.brand-page-active body.brand-page-active .brand-page .brand-media-center.lemming-media-consult-bg {
        width: 100% !important;
        height: 744px !important;
        min-height: 744px !important;
        margin: 36px 0 0 !important;
        padding: 0 !important;
        background-color: var(--brand-blue) !important;
        background-image: none !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .lemming-media-block {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 744px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3,
    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-wrapper,
    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-wrapper-2 {
        position: relative !important;
        width: 100% !important;
        height: 744px !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-header {
        position: absolute !important;
        top: 128px !important;
        left: max(11px, calc((100vw - 408px) / 2)) !important;
        width: var(--brand-shell) !important;
        height: 42px !important;
        margin: 0 !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-header > .intec-grid {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: 42px !important;
        margin: 0 !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-title-container {
        width: 100% !important;
        margin: 0 !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-title {
        margin: 0 !important;
        font-size: 40px !important;
        line-height: 1.05 !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-tabs {
        display: none !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-content {
        position: absolute !important;
        top: 208px !important;
        left: 0 !important;
        width: 100% !important;
        height: 440px !important;
        margin: 0 !important;
        overflow: hidden !important;
        touch-action: auto !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-items {
        box-sizing: border-box !important;
        left: auto !important;
        display: flex !important;
        width: 100% !important;
        height: 440px !important;
        margin: 0 !important;
        padding: 0 20px 18px !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        gap: 13px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-padding-inline: 20px;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: none;
        touch-action: pan-x !important;
        transform: none !important;
        transition: none !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item,
    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item.is-center {
        flex: 0 0 min(387.42px, calc(100vw - 42px)) !important;
        width: min(387.42px, calc(100vw - 42px)) !important;
        max-width: 387.42px !important;
        min-width: min(387.42px, calc(100vw - 42px)) !important;
        height: 430px !important;
        padding: 0 !important;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item-wrapper,
    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item.is-center .widget-item-wrapper {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: 430px !important;
        min-height: 430px !important;
        overflow: visible !important;
        border-radius: 0 !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item-picture,
    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item.is-center .widget-item-picture {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: clamp(260px, 67.575vw, 290.57px) !important;
        min-height: 0 !important;
        overflow: visible !important;
        border-radius: 0 !important;
        background: none !important;
        box-shadow: none !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item-picture-image,
    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item.is-center .widget-item-picture-image {
        position: absolute !important;
        inset: 0 !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        -webkit-mask: url("/images/home/media-card-mask.svg") center / 100% 100% no-repeat !important;
        mask: url("/images/home/media-card-mask.svg") center / 100% 100% no-repeat !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item-picture-overlay,
    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item-date-corner {
        display: none !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item-date,
    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item.is-center .widget-item-date,
    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item-wrapper:hover .widget-item-date {
        top: 17px !important;
        left: 18px !important;
        width: auto !important;
        height: 18px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        font-size: 16px !important;
        line-height: 1.15 !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item .widget-item-more {
        position: absolute !important;
        z-index: 4 !important;
        top: clamp(181px, 48.8vw, 210px) !important;
        right: -32px !important;
        display: block !important;
        width: 128px !important;
        height: 128px !important;
        border: 0 !important;
        border-radius: 0 !important;
        opacity: 1 !important;
        background: url("/images/home/media-card-arrow-mobile.svg?v=20260828-1") center / 128px 128px no-repeat !important;
        box-shadow: none !important;
        transform: none !important;
        pointer-events: none !important;
    }

    html.brand-page-active body.brand-page-active .brand-media-center .widget.c-news.c-news-template-3 .widget-item .widget-item-more-icon {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .brand-page *,
    .brand-page *::before,
    .brand-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/*
 * News/article detail cover.
 * The component styles can be emitted in Bitrix's page bundle before this
 * file, so the generic `.brand-shell` rule above must not put the cover back
 * into normal document flow on desktop.
 */
@media (min-width: 1100px) {
    .brand-angle {
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
        clip-path: none;
        backdrop-filter: none;
    }

    .brand-history__title-band {
        width: calc(50vw + 616px);
        height: 218px;
        isolation: isolate;
    }

    .brand-history__title-band h1,
    .brand-applications__title-band h2 {
        text-shadow: 0 2px 18px rgba(3, 24, 46, 0.3);
    }

    .brand-history__title-band::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: -20.3px;
        left: 0;
        width: 100%;
        height: 259px;
        background-image: url("/company/assets/history-title-panel.svg?v=20260904-2");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100% 259px;
        filter: drop-shadow(0 10px 26px rgba(1, 18, 40, 0.16));
        -webkit-backdrop-filter: blur(14px) saturate(125%);
        backdrop-filter: blur(14px) saturate(125%);
        -webkit-mask: url("/company/assets/history-title-mask.svg?v=20260904-1") no-repeat left top / 100% 259px;
        mask: url("/company/assets/history-title-mask.svg?v=20260904-1") no-repeat left top / 100% 259px;
        pointer-events: none;
    }

    .brand-applications {
        background-color: #193a5f;
        background-image: url("/company/assets/applications-section-background.png");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: max(100vw, 1920px) auto;
    }

    .brand-applications__glow {
        display: none;
    }

    .brand-applications__title-band {
        width: calc(50vw + 262px);
        height: 218px;
        background: transparent;
    }

    .brand-applications__title-band::before {
        content: "";
        position: absolute;
        z-index: 0;
        inset: 0;
        background: url("/company/assets/applications-title-panel.svg") no-repeat left top / 100% 100%;
        pointer-events: none;
    }

    .brand-applications__art {
        z-index: -1;
        background-image: url("/company/assets/applications-mosaic-background.png");
    }

    .brand-media-center.lemming-media-consult-bg {
        background: var(--brand-blue) !important;
    }

    .brand-page .brand-article__hero > .brand-article__cover {
        position: absolute;
        margin: 0;
        z-index: 3;
    }
}

/*
 * A single extra-wide SVG paints each ultra-wide title panel. Using one
 * composited layer avoids the visible seam produced by adjoining overlays.
 */
@media (min-width: 1921px) {
    .brand-history__title-band::before {
        background-position: right top;
        background-image: url("/company/assets/history-title-panel-wide.svg?v=20260904-2");
        background-size: 8192px 259px;
        -webkit-mask-image: url("/company/assets/history-title-mask-wide.svg?v=20260904-1");
        -webkit-mask-position: right top;
        -webkit-mask-size: 8192px 259px;
        mask-image: url("/company/assets/history-title-mask-wide.svg?v=20260904-1");
        mask-position: right top;
        mask-size: 8192px 259px;
    }

    .brand-history__title-band::after {
        content: none;
    }

    .brand-applications__title-band::before {
        background-position: right top;
        background-image: url("/company/assets/applications-title-panel-wide.svg");
        background-size: 8192px 218px;
    }

    .brand-applications__title-band::after {
        content: none;
    }
}
