.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: radial-gradient(circle at center, rgb(3, 51, 95) 0.00%,rgb(0, 0, 0) 100.00%);
}
.home-container1 {
  width: 100%;
  display: flex;
  padding: 30px;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
.home-image {
  width: 36%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.home-container2 {
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 48px;
  display: flex;
  position: absolute;
  align-self: stretch;
  align-items: center;
  justify-content: flex-end;
}
.home-container3 {
  width: 177px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-link {
  display: contents;
}
.home-image1 {
  width: 30px;
  object-fit: cover;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}
.home-link1 {
  display: contents;
}
.home-image2 {
  width: 30px;
  object-fit: cover;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}
.home-image3 {
  width: 30px;
  object-fit: cover;
  margin-left: 5px;
  margin-right: 5px;
}
.home-c-o-n-t-a-c-t {
  color: #ffffff;
  width: 200px;
  height: 100%;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  border-width: 0px;
  padding-left: var(--dl-space-space-halfunit);
  border-radius: 0px;
  padding-right: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
  background-color: #001823;
}
.home-c-o-n-t-a-c-t:hover {
  cursor: pointer;
}
.home-container4 {
  left: 0px;
  bottom: 0px;
  height: 60px;
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.home-c-o-n-t-a-c-t1 {
  top: 0px;
  color: #ffffff;
  right: 0px;
  width: 200px;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  border-width: 0px;
  padding-left: var(--dl-space-space-halfunit);
  border-radius: 0px;
  padding-right: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
  background-color: #001823;
}
.home-container5 {
  width: 177px;
  height: 55px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-image4 {
  width: 30px;
  object-fit: cover;
}
.home-image5 {
  width: 30px;
  object-fit: cover;
}
.home-image6 {
  width: 30px;
  object-fit: cover;
}
@media(max-width: 767px) {
  .home-image {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .home-image {
    width: 70%;
  }
  .home-container2 {
    height: 164px;
    flex-direction: column;
    justify-content: center;
  }
  .home-container3 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-c-o-n-t-a-c-t {
    height: 50px;
  }
}
