@charset "UTF-8";
/* ------------------------------------
editorial Hero
------------------------------------ */
.gx-technologies {
  padding-top: calc(var(--spacing) * 32) !important;
}
.editorialHeroVideo iframe {
  width: 100%;
  background-color: #f2f2f2;
  aspect-ratio: 1280 / 720;
  -o-object-fit: cover;
  object-fit: cover;
}
.editorialHeroTitle {
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: normal;
  color: #000;
  max-width: 894px;
  margin: 0 auto;
}
.editorialHeroTitle span {
  font-size: 24px;
  line-height: 1.5;
  display: block;
}

.gx-technologies .editorial-section {
  color: #fff;
}

@media (min-width: 1280px) {
  .gx-technologies .editorial-section .editorial-TextBlock {
    max-width: 23.5%;
  }
}

.gx-technologies .editorialSubTitle {
  font-weight: 400;
}

.gx-technologies .editorial-TextBlock p {
  font-weight: 400;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .editorialHeroVideo iframe {
    aspect-ratio: 360 / 640;
  }
  .gx-technologies .editorial-section .flexBlock {
    padding-bottom: 0;
  }
  .gx-technologies .editorial-section-story02 {
    margin-top: 115px;
  }
  .gx-technologies .editorialHeroTitle {
    font-size: 32px;
  }
  .gx-technologies .editorialHeroTitle span {
    font-size: 20px;
  }
  .gx-technologies .editorialHeroImage .imageContainer {
    margin-top: 37px;
  }
  .gx-technologies .editorialHeroImage .imageContainer {
    width: 100%;
    margin: 58px auto 0;
  }
  .js-tech-swiper {
    padding-left: 16px !important;
  }
}
