.cw-wrapper {
  background: #141622;
}

.bg1 {
  width: 1344px;
  position: absolute;
  right: 0;
  top: 129vh;
}

.bg2 {
  width: 1344px;
  position: absolute;
  left: 0;
  top: 237vh;
}

.bg3 {
  width: 1344px;
  position: absolute;
  left: 0;
  top: 60px;
}

.bg1 img,
.bg2 img,
.bg3 img {
  width: 100%;
}

#intro,
#intro1,
#intro2,
#ladder,
#banner {
  position: relative;
  z-index: 1;
}

#header-container {
  z-index: 3;
}

@media screen and (max-width: 1400px) {
  .cw-wrapper {
    overflow: hidden;
    width: 100vw;
    position: relative;
  }

  .bg3 {
    display: none;
  }
}

.cw-notes--explain {
  color: var(--color) !important;
}

.cw-sponsor--item {
  background-color: #ffffff !important;
}

.cw-intro--item-desc {
  word-break: break-word !important;
}

.cw-notes--item {
  color: var(--second-color) !important;
}
