@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../media/0a7740363b4d4863-s.2bakuypqc5dou.woff2) format("woff2");
  unicode-range:
    U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC,
    U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../media/5f9d24ebef5d5292-s.0fg7ryy-bp2x_.woff2) format("woff2");
  unicode-range:
    U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../media/e2334d715941921e-s.p.2g9xiodaln20i.woff2) format("woff2");
  unicode-range:
    U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins Fallback;
  src: local(Arial);
  ascent-override: 93.62%;
  descent-override: 31.21%;
  line-gap-override: 8.92%;
  size-adjust: 112.16%;
}
.poppins_588ff8c4-module__iKybNa__variable {
  --font-poppins: "Poppins", "Poppins Fallback";
}
@font-face {
  font-family: neueMontreal;
  src: url(../media/NeueMontreal_Medium-s.p.2pzzhle5ru74a.otf)
    format("opentype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: neueMontreal Fallback;
  src: local(Arial);
  ascent-override: 100.08%;
  descent-override: 23.35%;
  line-gap-override: 0%;
  size-adjust: 97.23%;
}
.neuemontreal_e4584edb-module__-neIfq__variable {
  --font-neue-montreal: "neueMontreal", "neueMontreal Fallback";
}
:root {
  --ink: #0a0a0a;
  --page-background: #fefefe;
  --facebook-blue: #0866ff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--page-background);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  margin: 0;
  font-family:
    Arial,
    Helvetica Neue,
    sans-serif;
}
a {
  color: inherit;
}
.blank-page {
  background: var(--page-background);
  place-items: center;
  display: grid;
  position: fixed;
  inset: 0;
  overflow-x: hidden;
}
.home-header {
  z-index: 10;
  position: absolute;
  top: clamp(20px, 3vw, 40px);
  left: clamp(20px, 4vw, 64px);
}
.home-header__brand,
.home-header__logo {
  width: clamp(56px, 5.4vw, 70px);
  height: clamp(56px, 5.4vw, 70px);
  display: block;
}
.home-header__brand {
  border-radius: 50%;
}
.home-header__brand:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #111;
}
.home-header__logo {
  object-fit: cover;
  border-radius: 50%;
}
.phone-showcase {
  aspect-ratio: 24/23;
  width: min(50svh, 100vw - 64px);
  position: relative;
  transform: translateY(-5svh);
}
.showcase-visual {
  transform-origin: top;
  position: absolute;
  inset: 0;
  transform: scale(0.94);
}
.showcase-visual:after {
  z-index: 3;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #fefefe05 30%,
    #fefefe12 36%,
    #fefefe29 41%,
    #fefefe61 45%,
    #fefefec2 49%,
    var(--page-background) 55%,
    var(--page-background) 100%
  );
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 42% -10% -24%;
}
.hero-content {
  z-index: 5;
  text-align: center;
  width: calc(100vw - 40px);
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translate(-50%);
}
.hero-heading {
  color: #000;
  font-family: var(--font-neue-montreal), Arial, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  text-align: center;
  text-wrap: balance;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  column-gap: 0.2em;
  margin: 0;
  padding-bottom: 0.08em;
  font-size: clamp(2.15rem, 4.75vw, 4.5rem);
  font-weight: 500;
  line-height: 1.12;
  display: inline-flex;
}
.hero-heading__prefix,
.hero-heading__gradient,
.hero-heading__remainder {
  color: #0000;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-inline-end: -0.08em;
  padding-inline-end: 0.08em;
  display: inline-block;
}
.hero-heading__prefix {
  background-image: linear-gradient(
    90deg,
    #68686b 0%,
    #3d3d40 52%,
    #111113 100%
  );
}
.hero-heading__gradient {
  background-image: linear-gradient(
    90deg,
    #111113 0%,
    #303033 48%,
    #68686b 100%
  );
}
.hero-heading__action--buy {
  color: #2eaf67;
  -webkit-text-fill-color: #2eaf67;
}
.hero-heading__phrases {
  vertical-align: bottom;
  justify-items: start;
  display: inline-grid;
  position: relative;
}
.hero-heading__phrases > span {
  grid-area: 1/1;
}
.hero-heading__phrases > span:not(.is-active) {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-transition-layer {
  visibility: hidden;
  opacity: 0;
  filter: blur(5px);
  pointer-events: none;
  will-change: opacity, filter, transform;
  transition:
    opacity 0.64s cubic-bezier(0.22, 0.68, 0, 1),
    filter 0.64s cubic-bezier(0.22, 0.68, 0, 1),
    transform 0.64s cubic-bezier(0.22, 0.68, 0, 1),
    visibility 0s linear 0.64s;
  transform: translateY(-7px) scale(0.985);
}
.hero-transition-layer.is-active {
  visibility: visible;
  opacity: 1;
  filter: blur();
  pointer-events: auto;
  transition-delay: 90ms, 90ms, 90ms, 0s;
  transform: translateY(0) scale(1);
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 600px) {
  .blank-page {
    min-height: 100svh;
    display: block;
    overflow-x: hidden;
  }
  .home-header {
    top: 18px;
    left: 20px;
  }
  .home-header__brand,
  .home-header__logo {
    width: 56px;
    height: 56px;
  }
  .phone-showcase {
    --mobile-showcase-lift: 16px;
    aspect-ratio: auto;
    width: 100vw;
    height: 100svh;
    position: absolute;
    inset: 0;
    transform: none;
  }
  .showcase-visual {
    top: auto;
    right: auto;
    bottom: max(210px, calc(env(safe-area-inset-bottom) + 200px));
    aspect-ratio: 24/23;
    width: min(82vw, 335px);
    transform: translate(-50%, calc(-1 * var(--mobile-showcase-lift)))
      scale(0.96);
    left: 50%;
  }
  .hero-content {
    top: auto;
    bottom: max(54px, calc(env(safe-area-inset-bottom) + 44px));
    width: calc(100vw - 32px);
    transform: translate(-50%, calc(-1 * var(--mobile-showcase-lift)));
  }
  .hero-heading {
    flex-direction: column;
    align-items: center;
    font-size: clamp(1.65rem, 7.6vw, 2.25rem);
    line-height: 1.03;
    display: flex;
  }
  .hero-heading__prefix {
    margin-bottom: 3px;
  }
}
