/* screen - home */

.home {
  align-items: center;
  background-color: var(--curious-blue);
  display: flex;
  flex-direction: column;
  min-height: 682px;
  overflow-x: hidden;
  padding: 2px 0;
  width: 320px;
}

.home .real-weather {
  font-weight: 700;
  letter-spacing: 0.31px;
  line-height: 30px;
  margin-left: 2.31px;
  margin-top: 25px;
  min-width: 156px;
  text-align: center;
  white-space: nowrap;
}

.home .realweather {
  cursor: pointer;
  height: 210px;
  margin-top: 117px;
  width: 210px;
}

.home .group-2 {
  align-items: flex-end;
  background-color: var(--white);
  border-radius: 37.5px;
  cursor: pointer;
  height: 75px;
  margin-top: 111px;
  min-width: 241px;
  padding: 21px 26.7px;
}

.home .title {
  color: #000000;
  font-family: var(--font-family-roboto);
  font-size: 27px;
  letter-spacing: 0.33px;
  line-height: 32px;
  min-width: 187px;
  text-align: center;
  white-space: nowrap;
}

.home .group {
  align-items: flex-start;
  height: 30px;
  margin-top: 39px;
  min-width: 299px;
}

.home .support {
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.31px;
  line-height: 30px;
  min-width: 98px;
  text-align: center;
  white-space: nowrap;
}

.home .terms {
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.31px;
  line-height: 30px;
  margin-left: 12px;
  min-width: 78px;
  text-align: center;
  white-space: nowrap;
}

.home .privacy {
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.31px;
  line-height: 30px;
  margin-left: 22px;
  min-width: 91px;
  text-align: center;
  white-space: nowrap;
}

.home .x2025-real-weather-f {
  color: #247cb8;
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxs);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 14px;
  margin-top: 15px;
  min-width: 154px;
  text-align: center;
  white-space: nowrap;
}

.home .guidelines {
  align-self: flex-end;
  color: transparent;
  cursor: pointer;
  font-family: var(--font-family-sfprodisplay-bold);
  font-size: 4px;
  font-weight: 700;
  letter-spacing: 0.05px;
  line-height: 5px;
  margin-right: -0.05px;
  margin-top: 7px;
  min-width: 22px;
  white-space: nowrap;
}

.home .group-1 {
  display: flex;
  justify-content: flex-end;
  margin-left: 1.0px;
}
