.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.95) 0.00%,rgba(207, 231, 255, 0.9) 100.00%),url("public/1693-1500w.webp");
  background-repeat: center;
  background-position: top lefttop left,center;
}
.home-hero {
  gap: var(--dl-space-space-halfunit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container2 {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-left {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-image1 {
  width: 300px;
  object-fit: cover;
}
.home-container3 {
  gap: var(--dl-space-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-text10 {
  color: rgb(22, 131, 170);
  font-size: 32px;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 700;
}
.home-text11 {
  font-family: "Open Sans";
}
.home-text13 {
  color: rgb(22, 131, 170);
  font-size: 50px;
  font-family: "Open Sans";
}
.home-text14 {
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 800;
}
.home-lottie-node {
  width: 450px;
  height: 320PX;
}
.home-container4 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container5 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-text16 {
  color: rgb(22, 131, 170);
  font-size: 28px;
  font-style: normal;
  font-family: Inter;
  font-weight: 600;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.home-text17 {
  font-family: "Open Sans";
}
.home-text19 {
  color: rgb(22, 131, 170);
  font-size: 18px;
}
.home-socials {
  gap: var(--dl-space-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-link1 {
  display: contents;
}
.home-image2 {
  width: 30px;
  object-fit: cover;
  text-decoration: none;
}
.home-link2 {
  display: contents;
}
.home-image3 {
  width: 34px;
  object-fit: cover;
  text-decoration: none;
}
@media(max-width: 479px) {
  .home-hero {
    height: auto;
    margin-top: var(--dl-space-space-twounits);
    align-items: center;
    margin-bottom: var(--dl-space-space-fourunits);
  }
  .home-container2 {
    flex-direction: column;
  }
  .home-image1 {
    align-self: center;
  }
  .home-container3 {
    align-items: center;
  }
  .home-lottie-node {
    height: 350px;
  }
  .home-container5 {
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .home-text16 {
    align-self: center;
    text-align: center;
  }
  .home-text19 {
    font-size: 14px;
    align-self: center;
    text-align: center;
  }
}
