.ks-home {
    --ks-navy: #082f4f;
    --ks-navy-2: #0d3d63;
    --ks-blue: #1769aa;
    --ks-blue-2: #2382c4;
    --ks-teal: #139a9b;
    --ks-green: #21b789;
    --ks-red: #c32656;
    --ks-ink: #172431;
    --ks-muted: #5d6f80;
    --ks-soft: #f3f7fa;
    --ks-soft-blue: #eaf3fa;
    --ks-line: #dce6ed;
    --ks-white: #fff;
    --ks-shadow: 0 22px 58px rgba(8, 47, 79, .11);
    --ks-radius: 24px;
    position: relative;
    overflow: hidden;
    color: var(--ks-ink);
    background: #fff;
    font-family: inherit;
    line-height: 1.5;
}

.ks-home *,
.ks-home *::before,
.ks-home *::after {
    box-sizing: border-box;
}

.ks-home img {
    display: block;
    max-width: 100%;
}

.ks-home a {
    color: inherit;
}

.ks-home svg {
    width: 1.15em;
    height: 1.15em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ks-home__shell {
    width: min(1220px, calc(100% - 40px));
    margin-inline: auto;
}

.ks-home__eyebrow {
    margin: 0 0 13px;
    color: var(--ks-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ks-home__hero {
    position: relative;
    padding: clamp(58px, 8vw, 112px) 0 clamp(52px, 7vw, 92px);
    background:
        radial-gradient(circle at 4% 8%, rgba(21, 154, 156, .11), transparent 31%),
        radial-gradient(circle at 88% 8%, rgba(23, 105, 170, .13), transparent 36%),
        linear-gradient(180deg, #fff 0%, #f6f9fb 100%);
}

.ks-home__hero::before {
    content: "";
    position: absolute;
    inset: auto auto 5% -12%;
    width: 380px;
    aspect-ratio: 1;
    border: 1px solid rgba(23, 105, 170, .11);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(23, 105, 170, .025), 0 0 0 84px rgba(23, 105, 170, .018);
    pointer-events: none;
}

.ks-home__hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    gap: clamp(38px, 6vw, 78px);
    align-items: center;
}

.ks-home__hero-copy h1 {
    max-width: 760px;
    margin: 0;
    color: var(--ks-navy);
    font-size: clamp(44px, 5.7vw, 76px);
    font-weight: 820;
    letter-spacing: -.048em;
    line-height: .99;
    text-wrap: balance;
}

.ks-home__lead {
    max-width: 760px;
    margin: 25px 0 0;
    color: var(--ks-muted);
    font-size: clamp(17px, 1.8vw, 20px);
    line-height: 1.72;
}

.ks-home__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

.ks-home__button {
    display: inline-flex;
    min-height: 53px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.ks-home__button:hover,
.ks-home__button:focus-visible {
    transform: translateY(-2px);
}

.ks-home__button--primary {
    background: linear-gradient(135deg, var(--ks-blue), #0d568e);
    color: #fff !important;
    box-shadow: 0 13px 32px rgba(23, 105, 170, .24);
}

.ks-home__button--primary:hover,
.ks-home__button--primary:focus-visible {
    box-shadow: 0 16px 38px rgba(23, 105, 170, .32);
}

.ks-home__button--secondary {
    border-color: rgba(8, 47, 79, .17);
    background: rgba(255, 255, 255, .82);
    color: var(--ks-navy) !important;
    box-shadow: 0 8px 22px rgba(8, 47, 79, .06);
}

.ks-home__button--white {
    background: #fff;
    color: var(--ks-navy) !important;
    box-shadow: 0 13px 32px rgba(0, 0, 0, .14);
}

.ks-home__button--ghost {
    border-color: rgba(255, 255, 255, .38);
    color: #fff !important;
    background: rgba(255, 255, 255, .08);
}

.ks-home__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    margin-top: 27px;
    color: #465c6f;
    font-size: 13px;
    font-weight: 720;
}

.ks-home__trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ks-home__trust svg {
    color: var(--ks-teal);
}

.ks-home__showcase {
    position: relative;
    min-width: 0;
    padding: 9px;
    border: 1px solid rgba(8, 47, 79, .09);
    border-radius: 30px;
    background: rgba(255, 255, 255, .9);
    box-shadow: var(--ks-shadow);
}

.ks-home__showcase::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 8% -6% -7% 18%;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(23, 105, 170, .15), rgba(21, 154, 156, .1));
    filter: blur(20px);
}

.ks-home__slides {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 22px;
    background: #eef3f7;
	
}


.ks-home__slide {
    position: absolute;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.015);
    transition: opacity .55s ease, transform .7s ease, visibility .55s ease;
}

.ks-home__slide.is-active {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.ks-home__slide-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    text-decoration: none;
}

.ks-home__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ks-home__slide-caption {
    position: absolute;
    right: 17px;
    bottom: 17px;
    left: 17px;
    display: grid;
    gap: 3px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 15px;
    background: rgba(5, 27, 46, .84);
    color: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .2);
    backdrop-filter: blur(10px);
	opacity:0;
}

