body, html {
  overflow-x: hidden;
}

.section-heading {
  z-index: 2;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.3;
  position: absolute;
  top: 9%;
  left: 10%;
}

#welcome-section {
  background-color: #e2e2e2;
  background-image: url("map-lines.f2d486f0.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.welcome-img {
  -o-transition: .5s;
  width: 50%;
  transition: all .5s;
}

.welcome-text-wrapper {
  padding-top: 15vh;
  font-size: 20px;
}

.welcome-text-wrapper .container-text-right-col {
  padding-right: 20%;
}

.welcome-video-container {
  width: 60%;
  padding-top: 20vh;
}

.welcome-credits-container {
  text-align: center;
  width: 100%;
  padding: 20vh 0;
  font-weight: 600;
  transform: rotate(-8deg);
}

.credits-heading {
  opacity: 0;
  -o-transition: all 2s;
  border: 2px solid #000;
  border-radius: 50%;
  margin-bottom: 2em;
  padding: 6px 30px;
  transition: all 2s;
  transform: translate(0, 10vh);
}

.fade-in {
  opacity: 1;
  transform: translate(0);
}

.credits-text-first {
  margin-top: 2em;
}

.credits-text {
  visibility: hidden;
  -o-transition: 2s;
  margin-bottom: .6em;
  transition: all 2s;
}

.credits-text:hover {
  color: #29ff42;
  text-decoration: underline;
  transition: all .2s;
}

#making-waves-section {
  padding: 15vh 0 10vh;
}

.making-waves-container {
  width: 60%;
  position: relative;
}

#christina-wong-container {
  flex-direction: row;
}

.making-waves-img {
  z-index: -1;
  width: 60%;
}

.waves-arrow-col {
  padding-right: 2em;
}

.making-waves-link:hover {
  color: #29ff42;
  border-bottom: 2px solid #29ff42;
  padding-bottom: 10px;
}

#sculpture-1 {
  max-width: 220px;
  position: absolute;
  top: 8%;
  left: -30%;
}

#sculpture-2 {
  max-width: 560px;
  position: absolute;
  top: -20%;
  left: -30%;
}

#sculpture-3 {
  max-width: 240px;
  position: absolute;
  bottom: 12%;
  right: -22%;
}

#sculpture-4 {
  max-width: 580px;
  position: absolute;
  bottom: 10%;
  right: -40%;
  transform: rotate(360deg);
}

#glasgow-tool-1 {
  max-width: 290px;
  position: absolute;
  top: 10%;
  left: -48%;
}

#glasgow-tool-2 {
  max-width: 340px;
  position: absolute;
  top: 10%;
  left: -36%;
}

#karen-1 {
  max-width: 290px;
  position: absolute;
  top: 12%;
  left: -42%;
}

#karen-2 {
  max-width: 330px;
  position: absolute;
  bottom: 8%;
  right: -25%;
}

#potr-1 {
  max-width: 260px;
  position: absolute;
  bottom: 36%;
  left: -34%;
}

#potr-2 {
  max-width: 560px;
  position: absolute;
  bottom: 26%;
  left: -48%;
}

#potr-3 {
  max-width: 170px;
  position: absolute;
  bottom: 0;
  right: -20%;
}

#james-pfaff-1 {
  max-width: 330px;
  position: absolute;
  bottom: 50%;
  left: -40%;
}

#james-pfaff-2 {
  max-width: 190px;
  position: absolute;
  bottom: 12%;
  right: -22%;
}

#james-pfaff-3 {
  max-width: 580px;
  position: absolute;
  bottom: 10%;
  right: -50%;
}

#allot-me-1 {
  max-width: 286px;
  position: absolute;
  bottom: 12%;
  right: -28%;
}

#zero-waste-1 {
  max-width: 420px;
  position: absolute;
  bottom: 35%;
  left: -33%;
}

#zero-waste-2 {
  max-width: 350px;
  position: absolute;
  bottom: 0;
  right: -20%;
}

#circular-arts-1 {
  max-width: 350px;
  position: absolute;
  bottom: 12%;
  left: -45%;
  transform: rotate(-200deg);
}

.making-waves-heading {
  font-family: Bluu-Next-Bold;
  font-size: 5em;
  font-weight: 600;
}

.vimeo-wrapper {
  justify-content: center;
  min-height: 800px;
  display: flex;
  position: relative;
}

.vimeo-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.making-waves-text-wrapper {
  width: 75%;
}

.making-waves-text-wrapper h5 {
  line-height: 1.6;
}

.making-waves-text-wrapper p {
  line-height: 2;
}

.waves-url-col {
  padding-left: 3rem;
}

#christina-wong-container .making-waves-text-wrapper {
  width: 75%;
  margin-left: 3em;
}

.figure {
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: flex;
  flex-direction: column !important;
}

