@font-face {
    font-family: __Inter_aaf875;
    font-style: normal;
    font-weight: 100 900; /*savepage-font-display=swap*/
    src:/*savepage-url=/_next/static/media/ec159349637c90ad-s.woff2*/ url()
      format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff,
      u+a640-a69f, u+fe2e-fe2f;
  }
  @font-face {
    font-family: __Inter_aaf875;
    font-style: normal;
    font-weight: 100 900; /*savepage-font-display=swap*/
    src:/*savepage-url=/_next/static/media/513657b02c5c193f-s.woff2*/ url()
      format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
  }
  @font-face {
    font-family: __Inter_aaf875;
    font-style: normal;
    font-weight: 100 900; /*savepage-font-display=swap*/
    src:/*savepage-url=/_next/static/media/fd4db3eb5472fc27-s.woff2*/ url()
      format("woff2");
    unicode-range: u+1f??;
  }
  @font-face {
    font-family: __Inter_aaf875;
    font-style: normal;
    font-weight: 100 900; /*savepage-font-display=swap*/
    src:/*savepage-url=/_next/static/media/51ed15f9841b9f9d-s.woff2*/ url()
      format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c,
      u+038e-03a1, u+03a3-03ff;
  }
  @font-face {
    font-family: __Inter_aaf875;
    font-style: normal;
    font-weight: 100 900; /*savepage-font-display=swap*/
    src:/*savepage-url=/_next/static/media/05a31a2ca4975f99-s.woff2*/ url()
      format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169,
      u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309,
      u+0323, u+0329, u+1ea0-1ef9, u+20ab;
  }
  @font-face {
    font-family: __Inter_aaf875;
    font-style: normal;
    font-weight: 100 900; /*savepage-font-display=swap*/
    src:/*savepage-url=/_next/static/media/d6b16ce4a6175f26-s.woff2*/ url()
      format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, 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: __Inter_aaf875;
    font-style: normal;
    font-weight: 100 900; /*savepage-font-display=swap*/
    src:/*savepage-url=/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2*/ url()
      format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
      u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122,
      u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
  }
  @font-face {
    font-family: __Inter_Fallback_aaf875;
    src: local("Arial");
    ascent-override: 90.49%;
    descent-override: 22.56%;
    line-gap-override: 0%;
    size-adjust: 107.06%;
  }
  .__className_aaf875 {
    font-family: __Inter_aaf875, __Inter_Fallback_aaf875;
    font-style: normal;
  }
  :root {
    --bg-color: #000;
    --text-color: #fff;
    --text-secondary-color: #8e8e93;
  }
  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  body,
  html {
    max-width: 100vw;
    overflow: hidden;
    height: 100%;
    touch-action: none;
  }
  body {
    color: var(--text-color);
    background: var(--bg-color);
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    position: relative;
  }
  video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    opacity: 0;
  }
  #bg,
  video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  #bg {
    width: 100%;
    height: 100%;
    background: var('../thumbnail.jpeg')
      no-repeat;
    background-size: cover;
    background-position: 50%;
    transform: scale(6);
  }
  @media screen and (max-width: 768px) {
    #bg {
      background-image:/*savepage-url=/mobile-bg.jpg*/ url();
    }
  }