.main-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 35px;
    line-height: 1.1;
}

.main-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    font-style: italic;
}

.flx_slider-block {
    background-color: #000;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 0 !important;
    padding-bottom: 60px;
}

.slide-video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: 2 / 2.7;
    border-radius: 30px;
}

.slider-block-subtitle {
    color: #fff;
}

.flx_slider-block.white-bg .slider-block-subtitle {
    color: #000;
}

.flx_slider-block.white-bg {
    background-color: #fff;
}

.slider-block-title {
    text-align: center;
    color: #fff;
}

.flx_slider-block.white-bg .slider-block-title {
    color: #C8230A;
}

.flx_slider-block .slider-insights {
    margin-top: 80px;
}

.flx_slider-block .swiper-pagination {
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-top: 30px;
    /*margin-bottom: 40px;*/
}

.flx_slider-block .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.flx_slider-block.white-bg .swiper-pagination .swiper-pagination-bullet {
    background-color: #000;
}

.flx_slider-block .swiper-pagination .swiper-pagination-bullet-active,
.flx_slider-block.white-bg .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #C8230A;
}

.flx_slider-block .slider-block {
    position: relative;
    background: #000;
    padding: 60px 0;
}

.flx_slider-block .slide-img {
    width: 100%;
    aspect-ratio: 2 / 2.7;
    object-fit: cover;
    border-radius: 30px;
}

.two-cards .slide-img {
    aspect-ratio: 3/2 !important;
    border-radius: 0;
}

.slider-block-content-text {
    color: #fff;
    margin: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
}

.flx_slider-block.white-bg .slider-block-content-text {
    color: #000;
}

.slider-block-content-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 24px;
    color: #C8230A;
}

.slider-content-container {
    overflow: hidden;
    width: 100%;
}

.slider-two-cards-title,
.slider-two-cards-subtitle {
    text-align: center;
}

.slider-two-cards-title {
    color: #333;
    font-style: italic;
    text-transform: uppercase;
    hyphens: auto;
}

.slider-two-cards-subtitle {
    color: #C8230A;
    margin-bottom: 3rem !important;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1 !important;
}

.slider-content-inner {
    display: flex;
    transition: transform 0.7s ease;
}

.slider-block-content {
    min-width: 100%;
    text-align: center;
    opacity: 1;
}

.slider-block-button {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 180px;
    width: fit-content;
    display: inline-block;
}

.flx_slider-block.white-bg .slider-block-button {
    background-color: #FFD20F;
    color: #000;
}

.flx_slider-block .accordion-block-body>.accordion-block-body-item:nth-of-type(1) {
    border-top: 2px solid #000;
}

.slider-block-subtitle-bottom {
    margin-bottom: 24px !important;
}

@media (min-width: 769px) {
    .main-title {
        font-size: 35px;
    }

    .main-subtitle {
        margin-top: 10px;
        margin-bottom: 24px;
    }

    .slider-block-button {
        margin-top: 80px;
        font-size: 18px;
    }

    .flx_slider-block {
        padding: 100px 0;
    }

    .flx_slider-block .accordion-block-body {
        max-width: 770px;
        margin: 0 auto;
    }

    .flx_slider-block .swiper-pagination {
        gap: 20px;
        /*margin-bottom: 80px;*/
        margin-top: 44px;
    }

    .flx_slider-block .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .flx_slider-block .slider-mask-left,
    .flx_slider-block .slider-mask-right {
        position: absolute;
        top: 0;
        width: 180px;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .flx_slider-block .slider-mask-left {
        left: 0;
        background: linear-gradient(90deg, #000 0%, transparent 100%);
    }

    .flx_slider-block .slider-mask-right {
        right: 0;
        background: linear-gradient(270deg, #000 0%, transparent 100%);
    }

    .flx_slider-block.white-bg .slider-mask-left {
        background: linear-gradient(90deg, #fff 0%, transparent 100%);
    }

    .flx_slider-block.white-bg .slider-mask-right {
        background: linear-gradient(270deg, #fff 0%, transparent 100%);
    }

    .flx_slider-block .slide-img {
        aspect-ratio: 2/2.7;
    }

    .slider-content-container {
        max-width: 700px;
        margin: 0 auto;
    }

    .slider-block-content-title {
        font-size: 24px;
    }

    .slider-two-cards-subtitle {
        font-size: 20px;
    }

    .slider-two-cards-title,
    .slider-two-cards-subtitle {
        text-align: left;
    }

    .slide-video {
        aspect-ratio: 2 / 2.7;
    }

    .slider-block-container .container {
        max-width: none;
        padding: 0;
        width: 100%;
    }
}

@media (min-width: 998px) {

    .main-subtitle {
        font-size: 24px;
    }

    .flx_slider-block {
        padding: 120px 0;
    }

    .slider-content-container {
        max-width: 848px;
    }
}

@media (min-width: 1280px) {
    .main-title {
        font-size: 48px;
        line-height: 1;
    }
}