::-webkit-scrollbar { 
  display: none; 
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.grid {
  overflow: visible;
  height: auto;
  justify-items: center;
  grid-row-gap: 69px;
  grid-template-areas: "Area Area" "Area-2 Area-2" "Area-3 Area-3" "Area-4 Area-4" "Area-5 Area-5" "Area-6 Area-6" "Area-7 Area-7";
  -ms-grid-rows: auto 69px auto 69px auto 69px auto 69px auto 69px auto 69px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  border-top: 1px none #d9ff00;
  border-bottom: 1px none #fff;
  font-size: 14px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #fff;
  border-bottom: 1px none #fff;
  border-radius: 0px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffcee2;
}

.heading {
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 80px;
  font-weight: 400;
}

.heading-2 {
  border-style: none;
  border-width: 1px;
  border-color: #d9ff00;
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 80px;
  font-weight: 400;
}

.heading-3 {
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 80px;
  font-weight: 400;
}

.heading-4 {
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 80px;
  font-weight: 400;
}

.heading-5 {
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 80px;
  font-weight: 400;
}

.heading-6 {
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 80px;
  font-weight: 400;
}

.heading-7 {
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 80px;
  font-weight: 400;
}

.div-block {
  margin-top: 30px;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.div-block-2 {
  margin-bottom: 45px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100px;
}

.text-block {
  margin-top: 100px;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 100px;
}

.link {
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 21px;
  letter-spacing: 4px;
  text-decoration: none;
}

.div-block-3 {
  overflow: scroll;
  height: 20vh;
  border-top: 3px solid #d9ff00;
  border-bottom: 3px solid #d9ff00;
}

.heading-8 {
  color: #fff;
  font-size: 100px;
  line-height: 130px;
  font-weight: 400;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  margin-top: 0px;
  color: #d9ff00;
  font-size: 100px;
}

.div-block-5 {
  margin-bottom: 43px;
}

.div-block-5._2 {
  margin-top: 25px;
  margin-bottom: auto;
}

.link-block {
  margin-bottom: 40px;
  text-decoration: none;
}

.section-3 {
  margin-bottom: 56px;
  font-size: 23px;
}

.section-3._2 {
  margin-top: 56px;
  margin-bottom: 0px;
}

.text-block-3 {
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 17px;
  line-height: 35px;
}

.section-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  color: #d9ff00;
  font-size: 21px;
  letter-spacing: 0px;
  text-decoration: none;
}

.link-2._2 {
  display: inline;
  color: #d9ff00;
  font-size: 50px;
}

.div-block-6 {
  margin-top: 40px;
  margin-left: 60px;
}

.body-2 {
  background-color: #ffcee2;
}

.image {
  display: block;
}

.text-block-4 {
  border: 1px none #000;
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 70px;
  line-height: 50px;
  text-decoration: none;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-5 {
  position: absolute;
  overflow: visible;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

.link-3 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #d9ff00;
  font-size: 50px;
  text-decoration: none;
}

.link-3._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  line-height: 40px;
}

.link-3._1.else {
  color: rgba(0, 0, 0, 0.5);
}

.link-3._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #d9ff00;
  line-height: 40px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.smily-face {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.smily-face.left {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.smily-face.down {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Space Mono', sans-serif;
  color: #91a70f;
  font-size: 68px;
  line-height: 100px;
  font-weight: 400;
}

.heading-9.campagin {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-7 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-2 {
  margin-top: auto;
  border-style: none;
  border-width: 3px;
  border-color: #91a70f;
  opacity: 1;
}

.image-2._2 {
  border-right-style: solid;
  border-left-style: solid;
}

.div-block-9 {
  position: absolute;
  margin-top: 0px;
  margin-left: 667px;
  padding-left: 0px;
}

.div-block-9._1 {
  display: none;
  margin-top: 166px;
  margin-left: 721px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9._2 {
  display: none;
  margin-top: 145px;
  margin-left: 798px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9._3 {
  display: none;
  margin-top: 142px;
  margin-left: 778px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9._4 {
  display: none;
  margin-top: 179px;
  margin-left: 669px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9._5 {
  display: none;
  margin-top: 297px;
  margin-left: 751px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9._6 {
  display: none;
  margin-top: 135px;
  margin-left: 713px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9._7 {
  display: none;
  margin-top: 215px;
  margin-left: 644px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9._8 {
  display: none;
  margin-top: 222px;
  margin-left: 803px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9._10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 214px;
  margin-left: 788px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffcee2;
}

.link-4 {
  margin-right: 20px;
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 25px;
  text-decoration: none;
}

.link-4._1 {
  color: #ca4234;
}

.link-4._1.poetry {
  color: #d9ff00;
}

.link-4._1.exhibition {
  color: #d9ff00;
}

.link-4._1.game {
  color: #d9ff00;
}

.link-4._1.campaign {
  border-style: none;
  border-width: 1px;
  border-color: #d9ff00;
  color: #d9ff00;
}

.link-4._1.else {
  color: #000;
}

.link-4._3 {
  color: #91a70f;
}

.div-block-10 {
  margin-top: 20px;
}

.div-block-10.else {
  margin-top: 124px;
  margin-left: -47px;
  padding-left: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-8._2 {
  height: 5vh;
}

.section-8._3 {
  position: absolute;
}

.link-5 {
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 40px;
  text-decoration: none;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 73px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-11 {
  height: 5px;
  background-color: #91a70f;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-5 {
  display: block;
}

.vp-titles {
  margin-right: 0px;
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 50px;
  line-height: 64px;
  text-decoration: none;
}

.vp-titles._1 {
  line-height: 30px;
}

.vp-titles.c {
  margin-right: 20px;
  color: #91a70f;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-4._1 {
  margin-right: 40px;
  margin-bottom: 30px;
}

.link-block-4._2 {
  margin-right: 20px;
  margin-bottom: 30px;
}

.link-block-4._3 {
  margin-right: 20px;
  margin-bottom: 30px;
}

.link-block-4._4 {
  margin-right: 20px;
  margin-bottom: 30px;
}

.link-block-4._5 {
  margin-right: 20px;
  margin-bottom: 30px;
}

.link-block-4._6 {
  margin-right: 20px;
  margin-bottom: 30px;
}

.link-block-4._7 {
  margin-right: 20px;
  margin-bottom: 30px;
}

.link-block-4._8 {
  margin-right: 20px;
}

.div-block-13 {
  height: 5px;
  margin-top: 5px;
  background-color: #91a70f;
  color: #91a70f;
}

.section-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  overflow: visible;
}

.section-11 {
  position: static;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 739px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 40vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  margin-bottom: 30px;
}

.div-block-17._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-18 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 720px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-18._1 {
  display: none;
}

.div-block-18._2 {
  display: none;
}

.div-block-18._3 {
  display: none;
  margin-top: -36px;
  margin-left: 873px;
  padding-left: 0px;
}

.div-block-18._4 {
  display: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-18._5 {
  display: none;
  margin-top: 0px;
  margin-left: 690px;
}

.div-block-18._6 {
  display: none;
}

.div-block-18._7 {
  display: none;
}

.div-block-18._8 {
  display: none;
}

.div-block-18.a {
  display: none;
  margin-top: -20px;
  margin-left: 767px;
}

.div-block-18.b {
  display: none;
  margin-top: -20px;
  margin-left: 766px;
}

.div-block-18.c {
  display: none;
  margin-top: 0px;
}

.div-block-18.d {
  display: none;
  margin-top: 0px;
  margin-left: 720px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-18.e {
  display: none;
}

.div-block-18.funeral {
  margin-top: 100px;
  margin-left: 40px;
}

.text-block-7 {
  margin-right: 40px;
  margin-bottom: 10px;
  font-family: 'Space Mono', sans-serif;
  color: #49530e;
}

.utopia {
  margin-bottom: 0px;
}

.div-block-19 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: 50px;
  margin-bottom: 100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Space Mono', sans-serif;
}

.div-block-19.campaign {
  display: inline;
}

.text-block-8 {
  width: 700px;
  margin: 0px;
  color: #49530e;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}

.text-block-8.campaign {
  display: inline;
  text-decoration: underline;
}

.body-4 {
  background-color: #ffcee2;
}

.section-12 {
  background-color: transparent;
}

.image-4 {
  margin-right: 20px;
}

.image-4._3 {
  margin-right: 15px;
  padding-top: 0px;
  border: 1px none #000;
  background-color: #fff8f8;
}

.image-5 {
  margin-right: 0px;
}

.image-6 {
  margin-right: 15px;
}

.body-5 {
  background-color: #ffcee2;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-areas: "Area Area-2 Area-3" "Area-4 Area-5 Area-6" "Area-7 Area-8 Area-9" "Area-10 Area-11 Area-12" "Area-13 Area-14 Area-15" "Area-16 Area-17 Area-18" "Area-19 Area-20 Area-21" "Area-22 Area-23 Area-24" "Area-25 Area-26 Area-27" "Area-28 Area-29 Area-30" "Area-31 Area-32 Area-33";
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 25px auto 25px auto 25px auto 25px auto 25px auto 25px auto 25px auto 25px auto 25px auto 25px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
}

.section-13 {
  position: static;
  overflow: scroll;
  height: 90vh;
  margin-top: 5vh;
  margin-right: 220px;
  margin-left: 100px;
  padding-top: 0px;
  padding-bottom: 5vh;
}

.body-6 {
  background-color: #ffcee2;
}

.mask {
  overflow: visible;
  height: 80vh;
}

.section-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100vw;
  height: 80vh;
  margin-top: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  padding-top: 0px;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 80vh;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  width: 20px;
  background-color: #91a70f;
}

.image-7 {
  margin-right: 20px;
  padding-right: 0px;
  border-right: 2px solid #49530e;
  border-left: 2px solid #49530e;
}

.image-8 {
  margin-right: 20px;
  border-right: 2px solid #49530e;
  border-left: 2px solid #49530e;
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 400px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Space Mono', sans-serif;
  color: #49530e;
  letter-spacing: -1px;
}

.text-block-9._2 {
  margin-left: 20vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-9._2.type {
  margin-top: 40px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ca4234;
  text-align: center;
}

.body-7 {
  background-color: #ffcee2;
}

.section-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.body-8 {
  background-color: #ffcee2;
}

.text-block-10 {
  margin-bottom: 25px;
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
}

.text-block-10._3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 43px;
  line-height: 53px;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 104px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-22._1 {
  margin-left: 0px;
  color: #d9ff00;
}

.div-block-22._2 {
  margin-left: auto;
}

.div-block-22._3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 20px;
}

.div-block-22._3.a {
  margin-bottom: 350px;
  margin-left: 20px;
}

.div-block-22.pics {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin: 0px 40px 20px auto;
}

.div-block-22.pics._2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin: 200px auto auto 40px;
}

.div-block-22.game._1 {
  margin-right: 0px;
}

.div-block-22.lucifer {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 20px;
}

.div-block-22.lucifer._2 {
  width: 270px;
  margin-bottom: 70px;
  margin-left: 70px;
  font-size: 11px;
}

.div-block-22.lucifer._1 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 180px;
  margin-left: 70px;
}

.text-block-11 {
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
}

.text-block-11._2 {
  font-size: 8px;
}

.text-block-11.lucifer {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: -1px;
}

.image-9 {
  margin-top: auto;
  margin-left: auto;
  border-right: 3px solid #d9ff00;
  border-left: 3px solid #d9ff00;
}

.text-block-12 {
  font-family: 'Space Mono', sans-serif;
  color: #49530e;
}

.div-block-23 {
  margin-top: 210px;
  margin-left: 100px;
}

.div-block-23._2 {
  position: absolute;
  margin-top: 298px;
  margin-left: 928px;
}

.div-block-23._1 {
  position: absolute;
  margin-top: 16px;
  margin-left: 944px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
}

.exhibition-browse-photo._1 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 220px;
  margin-left: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.exhibition-browse-photo._2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 220px;
  margin-left: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-13 {
  position: static;
  font-family: 'Space Mono', sans-serif;
  color: #49530e;
  font-size: 12px;
}

.div-block-25 {
  margin-top: 183px;
  margin-left: 185px;
}

.div-block-25._1 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 840px;
}

.div-block-25._1.poem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  margin-left: 980px;
}

.div-block-25._1.exhibition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-left: 900px;
}

.div-block-25._2 {
  display: none;
  margin-top: 0px;
  margin-left: 250px;
}

.div-block-25._2.poem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  margin-left: 220px;
}

.div-block-25._2.exhibition {
  margin-top: 5px;
  margin-left: 143px;
}

.body-9 {
  background-color: #ffcee2;
}

.section-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: auto;
  height: 80vh;
  margin-top: 8vh;
  padding-top: 0px;
  padding-left: 400px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-5 {
  margin-left: 30px;
  text-decoration: none;
}

.link-block-5.game._1 {
  margin-right: 100px;
  margin-left: 40px;
}

.link-block-6 {
  margin-left: 140px;
  text-decoration: none;
}

.link-block-6.game._3 {
  margin-left: 0px;
}

.text-span {
  font-size: 51px;
}

.text-span-2 {
  font-size: 51px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 220px;
  margin-left: 400px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-18._2 {
  position: absolute;
  margin-top: 40px;
  margin-left: 450px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-18.p1 {
  position: absolute;
  display: none;
  margin-top: 10px;
  margin-left: 450px;
}

.section-18.p2 {
  position: absolute;
  display: none;
  margin-top: 10px;
  margin-left: 710px;
}

.section-18.p3 {
  position: absolute;
  display: none;
  margin-top: 10px;
  margin-left: 590px;
}

.section-18.p4 {
  position: absolute;
  display: none;
  margin-top: 10px;
  margin-left: 450px;
}

.section-18.p5 {
  position: absolute;
  display: none;
  margin-top: 10px;
  margin-left: 565px;
}

.section-18.p6 {
  position: absolute;
  display: none;
  margin-top: 10px;
  margin-left: 710px;
}

.div-block-27 {
  margin-right: 60px;
}

.div-block-28 {
  margin-right: 60px;
}

.div-block-29 {
  margin-right: 60px;
}

.div-block-30 {
  margin-right: 60px;
}

.div-block-31 {
  margin-right: 60px;
}

.div-block-32 {
  margin-right: 60px;
}

.section-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 86px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.text-span-3 {
  margin-bottom: 10px;
  color: #d9ff00;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

.div-block-33 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
}

.section-20 {
  position: absolute;
}

.div-block-34 {
  position: absolute;
}

.bold-text {
  font-weight: 700;
}

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 80vw;
  height: auto;
  margin-top: 14vh;
  margin-left: 20vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  display: block;
  margin-right: 10px;
  padding-right: 10px;
  border-style: none solid none none;
  border-width: 1px 2px 1px 1px;
  border-color: #000 #d9ff00 #000 #000;
}

.div-block-35 {
  display: block;
}

.italic-text {
  font-style: normal;
  font-weight: 400;
}

.body-10 {
  background-color: #000;
}

.body-10.killthevoice {
  background-color: #ffcee2;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 90vh;
  margin-top: 5vh;
  padding-top: 0px;
  padding-right: 220px;
  padding-left: 220px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: contain;
  object-fit: contain;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 20px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-37 {
  width: 100vw;
  height: 100vh;
}

.div-block-38 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  margin-left: 140px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-38._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 140px;
  margin-left: 0px;
}

.link-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Space Mono', sans-serif;
  color: #49530e;
  text-decoration: none;
}

.section-22 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-23 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: scroll;
  width: auto;
  height: 95vh;
  margin-left: 480px;
}

.image-11 {
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 2px none #d9ff00;
  border-bottom: 2px solid #d9ff00;
}

.image-12 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d9ff00;
}

.image-13 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d9ff00;
}

.image-14 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d9ff00;
}

.image-15 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d9ff00;
}

.image-16 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d9ff00;
}

.image-17 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d9ff00;
}

