.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
}
 
.home-hero {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 100%;
  min-width: auto;
  align-self: center;
  max-height: 100%;
  min-height: auto;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  background-color: #5228F5;
}
 
.home-image1 {
  width: auto;
  height: auto;
  object-fit: cover;
}
 
.home-text1 {
  color: rgb(255, 255, 255);
  font-size: 42px;
  text-align: center;
  margin-bottom: var(--dl-space-space-sevenunits);
}
 
.home-text4 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  text-align: center;
  margin-bottom: var(--dl-space-space-sevenunits);
}
 
.home-footer {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 100%;
  align-self: center;
  max-height: auto;
  align-items: center;
  padding-top: 22px;
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  padding-bottom: 22px;
  justify-content: center;
  background-color: #000000;
}
 
.home-bottom {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-self: center;
  margin-top: var(--dl-space-space-threeunits);
  align-items: flex-start;
  user-select: none;
  flex-direction: column;
}
 
.home-image2 {
  flex: 0;
  width: auto;
  height: auto;
  max-width: var(--dl-size-size-xxlarge);
  min-width: var(--dl-size-size-xsmall);
  align-self: center;
  max-height: var(--dl-size-size-xxlarge);
  min-height: var(--dl-size-size-xsmall);
  object-fit: cover;
}
 
.home-text5 {
  color: rgb(104, 104, 104);
  align-self: center;
  text-align: center;
}
 
.home-text8 {
  color: rgb(104, 104, 104);
  align-self: center;
  text-align: center;
}
 
@media(max-width: 1200px) {
  .home-text1 {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: var(--dl-space-space-fourunits);
  }
  .home-text2 {
    font-size: 32px;
  }
  .home-text4 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    margin-bottom: var(--dl-space-space-fourunits);
  }
  .home-text8 {
    color: rgb(104, 104, 104);
  }
}
 
@media(max-width: 991px) {
  .home-hero {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-footer {
    padding-top: var(--dl-space-space-sevenunits);
    padding-bottom: var(--dl-space-space-sevenunits);
  }
  .home-text5 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0px;
  }
  .home-text8 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0px;
  }
}
 
@media(max-width: 767px) {
  .home-hero {
    height: auto;
    position: relative;
    padding-bottom: var(--dl-space-space-fourunits);
    background-color: var(--dl-color-template-blue-bg);
  }
  .home-footer {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
}
 
@media(max-width: 479px) {
  .home-hero {
    height: auto;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-image1 {
    max-width: var(--dl-size-size-maxwidth);
    min-width: var(--dl-size-size-small);
    max-height: var(--dl-size-size-xlarge);
    min-height: var(--dl-size-size-small);
  }
  .home-text1 {
    color: rgb(255, 255, 255);
    text-align: center;
  }
  .home-image2 {
    max-width: auto;
    min-width: var(--dl-size-size-large);
    min-height: var(--dl-size-size-large);
  }
}
