/* =========================================================
   OSP 83005 - Partner Brands
   Theme: #174E8C + #F28C00
========================================================= */

section[data-cattype="83005"].osp-83005-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
    background: #fff;
    font-family: "Assistant", Arial, sans-serif;
}

section[data-cattype="83005"] *,
section[data-cattype="83005"] *::before,
section[data-cattype="83005"] *::after {
    box-sizing: border-box;
}

section[data-cattype="83005"] .osp-83005-container {
    width: calc(100% - 40px);
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
}


/* TITLE */

section[data-cattype="83005"] h2 {
    position: relative;
    margin: 0 0 38px;
    padding: 0 0 15px;
    color: #111;
    font-family: "Assistant", Arial, sans-serif;
    font-size: clamp(32px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-align: center;
    text-transform: none;
}

section[data-cattype="83005"] h2::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 3px;
    content: "";
    border-radius: 999px;
    background: #F28C00;
    transform: translateX(-50%);
}


/* MARQUEE */

section[data-cattype="83005"] .osp-83005-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

section[data-cattype="83005"] .osp-83005-marquee.is-dragging {
    cursor: grabbing;
}

section[data-cattype="83005"] .osp-83005-track {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    will-change: transform;
}

section[data-cattype="83005"] .osp-83005-group {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-width: 0;
}


/* AUTO PLAY */

section[data-cattype="83005"].osp-83005-auto .osp-83005-track {
    justify-content: flex-start;
    width: max-content;
    animation: none;
}

section[data-cattype="83005"].osp-83005-auto .osp-83005-group {
    padding-right: 22px;
}

@keyframes osp83005Marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}


/* LOGO ITEM */

section[data-cattype="83005"] .osp-83005-item {
    display: flex;
    flex: 0 0 180px;
    align-items: center;
    justify-content: center;
    width: 180px;
    min-width: 180px;
    margin: 0;
}

section[data-cattype="83005"] .osp-83005-logo-link,
section[data-cattype="83005"] .osp-83005-logo-static {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-decoration: none;
}

section[data-cattype="83005"] .osp-83005-logo-link {
    cursor: pointer;
}

section[data-cattype="83005"] .osp-83005-logo-static {
    cursor: default;
    pointer-events: none;
}

section[data-cattype="83005"] .osp-83005-item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 72px;
    object-fit: contain;
    opacity: 1;
}


/* NO HOVER EFFECT */

section[data-cattype="83005"] .osp-83005-logo-link:hover,
section[data-cattype="83005"] .osp-83005-logo-link:focus,
section[data-cattype="83005"] .osp-83005-logo-link:active,
section[data-cattype="83005"] .osp-83005-logo-link:hover img,
section[data-cattype="83005"] .osp-83005-logo-link:focus img,
section[data-cattype="83005"] .osp-83005-logo-link:active img {
    opacity: 1;
    outline: none;
    transform: none;
}


/* SINGLE ITEM */

section[data-cattype="83005"].osp-83005-single .osp-83005-track,
section[data-cattype="83005"].osp-83005-single .osp-83005-group {
    justify-content: center;
    width: 100%;
}


/* TABLET */

@media (max-width: 991px) {

    section[data-cattype="83005"].osp-83005-section {
        padding: 60px 0;
    }

    section[data-cattype="83005"] h2 {
        margin-bottom: 32px;
        font-size: 36px;
    }

    section[data-cattype="83005"] .osp-83005-group {
        gap: 18px;
    }

    section[data-cattype="83005"].osp-83005-auto .osp-83005-group {
        padding-right: 18px;
    }

    section[data-cattype="83005"] .osp-83005-item {
        flex-basis: 168px;
        width: 168px;
        min-width: 168px;
    }
}


/* MOBILE */

@media (max-width: 760px) {

    section[data-cattype="83005"].osp-83005-section {
        padding: 50px 0;
    }

    section[data-cattype="83005"] .osp-83005-container {
        width: calc(100% - 30px);
    }

    section[data-cattype="83005"] h2 {
        margin-bottom: 28px;
        padding-bottom: 13px;
        font-size: 30px;
        line-height: 1.2;
    }

    section[data-cattype="83005"] h2::after {
        width: 46px;
    }

    section[data-cattype="83005"] .osp-83005-group {
        gap: 14px;
    }

    section[data-cattype="83005"].osp-83005-auto .osp-83005-group {
        padding-right: 14px;
    }

    section[data-cattype="83005"] .osp-83005-item {
        flex-basis: 150px;
        width: 150px;
        min-width: 150px;
    }

    section[data-cattype="83005"] .osp-83005-logo-link,
    section[data-cattype="83005"] .osp-83005-logo-static {
        height: 86px;
        padding: 8px;
    }

    section[data-cattype="83005"] .osp-83005-item img {
        max-height: 60px;
    }
}

