/* screen - project-liftoff-desktop */

.project-liftoff-desktop {
  align-items: center;
  background-image: url(/img/bg.svg);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 0.58vw;
  justify-content: center;
  min-height: 100vh;
  position: relative;
}

.project-liftoff-desktop .content {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 3.37vw;
  padding: 5.79vw;
  position: relative;
  width: 100%;
}

.project-liftoff-desktop .text {
  color: var(--gray500);
  font-weight: 400;
  line-height: 1.39vw;
  margin-top: -0.06vw;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}


.project-liftoff-desktop .input-data_intent:hover {

  transform: scale(1.1);
}

.project-liftoff-desktop .text-1 {
  letter-spacing: 0.1vw;
  line-height: normal;
  margin-top: -0.06vw;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.project-liftoff-desktop .input-data:hover {
  transform: scale(1.1);
}
