.GoldCustomer div.Logo ul.LogoList li.li-item img {
        /* filter : grayscale(100%); */-moz-filter: grayscale(100%);
        /* -webkit-filter:grayscale(100%); */-ms-filter:grayscale(100%);
        -o-filter:grayscale(100%);
}
.GoldCustomer div.Logo ul.LogoList li.li-item:hover img {
        filter : grayscale(0);
        -moz-filter: grayscale(0);
        -webkit-filter:grayscale(0);
        -ms-filter:grayscale(0);
        -o-filter:grayscale(0);
}
.GoldCustomer {
        /* margin-top: 30px; */
        margin-bottom: var(--margin-bottom);
        /* box-shadow: var(--box-shadow); */
        /* padding: var(--padding-box); */
        border-radius: var(--rounded);
        /* background: var(--color-white); */
        /* border: 1px solid #f1f1f1; */
}
.GoldCustomer .Title {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
        background-size: 20px;
        background-position-x: 5px;
        text-transform: uppercase;
        font-family: 'Inter';
        font-size: var(--label-size);
        font-style: normal;
        font-weight: var(--label-weight);
        /* line-height: 18px; */
        letter-spacing: 0em;
        text-align: left;
        color: var(--color-red);
        letter-spacing: -1px;
}
.GoldCustomer .Title:after{
        content: "";
        height: 2px;
        background: linear-gradient(to right, #fcdddf, var(--vass-red));
        flex: 1;
        display: block;
}
.GoldCustomer div.Logo {
        /* background: #fff none repeat scroll 0 0; */
        /* height: 110px; */
        /* overflow: hidden; */
        /* padding: 0; */
        /*position: relative;*/
        width: 100%;
        /* max-width: 1160px; */
        overflow: hidden;
        /* padding-bottom: 20px; */
}
.GoldCustomer div.Logo ul.LogoList {
        /* display: block; */
        /* list-style: outside none none; */
        /* margin: 0; */
        /* padding: 0; */
        /* position: relative; */
        /* width: 1000%; */
        display: inline-flex !important;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 20px;
        column-count: unset !important;
        padding: 0;
        left: 0;
        position: absolute;
        padding: 10px 0 0;
}
.GoldCustomer div.Logo ul.LogoList li.li-item {
        /*border: medium none;
        display: block;
        float: left;
        padding: 0 5px;*/
        /*min-width: 300px;*/
        display: inline-block;
        text-align: center;
        padding: 0 20px;
        width: auto !important;
}
.GoldCustomer div.Logo ul.LogoList li.li-item a {
        width: 100%;
        text-align: center;
        display: block;
}
.GoldCustomer div.Logo ul.LogoList li.li-item img.img-item {
        border: medium none;
        display: block;
        height: 90px;
        margin: auto;
        width: 100%;
        object-fit: contain;
        /*border: 2px solid #ccc;*/
}
.GoldCustomer div.Logo .selected {
        display: block;
        height: 80px;
        opacity: 1;
        width: 180px;
}
.GoldCustomer > table {
        margin: 30px auto;
        text-align: justify;
        width: 1040px;
}
.GoldCustomer td.LibraryItem {
        border: 2px solid #d0d0d0;
        display: inline-block;
        height: 110px;
        margin: 5px 3px;
        width: 190px;
}
.GoldCustomer > table .img-item {
        width: 190px;
}
.GoldCustomer .PreButton {
        height: 60px;
        width: 60px;
        left: -20px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
        transition: opacity 0.3s;
}
.GoldCustomer .PreButton:before {
        content: '\f104';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: #9f9c9c;
        font-size: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1;
}
.GoldCustomer .NextButton {
        height: 60px;
        width: 60px;
        right: -20px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
        transition: opacity 0.3s;
}
.GoldCustomer .NextButton:before {
        content: '\f105';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: #9f9c9c;
        font-size: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1;
}
.GoldCustomer .PreButton:hover,
.GoldCustomer .NextButton:hover {
        opacity: 1;
        color: #ce1126;
}
@media only screen and (max-width: 768px){
        .GoldCustomer {
                   margin: var(--padding-res);
                max-width: calc(100% - var(--padding-double));
                padding: var(--padding-box-mb);
        }
        .GoldCustomer div.Logo ul.LogoList li.li-item {
                width: calc(50vw - 15px) !important;
                padding: 0;
        }
        .GoldCustomer div.Logo {
                width: 100% !important;
        }
}
