.elementor-9 .elementor-element.elementor-element-c6341fb {
  display: block !important;
  background: #000 !important;
}

.elementor-9 .elementor-element.elementor-element-c6341fb:not(.elementor-motion-effects-element-type-background),
.elementor-9 .elementor-element.elementor-element-c6341fb > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background: #000 !important;
}

.elementor-9 .elementor-element.elementor-element-c6341fb > :not(.koe-business-scope) {
  display: none !important;
}

.koe-business-scope {
  position: relative;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: clamp(58px, 6vw, 96px) clamp(22px, 4vw, 56px) clamp(58px, 6vw, 96px);
  color: #fff;
  font-family: "AvenirLTStd-Roman", "Avenir LT Pro", "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

.koe-business-icons {
  position: relative;
  z-index: 3;
  width: min(500px, 76vw);
  height: 58px;
  margin: 0 auto clamp(22px, 3vw, 42px);
  overflow: hidden;
  opacity: 0.92;
}

.koe-business-icons img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(540px, 104vw);
  max-width: none;
  height: auto;
  filter: invert(1);
  mix-blend-mode: screen;
  transform: translate(-50%, -47.5%);
}

.koe-business-heading {
  position: relative;
  z-index: 3;
  margin: 0 0 clamp(34px, 4vw, 58px);
  text-align: center;
}

.koe-business-heading h2 {
  display: inline-block;
  margin: 0;
  font-family: "AvenirLTStd-Black", "AvenirLTStd-Roman", sans-serif;
  font-size: clamp(62px, 8.4vw, 128px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  clip-path: inset(0 100% 0 0);
  animation: koeTypeReveal 1.35s steps(14, end) 0.2s forwards;
}

.koe-business-heading h2::after {
  content: "";
  display: inline-block;
  width: 0.06em;
  height: 0.78em;
  margin-left: 0.06em;
  background: currentColor;
  vertical-align: -0.04em;
  animation: koeTypeCaret 0.76s steps(1, end) 0.2s 4 forwards;
}

@keyframes koeTypeReveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes koeTypeCaret {
  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.koe-service-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 26px);
}

.koe-service-card {
  position: relative;
  display: block;
  min-height: clamp(420px, 35vw, 560px);
  overflow: hidden;
  color: #fff;
  background: #171726;
  isolation: isolate;
  cursor: default;
}

.koe-service-card::before,
.koe-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.koe-service-card::before {
  background:
    linear-gradient(180deg, rgb(0 0 0 / 0.26) 0%, rgb(0 0 0 / 0.18) 34%, rgb(0 0 0 / 0.82) 100%),
    linear-gradient(90deg, rgb(0 0 0 / 0.28), rgb(0 0 0 / 0));
  transition: background 220ms ease;
}

.koe-service-card::after {
  border: 1px solid rgb(255 255 255 / 0.42);
  transform: translate(14px, 14px);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

.koe-service-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
  transform: scale(1.02);
  transition: transform 520ms ease, filter 520ms ease;
}

.koe-service-card:hover img,
.koe-service-card:focus-visible img {
  filter: saturate(0.88) contrast(0.94) brightness(0.82);
  transform: scale(1.08);
}

.koe-service-card:hover::before,
.koe-service-card:focus-visible::before {
  background:
    linear-gradient(180deg, rgb(0 0 0 / 0.44) 0%, rgb(0 0 0 / 0.32) 34%, rgb(0 0 0 / 0.9) 100%),
    linear-gradient(90deg, rgb(0 0 0 / 0.42), rgb(0 0 0 / 0.08));
}

.koe-service-card:hover::after,
.koe-service-card:focus-visible::after {
  opacity: 1;
  transform: translate(0, 0);
}

.koe-service-index {
  position: absolute;
  left: clamp(18px, 2vw, 28px);
  top: clamp(18px, 2vw, 28px);
  z-index: 2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.koe-service-title {
  position: absolute;
  left: clamp(20px, 2.2vw, 32px);
  right: clamp(20px, 2.2vw, 32px);
  bottom: clamp(26px, 3vw, 42px);
  z-index: 2;
  font-family: "AvenirLTStd-Black", "AvenirLTStd-Roman", sans-serif;
  font-size: clamp(23px, 2vw, 34px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgb(0 0 0 / 0.74);
  overflow-wrap: normal;
  word-break: normal;
}

.koe-business-copy {
  position: relative;
  z-index: 3;
  display: flex;
  max-width: 900px;
  margin: clamp(28px, 3vw, 44px) auto 0;
  padding-left: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}

.koe-business-copy p {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(13px, 0.98vw, 16px);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.koe-business-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-family: var(--koe-rmd-font, "IBM Plex Sans JP", sans-serif);
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: none !important;
  transition: opacity 180ms ease, transform 180ms ease;
}

.koe-business-cta span {
  text-decoration: none !important;
}

.koe-business-cta:hover,
.koe-business-cta:focus-visible {
  opacity: 0.72;
  transform: translateY(-1px);
}

.koe-business-cta:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 6px;
}

.koe-business-arrow {
  position: relative;
  display: grid;
  place-items: center;
  width: 50px;
  height: 30px;
  flex: 0 0 50px;
  border-radius: 999px;
  background: #252525;
  color: #fff;
  transition: transform 180ms ease;
}

.koe-business-arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateX(-1px) rotate(45deg);
  transform-origin: center;
}

.koe-business-cta:hover .koe-business-arrow,
.koe-business-cta:focus-visible .koe-business-arrow {
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .koe-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .koe-business-copy {
    padding-left: 0;
  }

  .koe-business-cta {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .koe-business-scope {
    padding: 58px 18px 74px;
  }

  .koe-business-icons {
    width: min(286px, 72vw);
    height: 38px;
    margin-bottom: 22px;
  }

  .koe-business-icons img {
    width: min(330px, 82vw);
  }

  .koe-business-heading {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-bottom: 28px;
    text-align: center;
    transform: none;
    pointer-events: auto;
  }

  .koe-business-heading h2 {
    font-size: clamp(46px, 15vw, 68px);
    white-space: normal;
  }

  .koe-service-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-top: 0;
    margin-left: -18px;
    margin-right: -18px;
    padding: 0 18px 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .koe-service-grid::-webkit-scrollbar {
    display: none;
  }

  .koe-service-card {
    flex: 0 0 76vw;
    min-height: 420px;
    scroll-snap-align: center;
  }

  .koe-service-title {
    font-size: clamp(26px, 8vw, 32px);
  }

  .koe-business-copy {
    margin-top: 28px;
    gap: 22px;
    text-align: center;
    align-items: center;
  }

  .koe-business-copy p {
    font-size: 14px;
    line-height: 1.7;
  }

  .koe-business-cta {
    justify-self: center;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .koe-business-heading h2 {
    clip-path: inset(0 0 0 0);
    animation: none;
  }

  .koe-business-heading h2::after {
    display: none;
  }

  .koe-business-arrow {
    animation: none;
    transition: none;
  }
}