.ks-home__slide-caption small {
    color: #8adeda;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ks-home__slide-caption strong {
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.25;
}

.ks-home__slider-controls {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    gap: 11px;
    align-items: center;
    padding: 10px 7px 1px;
}

.ks-home__slider-arrow,
.ks-home__slider-dot {
    appearance: none;
    border: 0;
    cursor: pointer;
}

.ks-home__slider-arrow {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: #eef4f8;
    color: var(--ks-navy);
    font-size: 24px;
    line-height: 1;
    transition: background-color .2s ease, color .2s ease;
}

.ks-home__slider-arrow:hover,
.ks-home__slider-arrow:focus-visible {
    background: var(--ks-navy);
    color: #fff;
}

.ks-home__slider-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
}

.ks-home__slider-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 99px;
    background: #c7d4de;
    transition: width .25s ease, background-color .25s ease;
}

.ks-home__slider-dot.is-active {
    width: 26px;
    background: var(--ks-blue);
}

.ks-home__proof {
    position: relative;
    z-index: 2;
    border-top: 1px solid #e6edf2;
    border-bottom: 1px solid #e6edf2;
    background: #fff;
}

.ks-home__proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ks-home__proof-grid > div {
    display: grid;
    gap: 5px;
    min-height: 108px;
    align-content: center;
    padding: 21px clamp(20px, 3vw, 34px);
    border-right: 1px solid #e6edf2;
}

.ks-home__proof-grid > div:first-child {
    border-left: 1px solid #e6edf2;
}

.ks-home__proof-grid strong {
    color: var(--ks-navy);
    font-size: 15px;
}

.ks-home__proof-grid span {
    color: var(--ks-muted);
    font-size: 13px;
    line-height: 1.45;
}

.ks-home__section {
    padding: clamp(68px, 8vw, 112px) 0;
}

.ks-home__section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: end;
    margin-bottom: clamp(36px, 5vw, 58px);
}

.ks-home__section-heading h2,
.ks-home__industries-copy h2,
.ks-home__brands h2,
.ks-home__final-cta h2 {
    max-width: 800px;
    margin: 0;
    color: var(--ks-navy);
    font-size: clamp(34px, 4.2vw, 56px);
    font-weight: 820;
    letter-spacing: -.038em;
    line-height: 1.06;
    text-wrap: balance;
}

.ks-home__section-heading > p,
.ks-home__industries-copy > p,
.ks-home__final-cta p {
    margin: 0;
    color: var(--ks-muted);
    font-size: 17px;
    line-height: 1.72;
}

.ks-home__section--products {
    background: #fff;
}

.ks-home__products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ks-home__product {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ks-line);
    border-radius: var(--ks-radius);
    background: #fff;
    box-shadow: 0 16px 46px rgba(8, 47, 79, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ks-home__product:hover {
    transform: translateY(-5px);
    border-color: rgba(23, 105, 170, .35);
    box-shadow: 0 24px 55px rgba(8, 47, 79, .12);
}

.ks-home__product-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #eef3f7, #fff);
}

.ks-home__product-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 32%;
    background: linear-gradient(180deg, transparent, rgba(8, 47, 79, .05));
    pointer-events: none;
}

.ks-home__product-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
    transition: transform .45s ease;
}

.ks-home__product:hover .ks-home__product-media img {
    transform: scale(1.035);
}

.ks-home__product-art {
    position: relative;
    display: grid;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    place-items: center;
    background: linear-gradient(145deg, #0b385d, #1769aa);
}

.ks-home__product--service .ks-home__product-art {
    background: linear-gradient(145deg, #0b4f58, #159a9c);
}

.ks-home__product-art > span {
    position: relative;
    z-index: 2;
    display: grid;
    width: 86px;
    height: 86px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 25px;
    background: rgba(255, 255, 255, .13);
    color: #fff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .17);
    backdrop-filter: blur(10px);
}

.ks-home__product-art > span svg {
    width: 43px;
    height: 43px;
}

.ks-home__product-art i {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
}

.ks-home__product-art i:nth-of-type(1) { transform: translate(-105px, -62px); }
.ks-home__product-art i:nth-of-type(2) { width: 230px; height: 230px; transform: translate(125px, 65px); }
.ks-home__product-art i:nth-of-type(3) { width: 330px; height: 330px; transform: translate(115px, 85px); }

.ks-home__product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px 24px 25px;
}

.ks-home__product-meta {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ks-blue);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ks-home__icon {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 10px;
    background: var(--ks-soft-blue);
    color: var(--ks-blue);
}

.ks-home__icon svg {
    width: 18px;
    height: 18px;
}

.ks-home__product h3 {
    margin: 17px 0 10px;
    color: var(--ks-navy);
    font-size: clamp(22px, 2vw, 28px);
    letter-spacing: -.025em;
    line-height: 1.16;
}

.ks-home__product p {
    margin: 0;
    color: var(--ks-muted);
    font-size: 15px;
    line-height: 1.67;
}

.ks-home__text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 22px;
    color: var(--ks-blue) !important;
    font-size: 14px;
    font-weight: 820;
    text-decoration: none;
}

