.nexods-section-text-and-media {
  overflow: hidden;
  max-width: var(--flow-container-max-width);
  margin: 0 auto;
  display: flex;
  gap: 60px;
  margin-bottom: 100px;
}

.nexods-section-text-and-media__content-inner {
  max-width: 537px;
  margin: 0 auto;
}

.nexods-section-text-and-media.nexods-section-text-and-media--hasbgcolor {
  gap: 0;
}

.nexods-section-text-and-media :is(.nexods-section-text-and-media__content, .nexods-section-text-and-media__img) {
  position: relative;
}

.nexods-section-text-and-media.nexods-section-text-and-media--reversed.nexods-section-text-and-media--parallax div.nexods-section-text-and-media__content {
  margin-left: -40px;
  padding-inline: 80px;
}

.nexods-section-text-and-media.nexods-section-text-and-media--parallax .nexods-section-text-and-media__content {
  padding-inline: 80px;
  margin-right: -40px;
}

.nexods-section-text-and-media>div.nexods-section-text-and-media__content {
  padding-block: 140px;
}

.nexods-section-text-and-media.nexods-section-text-and-media--reversed {
  flex-direction: row-reverse;
}

.nexods-section-text-and-media.nexods-section-text-and-media--parallax .nexods-section-text-and-media__img {
  padding-block: 66px;
  position: relative;
}

.nexods-section-text-and-media.nexods-section-text-and-media--parallax .nexods-section-text-and-media__img>div {
  position: relative;
}

.nexods-section-text-and-media.nexods-section-text-and-media--parallax .nexods-section-text-and-media__img>div::before {
  content: '';
  position: absolute;
  background-color: var(--color-bg-accent, #00B0A6);
  mix-blend-mode: color;
  z-index: 20;
  width: 50%;
  right: 0;
  height: 100%;
}

.nexods-section-text-and-media__img :is(img, video) {
  height: 100%;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
}

.nexods-section-text-and-media.nexods-section-text-and-media--parallax .nexods-section-text-and-media__img img {
  height: 100%;
}

@media (max-width: 1440px) and (min-width: 769px) {
  .nexods-section-text-and-media {
    padding-inline: var(--padding-laptop);
  }

}

@media (max-width: 768px) {
  .nexods-section-text-and-media>div.nexods-section-text-and-media__content {
    padding-block: 40px;
  }

  .nexods-section-text-and-media {
    padding-inline: var(--padding-mobile);
    flex-direction: column;
  }

  .nexods-section-text-and-media__img {
    padding-block: 0px !important;
  }

  .nexods-section-text-and-media.nexods-section-text-and-media--parallax .nexods-section-text-and-media__content {
    padding-inline: 20px;
    margin-right: 0;
  }

  .nexods-section-text-and-media.nexods-section-text-and-media--reversed {
    flex-direction: column;
  }

  .nexods-section-text-and-media.nexods-section-text-and-media--reversed.nexods-section-text-and-media--parallax div.nexods-section-text-and-media__content {
    margin-left: 0;
    padding-inline: 20px;
  }
}

.nexods-section-text-and-media>div {
  flex: 1;
}

.nexods-section-text-and-media__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-inline: 60px;
}

.nexods-section-text-and-media h2 {
  color: var(--nexo-color-secondary) !important;
  font-family: var(--nexo-font-family);
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}

.nexods-section-text-and-media__content-text {
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 34px;
  font-family: var(--nexo-font-family);
  margin-top: 34px;
}

.nexods-section-text-and-media__content-text strong {
  font-weight: 700;
}

.nexods-section-text-and-media__content-text ul {
  padding-left: 0;
}

.nexods-section-text-and-media__btn {
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  border: solid 1px var(--border-interactive) !important;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: var(--border-interactive);
  text-decoration: none;
}

/* Text mode variants */
.nexods-section-text-and-media--light .nexods-section-text-and-media__content :is(h2, p, li, strong, span) {
  color: var(--nexo-color-text-light, #fff);
}

.nexods-section-text-and-media--light .nexods-section-text-and-media__btn {
  color: var(--nexo-color-text-light, #fff);
  border-color: var(--nexo-color-text-light, #fff) !important;
}

.nexods-section-text-and-media--dark .nexods-section-text-and-media__content :is(p, li, strong, span) {
  color: var(--nexo-color-text-default, inherit);
}

.nexods-section-text-and-media .nexods-section-text-and-media__content ul li {
  border-bottom: solid 2px var(--nexo-color-secondary);
  padding-bottom: 23px;
  color: var(--color-txt-negative, #FFF);

  font-size: var(--subtitle-400-font-size-400, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--subtitle-400-line-height-400, 32px);
  /* 160% */

}

.nexods-section-text-and-media .nexods-section-text-and-media__content ul li:not(:first-child) {
  margin-top: 23px;
}

/* Mobile */
@media (max-width: 768px) {
  .nexods-section-text-and-media .nexods-section-text-and-media__content ul li {
    font-size: 14px;
  }
}

/* PARALLAX EFFECT - Scroll Driven Animation */
@keyframes parallax-scroll {
  from {
    transform: translateY(-25%);
  }

  to {
    transform: translateY(25%);
  }
}

.nexods-section-text-and-media--parallax .nexods-section-text-and-media__img {
  overflow: hidden;
}

.nexods-section-text-and-media--parallax .nexods-section-text-and-media__img img {
  animation: parallax-scroll linear both;
  animation-timeline: view();
  animation-range: entry 0% exit 100%;
}