      :root {
        --swiper-navigation-color: rgba(131, 43, 86, 1);
        --swiper-pagination-color: rgba(131, 43, 86, 1);
        --swiper-pagination-bullet-inactive-color: rgba(131, 43, 86, 1);
        --swiper-navigation-top-offset: 90%;
      }

      .swiper {
        user-select: none;
        box-sizing: border-box;
        overflow: hidden;
        width: 91%;
        height: 250px;
      }

      .swiper-slide .swiper-slide-4aef{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 84%;
        height: 100%;
        position: relative;
        box-sizing: border-box;
      }

      .swiper-slide-4aef {
        background-color: #000;
      }

      .swiper-slide-bg-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        opacity: 0.86;
      }

      .swiper-slide-content {
        width: 100%;
        height: 100%;
        display: flex;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
      }

      .swiper-slide-content-db52 {
        padding: 24px;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-end;
      }

      .swiper-slide-text-313d,
      .cmxp-text {
        position: relative;
        display: inline-block;
        color: white;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
        cursor: pointer;
        transition: color 0.3s ease;
      }

      .cmxp-text::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 0%;
        height: 2px;
        background-color: #fff;
        transition: width 0.3s ease;
      }

      .cmxp-slide:hover .cmxp-text::after {
        width: 100%;
      }

      @media (min-width: 768px) {
        .swiper { height: 350px; width: 100%; }
        .swiper-slide { width: 388px; }
      }

      @media (min-width: 1280px) {
        .swiper { width: 91%; height: 250px; }
        .swiper-slide { width: 350px; }
      }

      @media (min-width: 1920px) {
        .swiper { width: 91%; height: 350px; }
        .swiper-slide { width: 388px; }
      }