.image-18 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d9ff00;
}

.image-19 {
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: 2px none #d9ff00;
}

.image-20 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d9ff00;
}

.text-span-4 {
  font-size: 18px;
  font-weight: 400;
  text-decoration: overline;
}

.body-11 {
  background-color: transparent;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.section-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100vw;
  height: 75vh;
  margin-top: 10vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 75vh;
  margin-top: 10vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-21 {
  margin-right: 100px;
  margin-left: 20px;
  padding-right: 0px;
}

.image-22 {
  margin-right: 100px;
}

.image-23 {
  margin-right: 100px;
}

.image-24 {
  margin-right: 100px;
  margin-bottom: 40px;
}

.image-25 {
  margin-right: 100px;
}

.image-26 {
  margin-right: 100px;
}

.image-27 {
  margin-right: 100px;
}

.image-28 {
  margin-right: 100px;
}

.image-29 {
  margin-right: 100px;
}

.image-29._2 {
  margin-right: 80px;
  margin-bottom: 0px;
  padding-right: 0px;
}

.image-29._3 {
  margin-right: 0px;
}

.image-29._4 {
  margin-right: 0px;
  margin-left: -30px;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body-12 {
  background-color: #ffcee2;
}

.section-25 {
  margin-top: 64px;
}

.text-span-5 {
  font-size: 21px;
  line-height: 34px;
  letter-spacing: 0px;
}

.bold-text-2 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 0px;
}

.section-26 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 20px;
  margin-left: 20px;
}

