
.special-offers-new{
	background:#9C27B0;
}

.special-offers-abstract-new::before {
    background-position: left top;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
    opacity: .12;
    background: url("/uploads/images/spe.png");
}


.special-offers-abstract-new::before, .special-offers-abstract-new::after {
    content: "";
    position: absolute;
    inset: 0;
}
.navigation-space {
    height: 168px;
}
@media (min-width: 1024px) {
    .navigation-space {
        height: 148px;
    }
}
.banner-blink{
    animation: testBlink 1s infinite !important;
}

@keyframes testBlink{
    0%{
        opacity:1;
    }
    50%{
        opacity:.3;
    }
    100%{
        opacity:1;
    }
}