.testimonial-card12-testimonial-card {
  display: flex;
  padding: var(--dl-space-space-twounits);
  max-width: var(--dl-size-size-maxwidth);
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-card12-icon {
  width: 2rem;
  margin-bottom: var(--dl-space-space-twounits);
}
.testimonial-card12-testimonial {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-card12-text {
  color: var(--dl-color-gray-500);
  font-size: 25px;
  text-align: center;
  font-family: Poppins;
  margin-bottom: var(--dl-space-space-threeunits);
}
.testimonial-card12-text1 {
  font-size: 1.5rem;
  font-family: Poppins;
  font-weight: 300;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.testimonial-card12-image {
  width: var(--dl-size-size-medium);
  height: var(--dl-size-size-medium);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}






@media(max-width: 767px) {
  .testimonial-card12-testimonial-card {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
}
@media(max-width: 479px) {
  .testimonial-card12-testimonial-card {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .testimonial-card12-icon {
    margin-bottom: var(--dl-space-space-unit);
  }
  .testimonial-card12-text {
    font-size: 1.3em;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .testimonial-card12-text1 {
    margin-bottom: var(--dl-space-space-halfunit);
  }
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: rgba(92, 67, 31, 0);
}
.home-header {
  width: 100%;
  display: flex;
  opacity: 1;
  padding: var(--dl-space-space-halfunit);
  box-shadow: 5px 5px 10px 0px #000000;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-container01 {
  display: flex;
  align-items: flex-start;
  margin-left: 0px;
  flex-direction: row;
  justify-content: center;
}
.home-image {
  width: 70px;
  height: 70px;
}
.home-text {
  align-self: center;
  font-family: Poppins;
  font-weight: 600;
  padding-left: var(--dl-space-space-oneandhalfunits);
}
.home-text01 {
  font-weight: 300;
}
.home-text02 {
  font-weight: 500;
}
.home-text03 {
  font-style: normal;
}
.home-container02 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(180deg, rgba(255, 76, 92, 0.8) 6.00%,rgb(255, 204, 133) 91.00%);
}
.home-banner {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1100px;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-container03 {
  flex: 0 0 auto;
  width: 615px;
  height: auto;
  display: flex;
  position: relative;
  align-items: space-between;
  flex-direction: column;
}
.home-container04 {
  width: 615px;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  justify-content: space-between;
}
.home-text04 {
  font-size: 3em;
  font-style: normal;
  text-align: left;
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: 35px;
}
.home-text05 {
  font-size: 1.5em;
  font-style: normal;
  font-family: Poppins;
  font-weight: 400;
  margin-right: var(--dl-space-space-threeunits);
}
.home-container05 {
  flex: 0 0 auto;
  width: 430px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container06 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.home-image1 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 353px;
  bottom: 0px;
  height: 337px;
  margin: auto;
  opacity: 0.1;
  position: absolute;
  align-self: flex-start;
  object-fit: cover;
}
.home-lottie-node {
  width: 100%;
  height: 360px;
  opacity: 1;
  z-index: 1000;
}
.home-banner1 {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1100px;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  justify-content: center;
}
.home-container07 {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: row;
  justify-content: center;
}
.home-link {
  color: rgb(255, 255, 255);
  width: 350px;
  height: auto;
  margin: 0px;
  padding: var(--dl-space-space-unit);
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  background-color: rgb(10, 10, 10);
}
.home-text06 {
  font-family: Poppins;
  letter-spacing: 0.2em;
}
.home-link1 {
  color: rgb(255, 255, 255);
  width: 350px;
  height: auto;
  margin: 0px;
  padding: var(--dl-space-space-unit);
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  border-width: 2px;
  border-radius: 50px;
  text-decoration: none;
  background-color: rgba(10, 10, 10, 0.1);
}
.home-text09 {
  color: #000000;
  font-family: Poppins;
  letter-spacing: 0.2em;
}
.home-container08 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0.00%,rgb(255, 204, 133) 99.00%);
}
.home-lottie-node1 {
  width: 172px;
  height: 144px;
  align-self: center;
}
.home-steps {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
.home-text12 {
  color: var(--dl-color-gray-black);
  font-size: 2.5rem;
  font-style: normal;
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text13 {
  color: rgb(0, 0, 0);
  width: 80%;
  font-size: 1.4em;
  align-self: center;
  box-shadow: 0px 60px 60px -10px rgba(0, 0, 0, 0.35);
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.7;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-threeunits);
  border-radius: 20px;
  margin-bottom: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  background-image: linear-gradient(0deg, rgb(255 255 255 / 46%) 0%, rgb(255 255 255 / 28%) 99%);
}
.home-container09 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-container10 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-step {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  padding-top: 24px;
  flex-direction: column;
}
.home-text14 {
  color: rgba(0, 0, 0, 0.16);
  font-size: 4rem;
  text-align: center;
  font-family: Poppins;
  font-weight: 900;
  margin-bottom: -30px;
}
.home-text16 {
  font-size: 1.5rem;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text17 {
  color: var(--dl-color-gray-500);
  font-size: 1.2rem;
  font-style: normal;
  margin-top: var(--dl-space-space-oneandhalfunits);
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
}
.home-step1 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
}
.home-text20 {
  color: rgba(0, 0, 0, 0.16);
  font-size: 4rem;
  text-align: center;
  font-family: Poppins;
  font-weight: 900;
  margin-bottom: -30px;
}
.home-text22 {
  font-size: 1.5rem;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text23 {
  color: var(--dl-color-gray-500);
  font-size: 1.2rem;
  font-style: normal;
  margin-top: var(--dl-space-space-oneandhalfunits);
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
}
.home-container11 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-step2 {
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
}
.home-text24 {
  color: rgba(0, 0, 0, 0.16);
  font-size: 4rem;
  text-align: center;
  font-family: Poppins;
  font-weight: 900;
  margin-bottom: -30px;
}
.home-text26 {
  font-size: 1.5rem;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text27 {
  color: var(--dl-color-gray-500);
  font-size: 1.2rem;
  font-style: normal;
  margin-top: var(--dl-space-space-oneandhalfunits);
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
}
.home-banner2 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  align-items: center;
  flex-direction: column;
}
.home-text28 {
  width: auto;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 2;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text29 {
  font-size: 1.7em;
  font-style: normal;
}
.home-text30 {
  font-size: 1.7em;
}
.home-lottie-node2 {
  width: 219px;
  height: 225px;
  padding: var(--dl-space-space-unit);
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius4);
  border-top-left-radius: var(--dl-radius-radius-radius8);
  border-top-right-radius: var(--dl-radius-radius-radius8);
  border-bottom-left-radius: var(--dl-radius-radius-radius8);
  border-bottom-right-radius: var(--dl-radius-radius-radius8);
}
.home-link2 {
  color: rgb(255, 255, 255);
  width: 350px;
  height: auto;
  margin: var(--dl-space-space-twounits);
  padding: var(--dl-space-space-unit);
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  background-color: rgb(10, 10, 10);
}
.home-text33 {
  font-family: Poppins;
  letter-spacing: 0.2em;
}
.home-container12 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-container13 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-container14 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(225deg, rgba(255, 204, 133, 0.15) 0.00%,rgba(255, 76, 92, 0.15) 97.00%);
}
.home-text36 {
  margin: var(--dl-space-space-threeunits);
  font-size: 2em;
  font-style: normal;
  font-family: Poppins;
  font-weight: 700;
}
.home-container15 {
  width: 70%;
  display: flex;
  position: relative;
  max-width: 1000px;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-stat {
  width: 300px;
  margin: var(--dl-space-space-unit);
  display: flex;
  opacity: 1;
  padding: var(--dl-space-space-twounits);
  align-self: stretch;
  box-shadow: 0px 60px 60px -30px rgba(0, 0, 0, 0.35);
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.54);
}
.home-text37 {
  color: #ff4c5c;
  font-size: 3rem;
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  font-family: Poppins;
  font-weight: 700;
}
.home-text38 {
  font-size: 1.15rem;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-family: Poppins;
}
.home-stat1 {
  width: 300px;
  margin: var(--dl-space-space-unit);
  display: flex;
  opacity: 1;
  padding: var(--dl-space-space-twounits);
  align-self: stretch;
  box-shadow: 0px 60px 60px -30px rgba(0, 0, 0, 0.35);
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.54);
}
.home-text39 {
  color: rgb(255, 76, 92);
  font-size: 3rem;
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  font-family: Poppins;
  font-weight: 700;
}
.home-text40 {
  font-size: 1.15rem;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-family: Poppins;
}
.home-stat2 {
  width: 300px;
  margin: var(--dl-space-space-unit);
  display: flex;
  opacity: 1;
  padding: var(--dl-space-space-twounits);
  align-self: stretch;
  box-shadow: 0px 60px 60px -30px rgba(0, 0, 0, 0.35);
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.54);
}
.home-text43 {
  color: rgb(255, 76, 92);
  font-size: 3rem;
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  font-family: Poppins;
  font-weight: 700;
}
.home-text44 {
  font-size: 1.15rem;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-family: Poppins;
}
.home-stat3 {
  width: 300px;
  margin: var(--dl-space-space-unit);
  display: flex;
  opacity: 1;
  padding: var(--dl-space-space-twounits);
  align-self: stretch;
  box-shadow: 0px 60px 60px -30px rgba(0, 0, 0, 0.35);
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.54);
}
.home-text45 {
  color: rgb(255, 76, 92);
  font-size: 3rem;
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  font-family: Poppins;
  font-weight: 700;
}
.home-text46 {
  font-size: 1.15rem;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-family: Poppins;
}
.home-container16 {
  display: flex;
  margin-top: var(--dl-space-space-threeunits);
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: column;
  justify-content: center;
}
.home-text49 {
  font-size: 20px;
  margin-top: var(--dl-space-space-halfunit);
  font-family: Poppins;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-link3 {
  color: rgb(255, 255, 255);
  width: 350px;
  height: auto;
  margin: 0px;
  padding: var(--dl-space-space-unit);
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  border-width: 0px;
  border-radius: 50px;
  text-decoration: none;
  background-color: rgb(255, 76, 92);
}
.home-text50 {
  font-family: Poppins;
  letter-spacing: 0.2em;
}
.home-testimonial {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #252525;
}
.home-container17 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #252525;
}
.home-text53 {
  color: var(--dl-color-gray-white);
  font-size: 2.5em;
  font-style: normal;
  margin-top: var(--dl-space-space-threeunits);
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-container18 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
.home-link4 {
  color: #000000;
  width: 350px;
  height: auto;
  margin: var(--dl-space-space-twounits);
  padding: var(--dl-space-space-unit);
  align-self: center;
  font-style: normal;
  margin-top: 74px;
  text-align: center;
  font-weight: 700;
  border-width: 0px;
  border-radius: 50px;
  text-decoration: none;
  background-color: #ffffff;
}
.home-text56 {
  font-family: Poppins;
  letter-spacing: 0.2em;
}
.home-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.home-container19 {
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.home-image2 {
  width: 70px;
  height: 70];
  margin-bottom: var(--dl-space-space-twounits);
}
.home-nav {
  flex: 0 0 auto;
  display: flex;
  margin-top: 0px;
  align-items: center;
  flex-direction: row;
}
.home-link5 {
  margin-left: 0px;
  text-decoration: none;
}
.home-text59 {
  margin-left: var(--dl-space-space-unit);
}
.home-text60 {
  margin-left: var(--dl-space-space-unit);
}
.home-separator {
  flex: 0 0 auto;
  width: 100%;
  height: 0px;
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: flex-start;
  margin-left: 0px;
  border-color: var(--dl-color-gray-900);
  border-style: solid;
  border-width: 1px;
  margin-right: 0px;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: row;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-container20 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
@media(max-width: 991px) {
  .home-banner {
    flex-direction: column;
  }
  .home-container04 {
    width: 90%;
    margin-top: 0px;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .home-text04 {
    width: 100%;
    text-align: center;
  }
  .home-text05 {
    width: 100%;
    text-align: center;
    margin-left: var(--dl-space-space-threeunits);
  }
  .home-container05 {
    width: 80%;
  }
  .home-image1 {
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .home-lottie-node {
    width: 377px;
    height: 300px;
    align-self: center;
    padding-bottom: 0px;
  }
  .home-banner1 {
    flex-direction: column;
  }
  .home-container07 {
    gap: var(--dl-space-space-unit);
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .home-link {
    width: 380px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-text07 {
    width: 380px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-link1 {
    width: 380px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-text10 {
    width: 380px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-text12 {
    text-align: center;
  }
  .home-text14 {
    text-align: center;
  }
  .home-text16 {
    text-align: center;
  }
  .home-text20 {
    text-align: center;
  }
  .home-text22 {
    text-align: center;
  }
  .home-text24 {
    text-align: center;
  }
  .home-text26 {
    text-align: center;
  }
  .home-link2 {
    width: 380px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-text34 {
    width: 380px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-container15 {
    width: 100%;
    padding: var(--dl-space-space-unit);
    max-width: auto;
  }
  .home-stat {
    gap: 0;
    align-self: stretch;
    justify-content: center;
  }
  .home-text37 {
    text-align: center;
  }
  .home-stat1 {
    gap: 0;
    align-self: stretch;
    justify-content: center;
  }
  .home-text39 {
    text-align: center;
  }
  .home-stat2 {
    gap: 0;
    align-self: stretch;
    justify-content: center;
  }
  .home-text43 {
    text-align: center;
  }
  .home-stat3 {
    gap: 0;
    align-self: stretch;
    justify-content: center;
  }
  .home-text45 {
    text-align: center;
  }
  .home-link3 {
    width: 380px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-text51 {
    width: 380px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-text53 {
    text-align: center;
  }
  .home-container18 {
    grid-template-columns: 1fr;
  }
  .home-link4 {
    width: 380px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media(max-width: 767px) {
  .home-header {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-banner {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-text04 {
    text-align: center;
  }
  .home-text05 {
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home-lottie-node {
    width: 381px;
  }
  .home-banner1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-container07 {
    flex-direction: column;
  }
  .home-steps {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-container09 {
    flex-direction: column;
  }
  .home-step {
    padding: var(--dl-space-space-unit);
  }
  .home-step1 {
    padding: var(--dl-space-space-unit);
  }
  .home-step2 {
    padding: var(--dl-space-space-unit);
  }
  .home-container15 {
    align-self: center;
    align-items: stretch;
    flex-direction: column;
  }
  .home-stat {
    width: 60%;
    height: auto;
    align-self: center;
    align-items: flex-end;
    justify-content: center;
  }
  .home-text38 {
    text-align: center;
  }
  .home-stat1 {
    width: 60%;
    height: auto;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .home-text40 {
    text-align: center;
  }
  .home-text41 {
    text-align: center;
  }
  .home-stat2 {
    width: 60%;
    height: auto;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .home-text44 {
    text-align: center;
  }
  .home-stat3 {
    width: 60%;
    height: auto;
    align-self: center;
    align-items: flex-end;
    justify-content: center;
  }
  .home-text46 {
    text-align: center;
  }
  .home-text47 {
    text-align: center;
  }
  .home-container17 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
}
@media(max-width: 479px) {
  .home-header {
    height: 64px;
    padding: var(--dl-space-space-halfunit);
  }
  .home-container01 {
    margin-left: 0px;
  }
  .home-image {
    width: 48px;
    height: 48px;
  }
  .home-text {
    font-size: 1em;
    padding-left: var(--dl-space-space-unit);
  }
  .home-banner {
    padding: 0px;
    max-width: 1100px;
  }
  .home-container03 {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .home-container04 {
    width: 80%;
    height: auto;
    margin-top: var(--dl-space-space-fourunits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
  }
  .home-text04 {
    width: 100%;
    height: auto;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    padding-bottom: 0px;
  }
  .home-text05 {
    width: 100%;
    height: auto;
    font-size: 1.3em;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-container05 {
    width: 90%;
    height: auto;
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .home-image1 {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 281px;
    bottom: 0px;
    height: 284px;
    margin: auto;
    position: absolute;
  }
  .home-lottie-node {
    width: 331px;
    height: 428px;
  }
  .home-banner1 {
    padding: 0px;
    max-width: 1100px;
  }
  .home-container07 {
    gap: var(--dl-space-space-oneandhalfunits);
    height: auto;
    margin-top: 0px;
    align-items: center;
    flex-direction: column;
  }
  .home-link {
    width: 80%;
    height: auto;
    margin: 0px;
    padding: var(--dl-space-space-oneandhalfunits);
    align-self: center;
  }
  .home-text07 {
    width: 80%;
    height: 60px;
    margin: 0px;
    padding: 0px;
  }
  .home-link1 {
    width: 80%;
    height: auto;
    margin: 0px;
    padding: var(--dl-space-space-oneandhalfunits);
    align-self: center;
  }
  .home-text10 {
    width: 80%;
    height: 60px;
    margin: 0px;
    padding: 0px;
  }
  .home-lottie-node1 {
    width: 131px;
    height: 124px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .home-steps {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text12 {
    font-size: 2rem;
  }
  .home-text13 {
    color: rgb(0, 0, 0);
    width: 90%;
    font-size: 1em;
    box-shadow: 0px 60px 60px -10px rgba(0, 0, 0, 0.26);
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    background-image: linear-gradient(0deg, rgb(255 255 255 / 46%) 0%, rgb(255 255 255 / 28%) 99%);
  }
  .home-container10 {
    flex-direction: column;
  }
  .home-container11 {
    flex-direction: column;
  }
  .home-banner2 {
    height: 100%;
    padding-top: 72px;
    padding-left: var(--dl-space-space-unit);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 0px;
  }
  .home-text28 {
    font-weight: 600;
    line-height: 2;
  }
  .home-text29 {
    font-size: 1.3em;
    font-style: normal;
    font-weight: 700;
  }
  .home-text30 {
    font-size: 1.3em;
  }
  .home-text31 {
    font-size: 1.3em;
  }
  .home-text32 {
    font-weight: 400;
  }
  .home-lottie-node2 {
    width: 237px;
    height: 270px;
  }
  .home-link2 {
    width: 80%;
    height: auto;
    margin: var(--dl-space-space-twounits);
    padding: var(--dl-space-space-oneandhalfunits);
    align-self: center;
  }
  .home-text34 {
    width: 80%;
    height: 60px;
    margin: 0px;
    padding: 0px;
  }
  .home-container13 {
    border-width: 0px;
  }
  .home-text36 {
    width: 90%;
    align-self: center;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-container15 {
    width: 90%;
    align-items: center;
    flex-direction: column;
  }
  .home-stat {
    width: 80%;
    height: auto;
    padding: var(--dl-space-space-threeunits);
    margin-top: 0px;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
    justify-content: flex-start;
  }
  .home-stat1 {
    width: 80%;
    height: auto;
    padding: var(--dl-space-space-threeunits);
    margin-top: 0px;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-stat2 {
    width: 80%;
    height: auto;
    padding: var(--dl-space-space-threeunits);
    margin-top: 0px;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-stat3 {
    width: 80%;
    height: auto;
    padding: var(--dl-space-space-threeunits);
    margin-top: 0px;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-text49 {
    font-size: 1em;
  }
  .home-link3 {
    width: 100%;
    height: auto;
    padding: var(--dl-space-space-oneandhalfunits);
    align-self: center;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .home-text51 {
    width: 80%;
    height: 60px;
    margin: 0px;
    padding: 0px;
  }
  .home-container17 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text53 {
    font-size: 2em;
  }
  .home-link4 {
    width: 80%;
    height: auto;
    margin: var(--dl-space-space-twounits);
    padding: var(--dl-space-space-oneandhalfunits);
    align-self: center;
  }
  .home-footer {
    padding: var(--dl-space-space-unit);
  }
  .home-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-container20 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-text61 {
    text-align: center;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