.div-block-41 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-left: 300px;
}

.div-block-41._1 {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41._2 {
  display: none;
  margin-top: 40px;
  margin-left: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41._3 {
  display: none;
  margin-top: 0px;
  margin-left: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41._4 {
  display: none;
  margin-top: 15px;
  margin-left: 563px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41._5 {
  display: none;
  margin-top: 42px;
  margin-left: 690px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41._6 {
  display: none;
  margin-top: 68px;
  margin-left: 882px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41._7 {
  display: none;
  margin-top: 10px;
  margin-left: 703px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41._8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-7 {
  text-decoration: none;
}

.body-13 {
  height: auto;
  background-color: #fff;
}

.section-27 {
  margin-top: 95px;
}

.column {
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 100px;
}

.column-2 {
  padding-right: 100px;
  padding-left: 40px;
}

.heading-10 {
  font-family: 'Space Mono', sans-serif;
  font-size: 49px;
}

.heading-10._3 {
  color: #333;
  font-size: 49px;
  font-weight: 700;
}

.text-block-15 {
  width: 500px;
  margin-top: 30px;
  margin-left: 62px;
  font-family: 'Space Mono', sans-serif;
  font-size: 12px;
  text-align: justify;
}

.div-block-42 {
  display: inline-block;
  margin-top: 173px;
  margin-left: 400px;
}

.div-block-42._2 {
  margin-top: 60px;
  margin-left: 600px;
}

.div-block-42._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-28 {
  margin-bottom: 140px;
}

.grid-4 {
  grid-template-areas: "Area Area-2 Area-3" "Area-4 Area-5 Area-6" "Area-7 Area-8 Area-9" "Area-10 Area-11 Area-12";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.section-29 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: scroll;
  height: 100vh;
}

.columns {
  margin-top: 60px;
}

.div-block-43 {
  display: block;
  margin-top: 30px;
  margin-bottom: 70px;
  margin-left: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-43._2 {
  margin-left: 100px;
}

.image-30 {
  display: inline-block;
  margin-left: auto;
  padding-left: 0px;
}

.div-block-44 {
  margin-top: 10px;
  margin-left: 955px;
}

.columns-2 {
  margin-top: 20px;
  margin-right: 100px;
  margin-left: 100px;
  background-color: transparent;
}

.columns-2._2 {
  margin-top: 90px;
}

.columns-2._3 {
  margin: 20px 100px 100px;
}

.columns-2._4 {
  margin-top: 90px;
  margin-bottom: 220px;
}

.image-31 {
  margin-right: 0px;
  padding-right: 0px;
  border: 1px solid #000;
}

.image-32 {
  border: 1px solid #000;
}

.image-33 {
  border: 1px solid #000;
}

.image-34 {
  border: 1px solid #000;
}

.image-35 {
  border: 1px solid #000;
}

.image-36 {
  border: 1px solid #000;
}

.div-block-45 {
  position: absolute;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffcee2;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Space Mono', sans-serif;
  color: #d9ff00;
  font-size: 50px;
  line-height: 50px;
}

.paragraph._1 {
  margin-top: 30vh;
  font-size: 70px;
}

.paragraph._2 {
  margin-top: 10px;
  font-size: 30px;
}

.paragraph._3 {
  margin-top: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  line-height: 15px;
}

.text-span-6 {
  text-decoration: underline;
}

.text-span-7 {
  text-decoration: underline;
}

.div-block-46 {
  width: 100vw;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 80vw;
  height: auto;
  margin-top: 15vh;
  margin-left: 20vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-37 {
  margin-right: 10px;
}

.image-38 {
  margin-right: 10px;
}

.image-39 {
  margin-right: 10px;
}

.link-7 {
  color: #d9ff00;
  text-decoration: none;
}

#w-node-7b5ce8c801cb-a2e1e21d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Area;
}

.grid-2>#w-node-7b5ce8c801cb-a2e1e21d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-4>#w-node-7b5ce8c801cb-a2e1e21d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-5d81d9257423-a2e1e21d {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Area-2;
}

.grid-2>#w-node-5d81d9257423-a2e1e21d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-4>#w-node-5d81d9257423-a2e1e21d {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

#w-node-4906c9f37933-a2e1e21d {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Area-3;
}

.grid-2>#w-node-4906c9f37933-a2e1e21d {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}

.grid-4>#w-node-4906c9f37933-a2e1e21d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-2d0c1c880a0f-a2e1e21d {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Area-4;
}

.grid-2>#w-node-2d0c1c880a0f-a2e1e21d {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-4>#w-node-2d0c1c880a0f-a2e1e21d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-ea6f28fecec0-a2e1e21d {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Area-5;
}

.grid-2>#w-node-ea6f28fecec0-a2e1e21d {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-4>#w-node-ea6f28fecec0-a2e1e21d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

#w-node-922171c74223-a2e1e21d {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Area-6;
}

.grid-2>#w-node-922171c74223-a2e1e21d {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}

.grid-4>#w-node-922171c74223-a2e1e21d {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-18f57ed702e0-a2e1e21d {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Area-7;
}

.grid-2>#w-node-18f57ed702e0-a2e1e21d {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-4>#w-node-18f57ed702e0-a2e1e21d {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-c48479b692e2-cf949dc8 {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
  grid-area: Area-15;
}

