    @font-face {
      font-family: 'Inter 18pt';
      src: url('fonts/Inter18pt-Regular.woff2') format('woff2'),
          url('fonts/Inter18pt-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'Inter 18pt';
      src: url('fonts/Inter18pt-SemiBoldItalic.woff2') format('woff2'),
          url('fonts/Inter18pt-SemiBoldItalic.woff') format('woff');
      font-weight: 600;
      font-style: italic;
      font-display: swap;
    }
    body {
      padding: 0;
      margin: 0;
      color: #fff;
      font-family: 'Inter 18pt';
      background-color: #0A0A0A;
      position: relative;
      overflow-x: hidden;
    }
    .custom-cursor {
      --cursor-x: 50vw;
      --cursor-y: 50vh;
      position: fixed;
      top: 0;
      left: 0;
      width: 24px;
      height: 36px;
      pointer-events: none;
      z-index: 0;
      transform: translate3d(var(--cursor-x), var(--cursor-y), 0);
      background-image: url("images/cursor.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top left;
      will-change: transform;
    }
    @media (hover: hover) and (pointer: fine) {
      body {
        cursor: none;
      }
      a, button, input, textarea, select, label, [role="button"] {
        cursor: none;
      }
    }
    body * {
      -webkit-font-smoothing: antialiased!important;
      text-rendering: optimizeLegibility;
    }
    h1, h2, h3 {
      font-weight: 500;
    }
    .grid {
      max-width: 1100px;
      margin: auto;
      width: calc(100% - 100px);
      position: relative;
      z-index: 1;
    }
    .logo {
      float: left;
    }
    .logo img {
      float: left;
      width: 80px;
      margin-right: 20px;
    }
    .logo h1 {
      color: #fff;
      font-family: 'Inter 18pt';
      font-weight: 500;
      float: left;
      font-style: normal;
      font-size: 27px;
      margin-top: 24px;
    }
    .logo h1 i {
      font-family: 'Inter 18pt';
      font-weight: 600;
      font-style: italic;
    }
    .appstoredl {
      float: right;
      width: 160px;
      margin-top: 15px;
    }
    .menu {
      display: inline-block;
      width: 100%;
      margin-bottom: 60px;
      margin-top: 60px;
    }
    .glassbox {
      border-radius: 40px;
    }
    .glassbox h2 {
      position: absolute !important;
      top: 50%;
      transform: translateY(-50%);
      padding: 0px;
      left: 60px;
      font-weight: 500;
      margin: 0px;
      font-size: 26px;
    }
    .iphoneimg {
      margin-top: 20px;
      margin-left: 55%;
      max-width: calc(40% - 100px);
      margin-bottom: -4px;
    }
    .row3 {
      display: flex;
      margin-top: 40px;
    }
   .notionlogo {
      width: 80px;
      display: block;
      margin: 0px auto 14px;
    }
    .blockcontent {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
    }
    .selectbox {
      background: #fff;
      padding: 8px 15px;
      margin: -5px 10px !important;
      text-shadow: none;
      color: #353535;
      border-radius: 50px;
      box-shadow: 0px 0px 12px #ffffff5e;
    }
    .block2 .blockcontent .highmarginbox {
      margin-top: 20px !important;
    }
    .row3 .block1 h3 {
      margin: auto;
      display: block;
      max-width: 70%;
    }
    .row3 .block2 {
      margin: 0px 40px;
    }
    .row3 .block2 h3 {
      display: inline-block;
    }
    .row3 .block3 h3 {
      margin: auto;
      display: block;
      max-width: 70%;
    }
    .row3 .liquidGlass {
      min-height: 300px;
      flex: 1;
      text-align: center;
    }
    .row3 .liquidGlass h3 {
      font-size: 20px;
    }
    .row3 .block3 h3 {
      margin-top: 40px;
      margin-bottom: 20px;
    }
    .row3 .block3 .widgets {
      margin-bottom: -10px !important;
      position: absolute;
      left: 50%;
      max-width: 90%;
      bottom: 10px;
      transform: translateX(-50%);
    }
    .liquidGlass.privacy {
      margin-top: 40px;
      margin-bottom: 40px;
    }
    .liquidGlass.privacy img {
      max-width: 80px;
      top: 50%;
      position: absolute;
      transform: translateY(-50%);
      left: 30px;
    }
    .liquidGlass.privacy .txtblock {
      width: calc(100% - 170px);
      display: inline-block;
      margin-left: 140px;
      padding: 40px 0px;
    }
    .liquidGlass.privacy .txtblock h3 {
      margin-top: 0px;
      margin-bottom: 7px;
      color: #BBBBBB;
    }
    .liquidGlass.privacy .txtblock p {
      margin: 0px;
      color: #BBBBBB;
    }
    .footer {
      margin-top: 60px;
      border-top: 1px solid #BBBBBB;
      padding-top: 20px;
      padding-bottom: 20px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .footer a {
      color: #BBBBBB;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }

    .textbox {
      width: 100%;
      color: #bbb;
    }
    .textbox h2 {
      color: #fff;
    }
    .textbox a {
      color: #BBBBBB;
    }
    .textbox h3 {
      font-size: 20px;
      color: #fff;
    }
    .textbox_inner {
      padding: 20px 40px;
    }
    @media only screen and (max-width: 1000px) {
      .glassbox h2 {
        font-size: 26px;
      }
      .row3 .liquidGlass h3 {
        font-size: 16px;
      }
      .row3 .liquidGlass {
        min-height: 230px;
      }
    }
    @media only screen and (max-width: 850px) {
      .glassbox h2 {
        font-size: 22px;
      }
    }
     @media only screen and (max-width: 768px) {
        .menu {
          margin-bottom: 40px;
          margin-top: 40px;
        }
        .logo h1 {
          font-size: 20px;
          margin-top: 18px;   
        }
        .logo img {
          width: 60px;
        }
        .appstoredl {
          width: 120px;
          margin-top: 10px;
        }
        .glassbox h2 {
          font-size: 20px;
          position: relative !important;
          transform: none;
          top: 40px;
          left: unset;
          text-align: center;
        }
        .iphoneimg {
          display: block;
          margin: 50px auto -3px;
          max-width: 50%;
        }
        .row3 {
          flex-direction: column;
        }
        .row3 .liquidGlass {
          width: 100%;
        }
        .row3 .block2 {
          margin: 20px 0px;
        }
        .row3 .block3 {
          padding-top: 30px;
        }
        .row3 .block3 h3 {
          margin-top: 10px;
        }
      }
      @media only screen and (max-width: 450px) {
        .grid {
          width: calc(100% - 60px);
        }
        .menu {
          margin-bottom: 30px;
          margin-top: 30px;
        }
        .logo h1 {
          font-size: 16px;
          margin-top: 15px;   
        }
        .logo img {
          width: 50px;
          margin-right: 12px;
        }
        .glassbox h2 {
          top: 35px;
          font-size: 18px;
        }
        .appstoredl {
          width: 100px;
          margin-top: 9px;
        }
        .liquidGlass.privacy img {
          position: relative;
          transform: unset;
          margin: auto;
          display: block;
          padding-top: 40px;
          left: unset;
        }
        .liquidGlass.privacy .txtblock {
          width: calc(100% - 80px);
          display: inline-block;
          margin-left: 0;
          padding: 30px 40px 40px;
        }
      }