:root {
  --yellow: #ffdc42;
  --cream: #f5ede1;
  --blue: #3286cf;
  --green: #3d8956;
  --pink: #d63679;
  --purple: #8d46a4;
  --orange: #de663a;
  --transparent: #fff0;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section-main {
  z-index: 0;
  background-image: linear-gradient(28deg, var(--yellow), var(--cream) 73%);
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-main.blue {
  background-image: linear-gradient(28deg, var(--blue), var(--cream) 73%);
}

.section-main.green {
  background-image: linear-gradient(28deg, var(--green), var(--cream) 73%);
}

.section-main.pink {
  background-image: linear-gradient(28deg, var(--pink), var(--cream) 73%);
}

.section-main.purple {
  background-image: linear-gradient(28deg, var(--purple), var(--cream) 73%);
}

.section-main.orange {
  background-image: linear-gradient(28deg, var(--orange), var(--cream) 73%);
}

.heading {
  text-align: center;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

.heading._2 {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-family: Reddit Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: underline;
}

.heading.project {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reddit Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
}

.heading.project._1 {
  padding-top: 100px;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.flex-block-v {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.flex-block-v.home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.flex-block-v.project {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 0 60px;
  display: flex;
  overflow: hidden;
}

.flex-block-v.project-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.flex-block-v.conspiracy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  height: auto;
}

.body {
  background-color: var(--transparent);
  margin-left: 0;
  padding-left: 0;
  overflow: visible;
}

.paragraph {
  color: #333;
  text-align: center;
  align-self: auto;
  margin-bottom: 0;
  font-family: Reddit Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  list-style-type: square;
  overflow: hidden;
}

.paragraph.w--current {
  color: #333;
}

.paragraph.patrick {
  align-self: auto;
  margin-bottom: 0;
  font-family: Patrick Hand SC, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.paragraph.project {
  color: #333;
  text-align: left;
  column-count: auto;
  column-gap: 57px;
  max-width: 40vw;
  padding-top: 10px;
  padding-bottom: 0;
  font-style: normal;
  line-height: 22px;
}

.navbar {
  z-index: 100;
  background-color: var(--cream);
  width: 100vw;
  height: 7vh;
  position: fixed;
  overflow: clip;
  box-shadow: 0 5px 15px 1px #0003;
}

.brand {
  color: #000;
  font-family: Patrick Hand SC, sans-serif;
}

.button {
  background-color: var(--blue);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Reddit Sans, sans-serif;
  font-size: 16px;
}

.button.green {
  background-color: var(--green);
}

.button.pink {
  background-color: var(--pink);
}

.button.orange {
  background-color: var(--orange);
}

.button.purple {
  background-color: var(--purple);
}

.flex-block-h {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.flex-block-h.footer {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-block-h.image-in-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  padding-top: 40px;
}

.flex-block-h.image-in-row.stack {
  flex-flow: wrap;
  padding-bottom: 0;
}

.flex-block-h.vid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  padding-top: 40px;
}

.section-2 {
  z-index: 2;
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: var(--blue) black black;
  background-color: var(--cream);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100vw;
  max-width: 100%;
  height: 150vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 -1px 8px 3px #0003;
}

.section-2.green {
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: var(--green) black black;
  background-color: var(--cream);
  height: 130vh;
}

.section-2.green._100vh {
  height: 100vh;
}

.section-2.pink {
  border-top-color: var(--pink);
}

.section-2.pink._100vh {
  height: 100vh;
}

.section-2.orange {
  border-top-color: var(--orange);
  height: 150vh;
  overflow: hidden;
}

.section-2.orange._100vh {
  overflow: clip;
}

.section-2.project-header {
  background-color: var(--cream);
  background-image: none;
  height: 100vh;
  top: 0;
  bottom: auto;
}

.section-2._100vh {
  height: 100vh;
}

.section-2.purple {
  border-top-color: var(--purple);
}

.image {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 50vh;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.footer {
  z-index: 20;
  background-color: var(--yellow);
  position: relative;
  overflow: visible;
}

.body-2 {
  background-color: var(--cream);
  overflow: visible;
}

.section-project {
  z-index: 2;
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: var(--blue) black black;
  background-color: var(--cream);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100vw;
  max-width: 100%;
  height: auto;
  position: relative;
  top: auto;
  overflow: hidden;
  box-shadow: 0 -1px 8px 3px #0003;
}

.container {
  margin-left: 10vw;
  margin-right: 10vw;
  overflow: hidden;
}

.text-block {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
}

.list-item {
  padding-bottom: 10px;
  font-family: Reddit Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.list {
  align-self: auto;
  max-width: 40vw;
  padding-left: 0;
  font-style: normal;
}

.list.number {
  list-style-type: decimal;
}

.image-2 {
  max-width: 100vw;
  padding-top: 100px;
  padding-bottom: 0;
}

.image-2.conspiracy {
  width: 80vw;
  max-width: none;
  padding-top: 0;
}

.image-2.full {
  object-fit: fill;
  width: 100vw;
  max-width: none;
  padding-top: 0;
}

.image-2.third {
  max-width: 30vw;
  padding-top: 0;
}

.image-2.half {
  object-fit: cover;
  max-width: 45vw;
  padding-top: 0;
  overflow: clip;
}

.link {
  color: var(--blue);
  text-decoration: underline;
}

.link-2 {
  color: #333;
}

.container-2 {
  background-image: url('../images/Background-1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  max-width: none;
  margin-top: 120px;
  margin-left: 0;
  margin-right: 0;
}

.container-2.bg-1 {
  background-image: url('../images/Background-2.avif');
}

.container-2.bg-2 {
  background-image: url('../images/Background-3.avif');
  margin-top: 0;
}

.container-2.bg-3 {
  background-image: url('../images/Background-4.avif');
  margin-top: 0;
}

.container-2.bg-4 {
  background-image: url('../images/Background-5.avif');
  margin-top: 0;
}

.container-2.bg-5 {
  background-image: url('../images/Background-6.avif');
  margin-top: 0;
}

.container-2.bg-6 {
  background-image: url('../images/Background-7.avif');
  margin-top: 120px;
}

.flex-block {
  margin-top: 100px;
}

.video {
  aspect-ratio: auto;
  width: 50vw;
  max-height: none;
  overflow: visible;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.link-block-2 {
  color: #333;
}

@media screen and (max-width: 991px) {
  .heading {
    text-align: center;
    line-height: 80px;
  }

  .flex-block-v.home {
    width: 80vw;
  }

  .image {
    object-fit: cover;
  }

  .container {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
    font-size: 75px;
    line-height: 70px;
  }

  .flex-block-v, .flex-block-v.home {
    width: 80vw;
  }

  .flex-block-v.project-header {
    width: 90vw;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph.project {
    max-width: 60vw;
  }

  .image {
    aspect-ratio: auto;
    max-width: 80vw;
    overflow: clip;
  }

  .list {
    max-width: 60vw;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    text-align: center;
    font-size: 65px;
    line-height: 50px;
  }

  .heading._2 {
    font-size: 34px;
  }

  .heading.project {
    font-size: 38px;
    line-height: 42px;
  }

  .flex-block-v, .flex-block-v.home {
    width: 90vw;
  }

  .flex-block-v.project {
    padding-top: 100px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph.project {
    width: 90vw;
    max-width: 90vw;
  }

  .flex-block-h.footer {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: wrap;
  }

  .image {
    width: 90vw;
  }

  .list {
    max-width: 90vw;
  }

  .image-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


