/* [project]/components/RevealBlock.module.css [app-client] (css) */
.RevealBlock-module__xPq_ZG__wrap {
  align-self: stretch;
  width: 100%;
  height: 250vh;
  position: relative;
}

.RevealBlock-module__xPq_ZG__sticky {
  text-align: center;
  isolation: isolate;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.RevealBlock-module__xPq_ZG__headline {
  letter-spacing: -.01em;
  color: var(--text-primary);
  max-width: 880px;
  margin: 0;
  font-family: Gilroy, Helvetica Neue, Arial, system-ui, -apple-system, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.32;
}

.RevealBlock-module__xPq_ZG__body {
  color: #ffffffdb;
  max-width: 720px;
  margin-top: 28px;
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.6;
}

.RevealBlock-module__xPq_ZG__word {
  will-change: opacity;
  display: inline-block;
}

.RevealBlock-module__xPq_ZG__headline {
  cursor: url("/cursor.svg") 22 22, auto;
}

.RevealBlock-module__xPq_ZG__curCrm {
  cursor: url("/cursors/crm.png") 32 32, pointer;
}

.RevealBlock-module__xPq_ZG__curProjects {
  cursor: url("/cursors/projects.png") 32 32, pointer;
}

.RevealBlock-module__xPq_ZG__curGoals {
  cursor: url("/cursors/goals.png") 32 32, pointer;
}

.RevealBlock-module__xPq_ZG__curTeam {
  cursor: url("/cursors/team.png") 32 32, pointer;
}

.RevealBlock-module__xPq_ZG__curCrm, .RevealBlock-module__xPq_ZG__curProjects, .RevealBlock-module__xPq_ZG__curGoals, .RevealBlock-module__xPq_ZG__curTeam {
  text-underline-offset: 6px;
  color: #9f9f9f;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

@media (max-width: 720px) {
  .RevealBlock-module__xPq_ZG__sticky {
    padding: 0 22px;
  }

  .RevealBlock-module__xPq_ZG__headline {
    max-width: 100%;
    font-size: clamp(22px, 6vw, 30px);
    line-height: 1.3;
  }

  .RevealBlock-module__xPq_ZG__body {
    font-size: 14px;
    line-height: 1.55;
  }
}

/*# sourceMappingURL=components_RevealBlock_module_1jbq0gn.css.map*/