.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;
  }
}