.cs-test * { box-sizing: border-box; }
.cs-test {
    --blue: #2463eb;
    --blue-dark: #1e5ee6;
    --ink: #111827;
    --muted: #536178;
    --line: #78a5ff;
    --pale: #eaf3ff;
    --card: #ffffff;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #ffffff;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}
.cs-test a { color: inherit; text-decoration: none; }
.cs-test p { padding: 0 !important; }
.cs-test-shell { width: min(1672px, calc(100vw - 48px)); margin: 0 auto; }
.cs-hero {
    min-height: 850px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(6, 17, 33, .68) 0%, rgba(8, 22, 43, .5) 50%, rgba(10, 25, 45, .42) 100%),
        url('/images/index/hero-bg.jpg') center / cover no-repeat;
    position: relative;
}
.cs-nav-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    padding: 10px 0;
    font-size: 14px;
    color: rgba(255,255,255,.72);
    border-bottom: 1px solid rgba(255,255,255,.14);
}
.cs-nav-hours { white-space: nowrap; }
.cs-nav-email { color: rgba(255,255,255,.72); transition: color .2s ease; white-space: nowrap; }
.cs-nav-email:hover { color: #fff; }
.cs-nav-messengers { display: inline-flex; align-items: center; gap: 10px; }
.cs-msg { display: inline-block; width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: contain; opacity: .85; transition: opacity .2s ease; }
.cs-msg:hover { opacity: 1; }
.cs-msg-wa { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%2325D366'/%3E%3Cpath fill='%23fff' d='M23.5 8.5c-1.9-1.9-4.5-3-7.3-3-5.7 0-10.3 4.6-10.3 10.3 0 1.8.5 3.6 1.4 5.1L6 26l5.3-1.4c1.5.8 3.1 1.2 4.8 1.2 5.7 0 10.3-4.6 10.3-10.3 0-2.8-1-5.4-2.9-7.3zm-7.3 15.8c-1.5 0-3-.4-4.3-1.1l-.3-.2-3.2.8.9-3.1-.2-.3c-.8-1.3-1.3-2.9-1.3-4.5 0-4.6 3.8-8.4 8.4-8.4 2.2 0 4.4.9 5.9 2.5 1.6 1.6 2.5 3.7 2.5 5.9 0 4.6-3.8 8.4-8.4 8.4zm4.6-6.3c-.3-.1-1.5-.7-1.7-.8-.2-.1-.4-.1-.6.1-.2.3-.7.8-.8 1-.2.2-.3.2-.5.1-.3-.1-1.1-.4-2.1-1.3-.8-.7-1.3-1.6-1.4-1.8-.2-.2 0-.4.1-.5.1-.1.3-.3.4-.5.1-.1.1-.3 0-.4-.1-.1-.6-1.4-.8-1.9-.2-.5-.4-.4-.6-.5h-.5c-.2 0-.4.1-.6.3-.2.2-.8.8-.8 1.9 0 1.1.8 2.2.9 2.4.1.2 1.6 2.4 3.8 3.4.5.2.9.4 1.3.5.5.2 1 .1 1.3.1.4-.1 1.2-.5 1.4-1 .2-.5.2-.9.1-1z'/%3E%3C/svg%3E"); }
.cs-msg-tg { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%2329A9EB'/%3E%3Cpath fill='%23fff' d='M23 9.8 20.6 22c-.2.8-.7 1-1.4.6l-3.8-2.8-1.8 1.8c-.2.2-.4.4-.8.4l.3-4.2 7.6-6.9c.3-.3-.1-.4-.5-.2l-9.4 5.9-4-1.3c-.9-.3-.9-.9.2-1.3l15.6-6c.7-.3 1.4.2 1 1.5z'/%3E%3C/svg%3E"); }

.cs-nav-main { height: 100px; display: flex; align-items: center; gap: 36px; position: relative; }
.cs-logo { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 22px; line-height: 1; font-weight: 700; transition: opacity .2s ease; flex: 0 0 auto; }
.cs-logo:hover { opacity: .85; }
.cs-logo img { width: auto; height: 56px; display: block; }

.cs-burger { display: none; }

.cs-menu { flex: 1 1 auto; }
.cs-menu > ul { display: flex; align-items: center; gap: 32px; list-style: none; margin: 0; padding: 0; font-size: 18px; line-height: 1.3; }
.cs-menu > ul > li { position: relative; }
.cs-menu > ul > li > a { display: inline-flex; align-items: center; gap: 7px; position: relative; color: #fff; padding: 40px 0; transition: color .2s ease; }
.cs-menu > ul > li > a::after { content: ''; position: absolute; left: 0; bottom: 34px; width: 100%; height: 2px; background: currentColor; border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.cs-menu > ul > li > a:hover { color: #9dc0ff; }
.cs-menu > ul > li > a:hover::after { transform: scaleX(1); }
.cs-menu li.has-sub > a::before {
    content: '';
    order: 2;
    flex: 0 0 auto;
    width: 7px; height: 7px;
    margin-top: -4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease;
}
.cs-menu li.has-sub:hover > a::before { transform: rotate(225deg); }

.cs-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: -14px;
    min-width: 260px;
    max-width: 320px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(17,38,76,.2);
    padding: 8px 0;
    list-style: none;
    margin: -28px 0 0;
    z-index: 40;
}
.cs-menu li.has-sub:hover .cs-submenu { display: block; }
.cs-submenu li a { display: block; padding: 10px 14px; border-radius: 10px; color: #172033; font-size: 15px; line-height: 1.3; white-space: normal; transition: background-color .15s ease, color .15s ease; }
.cs-submenu li a:hover { background: #eaf3ff; color: var(--blue); }

.cs-phones { justify-self: end; display: grid; gap: 12px; font-size: 20px; font-weight: 700; text-align: right; flex: 0 0 auto; margin-left: auto; }
.cs-phones a { transition: color .2s ease; }
.cs-phones a:hover { color: #9dc0ff; }

.cs-nav-backdrop { display: none; }
.cs-hero-grid {
    min-height: 640px;
    display: grid;
    grid-template-columns: minmax(0, 940px) 421px;
    align-items: end;
    justify-content: space-between;
    gap: 48px;
    padding: 170px 0 120px;
}
.cs-badges { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 40px; }
.cs-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 35px;
    padding: 6px 10px;
    border: 1px solid #fff;
    border-radius: 999px;
    color: #fff;
    font-size: 20px;
    background: rgba(255,255,255,.08);
}
.cs-badge img { width: 18px; height: 18px; display: block; }
.cs-hero h1 { max-width: 940px; margin: 0; color: #fff; font-size: 64px !important; line-height: .96; font-weight: 400; }
.cs-hero-sub { margin: 30px 0 0; color: #fff; font-size: 28px; line-height: 1.15; }
.cs-form-card {
    position: relative;
    width: 421px;
    padding: 24px;
    border-radius: 20px;
    background: #dbe9fe;
    box-shadow: 0 18px 48px rgba(17, 38, 76, .22);
    border: 2px solid #fff;
    color: var(--ink);
}
.cs-form-card::before {
    content: '';
    position: absolute;
    left: 24px;
    right: 24px;
    top: -2px;
    height: 5px;
    border-radius: 2px 2px 0 0;
    background: var(--blue);
}
.cs-form-title { margin: 0 0 20px; color: #000; font-size: 24px; line-height: 1.3; font-weight: 400; }
.cs-form-title .cs-accent { color: var(--blue); }
.cs-field { width: 100%; height: 52px; margin-bottom: 10px; padding: 16px 20px; border: 0; border-radius: 16px; background: #fff; color: var(--ink); font-size: 16px; }
textarea.cs-field { height: 52px; resize: none; overflow: hidden; margin-bottom: 20px; }
.cs-form-card .iti { width: 100%; display: block; margin-bottom: 10px; }
.cs-form-card .iti .cs-field { margin-bottom: 0; }
.cs-form-card .iti--separate-dial-code .iti__selected-flag { background: transparent; border-radius: 16px 0 0 16px; padding-left: 16px; }
.cs-form-card .iti--separate-dial-code .iti__selected-flag:hover { background: rgba(0,0,0,.03); }
.cs-form-card .iti__selected-dial-code { color: #000; font-size: 16px; margin-left: 6px; }
.cs-form-card .iti__country-list { border-radius: 12px; box-shadow: 0 10px 30px rgba(17,38,76,.2); color: #172033; }
.cs-form-card .cs-phone { padding-left: 12px; }
.cs-button { width: 100%; height: 62px; border: 0; border-radius: 31px; background: var(--blue); color: #fff; font-size: 20px; line-height: 1; cursor: pointer; }
.cs-button:hover { background: var(--blue-dark); }
.cs-consent { display: flex; gap: 8px; margin-top: 12px; color: #848495; font-size: 14px; line-height: 1.25; }
.cs-consent input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    flex: 0 0 auto;
    box-sizing: border-box !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    margin: 1px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #b9c6da !important;
    border-radius: 6px !important;
    background: #fff !important;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease;
    position: relative;
}
.cs-consent input[type="checkbox"]:checked {
    border-color: var(--blue) !important;
    background: var(--blue) !important;
}
.cs-consent input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
.cs-consent a { color: var(--blue); }
.cs-rays { position: relative; overflow: hidden; background: #eff6ff; }
.cs-rays::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 1079px;
    background: url('/images/index/icons/rays.svg') no-repeat center top;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 0;
}
.cs-intro.cs-rays::before { top: -290px; }
.cs-why.cs-rays::before { top: -107px; }
.cs-rays > .cs-test-shell { position: relative; z-index: 1; }
.cs-intro { padding: 120px 0; text-align: center; }
.cs-title { margin: 0 auto; max-width: 1060px; color: var(--ink); font-size: 56px !important; line-height: 1.02; font-weight: 400; text-align: center; }
.cs-title .blue { color: var(--blue); }
.cs-lead { max-width: 902px; margin: 30px auto 0; color: #000; font-size: 24px; line-height: 1.45; text-align: center; }
.cs-lead .blue { color: var(--blue); }
.cs-steps { padding: 120px 0; }
.cs-cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
.cs-step-card {
    min-height: 480px;
    padding: 36px;
    border: 2px solid var(--line);
    border-radius: 30px;
    background: #fff;
}
.cs-step-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; color: var(--blue); font-size: 20px; }
.cs-step-num { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; color: var(--blue); background: #dceaff; font-size: 24px; font-weight: 700; }
.cs-card-title { margin: 0 0 18px; font-size: 26px !important; line-height: 1.05; font-weight: 700; }
.cs-card-text { margin: 0; color: #000; font-size: 17px; line-height: 1.35; }
.cs-step-card .cs-card-title { font-size: 28px !important; }
.cs-step-card .cs-card-text { font-size: 20px; }
.cs-card-media { width: 100%; height: 174px; margin-top: 56px; border-radius: 20px; overflow: hidden; }
.cs-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.cs-step-card, .cs-service-card { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease; }
.cs-step-num, .cs-card-title, .cs-card-text { transition: background-color .25s ease, color .25s ease; }
.cs-step-card:hover, .cs-service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 42px rgba(36,99,235,.16); }
.cs-step-card:hover .cs-card-media img { transform: scale(1.06); }
.cs-step-card:hover { background: #dceaff; border-color: transparent; }
.cs-step-card:hover .cs-step-num { background: var(--blue); color: #fff; }
.cs-services { padding: 0 0 120px; }
.cs-service-card {
    min-height: 359px;
    padding: 44px 36px 52px;
    border: 2px solid var(--line);
    border-radius: 30px;
    background: #fff;
    position: relative;
}
.cs-service-card .cs-card-title { font-size: 36px !important; }
.cs-service-card .cs-card-text { font-size: 24px; }
.cs-service-card.dark { background: #263145; border-color: #263145; color: #fff; }
.cs-service-card.dark .cs-card-title,
.cs-service-card.dark .cs-card-text { color: #fff; }
.cs-arrow { position: absolute; right: 18px; top: 18px; width: 48px; height: 48px; transition: transform .25s ease, filter .25s ease; }
.cs-service-card.dark .cs-arrow { right: 20px; top: 20px; }
.cs-service-card { cursor: pointer; }
.cs-service-card:not(.dark):hover { background: #263145; border-color: #263145; }
.cs-service-card:not(.dark):hover .cs-card-title,
.cs-service-card:not(.dark):hover .cs-card-text,
.cs-service-card:not(.dark):hover .cs-card-text span { color: #fff !important; }
.cs-service-card:not(.dark):hover .cs-arrow { filter: brightness(0) invert(1); }
.cs-service-card:hover .cs-arrow { transform: translateX(4px); }
/* auto-cycle active state mirrors :hover */
.cs-step-card.is-active, .cs-service-card.is-active { transform: translateY(-6px); box-shadow: 0 20px 42px rgba(36,99,235,.16); }
.cs-step-card.is-active { background: #dceaff; border-color: transparent; }
.cs-step-card.is-active .cs-step-num { background: var(--blue); color: #fff; }
.cs-step-card.is-active .cs-card-media img { transform: scale(1.06); }
.cs-service-card.is-active { background: #263145; border-color: #263145; }
.cs-service-card.is-active .cs-card-title,
.cs-service-card.is-active .cs-card-text,
.cs-service-card.is-active .cs-card-text span { color: #fff !important; }
.cs-service-card.is-active .cs-arrow { filter: brightness(0) invert(1); transform: translateX(4px); }
.scroll-top { transition: visibility .3s ease, opacity .3s ease; opacity: 0; }
.footer-row.dark { display: none; }
.scroll-top.cs-visible { visibility: visible !important; opacity: 1; }
.cs-why { padding: 120px 0; }
.cs-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 60px; }
.cs-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 52px;
    padding: 36px;
    border-radius: 30px;
    background: #dbe9fe;
}
.cs-stat-icon { display: block; width: 70px; height: 70px; }
.cs-stat-body { display: flex; flex-direction: column; gap: 10px; }
.cs-stat-number { margin: 0; color: var(--blue); font-size: 44px; line-height: 1; font-weight: 700; }
.cs-stat-text { margin: 0; font-size: 24px; line-height: 1.3; color: #000; }
.cs-why-copy { max-width: 804px; margin: 60px auto 0; color: #000; font-size: 18px; line-height: 1.3; text-align: center; }
.cs-why-copy p { margin: 0 0 20px; }
.cs-why-copy strong { color: var(--blue); font-weight: 400; }
.cs-partners { padding: 120px 0; text-align: center; }
.cs-partners-slider { position: relative; overflow: hidden; width: 100%; margin-top: 60px; }
.cs-partners-slider::before, .cs-partners-slider::after { content: ''; position: absolute; top: 0; width: 90px; height: 100%; z-index: 2; pointer-events: none; }
.cs-partners-slider::before { left: 0; background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%); }
.cs-partners-slider::after { right: 0; background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%); }
.cs-partners-track { display: flex; align-items: stretch; width: max-content; animation: cs-partners-marquee 34s linear infinite; }
.cs-partners-slider:hover .cs-partners-track { animation-play-state: paused; }
.cs-partner-slide { display: flex; align-items: center; justify-content: center; width: 200px; height: 100px; margin-right: 20px; padding: 20px; background: #fff; border: 1px solid #eef1f6; border-radius: 20px; box-sizing: border-box; }
.cs-partner-slide img { display: block; max-width: 100%; max-height: 56px; width: auto; height: auto; object-fit: contain; filter: grayscale(1) opacity(.7); transition: filter .2s ease; }
.cs-partner-slide:hover img { filter: grayscale(0) opacity(1); }
@keyframes cs-partners-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.cs-bottom-form {
    min-height: 541px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    background: #dbe9fe url('/images/index/botform-bg.jpg') center / cover no-repeat;
}
.cs-bottom-form .cs-form-card { background: #263145; border: 2px solid #5e6776; color: #fff; }
.cs-bottom-form .cs-form-title { color: #fff; }
.cs-bottom-form .cs-form-title .cs-accent { color: #fff; }
.cs-bottom-form .cs-field { background: #fff; }
.cs-bottom-form .cs-consent { color: rgba(255,255,255,.7); }
.cs-bottom-form .cs-consent a { color: #fff; }
.cs-footer { padding: 72px 0 44px; background: #333d3d; color: #dbe2e8; }
.cs-footer-grid { display: grid; grid-template-columns: 1fr 1fr 1.2fr 1.2fr; gap: 70px; }
.cs-footer h3 { margin: 0 0 44px; color: #fff; font-size: 18px; font-weight: 700; }
.cs-footer p, .cs-footer li { margin: 0 0 30px; font-size: 17px; line-height: 1.45; }
.cs-footer ul { list-style: none; margin: 0; padding: 0; }
.cs-footer li { padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.09); }
.cs-copy { margin-top: 60px; text-align: center; color: #c8d0d6; font-size: 14px; }
.cs-nav-extra { display: none; }
@media (max-width: 1200px) {
    .cs-nav-top { display: none; }
    .cs-nav-main {
        height: auto;
        padding: 16px 0;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas: "logo burger" "phones phones";
        row-gap: 14px;
        column-gap: 20px;
    }
    .cs-logo { grid-area: logo; }
    .cs-burger {
        grid-area: burger;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 12px;
        background: rgba(255,255,255,.12);
        cursor: pointer;
        padding: 0;
    }
    .cs-burger span { display: block; width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
    .cs-nav-main.is-open .cs-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .cs-nav-main.is-open .cs-burger span:nth-child(2) { opacity: 0; }
    .cs-nav-main.is-open .cs-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .cs-phones { grid-area: phones; justify-self: start; text-align: left; display: flex; flex-wrap: wrap; gap: 10px 20px; font-size: 16px; }

    .cs-menu {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: min(360px, 86vw);
        background: #101a2c;
        padding: 96px 28px 28px;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform .3s ease;
        z-index: 70;
        box-shadow: -20px 0 60px rgba(0,0,0,.35);
    }
    .cs-nav-main.is-open .cs-menu { transform: translateX(0); }
    .cs-menu > ul { flex-direction: column; align-items: flex-start; gap: 4px; font-size: 17px; }
    .cs-menu > ul > li { width: 100%; }
    .cs-menu > ul > li > a { padding: 14px 4px; width: 100%; }
    .cs-menu > ul > li > a::after { display: none; }
    .cs-menu li.has-sub > a::before { margin-left: auto; }
    .cs-submenu {
        display: none;
        position: static;
        box-shadow: none;
        background: rgba(255,255,255,.06);
        border-radius: 12px;
        margin-top: 4px;
        padding: 6px;
        max-width: none;
        min-width: 0;
    }
    .cs-menu li.has-sub.is-expanded .cs-submenu { display: block; }
    .cs-submenu li a { color: rgba(255,255,255,.75); }
    .cs-submenu li a:hover { background: rgba(255,255,255,.1); color: #fff; }
    .cs-nav-extra { display: block; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.65); font-size: 14px; }
    .cs-nav-extra .cs-nav-email { display: block; color: rgba(255,255,255,.85); margin-top: 6px; }
    .cs-nav-extra .cs-nav-messengers { margin-top: 10px; }

    .cs-nav-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(6,12,24,.5);
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease;
        z-index: 65;
    }
    .cs-nav-main.is-open ~ .cs-nav-backdrop { opacity: 1; pointer-events: auto; }

    .cs-hero-grid { grid-template-columns: 1fr; padding-top: 40px; }
    .cs-form-card { width: min(421px, 100%); }
    .cs-cards-3, .cs-stat-grid, .cs-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
    .cs-test-shell { width: min(100% - 28px, 520px); }
    .cs-hero { min-height: auto; }
    .cs-menu { width: min(320px, 88vw); padding: 88px 22px 22px; }
    .cs-phones { font-size: 14px; gap: 8px 16px; }
    .cs-logo img { height: 46px; }
    .cs-hero-grid { min-height: auto; padding: 54px 0 44px; gap: 34px; }
    .cs-badge { font-size: 14px; min-height: 28px; }
    .cs-hero h1, .cs-title { font-size: 36px !important; }
    .cs-hero-sub { font-size: 20px; }
    .cs-intro, .cs-steps, .cs-why { padding: 58px 0; }
    .cs-services { padding-bottom: 58px; }
    .cs-cards-3, .cs-stat-grid, .cs-footer-grid { grid-template-columns: 1fr; }
    .cs-step-card, .cs-service-card, .cs-stat { min-height: auto; }
    .cs-stat { gap: 34px; }
    .cs-bottom-form { padding: 44px 0; }
    .cs-footer { padding-top: 50px; }
    .cs-partners { padding: 58px 0; }
    .cs-partners-slider { margin-top: 30px; }
    .cs-partner-slide { width: 150px; height: 80px; margin-right: 14px; padding: 14px; }
    .cs-partner-slide img { max-height: 42px; }
}
