.Frontpage---Desktop {
  width: 1920px;
  height: 4208px;
  background-color: #f6f8ff;
  padding: 0px;
}

img.Navigation {
  width: 1920px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
  margin: 0 0 80px;
  padding: 28px 40px;
  object-fit: contain;
}

.H1-Title {
  height: 104px;
  align-self: stretch;
  flex-grow: 0;
  font-family: Noto Sans;
  font-size: 52px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -2.08px;
  text-align: center;
  color: #000720;
}

.H2-title {
  height: 44px;
  align-self: stretch;
  flex-grow: 0;
  font-family: Noto Sans;
  font-size: 44px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1.76px;
  text-align: center;
  color: #000720;
}

.Subtitle {
  height: 48px;
  align-self: stretch;
  flex-grow: 0;
  font-family: Noto Sans;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000720;
}

.Rectangle-12 {
  width: 1520px;
  height: 720px;
  margin: 60px 200px 140px;
  padding: 411px 360px 79px;
  opacity: 0.8;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}