.home-container {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #111;
}
.home-top {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: flex-start;
}
.home-image {
  width: auto;
  align-self: center;
  object-fit: cover;
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
}
.home-text {
  color: var(--dl-color-gray-white);
  margin-bottom: var(--dl-space-space-twounits);
}
.home-link {
  color: var(--dl-color-bright-yellow-deep);
  text-decoration: underline;
}
.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
}
.home-text03 {
  color: var(--dl-color-gray-white);
  margin-bottom: var(--dl-space-space-twounits);
}
.home-link1 {
  color: var(--dl-color-bright-yellow-deep);
  text-decoration: underline;
}
.home-container3 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
}
.home-text08 {
  color: var(--dl-color-gray-white);
  margin-bottom: var(--dl-space-space-twounits);
}
.home-link2 {
  color: var(--dl-color-bright-yellow-deep);
  text-decoration: underline;
}
.home-container4 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
}
.home-text13 {
  color: var(--dl-color-gray-white);
  margin-bottom: var(--dl-space-space-twounits);
}
.home-link3 {
  color: var(--dl-color-bright-yellow-deep);
  text-decoration: underline;
}
.home-container5 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
}
.home-text19 {
  color: var(--dl-color-gray-white);
  margin-bottom: var(--dl-space-space-twounits);
}
.home-link4 {
  color: var(--dl-color-bright-yellow-deep);
  text-decoration: underline;
}
.home-container6 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
}
.home-text24 {
  color: var(--dl-color-gray-white);
  margin-bottom: var(--dl-space-space-twounits);
}
.home-link5 {
  color: var(--dl-color-bright-yellow-deep);
  text-decoration: underline;
}
.home-container7 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.home-text29 {
  color: var(--dl-color-gray-white);
  margin-bottom: var(--dl-space-space-twounits);
}
.home-link6 {
  color: var(--dl-color-bright-yellow-deep);
  text-decoration: underline;
}
.home-container8 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-image1 {
  width: 46px;
  height: 46px;
  object-fit: cover;
  margin-right: var(--dl-space-space-halfunit);
}
.home-div {
  width: 100%;
  height: 58px;
}
@media(max-width: 767px) {
  .home-container {
    align-items: center;
    justify-content: center;
  }
  .home-top {
    align-self: center;
    justify-content: center;
  }
  .home-container1 {
    align-items: center;
    justify-content: center;
  }
  .home-container2 {
    align-items: center;
    justify-content: center;
  }
  .home-container3 {
    align-items: center;
    justify-content: center;
  }
  .home-container4 {
    align-items: center;
    justify-content: center;
  }
  .home-container5 {
    align-items: center;
    justify-content: center;
  }
  .home-container6 {
    align-items: center;
    justify-content: center;
  }
  .home-container7 {
    align-items: center;
    justify-content: center;
  }
}
