.body1,
.title {
  margin: 0;
  position: relative;
  letter-spacing: -0.02em;
  font-family: inherit;
}
.title {
  align-self: stretch;
  font-size: inherit;
  line-height: 32px;
  font-weight: 700;
  color: var(--vibrant-labels-vibrant-primary);
}
.body1 {
  width: 268px;
  font-size: var(--font-size-sm);
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
}
.icons8-rocket-96-1 {
  width: 24px;
  position: relative;
  height: 24px;
  object-fit: cover;
}
.label {
  position: relative;
  font-size: var(--font-size-mid);
  letter-spacing: -0.4px;
  line-height: 22px;
  font-weight: 600;
  font-family: var(--font-roboto);
  color: var(--native-button-text-color);
  text-align: center;
}
.button-ios {
  cursor: pointer;
  border: 0;
  padding: var(--padding-mini) var(--padding-xs);
  background-color: var(--native-button-color);
  width: 207px;
  border-radius: var(--br-3xs);
  height: 50px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: var(--gap-3xs);
  min-width: 50px;
}
.button-ios:active {
  background-color: #218cff;
}
.body,
.title1 {
  align-self: stretch;
}
.title1 {
  position: relative;
  font-size: var(--font-size-xs);
  letter-spacing: -0.02em;
  line-height: 24px;
}
.body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-xl);
}
.index {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: var(--gap-11xl);
  font-size: var(--font-size-sm);
}
.index {
  width: 100%;
  height: var(--tg-viewport-height);
  position: relative;
  background-color: var(--native-button-text-color);
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--padding-xl);
  box-sizing: border-box;
  gap: var(--gap-xl);
  text-align: center;
  font-size: var(--font-size-xl);
  color: var(--grays-gray-2);
  font-family: var(--font-roboto);
  touch-action: manipulation;
  -webkit-touch-callout: none;  /* iOS Safari */
  -webkit-user-select: none;  /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none;  /* Internet Explorer/Edge */
  user-select: none;
}
