.bg01 {
  text-align: center;
  margin: 0 auto;
  background-color: #E1E1E1;
}

.bg02 {
  text-align: center;
  margin: 0 auto;
  background-color: #1E1F1F;
}

.bg03 {
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(to bottom, #1E1F1F 0%, #1E1F1F 50%, #E1E1E1 50%, #E1E1E1 100%);
  padding: 3% 0;
}

.bg04 {
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(to bottom, #E1E1E1 0%, #E1E1E1 50%, #1E1F1F 50%, #1E1F1F 100%);
  padding: 3% 0;
}

.bg05 {
  text-align: center;
  margin: 0 auto;
  background-color: #1E1F1F;
  padding-bottom: 3%;
}

.odyssey26__img {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}