
.page-supporters_list {
  overflow: hidden;
}

.supporters-list-wrapper {
  position: fixed;
  z-index: 1000;
  width: 1080px;
  height: 1920px;
  background-color: white;
  padding: 10vh 4vh 0 4vh;
  transform-origin: left bottom;
  overflow: hidden;
  top: -1920px;
  left: 0;
  transform: rotate(90deg);
}


/* ------------ ------------ ------------ */
.supporters-header {
  height: 19vh;
  transform: scale(1.8);
  transform-origin: top left;
  z-index: 999999;
  position: fixed;
  left: 100px;
}

.supporters-header .logo {
  height: 6vh;
  width: 100%;
  margin-bottom: 3vh;
}

.supporters-header .logo img {
  height: 100%;
  width: auto;
}


/* ------------ ------------ ------------ */
.supporters-title h1 {
  position: relative;
  z-index: 1002;
}

.supporters-title h1 {
  font-size: 2.25vh;
  font-weight: 300;
  color: var(--main_blue);
  line-height: .75em;
  margin: 0;
  padding-bottom: 1vh;
}

.supporters-title h1 span {
  font-size: 4.25vh;
  font-weight: 700;
  line-height: 1.2em;
}


/* ------------ ------------ ------------ */
.support-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  height: calc(100% - 19vh - 4vh);
  width: calc(100% - 33vw);
  display: flex;
  width: 540px;
  flex-direction: column;
  left: 100px;
}

.supporters-header::after {
  content: '';
  width: 300px;
  height: 8vh;
  background: linear-gradient(to bottom, #fff 20%, transparent 100%);
  position: absolute;
  left: 0;
  z-index: 1003;
}

.supporters-header::before {
  content: '';
  width: 335px;
  height: 225px;
  background: rgb(255, 255, 255);
  position: absolute;
  left: -35px;
  top: -25px;
  z-index: -1;
}

.supporters-list {
  position: absolute;
  top: 100%;
  transform: translate3d(0,0,0);
  left: 0;
  z-index: 1002;

  font-size: 48px;
}

.supporter-entry {
  font-size: 35px;
  font-weight: 100;
  line-height: 40px;
  margin: 2em 0;
}

.supporter-entry:first-child {
  margin-top: 0;
}


/* ------------ ------------ ------------ */
.threejs-container {
  width: 100vh;
  height: 100vw;
  position: fixed;
  z-index: 1004;
  z-index: 99999999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}



