.gameSection {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.gameSection>div {
  margin: 10px auto;
}

.gameSection>p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.gameSection>h2 {
  font-size: 2.5em;
}

.gameSection .startButton {
  border-radius: 0.5em;
  width: fit-content;
  padding: 0 1.42em;
  height: 2.5em;
  border-color: #000;
  border-width: 1.5px;
  border-style: solid;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gameSection .startButton:hover {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}

@media only screen and (max-width: 600px) {
  .gameSection>div {
    padding: 0 10px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .gameSection>div {
    width: 600px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .gameSection>div {
    width: 992px;
  }
}


.maxWidth {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.maxWidth img {
  object-fit: contain;
  width: 100%;
  height: calc((100vw - 20px) * 0.625);
  border-radius: 25px;
  background-color: #6f56a6;
}

.carouselMaxWidth {
  width: 100%;
  overflow: scroll;
}

.carouselMaxWidth .carouselContainer {
  width: fit-content;
  display: flex;
  height: 100px;
  gap: 10px;
}

.carouselMaxWidth .carouselContainer img {
  height: 100px;
  width: auto;
  border-radius: 0;
  border: solid 5px rgba(0, 0, 0, 0);
  filter: brightness(0.6);
  cursor: pointer;
}

.carouselMaxWidth .carouselContainer .selected {
  border-color: #ffffff;
  filter: none;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .maxWidth img {
    height: 375px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .maxWidth img {
    height: 620px;
  }
}

.mappingContainer {
  overflow: auto hidden;
  max-width: 100%;
  background-color: #6F56A6;
  padding: 5px 30px;
  white-space: nowrap;
  text-wrap: nowrap;
  color: #ffffff;
}

.mappingContainer a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.mappingContainer a:hover {
  text-decoration: underline;
  text-shadow: 0 0 0.3em #333;
}

.mappingContainer .arrow {
  margin: 0 1em;
}

.mappingContainer .arrow::before {
  content: ">";
}

.pageContainer {
  width: 100%;
}

.pageContainer .maxWidth2 .stickyDiv {
  height: 0;
  position: sticky;
  top: 80px;
  z-index: -1;
}

.pageContainer .maxWidth2 .stickyDiv img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 34.728829686vw;
}

.titleContainer,
.titleContainer2 {
  display: flex;
}

.titleContainer .maxWidth,
.titleContainer2 .maxWidth {
  margin: auto;
  max-width: 1080px;
  width: 100%;
  padding: 100px 40px 40px 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.titleContainer .maxWidth .title,
.titleContainer2 .maxWidth .title {
  width: max-content;
  font-family: Raleway, Arial, system-ui, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  text-shadow: 0 0 0.15em #000, 0 0 1em #000, 0 0 0.5em #000;
  justify-content: left;
}

.titleContainer .maxWidth .title span,
.titleContainer2 .maxWidth .title span {
  overflow-wrap: break-word;
}

.titleContainer .maxWidth .title .smallTitle,
.titleContainer2 .maxWidth .title .smallTitle {
  font-size: 0.7em;
  font-weight: normal;
  margin-top: 0.4em;
}

.titleContainer .maxWidth .videoContainer,
.titleContainer2 .maxWidth .videoContainer {
  width: 40vw;
  max-width: 450px;
  min-width: 250px;
  height: 20vw;
  max-height: 225px;
  aspect-ratio: 2;
}

.titleContainer .maxWidth .videoContainer iframe,
.titleContainer2 .maxWidth .videoContainer iframe {
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.titleContainer2 {
  height: calc(80px + 34.728829686vw);
  display: flex;
  align-items: flex-end;
  align-items: end;
}

.titleContainer2 .title {
  width: max-content;
  line-height: 1em;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin: unset;
  padding: 0 40px 40px 40px;
  gap: 2vw;
  font-family: Raleway, Arial, system-ui, sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-shadow: 0 0 0.15em #000, 0 0 1em #000, 0 0 0.5em #000;
  justify-content: left;
}

.sectionContainer,
.oneSectionContainer,
.whiteBackground {
  width: 100%;
}

.sectionContainer .maxWidth,
.oneSectionContainer .maxWidth,
.whiteBackground .maxWidth {
  max-width: 1080px;
  margin: auto;
  padding: 30px 40px;
  width: 100%;
}

.oneSectionContainer {
  padding: 10px 0 50px 0;
}

.whiteBackground {
  padding: 50px 0;
}

.whiteBackground {
  background-color: #ffffff;
}

.section0 {
  background-color: #eeeeee;
}

.section1 {
  background-color: #ffffff;
}

@media screen and (min-width: 1500px) {
  .titleContainer2 {
    height: calc(80px + 34.728829686vw);
    max-height: 85vh;
  }

  .pageContainer .maxWidth2 .stickyDiv img {
    height: 34.728829686vw;
    max-height: 85vh;
  }
}

@media screen and (max-width: 750px) {
  .titleContainer .maxWidth {
    display: flex;
    flex-direction: column;
    padding-top: 80px;
  }

  .titleContainer .maxWidth .title {
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
  }

  .titleContainer .maxWidth .videoContainer {
    width: 100%;
    max-width: none;
    height: 50%;
    max-height: none;
  }

  .pageContainer .titleContainer2 {
    height: calc(80px + 34.728829686vw);
    min-height: 237px;
  }

  .pageContainer .titleContainer2 .title {
    padding: 0 0.3em 0.3em 30px;
  }

  .sectionContainer .maxWidth,
  .oneSectionContainer .maxWidth,
  .whiteBackground .maxWidth {
    padding: 40px;
  }
}

@media screen and (max-width: 450px) {
  .pageContainer .titleContainer2 {
    min-height: 0;
  }

  .pageContainer .titleContainer2 .title {
    font-size: 32px;
  }
}

@media print {
  .pageContainer {
    min-height: unset;
    height: fit-content;
  }

  .oneSectionContainer,
  .whiteBackground {
    padding: unset;
  }

  .maxWidth {
    padding: unset;
  }
}