.figure-img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.figure-figcaption {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.plus-icon {
  cursor: pointer;
  margin-right: 1em;
}

.figcaption-text {
  visibility: hidden;
}

.show-figcaption {
  visibility: visible;
  word-break: break-word;
}

.stretch-figcaption {
  visibility: visible;
}

.container-heading-text p {
  font-family: Noto Sans;
}

.container-text-wrapper {
  grid-template-columns: 1fr 1fr;
  column-gap: 4em;
  display: grid;
}

.figure-text-wrapper {
  grid-template-columns: 1fr 1fr;
  column-gap: 4em;
  padding: 5vh 0;
  display: grid;
}

.container-text-left-col {
  width: 95%;
  padding-left: 32%;
}

.container-text-right-col {
  width: 95%;
  padding-right: 32%;
}

.thick-line-wrapper {
  justify-content: center;
  padding-bottom: 5%;
  display: flex;
}

.long-thick-line {
  width: 80%;
}

.sustainable-section {
  height: auto;
  padding-bottom: 20vh;
}

.sustainable-container {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.sustainable-container-1 {
  background-image: url("sustainable-line-1.b2bcb465.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
}

.sustainable-container-1 .row {
  grid-template-rows: 1fr;
  grid-template-columns: 2fr 4fr;
  display: grid;
}

.sustainable-1-left-col {
  padding-top: 80%;
}

.sustainable-heading {
  z-index: 2;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.3;
  position: absolute;
  top: 9%;
  left: 10%;
}

.section-line {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100vw;
}

.sustainable-line-2 {
  width: 100%;
  position: absolute;
  bottom: -78%;
}

.sustainable-heading-text {
  max-width: 70%;
  margin-bottom: 5%;
  margin-left: 6%;
  font-size: 25px;
  font-weight: 800;
}

.sustainable-figure-2 {
  margin-left: 25%;
}

.figure-wrapper-1 {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  column-gap: 4em;
  display: grid;
}

.sustainable-figure-3, .sustainable-figure-4 {
  padding: 3em 1em;
}

.figure-wrapper-2 {
  grid-template-columns: 1fr 1fr;
  column-gap: 4em;
  display: grid;
}

.figure-wrapper-3 {
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.sustainable-figure-6 {
  padding-top: 3em;
}

.sustainable-figure-7 {
  padding: 0 8em 4em 0;
}

.sustainable-figure-8 {
  float: right;
  max-width: 70%;
}

.sustainable-figure-9 {
  max-width: 45%;
  margin-top: -6em;
  margin-left: 7em;
}

.sustainable-figure-11 {
  max-width: 55%;
  margin-left: 35%;
}

.sustainable-figure-12 {
  max-width: 70%;
  margin-top: -5em;
}

.sustainable-figure-13 {
  margin-top: 2em;
}

.sustainable-figure-14 {
  width: 80%;
}

.sustainable-figure-15 {
  padding-top: 5%;
  padding-left: 20%;
}

.sustainable-figure-16 {
  width: 70%;
  margin-top: 2em;
}

.figure-wrapper-4 {
  background-image: url("sustainable-line-2.087a611e.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.sustainable-figure-17 {
  width: 50%;
  margin-top: 3%;
  margin-left: 10%;
}

.after-november-section {
  height: auto;
  padding-bottom: 10vh;
  position: relative;
}

.after-november-container {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.after-november-container-1 {
  background-image: url("after-november-line-1.672e9c33.png");
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  height: auto;
  display: flex;
}

.after-november-container-1 .row {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 3em;
  display: grid;
}

.after-november-figure-2 {
  padding: 70% 22% 0;
}

.after-november-heading {
  z-index: 2;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.3;
  position: static;
}

.after-november-heading-text {
  max-width: 100%;
  padding-left: 10%;
  font-size: 25px;
  font-weight: 800;
}

.november-line-wrapper {
  z-index: -1;
  min-height: 8%;
  margin-left: -8em;
  position: relative;
}

.after-november-line-2 {
  max-width: 15%;
  position: absolute;
  top: 14%;
  bottom: -8%;
  right: -3%;
}

.after-november-line-3 {
  width: 100vw;
  position: absolute;
  bottom: -8%;
  right: -3%;
}

.after-november-orange-text {
  color: #ff7a00;
  border-top: 2px solid #ff7a00;
  border-bottom: 2px solid #ff7a00;
  margin: 1.5em 0;
  padding: 1.5em 0;
  font-size: 18px;
}

.after-november-figure-3 {
  padding: 6% 0 5% 16%;
}

.after-november-figure-4 {
  max-width: 70%;
  padding: 10% 0 0 3%;
}

.after-november-figure-5 {
  padding-top: 3%;
  padding-left: 25%;
  padding-right: 10%;
}

.after-november-figure-7 {
  padding-top: 5%;
}

.mail-link {
  color: #29ff42;
  border-bottom: 2px solid #29ff42;
  padding-bottom: 2px;
}

.close-brackets {
  position: fixed;
  bottom: 10%;
  left: 5%;
}

.close-brackets-img {
  -o-transition: 1s;
  transition: all 1s;
}

.close-of-play-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.close-of-main-row-container {
  height: 100%;
}

.close-of-main-row {
  justify-content: center;
  padding: 12vh 0;
  display: flex;
  position: relative;
}

#art-of-the-possible {
  padding: 0 0 12vh;
}

.close-of-header-anim {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  height: 400px;
  display: flex;
  position: relative;
}

.close-of-main-wrapper {
  display: -ms-grid;
  -ms-grid-columns: 6fr 3em 8fr;
  grid-gap: 3em;
  grid-template-columns: 6fr 8fr;
  max-width: 70%;
  display: grid;
  position: relative;
}

.close-of-col {
  display: -ms-grid;
  -ms-grid-rows: auto auto 80px;
  grid-template-rows: auto auto 80px;
  display: grid;
}

.close-of-col .row:first-child {
  align-items: center;
  display: flex;
}

.close-of-col .row:last-child {
  align-items: flex-end;
  display: flex;
}

.close-of-second-col {
  margin: 0;
  padding: 0;
}

.close-of-second-col .row:first-child {
  border-top: 2px solid #000;
  padding: 1em 0;
}

.close-of-second-col .row:nth-child(2) {
  justify-content: flex-start;
  display: flex;
}

.close-of-text-row {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  display: flex;
}

.close-of-text {
  font-size: 16px;
  line-height: 2;
}

.close-of-img {
  -o-object-fit: contain;
  object-fit: contain;
  border-bottom: 2px solid #000;
  width: auto;
  height: 100%;
}

.booking-arrow-black {
  padding-top: 1.5em;
}

.data-heading {
  font-size: 32px;
}

.data-icon {
  margin-right: 1em;
}

.data-text {
  font-size: 16px;
  font-weight: 500;
}

#silver-narratives-row {
  background-color: #e5e5e5;
}

#in-process-row {
  color: #fff;
  background-color: #000;
}

#in-process-row .close-of-second-col .row:first-child {
  border-top: 2px solid #fff;
}

#in-process-row .close-of-img {
  border-bottom: 2px solid #fff;
}

#carbon-usage {
  background-color: #29ff42;
}

