:root {
  --poetic-black: #151515;
  --poetic-white: white;
  --poetic-yellow: #fac94b;
  --poetic-slate: #f0e7d9;
  --slate-blue: #2f6295;
  --poetic-orange: #d85d4f;
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Recklesstrial, sans-serif;
  font-size: 8em;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Recklesstrial, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Recklesstrial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Recklesstrial, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Recklesstrial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Recklesstrial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3;
}

.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.p-section {
  background-color: #151515;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.p-section.star-background {
  z-index: 999;
  background-image: url('../images/stars.jpg'), linear-gradient(#151515, #151515);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.p-section.center {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
}

.p-section.left-padding-80px {
  justify-content: flex-start;
  padding-left: 80px;
}

.p-section.is--gradient {
  background-image: linear-gradient(to bottom, var(--poetic-black), #000);
}

.p-section.no-bg {
  background-color: #000;
}

.body {
  /* cursor: none; */
  background-color: #000;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-logo-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: -5% 0% 0%;
}

.hero-logo {
  max-width: 90%;
  margin-bottom: 100px;
  transition: transform .3s cubic-bezier(.19, 1, .22, 1);
  position: relative;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.kaise {
  color: #fff;
  font-family: Recklesstrial, sans-serif;
  font-size: 400px;
  font-weight: 300;
  line-height: 1;
  transition: transform .4s cubic-bezier(.19, 1, .22, 1);
}

.text-mask {
  padding-bottom: 10px;
  transition: transform .3s cubic-bezier(.19, 1, .22, 1);
}

.ok-wait {
  color: #fff;
  font-family: Recklesstrial, sans-serif;
  font-size: 240px;
  font-weight: 300;
  line-height: 1;
  transition: transform .4s cubic-bezier(.19, 1, .22, 1);
}

.cursor {
  z-index: 999;
  opacity: 0;
  mix-blend-mode: exclusion;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor.not-blend {
  z-index: 99999999;
  mix-blend-mode: normal;
}

.cursor_dot {
  background-color: #ded724;
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  transition: transform .4s;
}

.cursor_dot.not-blend {
  background-color: #fff;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 3em;
}

.container.is--hero {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.container.is--nav {
  z-index: 9999999;
  /* mix-blend-mode: difference; */
  justify-content: space-between;
  align-items: center;
  padding: .8em 1em .8em 1em;
  display: flex;
  position: relative;
}

.container.is--nav--light {
  z-index: 9999999;
  color: #fff;
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  padding: .8em 1.5em .8em 3em;
  display: flex;
  position: relative;
}

.button_wrap {
  padding: .9em 1.9em;
}

.button_wrap.is--second {
  margin-left: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button_move {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.link-text {
  white-space: nowrap;
  margin-bottom: 0;
  color: black;
  font-size: .8em;
  transition: transform .4s;
}

.link-text.is--second {
  transform-origin: 0 0;
  position: absolute;
  transform: rotate(16deg);
}

.button_bg {
  z-index: 1;
  background-color: #533d1f;
  border-radius: 100vw;
  transition: all .35s;
  position: absolute;
  inset: 0%;
}

.logo_img {
  width: 7em;
}

.nav {
  z-index: 1000;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  inset: 0;
}

.button_contain {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.link-wrap {
  position: relative;
  overflow: hidden;
}

.menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-move {
  text-align: center;
  width: auto;
  transition: transform .4s;
  position: relative;
}

.link-move.white-text {
  color: #fff;
}

.menu_link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
  padding: 1.5em;
  font-family: Recklesstrial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .15s;
}

.button {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 2em;
  font-family: Recklesstrial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .35s;
  position: relative;
}

.button_text {
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 20px;
}

.dark-body {
  background-color: #151515;
}

.tricks-matter {
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.image {
  position: absolute;
  inset: -30% 0% auto;
}

.potato-1 {
  max-width: 26%;
  transition: right .4s cubic-bezier(.19, 1, .22, 1);
}

.potato-2 {
  max-width: 26%;
}

.content-mask {
  width: 100%;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.medium-para {
  color: #fff;
  text-align: center;
  font-family: Recklesstrial, sans-serif;
  font-size: 4.86em;
  font-weight: 400;
  line-height: 1.1;
}

.medium-para.left {
  text-align: left;
}

.left-images {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.right-images {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.main-parent {
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 1099;
}

.svg-wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.hero-bg-wrapper {
  flex: 1;
  position: absolute;
  inset: 0%;
}

.footer {
  border: 1px solid #4b4b4b;
  border-radius: 60px;
  margin-top: 20px;
}

.footer-top {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 60px 80px;
  display: flex;
}

.form-block {
  width: 93%;
  margin-bottom: 0;
}

.text-field {
  color: var(--poetic-white);
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 80px;
  height: auto;
  padding: .5em 1.5em;
  font-family: Recklesstrial, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
}

.text-field:focus {
  border-color: var(--poetic-yellow);
}

.text-field::placeholder {
  color: #616161;
  font-family: Recklesstrial, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.typography {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sg-section-heading {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-2 {
  color: #fac94b;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 300;
}

.yellow {
  background-color: var(--poetic-yellow);
  width: auto;
  height: 200px;
}

.black {
  background-color: var(--poetic-black);
  width: auto;
  height: 200px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slate {
  background-color: var(--poetic-slate);
  width: auto;
  height: 200px;
}

.white {
  background-color: var(--poetic-white);
  width: auto;
  height: 200px;
}

.slate-blue {
  background-color: var(--slate-blue);
  width: auto;
  height: 200px;
}

.orange {
  background-color: var(--poetic-orange);
  width: auto;
  height: 200px;
}

.colour {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.form {
  flex-direction: column;
  display: flex;
}

.submit-button {
  background-color: var(--poetic-yellow);
  color: var(--poetic-black);
  border-radius: 80px;
  padding-top: .7em;
  padding-bottom: .5em;
  font-family: Recklesstrial, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--slate-blue);
  color: var(--poetic-white);
}

.h1 {
  width: 100%;
  padding-left: 60px;
}

.h1.width80per {
  width: 1100px;
  padding-left: 0;
}

.h2.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-l {
  color: var(--poetic-white);
  font-family: Recklesstrial, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1;
}

.paragraph-m {
  color: var(--poetic-white);
  width: 50%;
  font-family: Recklesstrial, sans-serif;
  font-size: 3.375em;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-s {
  color: var(--poetic-white);
  font-family: Recklesstrial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

.footer-center {
  padding: 2rem 5rem;
}

.footer-divider {
  background-color: #4b4b4b;
  width: 100%;
  height: 1px;
}

.footer-link-text {
  color: var(--poetic-white);
  text-transform: uppercase;
  padding-right: 32px;
  font-family: Recklesstrial, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

.footer-bottom {
  justify-content: space-between;
  padding: 60px 80px;
  display: flex;
}

.footer-bottom-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-bottom-contact {
  color: var(--poetic-white);
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Recklesstrial, sans-serif;
  font-size: 1.7em;
  line-height: 1;
  text-decoration: none;
}

.line-1, .line-2 {
  padding-bottom: 10px;
  transition: transform .3s cubic-bezier(.19, 1, .22, 1);
  overflow: hidden;
}

.poem-line {
  color: #fff;
  text-align: left;
  font-family: Recklesstrial, sans-serif;
  font-size: 4.86em;
  font-weight: 400;
  line-height: 1.1;
}

.grid_text-list {
  width: 100%;
  margin-left: -.5em;
  position: relative;
}

.grid_text-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2.08em;
  display: flex;
  position: sticky;
  top: 0;
}

.grid_item {
  padding: .36em;
}

.grid_text-item {
  width: 100%;
  font-size: 1em;
  transition: opacity .1s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid_wrapper {
  z-index: 2;
  position: relative;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
  position: sticky;
}

.container-2.is--grid {
  height: 100vh;
  padding-bottom: 0;
}

.grid_list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.6em;
  display: flex;
}

.section {
  height: auto;
}

.section.is--grid {
  position: relative;
}

.grid_text-title {
  color: #fff;
  font-family: Recklesstrial, sans-serif;
  font-size: 8em;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.grid_element {
  width: 100%;
  padding-top: 131%;
  position: relative;
}

.grid_img {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.credits-bar {
  padding-top: 32px;
  padding-bottom: 32px;
}

.credits-text {
  color: #6b6b6b;
  text-align: center;
  font-family: Recklesstrial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.p-section-center {
  background-color: #151515;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
}

.parallel-lines-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.plc-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-left: 80px;
  display: flex;
}

.left-line {
  background-image: linear-gradient(to bottom, var(--poetic-black), white);
  border-radius: 30px;
  width: 10px;
  height: 100%;
}

.right-text {
  color: #fff;
  font-family: Recklesstrial, sans-serif;
  font-size: 6em;
  line-height: 1;
}

.plc-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-right: 80px;
  display: flex;
}

.left-text {
  color: #fff;
  font-family: Recklesstrial, sans-serif;
  font-size: 6em;
  line-height: 1;
}

.panel5 {
  background-image: url('../images/and-machines-vqTWfa4DjEk-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 50vw;
  height: 100%;
}

.panel1 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 60px 80px;
  display: flex;
}

.track-flex {
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  display: flex;
}

.panel3 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: auto;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.section-height {
  width: 100%;
  height: 600vh;
}

.panel4 {
  background-image: url('../images/and-machines-YLplJ9m_RKE-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 130vh;
  height: 100%;
}

.track {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.sticky-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.sticky-element.disable-overflow {
  overflow: hidden;
}

.section-wrapper {
  width: 100%;
  padding-bottom: 100vh;
}

.panel2 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: auto;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.projects-wrapper, .work-wrapper, .collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.project-link {
  width: 100%;
  height: 540px;
}

.project-thumbnail {
  height: 100%;
}

.text-span {
  color: var(--poetic-yellow);
}

.projects-heading {
  color: #fff;
  text-align: left;
  width: 900px;
  font-family: Recklesstrial, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1;
}

.projects-heading.left {
  text-align: left;
}

.text-span-2, .text-span-3 {
  color: var(--poetic-yellow);
}

.enter-poetic-text {
  color: #fff;
  text-align: center;
  font-family: Recklesstrial, sans-serif;
  font-size: 8em;
  font-weight: 400;
  line-height: 1.1;
}

.enter-poetic-text.left {
  text-align: left;
}

.text-span-4 {
  color: var(--poetic-yellow);
}

.text-block {
  color: #ff8173;
  font-family: Recklesstrial, sans-serif;
}

.error-message {
  border: 1px solid var(--poetic-orange);
  color: var(--poetic-orange);
  text-align: center;
  background-color: #351d1d;
  border-radius: 30px;
  font-size: 16px;
}

.p-container {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  display: flex;
}

.h3-coming-soon {
  text-align: center;
  width: 700px;
  line-height: 1.2;
}

.h2-coming-soon {
  margin-left: 120px;
  font-size: 3em;
}

.h2-coming-soon.big {
  margin-left: 0;
  font-size: 4em;
}

.text-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lottie-animation {
  width: 300px;
  margin-left: 0;
}

.go-to-homepage {
  padding: .9em 1.9em;
}

.go-to-homepage.is--second {
  margin-left: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.goto-homepage {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Recklesstrial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .35s;
  position: relative;
}

.social-link {
  width: 100%;
  height: 540px;
}

.social-link.bounce {
  object-fit: fill;
  height: 540px;
}

.branding-link {
  width: 100%;
  height: 540px;
}

.video-link {
  width: 100%;
  height: 540px;
  position: relative;
}

.works-section {
  z-index: 999999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.works-section.bounce {
  display: flex;
}

.works-section.jar, .works-section.safegold {
  display: none;
}

.works-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.social-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-2 {
  font-size: 1.25em;
  font-weight: 300;
  text-decoration: none;
}

.link-block {
  background-color: var(--poetic-yellow);
  color: var(--poetic-black);
  border-radius: 50px;
  padding: 24px 32px;
  font-family: Recklesstrial, sans-serif;
  font-size: 1.4em;
  text-decoration: none;
}

.close-button {
  width: 40px;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-text-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-copy {
  z-index: 1000;
}

.branding-link-copy {
  width: 100%;
  height: 540px;
}

.social-posts-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.play-button {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-btn-icon {
  opacity: .8;
  width: 70px;
  height: auto;
}

.link-block-2 {
  position: relative;
}

@media screen and (min-width: 1920px) {
  .nav {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .main-parent {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .nav-copy {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .p-section, .p-section.star-background {
    flex-direction: column;
  }

  .body {
    cursor: auto;
    border-width: 15px;
  }

  .hero-logo {
    max-width: 60%;
    margin-bottom: auto;
  }

  .kaise {
    font-size: 240px;
  }

  .ok-wait {
    text-align: center;
  }

  .cursor {
    display: none;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .image {
    top: -20%;
  }

  .potato-1, .potato-2 {
    max-width: 50%;
  }

  .medium-para.left {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-bg-wrapper {
    justify-content: center;
    display: flex;
  }

  .footer-center {
    justify-content: space-between;
    display: flex;
  }

  .footer-link-text {
    padding-right: 0;
    font-size: 1.6em;
  }

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .p-section-center {
    flex-direction: column;
  }

  .panel5 {
    width: 120vw;
  }

  .panel1 {
    height: auto;
    padding: 120px 32px;
  }

  .track-flex {
    flex-direction: column;
    margin-right: 0;
  }

  .panel3 {
    height: auto;
    padding: 120px 32px;
  }

  .section-height {
    height: auto;
  }

  .track {
    width: 100%;
  }

  .sticky-element.disable-overflow {
    height: auto;
    margin-bottom: 32px;
    position: relative;
    top: auto;
  }

  .section-wrapper {
    padding-bottom: 0;
  }

  .panel2 {
    height: auto;
    padding: 120px 32px;
  }

  .projects-wrapper {
    width: 100%;
  }

  .collection-list {
    flex-direction: column;
  }

  .project-link {
    height: 100%;
  }

  .projects-heading {
    width: 90%;
  }

  .projects-heading.left, .enter-poetic-text.left {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .social-link, .branding-link, .video-link, .branding-link-copy {
    height: 100%;
  }

  .social-posts-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .kaise {
    font-size: 140px;
  }

  .logo_img {
    width: 10em;
  }

  .menu_link.is-fun {
    display: none;
  }

  .image {
    top: -15%;
  }

  .medium-para {
    font-size: 3.6em;
  }

  .footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .form-block, .paragraph-m {
    width: auto;
  }

  .footer-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .poem-line {
    font-size: 3.6em;
  }

  .panel1, .panel3, .panel2 {
    padding-left: 0;
    padding-right: 0;
  }

  .projects-heading {
    width: 90%;
    font-size: 6em;
  }

  .enter-poetic-text {
    font-size: 6em;
  }

  .image-2 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .p-section {
    height: 90vh;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 14px;
  }

  .p-section.center {
    padding-left: 0%;
  }

  .p-section.left-padding-80px {
    padding-left: 0;
  }

  .body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .kaise {
    font-size: 100px;
  }

  .ok-wait {
    font-size: 130px;
  }

  .container {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .container.is--nav, .container.is--nav--light {
    /* padding-left: 1.5em; */
  }

  .logo_img {
    width: 7em;
  }

  .menu_link {
    display: none;
  }

  .menu_link.is--work {
    font-size: 14px;
    display: block;
    padding: 10px;
  }

  .button {
    margin-left: 0;
  }

  .button_text {
    font-size: 12px;
  }

  .image {
    object-fit: cover;
    height: 240px;
    top: -20%;
  }

  .medium-para {
    font-size: 2.2em;
  }

  .left-images {
    justify-content: flex-start;
    width: 40%;
  }

  .right-images {
    justify-content: flex-end;
    width: 30%;
  }

  .main-parent {
    border-radius: 0;
  }

  .footer {
    border-radius: 26px;
    font-size: 14px;
  }

  .footer-top {
    flex-direction: column;
    padding: 40px 5%;
  }

  .form-block {
    width: 100%;
  }

  .text-field, .submit-button {
    font-size: 1.25em;
  }

  .paragraph-m {
    width: 100%;
    font-size: 1.75em;
  }

  .footer-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 32px 5%;
  }

  .footer-link-text {
    font-size: 1.25em;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 5%;
  }

  .footer-bottom-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-bottom-contact {
    font-size: 1.25em;
  }

  .poem-line {
    font-size: 2.2em;
  }

  .poem-line._1, .poem-line._2 {
    text-align: center;
  }

  .grid_text-wrap {
    position: static;
  }

  .container-2.is--grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid_list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: block;
  }

  .grid_img {
    border-radius: 10px;
  }

  .credits-bar {
    font-size: 14px;
  }

  .p-section-center {
    height: 90vh;
    font-size: 14px;
  }

  .parallel-lines-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .plc-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 16px;
  }

  .left-line {
    width: 5px;
  }

  .right-text {
    font-size: 2em;
    transform: rotate(90deg);
  }

  .plc-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row-reverse;
    justify-content: space-around;
    padding-right: 16px;
  }

  .left-text {
    font-size: 2em;
    transform: rotate(-90deg);
  }

  .panel1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 80px 16px;
  }

  .track-flex {
    height: auto;
  }

  .panel3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 80px 16px;
  }

  .track {
    height: auto;
  }

  .section-wrapper {
    font-size: 14px;
  }

  .panel2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 80px 16px;
  }

  .project-thumbnail {
    height: auto;
  }

  .projects-heading {
    width: 90%;
    font-size: 2.2em;
  }

  .enter-poetic-text {
    font-size: 2.2em;
  }

  .goto-homepage {
    margin-left: 0;
  }

  .works-section.is--other {
    padding-top: 0;
  }

  .works-container {
    width: 90%;
  }

  .modal-text-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .social-posts-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .play-btn-icon {
    width: 52px;
  }
}


@font-face {
  font-family: 'Recklesstrial';
  src: url('../fonts/RecklessTRIAL-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recklesstrial';
  src: url('../fonts/RecklessTRIAL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recklesstrial';
  src: url('../fonts/RecklessTRIAL-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recklesstrial';
  src: url('../fonts/RecklessTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recklesstrial';
  src: url('../fonts/RecklessTRIAL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recklesstrial';
  src: url('../fonts/RecklessTRIAL-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}