.splash-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.splash-splash {
  width: 100%;
  height: 844px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-color: var(--dl-color-m3_surfaces_light-surface1);
}
.splash-logo {
  gap: 20.625px;
  top: 364px;
  left: 19px;
  width: 353px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: flex-end;
}
.splash-text {
  color: var(--dl-color-m3-black);
  height: auto;
  font-size: 66px;
  font-style: Bold;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  line-height: 66px;
  font-stretch: normal;
  text-decoration: none;
}
.splash-text2 {
  top: 780px;
  color: rgba(0, 0, 0, 1);
  width: 390px;
  height: auto;
  position: absolute;
  font-size: 12px;
  font-style: Bold;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  line-height: 66px;
  font-stretch: normal;
  text-decoration: none;
}
@media(max-width: 767px) {
  .splash-text {
    top: 0px;
    left: var(--dl-space-space-threeunits);
    right: 0px;
    width: auto;
    position: absolute;
    align-self: center;
  }
  .splash-text2 {
    color: rgb(0, 0, 0);
    width: 100%;
    position: static;
    font-size: 16px;
    align-self: flex-end;
    font-family: Poppins;
    font-weight: 700;
    line-height: 66px;
    text-decoration: none;
  }
}
