#about-dcs-hero .card-img-overlay {
  background-image: url('/dcscc/v2/images/about-dcs/zigzag.svg');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#our-mission {
  background-image: url('/dcscc/v2/images/about-dcs/bg-twisted-links-values.svg');
  background-position: calc(-50vw + 100%) top;
  background-size: cover;
  background-repeat: no-repeat;
}

#our-values {
  background-image: url('/dcscc/v2/images/about-dcs/bg-twisted-links-values.svg');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Pay Smarter, Live Better  */

.title_bg {
  width: 100%;
  height: 800px;
  background-image: url('/dcscc/v2/images/about-dcs-new/title_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.header_text {
  width: 450px;
  position: absolute;
  right: 50px;
  top: 50px;
  color: #ffffff;
  font-weight: 500;
  .text {
    font-weight: 400;
  }
  .btnText {
    font-weight: 500;
    font-size: 14px;
  }
}
.title-h1 {
  font-size: 56px;
  margin-bottom: 20px;
}

#toggleButton {
  margin-left: 15px;
  width: 116px;
  height: 34px;
  border-radius: 17px;
  border: none;
  background-color: #ff8d40;
  size: 14px;
  color: #ffffff;
}

/* SEAMLESS */

.rolling_box {
  padding: 40px;
  position: relative;
  overflow: hidden;
  .left_box {
    width: 160px;
    height: 56px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(-20%, -55%);
    background-color: #5ae5f880;
    border-radius: 28px;
  }
  .right_box {
    width: 160px;
    height: 56px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(20%, -55%);
    background-color: #5ae5f880;
    border-radius: 28px;
  }
  .rolling_box_content {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    background: #00085e;

    .rolling_box_content_text {
      padding: 50px 0;
      width: 60%;
      display: flex;
      text-align: center;
      flex-direction: column;
      justify-content: space-evenly;
      color: #ffffff;
      font-size: 28px;
      font-weight: 500;
      .swiper_box {
        padding: 20px 0;
        width: 80%;
        font-size: 60px;
        color: #ff8d40;
        font-weight: 700;
      }
    }
  }
}

/* What We Do */

.whatWeDo_bg {
  padding: 40px;
}

.whatWeDo_content_bg {
  background-color: #ff8d40;
  border-radius: 20px;
  padding: 30px 30px 0 30px;
}

.whatWeDo_content {
  display: flex;
  justify-content: space-between;
  color: #ffffff;

  .whatWeDo_title {
    width: 40%;
    font-size: 60px;
    font-weight: 700;
  }

  .whatWeDo_text {
    width: 50%;
    text-align: end;
    font-size: 1rem;
  }
}

/* swiper-buttons */

