.layoutPage-ldpage02 {
  background: #000; }

.btn-ldp {
  outline: none;
  position: relative;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  transition: background-color,color,border-color,0.3s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border-radius: 9999px;
  padding: 0 24px;
  height: 48px;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  background: white;
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.05);
  min-width: 168px; }
  .btn-ldp:hover {
    background: rgba(255, 255, 255, 0.65);
    color: currentcolor; }
  .btn-ldp.btn-video {
    background: rgba(0, 0, 0, 0.12);
    color: white;
    border-color: rgba(0, 0, 0, 0.08); }
    .btn-ldp.btn-video:hover {
      background: rgba(0, 0, 0, 0.15); }

.section-ldpage02-ldpbh-hero .hero-wrapper {
  position: relative;
  overflow: hidden; }

.section-ldpage02-ldpbh-hero .banner {
  padding-bottom: calc(1080/1920 * 100%);
  position: relative;
  overflow: hidden; }
  .section-ldpage02-ldpbh-hero .banner img, .section-ldpage02-ldpbh-hero .banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.section-ldpage02-ldpbh-hero .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 4%; }
  .section-ldpage02-ldpbh-hero .content .action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px; }

@media (min-width: 992px) {
  .section-ldpage02-ldpbh-hero .banner {
    padding-bottom: calc(675/1200 * 100%); } }

