/* @chunk:wyAQy7cm v=a44ce6a2 */
._c37d2cb68462 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      background: rgba(255, 255, 255, .03);
      border: 1px solid rgba(255, 255, 255, .07);
      border-radius: 12px;
      padding: 1rem 1.4rem;
    }
._cd69d76b4e72 g path {
      fill: #fff;
    }
/* Typography */
    ._c8fce853f8dc {
      font-family: 'Manrope', sans-serif;
      font-weight: 800;
      font-size: clamp(3.5rem, 11vw, 10rem);
      line-height: .9;
      letter-spacing: -.04em;
      mix-blend-mode: difference;
    }
@keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
._c26493031ff7 {
      width: 60px;
      height: 60px;
      border: 2px solid rgba(255, 255, 255, .1);
      border-top: 2px solid #fff;
      border-radius: 50%;
      animation: spin 1s cubic-bezier(.5, 0, .5, 1) infinite;
      margin-bottom: 1.5rem;
    }
._c4267eaaeee0 svg {
      width: 14px;
      height: 14px;
      stroke: #888;
      stroke-width: 2;
      fill: none;
    }
/* ===================== HERO ===================== */
    ._c14b08d7f550 {
      height: 100vh;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
#_d1d5480002e1 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: -1;
      pointer-events: none;
    }
