.d8n4x6p_a7K9m {
  --theme_color_gradient_end: color-mix(in srgb, var(--theme_color) 65%, #ffd24a 35%);
  --theme_color_alpha_15: color-mix(in srgb, var(--theme_color) 15%, transparent);
  box-sizing: border-box;
  width: 100%;
  min-height: 70.1rem;
  margin: var(--margin_tb) 0;

  background-color: #101617;
  background-image: var(--bg_image, none);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}

.d8n4x6p_a7K9m * {
  box-sizing: border-box;
}

.d8n4x6p_a7K9m__inner {
  width: 100%;
  max-width: var(--custom-content-max-width);
  min-height: 70.1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding-left: var(--padding_lr);
  padding-right: var(--padding_lr);
}

.d8n4x6p_a7K9m__left {
  width: 47rem;
  min-height: 70.1rem;
  padding-top: 8.2rem;
}

.d8n4x6p_a7K9m__header {
  display: block;
}

.d8n4x6p_a7K9m__heading {
  margin: 0;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.d8n4x6p_a7K9m__line {
  width: 5.5rem;
  height: .3rem;
  margin-top: 2.5rem;
  background: linear-gradient(90deg, var(--theme_color) 0%, var(--theme_color_gradient_end) 100%);
}

.d8n4x6p_a7K9m__slides {
  position: relative;
  height: 41.86rem;
  margin-top: 4.6rem;
  overflow: hidden;
}

.d8n4x6p_a7K9m__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(3.4rem);
  transition: opacity 450ms ease, transform 450ms ease;
  pointer-events: none;
}

.d8n4x6p_a7K9m__slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.d8n4x6p_a7K9m__tag {
  display: inline-block;
  min-width: 18.3rem;
  height: 4.6rem;
  padding: 0 1.8rem;
  margin: 0 0 2.1rem;
  background: linear-gradient(90deg, var(--theme_color) 0%, var(--theme_color_gradient_end) 100%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 4.6rem;
  white-space: nowrap;
}

.d8n4x6p_a7K9m__headline {
  margin: 0;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.d8n4x6p_a7K9m__desc {
  margin: 4.6rem 0 0;
  color: rgba(255, 255, 255, .6);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.d8n4x6p_a7K9m__right {
  width: 48rem;
  min-height: 70.1rem;
  overflow: hidden;
}

.d8n4x6p_a7K9m__nav {
  display: flex;
  flex-direction: column;
  height: 70.1rem;
}

.d8n4x6p_a7K9m__item {
  position: relative;
  width: 48rem;
  min-height: 14.7rem;
  padding: 4.6rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .18);
  background: rgba(0, 0, 0, .2);
  color: #fff;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  transition: min-height 450ms ease, background 450ms ease, outline-color 200ms ease;
}

.d8n4x6p_a7K9m__item:first-child {
  border-top: 0;
}

.d8n4x6p_a7K9m__item:focus-visible {
  outline: .3rem solid var(--theme_color_alpha_15);
  outline-offset: -.3rem;
}

.d8n4x6p_a7K9m__item.is-active {
  min-height: 26rem;
  background: linear-gradient(89deg, var(--theme_color) 0%, var(--theme_color_gradient_end) 100%);
  border-top-color: transparent;
}

.d8n4x6p_a7K9m__item-title {
  position: relative;
  z-index: 2;
  display: block;
  width: 26.8rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.d8n4x6p_a7K9m__item-sub {
  position: relative;
  z-index: 2;
  display: block;
  width: 26.8rem;
  max-height: 0;
  margin-top: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
  overflow: hidden;
  transition: max-height 450ms ease, margin-top 450ms ease, opacity 450ms ease;
}

.d8n4x6p_a7K9m__item.is-active .d8n4x6p_a7K9m__item-sub {
  max-height: 7.6rem;
  margin-top: 2.7rem;
  opacity: 1;
}

.d8n4x6p_a7K9m__icon {
  position: absolute;
  right: 4.6rem;
  top: 50%;
  z-index: 3;
  width: 4.8rem;
  height: 4.8rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}

.d8n4x6p_a7K9m__icon::before,
.d8n4x6p_a7K9m__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.4rem;
  height: .3rem;
  background: var(--theme_color);
  transform: translate(-50%, -50%);
  border-radius: .2rem;
}

.d8n4x6p_a7K9m__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 250ms ease;
}

.d8n4x6p_a7K9m__item.is-active .d8n4x6p_a7K9m__icon::after {
  opacity: 0;
}

.d8n4x6p_a7K9m__number {
  position: absolute;
  left: 4.6rem;
  bottom: -5.8rem;
  z-index: 1;
  display: block;
  height: 12rem;
  color: rgba(255, 255, 255, .3);
  font-size: 12rem;
  font-weight: 500;
  line-height: 12rem;
  opacity: 0;
  transition: opacity 450ms ease;
  pointer-events: none;
}

.d8n4x6p_a7K9m__item.is-active .d8n4x6p_a7K9m__number {
  opacity: 1;
}

.rtlAr .d8n4x6p_a7K9m__inner {
  flex-direction: row-reverse;
}

.rtlAr .d8n4x6p_a7K9m__item {
  text-align: right;
}

.rtlAr .d8n4x6p_a7K9m__slide {
  transform: translateX(-3.4rem);
}

.rtlAr .d8n4x6p_a7K9m__slide.is-active {
  transform: translateX(0);
}

.rtlAr .d8n4x6p_a7K9m__icon {
  right: auto;
  left: 4.6rem;
}

.rtlAr .d8n4x6p_a7K9m__number {
  left: auto;
  right: 4.6rem;
}

@media (max-width: 1024px) {
  .d8n4x6p_a7K9m {
    min-height: 89rem;
  }

  .d8n4x6p_a7K9m__inner {
    display: block;
    min-height: 86rem;
  }

  .d8n4x6p_a7K9m__left,
  .d8n4x6p_a7K9m__right {
    width: 100%;
    min-height: 0;
    
    
  }

  .d8n4x6p_a7K9m__left {
    padding-top: 8.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .d8n4x6p_a7K9m__right {
    margin-top: 5rem;
  }

  .d8n4x6p_a7K9m__nav {
    height: auto;
  }

  .d8n4x6p_a7K9m__item {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .d8n4x6p_a7K9m {
    min-height: 77rem;
  }

  .d8n4x6p_a7K9m__inner {
    min-height: 77rem;
  }

  .d8n4x6p_a7K9m__left {
    padding-top: 2.4rem;
  }

  .d8n4x6p_a7K9m__heading {
    font-size: 3rem;
    line-height: 1.4;
  }

  .d8n4x6p_a7K9m__slides {
    height: 42rem;
    margin-top: 2.8rem;
  }

  .d8n4x6p_a7K9m__tag {
    height: 4rem;
    min-width: 0;
    font-size: 2rem;
    line-height: 4rem;
  }

  .d8n4x6p_a7K9m__headline {
    font-size: 2.5rem;
    line-height: 1.4;
  }

  .d8n4x6p_a7K9m__desc {
    margin-top: 2.8rem;
    font-size: 1.5rem;
    line-height: 1.53;
  }

  .d8n4x6p_a7K9m__right {
    margin-top: 5rem;
  }

  .d8n4x6p_a7K9m__item {
    min-height: 7.4rem;
    padding: 2.4rem;
  }

  .d8n4x6p_a7K9m__item.is-active {
    min-height: 22rem;
  }

  .d8n4x6p_a7K9m__item-title,
  .d8n4x6p_a7K9m__item-sub {
    width: calc(100% - 7.6rem);
  }

  .d8n4x6p_a7K9m__item-title {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .d8n4x6p_a7K9m__item-sub {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .d8n4x6p_a7K9m__icon {
    right: 2.4rem;
    width: 4.8rem;
    height: 4.8rem;
  }

  .d8n4x6p_a7K9m__number {
    left: 2.4rem;
    bottom: -4.8rem;
    height: 10rem;
    font-size: 10rem;
    line-height: 10rem;
  }

  .rtlAr .d8n4x6p_a7K9m__icon {
    left: 2.4rem;
  }

  .rtlAr .d8n4x6p_a7K9m__number {
    right: 2.4rem;
  }
}
