:root {
  --white: white;
  --black: black;
}

a {
  text-decoration: none;
}

.body {
  height: 100%;
  min-height: 100%;
  background-color: #000;
  font-family: Dazzed, sans-serif;
  font-weight: 500;
  overflow: hidden;
}

.header {
  width: 100%;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.navigation.w--current {
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.content {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #a0f;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.typography {
  z-index: -2;
  max-height: 700px;
  max-width: 800px;
  background-image: url('../images/Wordmark-mobile3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  margin: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.handphone {
  width: 100%;
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Hand2.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: content-box;
  position: absolute;
}

.handphone.shadow {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-image: url('../images/Hand-shadows.png');
  background-clip: content-box;
  display: block;
}

.handphone.flash {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  background-image: url('../images/flash.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: content-box;
}

.heroart {
  width: 100%;
  height: 148%;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heroart.shadow {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: multiply;
}

.heroart.hand {
  z-index: 0;
}

.heroart.flash {
  z-index: 2;
  mix-blend-mode: screen;
}

.main {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  min-height: 100%;
  display: flex;
}

.l {
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.r {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.r.card-block {
  flex: 1;
}

.card {
  width: 100%;
  height: 100%;
  background-color: #a0f;
  border-radius: 40px;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.manifesto {
  max-width: 60%;
  color: rgba(255, 255, 255, .9);
  margin-top: 1.2vw;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2.24vw;
}

.title {
  color: #fff;
  font-family: Editorial New, sans-serif;
  font-size: 5vw;
  font-weight: 200;
  line-height: 5vw;
}

.title-wrapper {
  margin-bottom: 10px;
  display: flex;
}

.trademark {
  color: #fff;
  font-size: .8vw;
  font-weight: 600;
  line-height: .8vw;
  display: inline;
  position: relative;
  bottom: 3px;
  left: -12px;
}

.social-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  margin-top: 20px;
  display: flex;
}

.icon {
  color: #fff;
  transition: opacity .2s linear;
}

.icon:hover {
  color: #79affa;
}

.footer {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: static;
  bottom: 20px;
}

.footer-text {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline;
}

.heaver-nav {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.link-block.nav-about {
  display: none;
}

.body-content {
  display: block;
}

.close-icon {
  width: 13px;
}

.download {
  z-index: 1;
  position: static;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: 0%;
}

.download.dl-mobile {
  display: none;
}

.download-frame {
  z-index: 99;
  width: 46.9%;
  height: 120px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding-left: 20px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.footer-close {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

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

.link-block-2 {
  display: inline;
}

.splash-wordmark {
  width: 100%;
  height: 100%;
  background-image: url('../images/friends-wordmark-c.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex: 0 auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

.html-embed {
  z-index: 999;
  position: fixed;
  top: auto;
  bottom: -1%;
  left: auto;
  right: 0%;
}

.html-embed.corner-clip {
  z-index: 99;
  bottom: -5px;
}

.grained {
  z-index: 9999;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grain {
  z-index: 999;
  opacity: .8;
  mix-blend-mode: hard-light;
  background-image: url('../images/Grain-Hardlight-c.jpg');
  background-size: cover;
  border-radius: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  z-index: -1;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader {
  z-index: -1;
  opacity: 0;
  filter: blur(100px);
  mix-blend-mode: difference;
  background-image: url('../images/lapse-loader.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20vw;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  color: rgba(255, 255, 255, .6);
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 2vw;
}

.faq {
  min-height: 624px;
  padding: 100px 40px;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  background-color: #1d1d1d;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  margin-bottom: 32px;
  transition: border-color .2s linear;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px rgba(74, 58, 255, .06);
}

.arrow-line---brix {
  width: 11px;
  min-height: 2px;
  background-color: #4a3aff;
  border-radius: 500px;
  position: absolute;
}

.arrow-line---brix._1---brix {
  background-color: #79affa;
  left: 7px;
  transform: rotate(45deg);
}

.arrow-line---brix._2---brix {
  background-color: #79affa;
  right: 7px;
  transform: rotate(-45deg);
}

.accordion-item-title---brix {
  color: rgba(255, 255, 255, .9);
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-arrow-wrap---brix {
  width: 50px;
  min-height: 50px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  width: 18px;
  height: 18px;
  color: #79affa;
  -webkit-text-stroke-color: #79affa;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.body-2 {
  font-family: Dazzed, sans-serif;
}

.faq-wrapper {
  z-index: 999;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.close-faq {
  z-index: 99;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  top: 30px;
  left: 30px;
}

.faq-hide {
  opacity: 0;
  transform: translate(0, 10vh);
}

.link-block-3 {
  cursor: pointer;
  transition: opacity .2s linear;
}

@media screen and (max-width: 991px) {
  .handphone {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
  }

  .heroart.shadow, .heroart.hand, .heroart.flash {
    height: 130%;
  }

  .main {
    display: block;
  }

  .r.card-block {
    padding-top: 80px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .card {
    transform: translate(0, 100vh);
  }

  .manifesto {
    max-width: 460px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .title {
    font-size: 10vw;
  }

  .title-wrapper {
    margin-bottom: 40px;
  }

  .trademark {
    bottom: 14px;
    left: -11px;
  }

  .heaver-nav {
    margin-bottom: 3px;
    display: block;
  }

  .link-block.nav-about {
    min-width: 80px;
    display: block;
  }

  .body-content {
    opacity: 0;
  }

  .close {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-items: flex-end;
    display: none;
  }

  .download {
    width: 170px;
  }

  .download-frame {
    width: 100%;
    height: 120px;
    opacity: 0;
    padding-left: 0;
    bottom: 0;
    right: 0;
    transform: translate(0, 120px);
  }

  .html-embed.corner-clip {
    display: none;
  }

  .loader {
    opacity: 0;
    background-size: 30vw;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 22px;
    line-height: 30px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .faq-wrapper {
    display: none;
  }

  .faq-hide {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .handphone {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .handphone.shadow, .handphone.flash {
    background-position: 50% 100%;
    background-size: cover;
  }

  .main {
    display: block;
  }

  .r.card-block {
    padding-top: 80px;
    position: fixed;
    bottom: 0;
  }

  .card {
    transform: translate(0, 100vh);
  }

  .manifesto {
    font-size: 4vw;
    font-weight: 500;
    line-height: 5.6vw;
  }

  .title {
    font-size: 10vw;
    line-height: 8vw;
  }

  .trademark {
    font-size: 1.5vw;
    line-height: 1vw;
    bottom: 6px;
  }

  .heaver-nav, .heaver-nav.about-btn {
    font-size: 16px;
  }

  .link-block.nav-about {
    display: block;
  }

  .close, .download.dl-desktop {
    display: none;
  }

  .download.dl-mobile {
    display: flex;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.4;
  }

  .faq {
    padding: 80px 24px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    font-size: 14px;
    position: static;
  }

  .navigation.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navtext {
    font-size: 16px;
  }

  .typography {
    max-height: 500px;
    filter: hue-rotate();
    margin-top: auto;
    margin-bottom: auto;
  }

  .handphone {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heroart.shadow {
    height: 100%;
    filter: hue-rotate();
    display: block;
  }

  .heroart.hand, .heroart.flash {
    height: 100%;
  }

  .main {
    width: 100%;
    height: 100%;
    cursor: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .l {
    padding: 20px;
  }

  .r {
    align-items: flex-end;
    padding: 0;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .r.card-block {
    padding-top: 55px;
    overflow: hidden;
  }

  .card {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: translate(0, 100%);
  }

  .manifesto {
    font-size: 5.5vw;
    line-height: 7vw;
  }

  .title {
    font-size: 18vw;
    line-height: 18vw;
  }

  .trademark {
    bottom: -19.6vw;
    left: -8px;
  }

  .heaver-nav {
    font-size: 16px;
  }

  .link-block.nav-about {
    min-width: 70px;
  }

  .italic-text {
    display: inline-block;
  }

  .close {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-items: center;
    display: none;
    position: relative;
  }

  .close-icon {
    display: flex;
  }

  .download {
    width: 200px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .faq {
    padding: 90px 16px 64px;
  }

  .accordion-item---brix.accordion-1---brix {
    border-radius: 17px;
    margin-bottom: 10px;
    padding: 20px;
  }

  .accordion-item-title---brix {
    max-width: 100%;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }

  .accordion-arrow-wrap---brix {
    width: 30px;
    min-height: 30px;
  }

  .accordion-trigger---brix {
    align-items: center;
  }

  .accordion-arrow-wrapper---brix {
    transform: scale(.8)rotate(90deg);
  }

  .close-faq {
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
  }
}


@font-face {
  font-family: 'Dazzed';
  src: url('../fonts/Dazzed-SemiBold.woff2') format('woff2'), url('../fonts/Dazzed-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dazzed';
  src: url('../fonts/Dazzed-Medium.woff2') format('woff2'), url('../fonts/Dazzed-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorial New';
  src: url('../fonts/PPEditorialNew-UltralightItalic.woff2') format('woff2'), url('../fonts/PPEditorialNew-UltralightItalic.woff') format('woff'), url('../fonts/PPEditorialNew-UltralightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Editorial New';
  src: url('../fonts/PPEditorialNew-Ultralight.woff2') format('woff2'), url('../fonts/PPEditorialNew-Ultralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}