@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - (var(--carousel-item-width) + (var(--gap-offset, 0px))) * (var(--carousel-total-item) - 1)))}}@keyframes slide-reverse{0%{transform:translateX(calc(-100% - (var(--carousel-item-width) + (var(--gap-offset, 0px))) * (var(--carousel-total-item) - 1)))}to{transform:translateX(0)}}.custom-carousel{width:100%;margin-top:55px;justify-content:space-between;overflow:hidden}.custom-carousel,.custom-carousel__container{display:flex;flex-direction:row;align-items:center}.custom-carousel__container{width:max-content;justify-content:flex-start;flex-wrap:nowrap;gap:var(--gap-offset)}.custom-carousel__container-alt-item{flex-shrink:0;width:var(--carousel-item-width);display:flex;flex-direction:row;justify-content:center;align-items:center}@media only screen and (max-width:767px){.custom-carousel__container-alt-item{width:300px}}.custom-carousel__container-item{background-color:#fff;flex-shrink:0;border-radius:10px;width:var(--carousel-item-width);height:90px;animation-timing-function:linear;display:flex;flex-direction:row;justify-content:center;align-items:center}@media only screen and (max-width:767px){.custom-carousel__container-item{width:140px}}.custom-carousel__container-item>img{width:90px;height:auto}@media only screen and (max-width:767px){.custom-carousel__container-item>img{width:60px}}.custom-carousel__container-no-background-item{flex-shrink:0;border-radius:10px;width:var(--carousel-item-width);height:90px;animation-timing-function:linear;display:flex;flex-direction:row;justify-content:center;align-items:center}@media only screen and (max-width:767px){.custom-carousel__container-no-background-item{width:140px}}.custom-carousel__container-no-background-item>img{width:90px;height:auto}@media only screen and (max-width:767px){.custom-carousel__container-no-background-item>img{width:80px}}.slide-15{animation:slide 160s linear infinite}.slide-reverse-15{animation:slide-reverse 160s linear infinite}