@charset "UTF-8";

.lp--scene-content {
  --coloredSectionBgc: #9ca7bc21;
  --sceneThemeColor: #9ca7bc;
}

.lp--scene-content {
  & .lp--section {
    &:nth-child(odd) {
      background-color: var(--coloredSectionBgc);
    }
    &:nth-child(even) {
      background-color: transparent;
    }
  }
}

/*  */
@media screen and (min-width: 601px) {
  .lp--scene-content {
    --containerWidth: 1180px;
    --contentWidth: 1060px;
    --narrowWidth: 960px;
  }
}

@media screen and (max-width: 600px) {
  .lp--indexLnk .lp--anchorLnk li:first-of-type {
    flex-basis: 100vw;
  }
}