#sustaining {
  background-color: #dfbd95;
}

#sustaining .close-of-col {
  -ms-grid-rows: auto 500px 80px;
  grid-template-rows: auto 500px 80px;
}

#sustaining .close-of-img {
  -o-object-position: 0;
  object-position: 0;
}

.climate-literacy-section {
  background-color: #e2e2e2;
  height: auto;
  padding-bottom: 20vh;
}

.climate-literacy-container {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.climate-literacy-container-1 {
  background-image: url("climate-literacy-line-1.d232c8ed.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
}

.climate-literacy-container-1 .row {
  grid-template-rows: 1fr;
  grid-template-columns: 2fr 4fr;
  display: grid;
}

.climate-literacy-1-left-col {
  padding-top: 80%;
}

.climate-literacy-heading {
  z-index: 2;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.3;
  position: absolute;
  top: 9%;
  left: 10%;
}

.climate-literacy-heading-text {
  max-width: 70%;
  margin-bottom: 5%;
  margin-left: 6%;
  padding-top: 6%;
  font-size: 25px;
  font-weight: 800;
}

.climate-literacy-figure-2 {
  margin-left: 25%;
}

.climate-literacy-figure-3 {
  padding: 3% 0 0 16%;
}

.climate-literacy-figure-4 {
  padding: 3% 24% 0 16%;
}

.climate-literacy-figure-5 {
  padding: 5% 15% 0 0;
}

.climate-literacy-figure-6 {
  margin-left: -18%;
  padding: 5% 42% 0 0;
}

.climate-literacy-figure-7 {
  padding: 5% 10% 0 35%;
}

.climate-literacy-figure-8 {
  padding-top: 3%;
}

.climate-literacy-figure-9 {
  padding-top: 5%;
}

.climate-literacy-figure-10 {
  padding-top: 8%;
  padding-right: 5%;
}

.climate-literacy-figure-11 {
  margin-top: -6%;
  padding: 0 30% 0 0;
}

.figure-text-wrapper-8 {
  background-image: url("climate-literacy-line-2.93c1e035.png");
  background-position: 0 70%;
  background-repeat: no-repeat;
  background-size: contain;
}

.climate-literacy-line-2 {
  z-index: -1;
  position: absolute;
  top: -26%;
}

/*# sourceMappingURL=index.b305ae89.css.map */
