
#logo-wrapper {
    position: relative;
    overflow: hidden;
}
.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    white-space: nowrap;
    width: 180px;
    transition: transform 0.2s ease;
}


.wrapper {
    display: inline-flex;
}

.fade {
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, #f4f8b8, transparent 10%, transparent 90%, #f4f8b8);
    inset: 0;
    pointer-events: none;
}

#logo-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}
svg.logos-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.logos-inner {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
}

.logos-inner h5 {
    margin-top: 0;
    margin-bottom: 5rem;
}


.logo-item img {
    height: 35px;
    max-width: 110px;
    object-fit: contain;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: transform 0.2s ease;
    padding: 0 3rem;
}


.has-sky-blue-background-color svg.logos-background {
    display: none;
}

.has-sky-blue-background-color .fade {
    background: linear-gradient(90deg, #a6d7f7, transparent 10%, transparent 90%, #a6d7f7);
}

.has-emerald-green-background-color svg.logos-background {
    display: none;
}

.has-emerald-green-background-color .fade {
    background: linear-gradient(90deg, #07CA7B, transparent 10%, transparent 90%, #07CA7B);
}

/* Ticker */


/* Desktop small */
@media only screen and (max-width: 1100px) {
  
}

/* Tablet */
@media only screen and (max-width: 700px) {
  .logo-item {
    width: 110px;
}

.logo-item img {
    max-width: 70px;
}
}


/* Iphone */
@media only screen and (max-width: 450px) {
  
}