.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fk-header {
  z-index: 1000;
  mix-blend-mode: exclusion;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 0;
  display: flex;
  position: relative;
}

.fk-header.old {
  z-index: 100000;
  mix-blend-mode: soft-light;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Try-03.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, 60px;
  align-items: center;
}

.fk-microtext {
  color: #fff;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.fk-microtext.product {
  color: #000;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
}

.fk-microtext.product.halftone {
  opacity: .5;
}

.fk-microtext.product.black {
  color: #000;
}

.fk-microtext.blue {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.fk-products {
  margin-top: 20px;
  margin-right: 20px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-9 {
  color: #a1a8a3;
  text-decoration: none;
}

.link-9:hover {
  color: #fff;
}

.fk-logo {
  filter: none;
  width: 40px;
  margin-right: 20px;
}

.fk-logo._0pad {
  margin-right: 0;
}

.fk-product {
  z-index: 10;
  background-color: #191c1a;
  border-radius: 12px;
  width: 260px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fk-product.halftone {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px;
  text-decoration: none;
  transition: margin .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.fk-product.halftone:hover {
  margin-right: 7px;
}

.fk-product.halftone.coming {
  background-color: #000;
  margin-bottom: 0;
  padding-bottom: 6px;
  transition-property: none;
}

.fk-product.halftone.coming:hover {
  outline-color: #191c1a;
}

.gg-logo {
  filter: brightness(0%);
  width: 37px;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 13px;
}

.gg-logo.full-life {
  opacity: 0;
}

.fk-unicorn {
  z-index: 500;
  width: 500px;
  height: 500px;
  margin-top: -80px;
  margin-bottom: 54px;
  display: flex;
  position: relative;
}

.fk-unicorn.old {
  opacity: .25;
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
  display: none;
}

.fk-unicorn.media {
  margin-top: -140px;
  margin-bottom: 20px;
}

.fk-status {
  opacity: .25;
  mix-blend-mode: multiply;
  align-items: flex-start;
  margin-top: 4px;
  display: flex;
}

.div-block-71 {
  align-items: flex-start;
  display: flex;
}

.image-149 {
  filter: invert();
  width: 12px;
  margin-top: 2px;
  margin-right: 7px;
}

.fk-info {
  z-index: 10;
  opacity: 1;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 20px 15px 15px;
  display: flex;
  position: relative;
}

.fk-info._0-pad {
  z-index: 0;
  opacity: 100;
  padding-right: 15px;
  position: absolute;
}

.fk-body {
  background-color: #000;
  background-image: linear-gradient(#000, #000);
}

.fk-body.what {
  background-color: #000;
}

.fk-ultra-minimal {
  background-color: #fff;
  width: 70px;
  height: 2px;
  margin-left: 26px;
}

.fk-info-start {
  z-index: 1;
  opacity: 1;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px;
  display: flex;
  position: absolute;
}

.fk-info-start._0-pad {
  z-index: 0;
  opacity: 100;
  padding-right: 15px;
  position: absolute;
}

.link-block {
  opacity: .5;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 16px;
  padding: 0 4px 1px;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.link-block:hover {
  opacity: 100;
}

.bold-text {
  color: #748094;
  font-size: 11px;
}

.background-video {
  z-index: 0;
  opacity: .15;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video.yesss {
  opacity: 100;
  background-color: #0000;
  display: flex;
}

.unicorn-container {
  z-index: 1;
  border: 1px solid red;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0%;
}

.paragraph {
  color: #51e54b;
  font-size: 20px;
}

.send-email {
  cursor: pointer;
  width: 20%;
  height: 20%;
}

.email-container {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-72 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

.div-block-73 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-74 {
  width: 50%;
  height: 50%;
  position: relative;
}

.video-r {
  z-index: -1;
  opacity: .5;
  filter: hue-rotate(180deg);
  mix-blend-mode: hard-light;
  position: absolute;
  inset: 0%;
}

.video-b {
  z-index: -1;
  opacity: .5;
  filter: hue-rotate(51deg);
  mix-blend-mode: screen;
  position: absolute;
  inset: 0%;
}

.video-base {
  z-index: -10;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-base.ahaaa {
  z-index: 300;
  opacity: 1;
  mix-blend-mode: normal;
  background-image: none;
  display: flex;
}

.video-base.ahaaa._2 {
  z-index: 1;
  filter: none;
  mix-blend-mode: normal;
  background-image: none;
  background-position: 0 0;
  justify-content: center;
  inset: 0%;
}

.video-base.ahaaa._2._3 {
  opacity: 1;
  mix-blend-mode: screen;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.div-block-75 {
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: 0%;
}

.code-embed {
  background-color: #ededed00;
  width: 500px;
  height: 500px;
  display: flex;
}

.fk-video-bg {
  z-index: 600;
  opacity: .75;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fk-video-bg.shame {
  z-index: 605;
  opacity: .25;
  display: flex;
}

.background-video-2-copy {
  z-index: 600;
  opacity: .12;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-150 {
  width: 450px;
  position: absolute;
}

.div-block-76 {
  z-index: 1000;
  opacity: .86;
  filter: grayscale() hue-rotate(316deg);
  background-color: #000;
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/Try-01.gif');
  background-position: 0 0, 50%;
  background-size: auto, 290px;
  position: absolute;
  inset: 0%;
}

.image-151 {
  z-index: 10;
  width: 320px;
  margin-top: -60px;
  position: relative;
}

.fk-scroll {
  z-index: 10000;
  background-color: #0000;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  padding-left: 20px;
  transition: all 1s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: scroll;
}

.fk-scroll-item {
  width: 336px;
  transition: all .75s cubic-bezier(.25, .46, .45, .94);
}

.background-video-3 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.fk-scroll-item-gifs {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.fk-scroll-item-gifs.last {
  margin-top: 20px;
  margin-bottom: 40px;
}

.fk-scroll-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  transition: all .75s cubic-bezier(.25, .46, .45, .94);
}

.link-block-2 {
  cursor: pointer;
  width: 100%;
  transition: all .75s cubic-bezier(.25, .46, .45, .94);
}

.link-block-2:hover {
  filter: hue-rotate(180deg);
}

.link-block-3 {
  cursor: pointer;
  transition: all .75s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.link-block-3:hover {
  filter: hue-rotate(180deg);
}

.fk-black-mirror {
  z-index: 601;
  background-color: #000000d9;
  background-image: linear-gradient(90deg, #0000005e 50%, #000);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fk-black-mirror.clr {
  z-index: 602;
  opacity: 0;
  mix-blend-mode: soft-light;
  background-image: none;
  display: flex;
}

.fk-black-mirror.clr.nostalgia {
  opacity: .1;
  background-image: url('../images/Try-10.gif');
  background-position: 0 0;
  background-size: auto;
}

.background-video-4 {
  z-index: 600;
  opacity: .25;
  width: 100%;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0%;
}

.fk-bg {
  z-index: -10;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.fk-scroll-item-link {
  cursor: pointer;
  transition: all .75s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.fk-scroll-item-link:hover {
  margin-left: -20px;
}

.fk-black {
  z-index: -1;
  background-image: radial-gradient(circle at 50% 30%, #000 9%, #0000 38%);
  display: flex;
  position: absolute;
  inset: 0%;
}

.fk-code {
  z-index: 10000;
  mix-blend-mode: screen;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-152 {
  width: 250px;
  margin-top: 40px;
  margin-left: 30px;
}

.fk-scroll-shade {
  z-index: 99999;
  width: 336px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-153 {
  width: 100%;
  height: 70px;
}

.fk-unicorn-mobile {
  z-index: 500;
  width: 500px;
  height: 500px;
  margin-top: -80px;
  margin-bottom: 54px;
  display: none;
  position: relative;
}

.fk-unicorn-mobile.old {
  opacity: .25;
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
  display: none;
}

.fk-video {
  display: none;
}

.fk-video-file {
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  z-index: 10000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: #000;
}

.image-154 {
  margin-bottom: 40px;
}

.text-field {
  color: #fff;
  background-color: #000;
  border: 2px solid #272727;
  border-radius: 8px;
  font-size: 14px;
}

.submit-button {
  background-color: #292929;
  border-radius: 8px;
  width: 100%;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: #575757;
}

.error-message {
  background-color: #ff2e2e;
  border-radius: 8px;
}

.text-block {
  color: #fff;
}

.field-label {
  opacity: 0;
}

.form-block {
  width: 200px;
  margin-top: 10px;
}

.text-block-2 {
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.div-block-77 {
  z-index: 1000;
  width: 360px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-block-4 {
  z-index: 999999;
  opacity: .25;
  margin-top: 30px;
  margin-left: 30px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-4:hover {
  opacity: 100;
}

.image-155 {
  width: 26px;
}

.text-block-3 {
  color: #fff;
  margin-top: -70px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.success-message {
  background-color: #ddd0;
}

.quick-stack {
  padding: 0;
}

.image-156 {
  width: 90px;
}

.div-block-78 {
  display: inline-block;
}

.text-block-4 {
  font-size: 13px;
  line-height: 16px;
}

@media screen and (max-width: 479px) {
  .fk-header {
    margin-bottom: 0;
    overflow: hidden;
  }

  .fk-header.media {
    height: 100svh;
  }

  .fk-microtext {
    font-size: 13px;
    line-height: 13px;
  }

  .fk-products {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fk-logo {
    margin-left: 10px;
  }

  .fk-product, .fk-unicorn {
    display: none;
  }

  .fk-info {
    opacity: 100;
    margin-left: 0;
    margin-right: 0;
  }

  .fk-info-start {
    opacity: 100;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .link-block {
    padding: 5px 7px 5px 6px;
  }

  .code-embed.mobile {
    width: 400px;
    height: 400px;
  }

  .image-151 {
    width: 50%;
    margin-top: -65px;
    margin-bottom: 20px;
  }

  .fk-scroll {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .fk-scroll-item {
    margin-bottom: 0;
  }

  .link-block-2 {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .fk-black-mirror {
    opacity: .75;
  }

  .fk-bg {
    display: none;
  }

  .fk-black {
    background-image: radial-gradient(circle, #000 25%, #0000 72%);
    display: none;
  }

  .fk-code {
    display: flex;
  }

  .image-152 {
    width: 170px;
  }

  .fk-unicorn-mobile {
    width: 400px;
    height: 400px;
    display: flex;
  }

  .fk-unicorn-mobile.media {
    margin-top: -50px;
    margin-bottom: 0;
  }

  .fk-video {
    z-index: 10;
    width: 100%;
    height: 100svh;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .fk-video-file {
    width: 100%;
  }

  .utility-page-wrap {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-3 {
    margin-top: -20px;
  }
}

#w-node-e55f8d44-03fa-5b52-09fe-9b67d44791d4-ec2f2ff4 {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}


