

/* =========================================================
   SECTION
========================================================= */

.kd-about-factory-05 {

    width:
        100%;

    max-width:
        100%;

    padding:
        72px 20px
        78px;

    background:
        #FFFFFF;

    color:
        #27323C;

    box-sizing:
        border-box;

    overflow:
        hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.kd-about-factory-05-container {

    width:
        100%;

    max-width:
        1320px;

    min-width:
        0;

    margin:
        0 auto;

    box-sizing:
        border-box;
}


/* =========================================================
   SECTION HEADER
========================================================= */

.kd-about-factory-05-header {

    width:
        100%;

    max-width:
        820px;

    margin:
        0 auto 48px;

    text-align:
        center;

    box-sizing:
        border-box;
}


.kd-about-factory-05-eyebrow {

    margin:
        0 0 15px;

    color:
        #159A9C;

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        12px;

    font-weight:
        750;

    line-height:
        1.4;

    letter-spacing:
        1.8px;

    text-transform:
        uppercase;

    overflow-wrap:
        break-word;
}


.kd-about-factory-05-title {

    width:
        100%;

    max-width:
        100%;

    margin:
        0 0 17px;

    color:
        #14213D;

    font-family:
        Manrope,
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        46px;

    font-weight:
        750;

    line-height:
        1.08;

    letter-spacing:
        -1.15px;

    overflow-wrap:
        break-word;
}


.kd-about-factory-05-subtitle {

    width:
        100%;

    max-width:
        720px;

    margin:
        0 auto;

    color:
        #69757E;

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        15px;

    font-weight:
        400;

    line-height:
        1.78;

    overflow-wrap:
        break-word;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.kd-about-factory-05-main {

    width:
        100%;

    max-width:
        100%;

    min-width:
        0;

    display:
        grid;

    grid-template-columns:
        minmax(0,1.02fr)
        minmax(0,.98fr);

    gap:
        30px;

    align-items:
        stretch;

    box-sizing:
        border-box;
}


/* =========================================================
   LARGE FACTORY IMAGE
========================================================= */

.kd-about-factory-05-main-image {

    width:
        100%;

    max-width:
        100%;

    min-width:
        0;

    overflow:
        hidden;

    background:
        #F0F3F5;

    border-radius:
        0;

    box-sizing:
        border-box;
}


.kd-about-factory-05-main-image img {

    display:
        block;

    width:
        100%;

    max-width:
        100%;

    height:
        100%;

    min-height:
        610px;

    object-fit:
        cover;

    object-position:
        center;

    box-sizing:
        border-box;

    transition:
        transform .5s ease;
}


.kd-about-factory-05-main-image:hover img {

    transform:
        scale(1.02);
}


/* =========================================================
   RIGHT SIDE
   4 CAPABILITY CARDS
========================================================= */

.kd-about-factory-05-content {

    width:
        100%;

    max-width:
        100%;

    min-width:
        0;

    display:
        grid;

    grid-template-columns:
        repeat(
            2,
            minmax(0,1fr)
        );

    gap:
        14px;

    box-sizing:
        border-box;
}


/* =========================================================
   CAPABILITY CARD

   EACH CARD:
   IMAGE
   ↓
   CONTENT
========================================================= */

.kd-about-factory-05-capability {

    width:
        100%;

    max-width:
        100%;

    min-width:
        0;

    display:
        flex;

    flex-direction:
        column;

    background:
        #F3F6F8;

    border:
        1px solid #E1E6EA;

    border-radius:
        0;

    overflow:
        hidden;

    box-sizing:
        border-box;

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}


/* =========================================================
   CARD HOVER
========================================================= */

.kd-about-factory-05-capability:hover {

    transform:
        translateY(-3px);

    border-color:
        rgba(21,154,156,.28);

    box-shadow:
        0 10px 22px rgba(20,33,61,.06);
}


/* =========================================================
   CARD IMAGE
========================================================= */

.kd-about-factory-05-capability-image {

    width:
        100%;

    max-width:
        100%;

    min-width:
        0;

    aspect-ratio:
        1.25 / 1;

    overflow:
        hidden;

    background:
        #E9EEF1;

    box-sizing:
        border-box;
}


.kd-about-factory-05-capability-image img {

    display:
        block;

    width:
        100%;

    max-width:
        100%;

    height:
        100%;

    object-fit:
        cover;

    box-sizing:
        border-box;

    transition:
        transform .45s ease;
}


.kd-about-factory-05-capability:hover
.kd-about-factory-05-capability-image img {

    transform:
        scale(1.03);
}


/* =========================================================
   CARD CONTENT
========================================================= */

.kd-about-factory-05-capability-content {

    width:
        100%;

    max-width:
        100%;

    min-width:
        0;

    display:
        flex;

    flex-direction:
        column;

    flex:
        1;

    padding:
        17px 18px
        19px;

    box-sizing:
        border-box;
}


/* =========================================================
   NUMBER
========================================================= */

.kd-about-factory-05-capability-number {

    margin:
        0 0 7px;

    color:
        #159A9C;

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        9px;

    font-weight:
        800;

    line-height:
        1.4;

    letter-spacing:
        1.1px;

    text-transform:
        uppercase;

    overflow-wrap:
        break-word;
}


/* =========================================================
   CAPABILITY TITLE
========================================================= */

.kd-about-factory-05-capability h3 {

    width:
        100%;

    max-width:
        100%;

    margin:
        0 0 7px;

    color:
        #14213D;

    font-family:
        Manrope,
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        17px;

    line-height:
        1.28;

    font-weight:
        700;

    letter-spacing:
        -.1px;

    overflow-wrap:
        break-word;
}


/* =========================================================
   CAPABILITY TEXT
========================================================= */

.kd-about-factory-05-capability p {

    width:
        100%;

    max-width:
        100%;

    margin:
        0;

    color:
        #69757E;

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        11.5px;

    font-weight:
        400;

    line-height:
        1.62;

    overflow-wrap:
        break-word;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .kd-about-factory-05 {

        padding:
            66px 20px
            72px;
    }


    .kd-about-factory-05-container {

        width:
            100%;

        max-width:
            900px;
    }


    .kd-about-factory-05-header {

        margin-bottom:
            44px;
    }


    .kd-about-factory-05-title {

        font-size:
            42px;
    }


    .kd-about-factory-05-main {

        grid-template-columns:
            minmax(0,1fr);

        gap:
            24px;
    }


    .kd-about-factory-05-main-image {

        width:
            100%;

        max-width:
            100%;
    }


    .kd-about-factory-05-main-image img {

        min-height:
            460px;

        aspect-ratio:
            1.7 / 1;

        height:
            auto;
    }


    .kd-about-factory-05-content {

        width:
            100%;

        max-width:
            100%;

        grid-template-columns:
            repeat(
                2,
                minmax(0,1fr)
            );

        gap:
            14px;
    }


    .kd-about-factory-05-capability-image {

        aspect-ratio:
            1.35 / 1;
    }


    .kd-about-factory-05-capability-content {

        padding:
            18px 18px
            20px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .kd-about-factory-05 {

        width:
            100%;

        max-width:
            100%;

        padding:
            50px 16px
            55px;
    }


    .kd-about-factory-05-container {

        width:
            100%;

        max-width:
            100%;
    }


    .kd-about-factory-05-header {

        margin-bottom:
            32px;
    }


    .kd-about-factory-05-eyebrow {

        margin-bottom:
            13px;

        font-size:
            11px;

        letter-spacing:
            1.6px;
    }


    .kd-about-factory-05-title {

        margin-bottom:
            14px;

        font-size:
            32px;

        line-height:
            1.12;

        letter-spacing:
            -.8px;
    }


    .kd-about-factory-05-subtitle {

        font-size:
            14px;

        line-height:
            1.72;
    }


    /* =====================================================
       MAIN
    ===================================================== */

    .kd-about-factory-05-main {

        width:
            100%;

        max-width:
            100%;

        min-width:
            0;

        grid-template-columns:
            minmax(0,1fr);

        gap:
            20px;
    }


    /* Main image */

    .kd-about-factory-05-main-image {

        width:
            100%;

        max-width:
            100%;

        min-width:
            0;

        border-radius:
            0;
    }


    .kd-about-factory-05-main-image img {

        width:
            100%;

        max-width:
            100%;

        min-height:
            0;

        height:
            auto;

        aspect-ratio:
            4 / 3;

        object-fit:
            cover;
    }


    /* =====================================================
       CAPABILITY CARDS

       Mobile:
       1 column
    ===================================================== */

    .kd-about-factory-05-content {

        width:
            100%;

        max-width:
            100%;

        min-width:
            0;

        display:
            grid;

        grid-template-columns:
            minmax(0,1fr);

        gap:
            12px;
    }


    .kd-about-factory-05-capability {

        width:
            100%;

        max-width:
            100%;

        min-width:
            0;

        display:
            flex;

        flex-direction:
            column;

        border-radius:
            0;
    }


    .kd-about-factory-05-capability-image {

        width:
            100%;

        max-width:
            100%;

        aspect-ratio:
            16 / 10;
    }


    .kd-about-factory-05-capability-content {

        width:
            100%;

        max-width:
            100%;

        padding:
            18px 18px
            20px;
    }


    .kd-about-factory-05-capability-number {

        margin-bottom:
            7px;

        font-size:
            9px;
    }


    .kd-about-factory-05-capability h3 {

        margin-bottom:
            8px;

        font-size:
            19px;

        line-height:
            1.3;
    }


    .kd-about-factory-05-capability p {

        font-size:
            13px;

        line-height:
            1.68;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .kd-about-factory-05 {

        padding:
            46px 14px
            50px;
    }


    .kd-about-factory-05-title {

        font-size:
            29px;
    }


    .kd-about-factory-05-capability-content {

        padding:
            17px 17px
            19px;
    }


    .kd-about-factory-05-capability h3 {

        font-size:
            18px;
    }


    .kd-about-factory-05-capability p {

        font-size:
            12.5px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .kd-about-factory-05 *,
    .kd-about-factory-05 *::before,
    .kd-about-factory-05 *::after {

        transition:
            none !important;
    }

}

