main {
    overflow-x: initial;
}

.section-home-slider-inner-wrapper.container-large {
    max-width: 1500px;
    margin-inline: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}



.section-home-slider.home-slider-new .fp-filter-slider .home-slider-arrow-next {
    right: 0px !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
}

.section-home-slider.home-slider-new .fp-filter-slider .home-slider-arrow-prev {
    left: 0px !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
}

.section-home-slider.home-slider-new .fp-filter-slider .custom-home-arrow.home-slider-arrow:hover,
.section-home-slider.home-slider-new .fp-filter-slider .home-slider-arrow.custom-home-arrow:hover {
    transform: scale(1) translateY(-50%) !important;
}

.section-home-slider.home-slider-new .fp-filter-slider .custom-home-arrow.home-slider-arrow img,
.section-home-slider.home-slider-new .fp-filter-slider .home-slider-arrow.custom-home-arrow img {
    width: 90px !important;
    height: 90px !important;
    display: block !important;
    pointer-events: none;
}

.section-home-slider.home-slider-new .fp-filter-slider .slick-center .fpf-slide__content {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.home-slider-new .section-home-slider-text {
    --neon-a1: .40;
    --neon-a2: .10;
    --neon-blur: 1;
    -webkit-text-stroke: 0px rgba(255, 0, 4, 0.85);
    transform: none;
    text-transform: uppercase;
    text-shadow: 0 0 calc(5px * var(--neon-blur)) rgb(205, 32, 40, var(--neon-a1)), 0 0 calc(10px * var(--neon-blur)) rgb(205, 32, 40, var(--neon-a1)), 0 0 calc(20px * var(--neon-blur)) rgb(205, 32, 40, var(--neon-a1)), 0 0 calc(40px * var(--neon-blur)) rgb(255, 12, 23, var(--neon-a2)), 0 0 calc(80px * var(--neon-blur)) rgb(255, 12, 23, var(--neon-a2));
}

@media only screen and (min-width: 768px) {
    .home-slider-new .fpf-slider.has-3-or-more-slides .slick-center {
        transform: scale(1.1);
    }

    .section-home-slider.home-slider-new .fp-filter-slider .slick-list.draggable {
        padding: 120px 0px !important;
    }
}