
.w_horizontal_marquee .horizontal_marquee_item {
    display: flex;
}

.w_horizontal_marquee .js-marquee {
    display: flex;
}

.w_horizontal_marquee .horizontal_marquee_item img {
    margin-right: 5px;
}

.text__horizontal_marquee {
    margin-right: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #0E1A32;
}

.w_horizontal_marquee{
    display: flex;
    overflow: hidden;position: relative;
}

.w_horizontal_marquee.w_horizontal_marquee_hide::after,
.w_horizontal_marquee.w_horizontal_marquee_hide::before{
    content: '';
    width: 150px;
    display: block;
    background: url(img/hide.png) 0 0 / 100% 100% no-repeat;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.w_horizontal_marquee.w_horizontal_marquee_hide::after{
    left: 0;
}

.w_horizontal_marquee.w_horizontal_marquee_hide::before{
    right: 0;
    transform: rotate(180deg);
}

.js-marquee-wrapper{
    display: flex;
}

@-webkit-keyframes marqueeAnimation-8117669 {
    100% {
        transform: translateX(-11441px)
    }
}