.swiper-buttons-content {
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.swiper-buttons-box {
  margin: 0 auto;
  display: flex;
}

/*# sourceMappingURL=about-dcs.css.map */

@media (max-width: 575px) {
  .title_bg {
    background-image: url('/dcscc/v2/images/about-dcs-new/title_bg_xs.png');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header_text {
    width: 80%;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    .text {
      font-size: 14px;
      font-weight: 400;
    }
    .btnText {
      font-weight: 500;
      font-size: 12px;
    }
  }
  .title-h1 {
    font-size: 20px;
  }

  /* SEAMLESS */

  .rolling_box {
    padding: 20px;
    position: relative;
    .left_box {
      width: 80px;
      height: 38px;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translate(-20%, -65%);
      background-color: #5ae5f880;
      border-radius: 20px;
    }
    .right_box {
      width: 80px;
      height: 38px;
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translate(20%, -65%);
      background-color: #5ae5f880;
      border-radius: 20px;
    }
    .rolling_box_content {
      display: flex;
      justify-content: center;
      border-radius: 20px;
      background: #00085e;

      .rolling_box_content_text {
        padding: 50px 0;
        width: 70%;
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: space-evenly;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        .swiper_box {
          padding: 20px 0;
          width: 100%;
          font-size: 32px;
          color: #ff8d40;
          font-weight: 600;
        }
      }
    }
  }

  /* What We Do */

  .whatWeDo_bg {
    padding: 20px;
  }

  .whatWeDo_content_bg {
    background-color: #ff8d40;
    border-radius: 20px;
    padding: 30px 18px 0 18px;
  }

  .whatWeDo_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;

    .whatWeDo_title {
      width: 100%;
      font-size: 32px;
      font-weight: 600;
    }

    .whatWeDo_text {
      width: 100%;
      font-size: 14px;
      text-align: start;
    }
  }

  /* What We Do 轮播图*/

  .swiper-frame {
    height: 500px;
    padding: 8px;
  }

  .swiper-item {
    height: 500px;
    padding: 220px 15px 0 15px;
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 1rem;
    overflow: hidden;
        box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.3);


    .swiper-item-img-Caas {
      height: 190px;
      background-size: contain;
    }
    .swiper-item-img-Web3 {
      height: 160px;
      background-size: contain;
    }
  }

  .swiper-item-bg {
    height: 200px;
  }
  .swiper-item-linkBtn {
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  .swiper-item-text-btn {
    height: 40px;
  }
}

@media (min-width: 575px) and (max-width: 768px) {
  .header_text {
    width: 250px;
    top: 30px;
  }
  .title-h1 {
    font-size: 24px;
    width: 200px;
  }

  /* SEAMLESS */

  .rolling_box {
    padding: 30px;
    position: relative;
    .left_box {
      width: 110px;
      height: 48px;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translate(-20%, -70%);
      background-color: #5ae5f880;
      border-radius: 24px;
    }
    .right_box {
      width: 110px;
      height: 48px;
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translate(20%, -70%);
      background-color: #5ae5f880;
      border-radius: 24px;
    }
    .rolling_box_content {
      display: flex;
      justify-content: center;
      border-radius: 20px;
      background: #00085e;

      .rolling_box_content_text {
        padding: 50px 0;
        width: 70%;
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: space-evenly;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        .swiper_box {
          padding: 20px 0;
          width: 100%;
          font-size: 40px;
          color: #ff8d40;
          font-weight: 600;
        }
      }
    }
  }

  /* What We Do */

  .whatWeDo_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;

    .whatWeDo_title {
      width: 100%;
      font-size: 40px;
      font-weight: 600;
    }

    .whatWeDo_text {
      width: 100%;
      font-size: 16px;
      text-align: start;
    }
  }

  /* What We Do 轮播图*/

    /* What We Do 轮播图*/

  .swiper-frame {
    height: 500px;
    padding: 6px;
  }

  .swiper-item {
    height: 500px;
    padding: 220px 15px 0 15px;
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 1rem;
        overflow: hidden;

    box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.3);


    .swiper-item-img-Caas {
      height: 190px;
      background-size: contain;
    }
    .swiper-item-img-Web3 {
      height: 160px;
      background-size: contain;
    }
  }

  .swiper-item-bg {
    height: 200px;
  }
  .swiper-item-linkBtn {
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  .swiper-item-text-btn {
    height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header_text {
    width: 300px;
    right: 30px;
  }
  .title-h1 {
    font-size: 30px;
    width: 250px;
  }

  /* SEAMLESS */
  .rolling_box {
    padding: 36px;
    position: relative;
    .left_box {
      width: 140px;
      height: 50px;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translate(-20%, -70%);
      background-color: #5ae5f880;
      border-radius: 25px;
    }
    .right_box {
      width: 140px;
      height: 50px;
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translate(20%, -70%);
      background-color: #5ae5f880;
      border-radius: 25px;
    }
    .rolling_box_content {
      display: flex;
      justify-content: center;
      border-radius: 20px;
      background: #00085e;

      .rolling_box_content_text {
        padding: 50px 0;
        width: 70%;
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: space-evenly;
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
        .swiper_box {
          padding: 20px 0;
          width: 90%;
          font-size: 50px;
          color: #ff8d40;
          font-weight: 700;
        }
      }
    }
  }

  /* What We Do */

  .whatWeDo_content {
    display: flex;
    justify-content: space-between;

    .whatWeDo_title {
      width: 50%;
      font-size: 46px;
      font-weight: 600;
    }

    .whatWeDo_text {
      width: 50%;
      font-size: 1rem;
      text-align: end;
    }
  }

  /* What We Do 轮播图*/

   /* What We Do 轮播图*/

  .swiper-frame {
    height: 500px;
    padding: 6px;
  }

  .swiper-item {
    height: 500px;
    padding: 220px 15px 0 15px;
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 1rem;
        overflow: hidden;

    box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.3);

    .swiper-item-img-Caas {
      height: 190px;
      background-size: contain;
    }
    .swiper-item-img-Web3 {
      height: 160px;
      background-size: contain;
    }
  }

  .swiper-item-bg {
    height: 200px;
  }
  .swiper-item-linkBtn {
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  .swiper-item-text-btn {
    height: 40px;
  }
}

@media (min-width: 991px) and (max-width: 1400px) {
  /* SEAMLESS */
  .rolling_box {
    padding: 40px;
    .left_box {
      width: 160px;
      height: 56px;
      transform: translate(-20%, -60%);
      border-radius: 28px;
    }
    .right_box {
      width: 160px;
      height: 56px;
      transform: translate(20%, -60%);
      border-radius: 28px;
    }
    .rolling_box_content {
      .rolling_box_content_text {
        width: 60%;
        font-size: 28px;
        font-weight: 500;
        .swiper_box {
          padding: 20px 0;
          width: 80%;
          font-size: 60px;
          font-weight: 700;
        }
      }
    }
  }

  /* What We Do 轮播图*/

   /* What We Do 轮播图*/

  .swiper-frame {
    height: 500px;
    padding: 6px;
  }

  .swiper-item {
    height: 500px;
    padding: 220px 15px 0 15px;
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 1rem;
    overflow: hidden;
        box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.3);


    .swiper-item-img-Caas {
      height: 190px;
      background-size: contain;
    }
    .swiper-item-img-Web3 {
      height: 160px;
      background-size: contain;
    }
  }

  .swiper-item-bg {
    height: 200px;
  }
  .swiper-item-linkBtn {
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  .swiper-item-text-btn {
    height: 40px;
  }
}

@media (min-width: 1400px) {
  /* SEAMLESS */
  .rolling_box {
    padding: 40px;
    .left_box {
      width: 160px;
      height: 56px;
      transform: translate(-20%, -60%);
      border-radius: 28px;
    }
    .right_box {
      width: 160px;
      height: 56px;
      transform: translate(20%, -60%);
      border-radius: 28px;
    }
    .rolling_box_content {
      .rolling_box_content_text {
        width: 60%;
        font-size: 28px;
        font-weight: 500;
        .swiper_box {
          padding: 20px 0;
          width: 80%;
          font-size: 60px;
          font-weight: 700;
        }
      }
    }
  }

  /* What We Do 轮播图*/

    /* What We Do 轮播图*/

  .swiper-frame {
    height: 500px;
    padding: 8px;
  }

  .swiper-item {
    height: 500px;
    padding: 220px 15px 0 15px;
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 1rem;
        overflow: hidden;

    box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.3);

    .swiper-item-img-Caas {
      height: 190px;
      background-size: contain;
    }
    .swiper-item-img-Web3 {
      height: 160px;
      background-size: contain;
    }
  }

  .swiper-item-bg {
    height: 200px;
  }
  .swiper-item-linkBtn {
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  .swiper-item-text-btn {
    height: 40px;
  }
}