.ks-home__text-link svg {
    transition: transform .2s ease;
}

.ks-home__text-link:hover svg,
.ks-home__text-link:focus-visible svg {
    transform: translateX(4px);
}

.ks-home__section--capabilities {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% -10%, rgba(35, 130, 196, .45), transparent 35%),
        linear-gradient(145deg, #062841, #0b3f65 58%, #0b5062);
    color: #fff;
}

.ks-home__section--capabilities::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
    pointer-events: none;
}

.ks-home__section--capabilities .ks-home__shell {
    position: relative;
    z-index: 1;
}

.ks-home__section-heading--light h2,
.ks-home__section-heading--light > p {
    color: #fff;
}

.ks-home__section-heading--light > p {
    color: rgba(255, 255, 255, .72);
}

.ks-home__section-heading--light .ks-home__eyebrow {
    color: #72ded4;
}

.ks-home__capability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ks-home__capability {
    min-height: 250px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    background: rgba(255, 255, 255, .075);
    backdrop-filter: blur(8px);
}

.ks-home__capability-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: rgba(114, 222, 212, .13);
    color: #72ded4;
}

.ks-home__capability-icon svg {
    width: 25px;
    height: 25px;
}

.ks-home__capability h3 {
    margin: 22px 0 9px;
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
}

.ks-home__capability p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 1.65;
}

.ks-home__capability-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    margin-top: 22px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 20px;
    background: rgba(0, 0, 0, .12);
}

.ks-home__capability-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    line-height: 1.6;
}

.ks-home__capability-cta strong {
    color: #fff;
}

.ks-home__section--industries {
    background: linear-gradient(180deg, #f4f8fb, #fff);
}

.ks-home__industries-layout {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
    gap: clamp(40px, 7vw, 90px);
    align-items: center;
}

.ks-home__industries-copy > p {
    margin-top: 22px;
}

.ks-home__text-link--large {
    margin-top: 18px;
    padding-top: 0;
    font-size: 16px;
}

.ks-home__industry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ks-home__industry {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 15px;
    min-height: 94px;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--ks-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(8, 47, 79, .055);
}

.ks-home__industry span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 15px;
    background: var(--ks-soft-blue);
    color: var(--ks-blue);
}

.ks-home__industry span svg {
    width: 25px;
    height: 25px;
}

.ks-home__industry strong {
    color: var(--ks-navy);
    font-size: 15px;
    line-height: 1.35;
}

.ks-home__section--process {
    background: #fff;
}

.ks-home__process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.ks-home__process-card {
    position: relative;
    min-height: 270px;
    padding: 24px;
    border: 1px solid var(--ks-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 13px 36px rgba(8, 47, 79, .055);
}

.ks-home__process-card::after {
    content: "";
    position: absolute;
    top: 47px;
    right: -18px;
    z-index: 2;
    width: 20px;
    height: 1px;
    background: #cfdce5;
}

.ks-home__process-card:last-child::after {
    display: none;
}

.ks-home__process-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ks-home__process-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: var(--ks-navy);
    color: #fff;
}

.ks-home__process-icon svg {
    width: 24px;
    height: 24px;
}

.ks-home__process-number {
    color: #c4d2dc;
    font-size: 28px;
    font-weight: 850;
    letter-spacing: -.04em;
}

.ks-home__process-card h3 {
    margin: 26px 0 10px;
    color: var(--ks-navy);
    font-size: 24px;
    line-height: 1.2;
}

.ks-home__process-card p {
    margin: 0;
    color: var(--ks-muted);
    font-size: 14px;
    line-height: 1.68;
}

.ks-home__brands {
    padding: clamp(64px, 7vw, 92px) 0;
    border-top: 1px solid var(--ks-line);
    background: var(--ks-soft);
    text-align: center;
}

.ks-home__brands h2 {
    max-width: 780px;
    margin-inline: auto;
    font-size: clamp(31px, 3.7vw, 48px);
}