.section-ldpage02-ldpbh-kfr {
  --ldpbh-kfr-gap: 16px;
  --ldpbh-kfr-radius: 16px;
  --ldpbh-kfr-pad-lg: 24px;
  --ldpbh-kfr-title-size: 28px;
  --ldpbh-kfr-title-size-m: 24px;
  --ldpbh-kfr-wrap-w: 90%;
  --ldpbh-kfr-wrap-w-xl: 1200px;
  --ldpbh-kfr-row-h: 320px;
  --ldpbh-kfr-row-h-xl: 400px; }
  .section-ldpage02-ldpbh-kfr .ldpbh-kfr-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding-top: 48px;
    padding-bottom: 64px; }
  .section-ldpage02-ldpbh-kfr .ldpbh-kfr-wrap {
    display: flex;
    flex-direction: column;
    width: var(--ldpbh-kfr-wrap-w); }
  .section-ldpage02-ldpbh-kfr .ldpbh-kfr-cards-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: var(--ldpbh-kfr-gap); }
  .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container {
    position: relative;
    width: 100%;
    height: 100%; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container .ldpbh-kfr-card-media {
      position: absolute;
      inset: 0;
      border-radius: var(--ldpbh-kfr-radius);
      overflow: hidden;
      pointer-events: none; }
      .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container .ldpbh-kfr-card-media::after {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(225, 225, 225, 0.1), rgba(225, 225, 225, 0.1));
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none; }
      .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container .ldpbh-kfr-card-media.ldpbh-kfr-card-media--image {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat; }
      .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container .ldpbh-kfr-card-media .ldpbh-kfr-card-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
        mask-image: radial-gradient(#fff, #000); }
      .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container .ldpbh-kfr-card-media .ldpbh-kfr-card-icon {
        position: absolute;
        right: 16px;
        bottom: 16px;
        width: 40px;
        height: 40px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.85);
        background: rgba(255, 255, 255, 0.12);
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
        pointer-events: none;
        z-index: 3; }
        .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container .ldpbh-kfr-card-media .ldpbh-kfr-card-icon::after {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-40%, -50%);
          border-style: solid;
          border-width: 7px 0 7px 11px;
          border-color: transparent transparent transparent #fff; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container .ldpbh-kfr-card-link {
      display: block;
      position: absolute;
      inset: 0;
      overflow: hidden;
      z-index: 2;
      text-decoration: none;
      color: inherit; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container .ldpbh-kfr-card-text-container {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding: var(--ldpbh-kfr-pad-lg); }
      .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container .ldpbh-kfr-card-text-container .ldpbh-kfr-card-title {
        color: #fff;
        font-weight: 500;
        text-align: center;
        word-break: break-word;
        font-size: var(--ldpbh-kfr-title-size);
        line-height: 1.2;
        letter-spacing: -0.02em; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container.ldpbh-kfr-has-anchor:hover .ldpbh-kfr-card-media::after {
      opacity: 1; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container.ldpbh-kfr-no-anchor .ldpbh-kfr-card-link--inert {
      cursor: default;
      pointer-events: none; }
  .section-ldpage02-ldpbh-kfr .ldpbh-kfr-layout-6 {
    grid-template-rows: repeat(3, var(--ldpbh-kfr-row-h)); }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-layout-6 > :nth-child(1),
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-layout-6 > :nth-child(4) {
      grid-column: span 7; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-layout-6 > :nth-child(2),
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-layout-6 > :nth-child(3) {
      grid-column: span 5; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-layout-6 > :nth-child(5),
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-layout-6 > :nth-child(6) {
      grid-column: span 6; }
  .section-ldpage02-ldpbh-kfr .ldpbh-kfr-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 48px 128px 0; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-footer h2 {
      color: #fff;
      margin: 0;
      font-size: 68px; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-footer .ldpbh-kfr-footer-text {
      margin: 0;
      max-width: 100%;
      text-align: center;
      color: #fff;
      font-weight: 600;
      word-break: break-word;
      overflow-wrap: break-word;
      font-size: 20px;
      line-height: 1.5; }
  @media (max-width: 768px) {
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-container {
      padding: 24px 0 48px; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-cards-grid {
      grid-template-columns: 1fr;
      grid-template-rows: none;
      gap: 12px; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container {
      grid-column: auto !important;
      grid-row: auto !important;
      height: 320px;
      padding: 48px; }
      .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container .ldpbh-kfr-card-media .ldpbh-kfr-card-icon {
        width: 32px;
        height: 32px;
        right: 12px;
        bottom: 12px; }
      .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container .ldpbh-kfr-card-text-container {
        justify-content: center !important;
        align-items: flex-start !important; }
        .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container .ldpbh-kfr-card-text-container .ldpbh-kfr-card-title {
          font-size: var(--ldpbh-kfr-title-size-m) !important;
          text-align: center !important; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-footer {
      padding: 48px 0 0; }
      .section-ldpage02-ldpbh-kfr .ldpbh-kfr-footer h2 {
        font-size: 34px; }
      .section-ldpage02-ldpbh-kfr .ldpbh-kfr-footer .ldpbh-kfr-footer-text {
        font-size: 16px; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container:nth-child(2) .ldpbh-kfr-card-media--image {
      background-image: url("https://www-cdn.djiits.com/dps/fdb2df0f2da4d78d5f9f57d833627062.jpg?w=1146&h=960") !important; }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-card-container:nth-child(5) .ldpbh-kfr-card-media--image {
      background-image: url("https://www-cdn.djiits.com/dps/e1202c764275672708a435dcd5f9075a.jpg?w=1146&h=960") !important; } }
  @media (min-width: 992px) {
    .section-ldpage02-ldpbh-kfr {
      --ldpbh-kfr-radius: 30px; } }
  @media (min-width: 1440px) {
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-wrap {
      width: var(--ldpbh-kfr-wrap-w-xl); }
    .section-ldpage02-ldpbh-kfr .ldpbh-kfr-layout-6 {
      grid-template-rows: repeat(3, var(--ldpbh-kfr-row-h-xl)); } }

.section-ldpage02-ldpbh01-scroll {
  --mask-gradient: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.01) 6.67%, rgba(0, 0, 0, 0.04) 13.33%, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.15) 26.67%, rgba(0, 0, 0, 0.23) 33.33%, rgba(0, 0, 0, 0.33) 40%, rgba(0, 0, 0, 0.44) 46.67%, rgba(0, 0, 0, 0.56) 53.33%, rgba(0, 0, 0, 0.67) 60%, rgba(0, 0, 0, 0.77) 66.67%, rgba(0, 0, 0, 0.85) 73.33%, rgba(0, 0, 0, 0.92) 80%, rgba(0, 0, 0, 0.96) 86.67%, rgba(0, 0, 0, 0.99) 93.33%, black); }
  .section-ldpage02-ldpbh01-scroll .ldpbh01-zoom-out-section {
    position: relative;
    background-color: #000; }
  .section-ldpage02-ldpbh01-scroll .ldpbh01-animation-module {
    position: relative;
    min-height: 200vh; }
  .section-ldpage02-ldpbh01-scroll .ldpbh01-sticky-wrap {
    position: sticky;
    top: 0;
    z-index: 4;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .section-ldpage02-ldpbh01-scroll .ldpbh01-zoomout-bg-box {
    position: relative;
    width: 100%;
    height: 100%;
    transform-origin: bottom;
    will-change: transform, opacity;
    opacity: 0;
    background-image: var(--bg-scroll-desk);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .section-ldpage02-ldpbh01-scroll .ldpbh01-font-box {
    position: sticky;
    top: 0;
    margin: -100vh auto 0;
    max-width: 960px;
    height: 100vh;
    z-index: 99;
    display: flex;
    justify-content: center;
    padding-top: 128px;
    overflow: hidden; }
  .section-ldpage02-ldpbh01-scroll .ldpbh01-text-box {
    max-width: 896px;
    width: 100%;
    text-align: center;
    position: relative; }
  .section-ldpage02-ldpbh01-scroll .ldpbh01-text-box-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 12px; }
  .section-ldpage02-ldpbh01-scroll .ldpbh01-description-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .section-ldpage02-ldpbh01-scroll .ldpbh01-headline {
    margin: 0;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    color: #fff;
    opacity: 0;
    transform: translateY(15px) translateZ(0);
    will-change: transform, opacity;
    word-break: break-word; }
  .section-ldpage02-ldpbh01-scroll .ldpbh01-description {
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    opacity: 0;
    transform: translateY(15px) translateZ(0);
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    word-break: break-word; }
  .section-ldpage02-ldpbh01-scroll .ldpbh01-mask {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 60vh;
    z-index: 99;
    transform: translateZ(0);
    background: var(--mask-gradient); }
  @media (min-width: 1441px) {
    .section-ldpage02-ldpbh01-scroll .ldpbh01-font-box {
      padding-top: 160px;
      max-width: 1200px; }
    .section-ldpage02-ldpbh01-scroll .ldpbh01-headline {
      font-size: 68px; }
    .section-ldpage02-ldpbh01-scroll .ldpbh01-description {
      font-size: 20px; } }
  @media (max-width: 1024px) {
    .section-ldpage02-ldpbh01-scroll .ldpbh01-zoomout-bg-box {
      background-image: var(--bg-scroll-mb); } }
  @media (max-width: 768px) {
    .section-ldpage02-ldpbh01-scroll .ldpbh01-font-box {
      padding-top: 128px;
      padding-left: 24px;
      padding-right: 24px; }
    .section-ldpage02-ldpbh01-scroll .ldpbh01-sticky-wrap {
      top: 50px; } }

.section-ldpage02-ldpbh-video {
  --ldpbh-video-wrap-w: 90%;
  --ldpbh-video-wrap-w-xl: 960px;
  padding-top: 48px;
  padding-bottom: 64px; }
  .section-ldpage02-ldpbh-video .ldpbh-video-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    gap: 48px; }
  .section-ldpage02-ldpbh-video .ldpbh-video-wrap {
    display: flex;
    flex-direction: column;
    width: var(--ldpbh-video-wrap-w); }
  .section-ldpage02-ldpbh-video .ldpbh-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px 48px;
    width: var(--ldpbh-video-wrap-w);
    text-align: center; }
    .section-ldpage02-ldpbh-video .ldpbh-info-wrap > div {
      width: 100%; }
    .section-ldpage02-ldpbh-video .ldpbh-info-wrap h2 {
      font-size: 32px;
      font-weight: 600;
      color: #fff;
      word-break: break-word;
      margin-bottom: 0; }
    .section-ldpage02-ldpbh-video .ldpbh-info-wrap p {
      margin-bottom: 0; }
    .section-ldpage02-ldpbh-video .ldpbh-info-wrap .detail {
      font-size: 16px;
      letter-spacing: -0.02em;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.65);
      font-weight: 600;
      word-break: break-word; }
  @media (min-width: 1440px) {
    .section-ldpage02-ldpbh-video .ldpbh-video-wrap {
      width: var(--ldpbh-video-wrap-w-xl); }
    .section-ldpage02-ldpbh-video .ldpbh-info-wrap {
      flex-direction: row;
      align-items: center;
      width: var(--ldpbh-video-wrap-w-xl);
      text-align: left; }
      .section-ldpage02-ldpbh-video .ldpbh-info-wrap > div {
        width: calc((100% - 48px) /2); }
      .section-ldpage02-ldpbh-video .ldpbh-info-wrap h2 {
        font-size: 48px; } }

.section-ldpage02-ldpbh-features {
  padding: 48px 0; }
  .section-ldpage02-ldpbh-features .ldpbh-features-container {
    display: flex;
    flex-direction: column;
    gap: 48px; }
  .section-ldpage02-ldpbh-features .heading {
    text-align: center;
    color: #fff;
    font-size: 16px; }
    .section-ldpage02-ldpbh-features .heading h2 {
      color: #fff;
      margin-bottom: 0;
      font-size: 32px; }
  .section-ldpage02-ldpbh-features .content-slider {
    display: flex;
    flex-direction: column;
    gap: 48px; }
    .section-ldpage02-ldpbh-features .content-slider > div {
      width: 100%; }
    .section-ldpage02-ldpbh-features .content-slider .mainSwiper .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .section-ldpage02-ldpbh-features .content-slider .thumbSwiper .swiper:not(.swiper-initialized) .swiper-wrapper {
      gap: 16px; }
      .section-ldpage02-ldpbh-features .content-slider .thumbSwiper .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        -webkit-flex: 0 0 calc((100% - (16px*4)) /5);
        flex: 0 0 calc((100% - (16px*4)) /5);
        max-width: calc((100% - (16px*4)) /5); }
    .section-ldpage02-ldpbh-features .content-slider .box-media {
      position: relative;
      padding-bottom: 70%;
      overflow: hidden; }
      .section-ldpage02-ldpbh-features .content-slider .box-media img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .section-ldpage02-ldpbh-features .content-slider .box-text {
      border-radius: 8px;
      border: none;
      color: #fff;
      padding: 10px;
      text-align: center;
      background: rgba(158, 158, 158, 0.46); }
  .section-ldpage02-ldpbh-features .content-text {
    font-size: 16px;
    text-align: center;
    color: #fff; }
  @media (min-width: 1240px) {
    .section-ldpage02-ldpbh-features .heading {
      font-size: 20px; }
      .section-ldpage02-ldpbh-features .heading h2 {
        font-size: 68px; }
    .section-ldpage02-ldpbh-features .content-slider .mainSwiper {
      width: 960px;
      margin: auto; }
    .section-ldpage02-ldpbh-features .content-text {
      font-size: 20px; } }

.section-ldpage02-ldpbh-herofooter .herofooter-wrapper {
  position: relative;
  overflow: hidden; }

.section-ldpage02-ldpbh-herofooter .banner {
  padding-bottom: calc(1013/1800 * 100%);
  position: relative;
  overflow: hidden; }
  .section-ldpage02-ldpbh-herofooter .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.section-ldpage02-ldpbh-herofooter .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 4%; }
  .section-ldpage02-ldpbh-herofooter .content .box {
    display: flex;
    flex-direction: column;
    gap: 48px;
    color: #fff;
    text-align: center;
    font-size: 16px; }
  .section-ldpage02-ldpbh-herofooter .content .title h2 {
    margin-bottom: 16px;
    font-size: 34px;
    color: #fff;
    font-weight: 600; }
  .section-ldpage02-ldpbh-herofooter .content .action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px; }
  @media (min-width: 1440px) {
    .section-ldpage02-ldpbh-herofooter .content .box {
      font-size: 20px; }
    .section-ldpage02-ldpbh-herofooter .content .title h2 {
      font-size: 68px; } }
