.top-bar[_ngcontent-ng-c1353104898] {
    min-height: 42px;
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    background: #ed323d;
    padding: 7px 0 5px 31px;
    border: 3px solid #000000;
    border-left: 0;
    border-right: 0
}

@media screen and (max-width:1024px) {
    .top-bar[_ngcontent-ng-c1353104898] {
        position: fixed;
        z-index: 4;
        top: 68px;
        background: #ed323d
    }
}

@media screen and (max-width:576px) {
    .top-bar[_ngcontent-ng-c1353104898] {
        min-height: 37px;
        top: 56px;
        border: none;
        padding: 5px 0 5px 10px
    }
}

.top-bar_left[_ngcontent-ng-c1353104898] {
    min-width: 135px;
    font-family: Luckiest Guy, sans-serif
}

.top-bar_right[_ngcontent-ng-c1353104898] {
    background: #ed323d;
    overflow: hidden
}

.top-bar_right[_ngcontent-ng-c1353104898]:after {
    content: "";
    position: absolute;
    background-image: linear-gradient(292deg, #ed323d00, #ed323d);
    width: 5%;
    height: 100%;
    top: 0;
    z-index: 1
}

@media screen and (max-width:1024px) {
    .top-bar_right[_ngcontent-ng-c1353104898]:after {
        display: none
    }
}

.top-bar_right[_ngcontent-ng-c1353104898]:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(109deg, #ed323d08, #ed323d);
    width: 8%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1
}

@media screen and (max-width:1024px) {
    .top-bar_right[_ngcontent-ng-c1353104898]:before {
        display: none
    }
}

.top-bar_right[_ngcontent-ng-c1353104898] h4[_ngcontent-ng-c1353104898] {
    font-family: Luckiest Guy, sans-serif !important
}

.top-bar_right[_ngcontent-ng-c1353104898] span[_ngcontent-ng-c1353104898] {
    text-transform: uppercase;
    font-size: 20px !important;
    font-family: Luckiest Guy, sans-serif
}

@media screen and (max-width:576px) {
    .top-bar_right[_ngcontent-ng-c1353104898] span[_ngcontent-ng-c1353104898] {
        font-size: 18px !important
    }
}

.top-bar_right[_ngcontent-ng-c1353104898] .marquee[_ngcontent-ng-c1353104898] {
    position: relative;
    width: 197vw
}

@media screen and (max-width:576px) {
    .top-bar_right[_ngcontent-ng-c1353104898] .marquee[_ngcontent-ng-c1353104898] {
        width: 3916px
    }
}

.top-bar_right[_ngcontent-ng-c1353104898] .marquee[_ngcontent-ng-c1353104898] .track[_ngcontent-ng-c1353104898] {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: _ngcontent-ng-c1353104898_marquee 34s linear infinite;
    -webkit-animation: _ngcontent-ng-c1353104898_marquee 34s linear infinite;
    animation-delay: .1s
}

@media screen and (max-width:576px) {
    .top-bar_right[_ngcontent-ng-c1353104898] .marquee[_ngcontent-ng-c1353104898] .track[_ngcontent-ng-c1353104898] {
        animation: marqueeob 54s linear infinite;
        -webkit-animation: marqueeMob 54s linear infinite
    }
}

@keyframes _ngcontent-ng-c1353104898_marquee {
    0% {
        left: 100%
    }

    50% {
        left: -100%
    }

    to {
        left: -100%
    }
}