section[data-cattype="83005"].osp-83005-section {
    width: 100%;
    padding: 72px 0 76px;
    overflow: hidden;
    background-color: #F7F0E3;
}

[data-cattype="83005"] .osp-83005-container {
    box-sizing: border-box;
    width: calc(100% - 40px);
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

[data-cattype="83005"] .osp-83005-container > h2 {
    margin: 0 0 42px;
    color: #536B3B;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;

}

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

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

/* Fade at both sides */
[data-cattype="83005"] .osp-83005-viewport::before,
[data-cattype="83005"] .osp-83005-viewport::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 58px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

[data-cattype="83005"] .osp-83005-viewport::before {
    left: 0;
    background: linear-gradient(
        90deg,
        #F7F0E3 0%,
        rgba(247, 240, 227, 0) 100%
    );
}

[data-cattype="83005"] .osp-83005-viewport::after {
    right: 0;
    background: linear-gradient(
        270deg,
        #F7F0E3 0%,
        rgba(247, 240, 227, 0) 100%
    );
}

[data-cattype="83005"] .osp-83005-viewport.has-overflow::before,
[data-cattype="83005"] .osp-83005-viewport.has-overflow::after {
    opacity: 1;
}

/* Moving track */
[data-cattype="83005"] .osp-83005-track {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: 100%;
    will-change: transform;
}

[data-cattype="83005"] .osp-83005-track.is-static {
    justify-content: center;
    width: 100%;
    transform: none !important;
}

/* Original logo group and cloned groups */
[data-cattype="83005"] .osp-83005-logo-sequence {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-start;
    gap: 38px;
    box-sizing: border-box;
    padding-right: 38px;
}

/* Static state */
[data-cattype="83005"] .osp-83005-track.is-static
.osp-83005-logo-sequence {
    justify-content: center;
    width: 100%;
    padding-right: 0;
}

/* Logo item */
[data-cattype="83005"] .osp-83005-item {
    display: flex;
    flex: 0 0 135px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 135px;
    height: 96px;
    padding: 10px;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

[data-cattype="83005"] .osp-83005-item:hover {
    transform: translateY(-4px);
}

[data-cattype="83005"] .osp-83005-item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 78px;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    transition:
        transform 0.3s ease,
        filter 0.3s ease;
}

[data-cattype="83005"] .osp-83005-item:hover img {
    transform: scale(1.04);
}

/* Tablet */
@media (max-width: 991px) {
    section[data-cattype="83005"].osp-83005-section {
        padding: 64px 0 68px;
    }

    [data-cattype="83005"] .osp-83005-container > h2 {
        margin-bottom: 36px;
        font-size: 46px;
    }

    [data-cattype="83005"] .osp-83005-logo-sequence {
        gap: 30px;
        padding-right: 30px;
    }

    [data-cattype="83005"] .osp-83005-item {
        flex-basis: 125px;
        width: 125px;
        height: 90px;
    }

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

/* Mobile */
@media (max-width: 767px) {
    section[data-cattype="83005"].osp-83005-section {
        padding: 54px 0 58px;
    }

    [data-cattype="83005"] .osp-83005-container {
        width: 100%;
    }

    [data-cattype="83005"] .osp-83005-container > h2 {
        box-sizing: border-box;
        margin-bottom: 32px;
        padding: 0 20px;
        font-size: 40px;
    }

    [data-cattype="83005"] .osp-83005-viewport {
        width: 100%;
        padding: 4px 0;
    }

    [data-cattype="83005"] .osp-83005-viewport::before,
    [data-cattype="83005"] .osp-83005-viewport::after {
        width: 34px;
    }

    [data-cattype="83005"] .osp-83005-logo-sequence {
        gap: 24px;
        padding-right: 24px;
    }

    [data-cattype="83005"] .osp-83005-item {
        flex-basis: 118px;
        width: 118px;
        height: 86px;
        padding: 8px;
    }

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

/* Small mobile */
@media (max-width: 480px) {
    section[data-cattype="83005"].osp-83005-section {
        padding: 48px 0 52px;
    }

    [data-cattype="83005"] .osp-83005-container > h2 {
        margin-bottom: 28px;
        font-size: 36px;
    }

    [data-cattype="83005"] .osp-83005-logo-sequence {
        gap: 20px;
        padding-right: 20px;
    }

    [data-cattype="83005"] .osp-83005-item {
        flex-basis: 105px;
        width: 105px;
        height: 80px;
        padding: 7px;
    }

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