.ks-home__brand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
    margin-top: 39px;
}

.ks-home__brand-grid > a,
.ks-home__brand-text {
    display: grid;
    min-height: 104px;
    place-items: center;
    padding: 18px;
    border: 1px solid var(--ks-line);
    border-radius: 16px;
    background: #fff;
    color: var(--ks-navy);
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(8, 47, 79, .04);
}

.ks-home__brand-grid img {
    width: auto;
    max-width: 168px;
    max-height: 54px;
    object-fit: contain;
}

.ks-home__brand-text {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .08em;
}

.ks-home__final-cta {
    padding: clamp(62px, 8vw, 100px) 0;
    background:
        radial-gradient(circle at 95% 0%, rgba(33, 183, 137, .25), transparent 32%),
        linear-gradient(135deg, #082f4f, #0e4c76);
    color: #fff;
}

.ks-home__final-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) auto;
    gap: clamp(34px, 6vw, 78px);
    align-items: center;
}

.ks-home__final-cta .ks-home__eyebrow {
    color: #79e2d5;
}

.ks-home__final-cta h2 {
    max-width: 820px;
    color: #fff;
}

.ks-home__final-cta p {
    max-width: 780px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .76);
}

.ks-home__final-actions {
    display: grid;
    gap: 12px;
    min-width: 260px;
}

@media (max-width: 1100px) {
    .ks-home__hero-grid {
        grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
        gap: 40px;
    }

    .ks-home__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ks-home__capability-grid,
    .ks-home__process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ks-home__process-card:nth-child(2)::after,
    .ks-home__process-card:last-child::after {
        display: none;
    }

    .ks-home__industries-layout {
        grid-template-columns: minmax(0, .85fr) minmax(440px, 1.15fr);
        gap: 45px;
    }
}

@media (max-width: 880px) {
    .ks-home__hero-grid,
    .ks-home__section-heading,
    .ks-home__industries-layout,
    .ks-home__final-cta-inner {
        grid-template-columns: 1fr;
    }

    .ks-home__hero-copy h1 {
        max-width: 720px;
    }

    .ks-home__showcase {
        width: min(720px, 100%);
    }

    .ks-home__proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ks-home__proof-grid > div:nth-child(3) {
        border-left: 1px solid #e6edf2;
    }

    .ks-home__proof-grid > div:nth-child(-n+2) {
        border-bottom: 1px solid #e6edf2;
    }

    .ks-home__section-heading {
        align-items: start;
    }

    .ks-home__section-heading > p {
        max-width: 700px;
    }

    .ks-home__industries-copy {
        max-width: 760px;
    }

    .ks-home__final-actions {
        display: flex;
        flex-wrap: wrap;
        min-width: 0;
    }
}

@media (max-width: 680px) {
    .ks-home__shell {
        width: min(100% - 28px, 1220px);
    }

    .ks-home__hero {
        padding-top: 50px;
    }

    .ks-home__hero-copy h1 {
        font-size: clamp(39px, 12vw, 58px);
    }

    .ks-home__lead {
        font-size: 17px;
    }

    .ks-home__actions,
    .ks-home__final-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ks-home__button {
        width: 100%;
    }

    .ks-home__trust {
        display: grid;
        gap: 10px;
    }

    .ks-home__showcase {
        padding: 6px;
        border-radius: 22px;
    }

    .ks-home__slides {
        aspect-ratio: 4 / 3;
        border-radius: 17px;
    }

    .ks-home__slide-caption {
        right: 10px;
        bottom: 10px;
        left: 10px;
        padding: 12px 13px;
    }

    .ks-home__proof-grid,
    .ks-home__products,
    .ks-home__capability-grid,
    .ks-home__industry-grid,
    .ks-home__process-grid,
    .ks-home__brand-grid {
        grid-template-columns: 1fr;
    }

    .ks-home__proof-grid > div,
    .ks-home__proof-grid > div:first-child,
    .ks-home__proof-grid > div:nth-child(3) {
        min-height: 88px;
        border-right: 1px solid #e6edf2;
        border-bottom: 1px solid #e6edf2;
        border-left: 1px solid #e6edf2;
    }

    .ks-home__proof-grid > div:last-child {
        border-bottom: 0;
    }

    .ks-home__product-media,
    .ks-home__product-art {
        aspect-ratio: 16 / 10.5;
    }

    .ks-home__capability {
        min-height: 0;
    }

    .ks-home__capability-cta {
        grid-template-columns: 1fr;
    }

    .ks-home__process-card {
        min-height: 0;
    }

    .ks-home__process-card::after {
        display: none;
    }

    .ks-home__brand-grid > a,
    .ks-home__brand-text {
        min-height: 92px;
    }
}

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