.home-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-primary-mainbg);
}
.home-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-navbar {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-doubleunit);
  justify-content: space-between;
}
.home-left-side {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-navlink {
  display: contents;
}
.home-image {
  width: 170px;
  align-self: center;
  object-fit: cover;
  margin-right: 2rem;
  text-decoration: none;
}
.home-burger-menu {
  display: none;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
}
.home-icon {
  width: 36px;
  height: 36px;
}
.home-links-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-link {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-family: "Figtree";
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.home-link:hover {
  color: var(--dl-color-primary-purplecustom);
}
.home-link:active {
  color: var(--dl-color-primary-purplecustom);
}
.home-link1 {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-family: "Figtree";
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.home-link1:hover {
  color: var(--dl-color-primary-purplecustom);
}
.home-link1:active {
  color: var(--dl-color-primary-purplecustom);
}
.home-link2 {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-family: "Figtree";
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.home-link2:hover {
  color: var(--dl-color-primary-purplecustom);
}
.home-link2:active {
  color: var(--dl-color-primary-purplecustom);
}
.home-link3 {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-family: "Figtree";
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.home-link3:hover {
  color: var(--dl-color-primary-purplecustom);
}
.home-link3:active {
  color: var(--dl-color-primary-purplecustom);
}
.home-link4 {
  color: var(--dl-color-gray-white);
  padding: 20px;
  font-size: 18px;
  font-style: normal;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.55;
  border-color: var(--dl-color-gray-white);
  border-width: 1px;
  border-radius: 50px;
  text-transform: capitalize;
  text-decoration: none;
}
.home-mobile-menu {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100VH;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.home-container01 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.home-navlink1 {
  display: contents;
}
.home-image01 {
  width: 50px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.home-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-icon2 {
  width: 24px;
  height: 24px;
}
.home-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-link5 {
  font-style: normal;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link6 {
  font-style: normal;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link7 {
  font-style: normal;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link8 {
  font-style: normal;
  text-decoration: none;
}
.home-hero {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
}
.home-content-container {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-hero-text {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-heading {
  color: var(--dl-color-gray-white);
  font-size: 80px;
  text-align: left;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1.22;
  text-transform: none;
  text-decoration: none;
}
.home-text001 {
  font-style: italic;
}
.home-image02 {
  width: 200px;
  object-fit: cover;
}
.home-image03 {
  width: 200px;
  object-fit: cover;
}
.home-image04 {
  width: 200px;
  object-fit: cover;
}
.home-container02 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  flex-direction: column;
  padding-bottom: 50px;
  justify-content: center;
}
.home-container03 {
  height: auto;
  border-width: 0px;
  margin-bottom: 25px;
}
.home-container04 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-right: 25px;
  flex-direction: column;
}
.home-container05 {
  flex: 0 0 auto;
  width: 25%;
  height: 2px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background-color: var(--dl-color-primary-purplecustom);
}
.home-text003 {
  color: var(--dl-color-gray-white);
  margin-bottom: 25px;
}
.home-text004 {
  color: var(--dl-color-gray-greytextcustom);
}
.home-container06 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-image05 {
  width: 100%;
  object-fit: cover;
}
.home-container07 {
  height: auto;
  border-width: 0px;
  margin-bottom: 25px;
}
.home-container08 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-image06 {
  width: 100%;
  object-fit: cover;
}
.home-container09 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-left: 25px;
  flex-direction: column;
}
.home-container10 {
  flex: 0 0 auto;
  width: 25%;
  height: 2px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background-color: var(--dl-color-primary-purplecustom);
}
.home-text009 {
  color: var(--dl-color-gray-white);
  margin-bottom: 25px;
}
.home-text010 {
  color: var(--dl-color-gray-greytextcustom);
}
.home-container11 {
  height: auto;
  border-width: 0px;
  margin-bottom: 25px;
}
.home-container12 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-right: 25px;
  flex-direction: column;
}
.home-container13 {
  flex: 0 0 auto;
  width: 25%;
  height: 2px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background-color: var(--dl-color-primary-purplecustom);
}
.home-text011 {
  color: var(--dl-color-gray-white);
  margin-bottom: 25px;
}
.home-text014 {
  color: var(--dl-color-gray-greytextcustom);
}
.home-container14 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image07 {
  width: 100%;
  object-fit: cover;
}
.home-container15 {
  height: auto;
  border-width: 0px;
  margin-bottom: 25px;
}
.home-container16 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-image08 {
  width: 100%;
  object-fit: cover;
}
.home-container17 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-left: 25px;
  flex-direction: column;
}
.home-container18 {
  flex: 0 0 auto;
  width: 25%;
  height: 2px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background-color: var(--dl-color-primary-purplecustom);
}
.home-text021 {
  color: var(--dl-color-gray-white);
  height: 64px;
  margin-bottom: 25px;
}
.home-text024 {
  color: var(--dl-color-gray-greytextcustom);
}
.home-container19 {
  height: auto;
  border-width: 0px;
  margin-bottom: 25px;
}
.home-container20 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-right: 25px;
  flex-direction: column;
}
.home-container21 {
  flex: 0 0 auto;
  width: 25%;
  height: 2px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background-color: var(--dl-color-primary-purplecustom);
}
.home-text031 {
  color: var(--dl-color-gray-white);
  margin-bottom: 25px;
}
.home-text032 {
  margin-bottom: 25px;
}
.home-text034 {
  color: var(--dl-color-gray-greytextcustom);
}
.home-container22 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image09 {
  width: 100%;
  object-fit: cover;
}
.home-container23 {
  height: auto;
  border-width: 0px;
  margin-bottom: 25px;
}
.home-container24 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-image10 {
  width: 100%;
  object-fit: cover;
}
.home-container25 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-left: 25px;
  flex-direction: column;
}
.home-container26 {
  flex: 0 0 auto;
  width: 25%;
  height: 2px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background-color: var(--dl-color-primary-purplecustom);
}
.home-text040 {
  color: var(--dl-color-gray-white);
  margin-bottom: 25px;
}
.home-text044 {
  color: var(--dl-color-gray-greytextcustom);
}
.home-container27 {
  height: auto;
  border-width: 0px;
  margin-bottom: 25px;
}
.home-container28 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-right: 25px;
  flex-direction: column;
}
.home-container29 {
  flex: 0 0 auto;
  width: 25%;
  height: 2px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background-color: var(--dl-color-primary-purplecustom);
}
.home-text049 {
  color: var(--dl-color-gray-white);
  margin-bottom: 25px;
}
.home-text050 {
  color: var(--dl-color-gray-greytextcustom);
}
.home-container30 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image11 {
  width: 100%;
  object-fit: cover;
}
.home-container31 {
  height: auto;
  border-width: 0px;
  margin-bottom: 25px;
}
.home-container32 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-image12 {
  width: 100%;
  object-fit: cover;
}
.home-container33 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-left: 25px;
  flex-direction: column;
}
.home-container34 {
  flex: 0 0 auto;
  width: 25%;
  height: 2px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background-color: var(--dl-color-primary-purplecustom);
}
.home-text055 {
  color: var(--dl-color-gray-white);
  margin-bottom: 25px;
}
.home-text058 {
  color: var(--dl-color-gray-greytextcustom);
}
.home-container35 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-container36 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
}
.home-container37 {
  display: flex;
  align-items: flex-start;
}
.home-container38 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  flex-direction: column;
  padding-bottom: 50px;
  justify-content: center;
}
.home-container39 {
  height: auto;
  border-width: 0px;
  margin-bottom: 25px;
}
.home-container40 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-container41 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container42 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container43 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-container44 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container45 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container46 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-container47 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container48 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container49 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-container50 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container51 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-image13 {
  width: 200px;
  object-fit: cover;
}
.home-container52 {
  height: auto;
  border-width: 0px;
  margin-bottom: 25px;
}
.home-container53 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-container54 {
  display: flex;
  align-items: flex-start;
}
.home-container55 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container56 {
  display: flex;
  align-items: flex-start;
}
.home-image14 {
  width: 200px;
  object-fit: cover;
}
.home-container57 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container58 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-container59 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-image15 {
  width: 200px;
  transform: rotateY(180deg);
  object-fit: cover;
}
.home-container60 {
  display: flex;
  align-items: flex-start;
}
.home-image16 {
  width: 200px;
  object-fit: cover;
}
.home-container61 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container62 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-container63 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-image17 {
  width: 200px;
  transform: rotateY(180deg);
  object-fit: cover;
}
.home-get-in-touch {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  margin-top: var(--dl-space-space-fiveunits);
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: flex-start;
  border: 0;
}
.home-container64 {
  width: 75%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text148 {
  color: var(--dl-color-gray-white);
  margin-bottom: 50px;
}
.home-text149 {
  color: var(--dl-color-gray-greytextcustom);
  text-align: center;
}
.home-content-container1 {
  width: 100%;
  height: auto;
  max-width: 600px;
  display: flex;
  align-self: stretch;
  margin-top: var(--dl-space-space-fiveunits);
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}
.home-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-footer {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  border-width: 0px;
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.home-text152 {
  color: var(--dl-color-gray-greytextcustom);
}
.home-container65 {
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-navlink2 {
  color: var(--dl-color-gray-greytextcustom);
  text-decoration: none;
}
.home-navlink3 {
  color: var(--dl-color-gray-greytextcustom);
  text-decoration: none;
}
@media(max-width: 1920px) {
  .home-link {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: Figtree;
    font-weight: 400;
    line-height: 1.55;
    text-transform: none;
    text-decoration: none;
  }
  .home-link1 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: Figtree;
    font-weight: 400;
    line-height: 1.55;
    text-transform: none;
    text-decoration: none;
  }
  .home-link2 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: Figtree;
    font-weight: 400;
    line-height: 1.55;
    text-transform: none;
    text-decoration: none;
  }
  .home-link3 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: Figtree;
    font-weight: 400;
    line-height: 1.55;
    text-transform: none;
    text-decoration: none;
  }
  .home-link4 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: Figtree;
    font-weight: 400;
    line-height: 1.55;
    border-color: var(--dl-color-gray-greytextcustom);
    text-transform: capitalize;
    text-decoration: none;
  }
  .home-hero {
    margin-top: 0px;
    padding-top: 50px;
    padding-left: 25px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-bottom: 50px;
  }
  .home-hero-text {
    position: relative;
  }
  .home-heading {
    color: var(--dl-color-gray-white);
    font-size: 80px;
    margin-top: 50px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 1.22;
    padding-top: 50px;
    padding-left: 25px;
    margin-bottom: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    text-transform: none;
    text-decoration: none;
  }
  .home-text001 {
    color: #5a51f3;
    font-style: italic;
    font-weight: 900;
  }
  .home-image02 {
    top: 15px;
    right: 200px;
    width: 70px;
    margin: auto;
    position: absolute;
  }
  .home-image03 {
    right: 300px;
    width: 40px;
    bottom: 50px;
    margin: auto;
    position: absolute;
  }
  .home-image04 {
    top: 50px;
    left: 80px;
    width: 60px;
    position: absolute;
  }
  .home-container35 {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    flex-direction: column;
    padding-bottom: 50px;
    background-color: var(--dl-color-primary-purplecustom);
  }
  .home-container36 {
    width: 100%;
    height: auto;
    align-self: center;
    align-items: center;
    border-width: 0px;
    flex-direction: column;
  }
  .home-container37 {
    width: 75%;
    align-items: center;
    flex-direction: column;
  }
  .home-text064 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text067 {
    color: var(--dl-color-gray-white);
    text-align: center;
    margin-bottom: 25px;
  }
  .home-container39 {
    position: relative;
    align-items: center;
    margin-bottom: 50px;
    flex-direction: column;
  }
  .home-text070 {
    color: var(--dl-color-gray-white);
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .home-container40 {
    width: 75%;
    height: 200px;
    margin-bottom: 25px;
    justify-content: space-between;
  }
  .home-container41 {
    width: 45%;
    height: 100%;
  }
  .home-text073 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text076 {
    color: var(--dl-color-gray-greytextcustom);
  }
  .home-container42 {
    width: 45%;
    height: 100%;
    align-self: flex-end;
    justify-content: flex-end;
  }
  .home-text077 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text080 {
    color: var(--dl-color-gray-greytextcustom);
  }
  .home-container43 {
    width: 75%;
    height: 200px;
    margin-bottom: 25px;
    justify-content: space-between;
  }
  .home-container44 {
    width: 45%;
    height: 100%;
  }
  .home-text081 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text084 {
    color: var(--dl-color-gray-greytextcustom);
  }
  .home-container45 {
    width: 45%;
    height: 100%;
    justify-content: flex-end;
  }
  .home-text087 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text090 {
    color: var(--dl-color-gray-greytextcustom);
  }
  .home-container46 {
    width: 75%;
    height: 200px;
    margin-bottom: 25px;
    justify-content: space-between;
  }
  .home-container47 {
    width: 45%;
    height: 100%;
  }
  .home-text093 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text096 {
    color: var(--dl-color-gray-greytextcustom);
  }
  .home-container48 {
    width: 45%;
    height: 100%;
    justify-content: flex-end;
  }
  .home-text099 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text102 {
    color: var(--dl-color-gray-greytextcustom);
  }
  .home-container49 {
    width: 75%;
    height: 200px;
    justify-content: space-between;
  }
  .home-container50 {
    width: 45%;
    height: 100%;
  }
  .home-text105 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text108 {
    color: var(--dl-color-gray-greytextcustom);
  }
  .home-container51 {
    width: 45%;
    height: 100%;
    justify-content: flex-end;
  }
  .home-text111 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text114 {
    color: var(--dl-color-gray-greytextcustom);
  }
  .home-image13 {
    left: 545px;
    width: auto;
    bottom: 0px;
    height: 900px;
    margin: auto;
    position: absolute;
  }
  .home-container52 {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .home-text117 {
    color: var(--dl-color-gray-white);
    margin-bottom: 50px;
  }
  .home-container53 {
    width: 75%;
    height: 350px;
    flex-direction: row;
    justify-content: space-between;
  }
  .home-container54 {
    width: 45%;
    height: 100%;
  }
  .home-container55 {
    width: 100%;
    height: 100%;
  }
  .home-text120 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text123 {
    color: var(--dl-color-gray-greytextcustom);
  }
  .home-container56 {
    width: 45%;
    height: 100%;
    position: relative;
    align-self: flex-end;
    flex-direction: column;
    justify-content: flex-end;
  }
  .home-image14 {
    top: 0px;
    left: -50px;
    width: 135px;
    margin: auto;
    position: absolute;
  }
  .home-container57 {
    width: auto;
  }
  .home-text124 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text129 {
    color: var(--dl-color-gray-greytextcustom);
  }
  .home-container58 {
    width: 75%;
    height: 350px;
    flex-direction: row;
    justify-content: space-between;
  }
  .home-container59 {
    width: 45%;
    height: 100%;
    position: relative;
  }
  .home-image15 {
    top: -150px;
    right: -50px;
    width: 135px;
    position: absolute;
  }
  .home-text132 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text135 {
    color: var(--dl-color-gray-greytextcustom);
  }
  .home-container60 {
    width: 45%;
    height: 100%;
    position: relative;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
  }
  .home-image16 {
    top: 0px;
    left: -50px;
    width: 135px;
    position: absolute;
  }
  .home-container61 {
    width: 100%;
    height: 100%;
    align-self: flex-end;
    justify-content: flex-end;
  }
  .home-text138 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text141 {
    color: var(--dl-color-gray-greytextcustom);
  }
  .home-container62 {
    width: 75%;
    height: auto;
  }
  .home-container63 {
    width: 45%;
    position: relative;
    justify-content: flex-end;
  }
  .home-image17 {
    top: -150px;
    right: -50px;
    width: 135px;
    position: absolute;
    align-self: flex-end;
  }
  .home-text144 {
    color: var(--dl-color-gray-white);
    margin-bottom: 25px;
  }
  .home-text145 {
    color: var(--dl-color-gray-greytextcustom);
  }
  .home-get-in-touch {
    height: auto;
    margin-top: 0px;
  }
  .home-container64 {
    margin-bottom: 50px;
  }
  .home-content-container1 {
    height: auto;
    margin-top: 0px;
  }
  .home-footer {
    max-width: auto;
    border-width: 0px;
  }
}
@media(max-width: 1200px) {
  .home-container04 {
    margin-right: 0px;
  }
  .home-container09 {
    margin-left: 0px;
  }
  .home-container12 {
    margin-right: 0px;
  }
  .home-container17 {
    margin-left: 0px;
  }
  .home-container20 {
    margin-right: 0px;
  }
  .home-container25 {
    margin-left: 0px;
  }
  .home-container28 {
    margin-right: 0px;
  }
  .home-container33 {
    margin-left: 0px;
  }
  .home-container40 {
    height: auto;
  }
  .home-container43 {
    height: auto;
  }
  .home-container46 {
    height: auto;
  }
  .home-container49 {
    height: auto;
  }
  .home-image13 {
    display: none;
  }
}
@media(max-width: 991px) {
  .home-hero {
    flex-direction: column-reverse;
  }
  .home-content-container {
    align-self: center;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .home-hero-text {
    width: 80%;
  }
  .home-heading {
    color: var(--dl-color-gray-white);
    width: 100%;
    font-size: 80px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 1.22;
    text-transform: none;
    text-decoration: none;
  }
  .home-text001 {
    color: #5a51f3;
    font-style: italic;
    font-weight: 900;
  }
  .home-image02 {
    display: none;
  }
  .home-image03 {
    display: none;
  }
  .home-image04 {
    display: none;
  }
  .home-container03 {
    flex-direction: column-reverse;
  }
  .home-container04 {
    width: 100%;
  }
  .home-image05 {
    margin-bottom: 25px;
  }
  .home-container07 {
    flex-direction: column;
  }
  .home-image06 {
    margin-bottom: 25px;
  }
  .home-container09 {
    width: 100%;
  }
  .home-container11 {
    flex-direction: column-reverse;
  }
  .home-container12 {
    width: 100%;
  }
  .home-image07 {
    margin-bottom: 25px;
  }
  .home-container15 {
    flex-direction: column;
  }
  .home-image08 {
    margin-bottom: 25px;
  }
  .home-container17 {
    width: 100%;
  }
  .home-text024 {
    width: 100%;
  }
  .home-container19 {
    flex-direction: column-reverse;
  }
  .home-container20 {
    width: 100%;
  }
  .home-image09 {
    margin-bottom: 25px;
  }
  .home-container23 {
    flex-direction: column;
  }
  .home-image10 {
    margin-bottom: 25px;
  }
  .home-container25 {
    width: 100%;
  }
  .home-container27 {
    flex-direction: column-reverse;
  }
  .home-container28 {
    width: 100%;
  }
  .home-image11 {
    margin-bottom: 25px;
  }
  .home-container31 {
    flex-direction: column;
  }
  .home-image12 {
    margin-bottom: 25px;
  }
  .home-container33 {
    width: 100%;
  }
  .home-container37 {
    width: 100%;
  }
  .home-container40 {
    width: 100%;
  }
  .home-container43 {
    width: 100%;
  }
  .home-container46 {
    width: 100%;
  }
  .home-container49 {
    width: 100%;
  }
  .home-container53 {
    width: 100%;
  }
  .home-container58 {
    width: 100%;
  }
  .home-container62 {
    width: 100%;
  }
  .home-container64 {
    width: auto;
  }
}
@media(max-width: 767px) {
  .home-image {
    width: 198px;
    height: 69px;
  }
  .home-burger-menu {
    width: 60px;
    height: 60px;
    display: flex;
    padding: var(--dl-space-space-halfunit);
    align-items: center;
    justify-content: center;
    background-color: var(--dl-color-primary-purplecustom);
  }
  .home-icon {
    fill: var(--dl-color-gray-white);
  }
  .home-links-container {
    display: none;
  }
  .home-mobile-menu {
    background-color: var(--dl-color-primary-mainbg);
  }
  .home-container01 {
    margin-bottom: 50px;
  }
  .home-image01 {
    width: 200px;
  }
  .home-icon2 {
    fill: var(--dl-color-primary-purplecustom);
    width: 50px;
    height: 50px;
    border-radius: var(--dl-radius-radius-radius4);
  }
  .home-link5 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.55;
    margin-bottom: 25px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .home-link6 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.55;
    margin-bottom: 25px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .home-link7 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.55;
    margin-bottom: 25px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .home-link8 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .home-heading {
    color: var(--dl-color-gray-white);
    width: 100%;
    padding: 0px;
    font-size: 80px;
    margin-top: 0px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 1.22;
    margin-bottom: 0px;
    text-transform: none;
    text-decoration: none;
  }
  .home-text001 {
    color: #5a51f3;
    font-style: italic;
    font-weight: 900;
  }
  .home-image02 {
    display: none;
  }
  .home-image03 {
    display: none;
  }
  .home-image04 {
    display: none;
  }
  .home-container03 {
    flex-direction: column-reverse;
  }
  .home-container04 {
    width: 100%;
  }
  .home-image05 {
    margin-bottom: 25px;
  }
  .home-container07 {
    flex-direction: column;
  }
  .home-image06 {
    margin-bottom: 25px;
  }
  .home-container09 {
    width: 100%;
  }
  .home-container11 {
    flex-direction: column-reverse;
  }
  .home-container12 {
    width: 100%;
  }
  .home-image07 {
    margin-bottom: 25px;
  }
  .home-container15 {
    flex-direction: column;
  }
  .home-image08 {
    margin-bottom: 25px;
  }
  .home-container17 {
    width: 100%;
  }
  .home-container19 {
    flex-direction: column-reverse;
  }
  .home-container20 {
    width: 100%;
  }
  .home-image09 {
    margin-bottom: 25px;
  }
  .home-container23 {
    flex-direction: column;
  }
  .home-image10 {
    margin-bottom: 25px;
  }
  .home-container25 {
    width: 100%;
  }
  .home-container27 {
    flex-direction: column-reverse;
  }
  .home-container28 {
    width: 100%;
  }
  .home-image11 {
    margin-bottom: 25px;
  }
  .home-container31 {
    margin-bottom: 0px;
    flex-direction: column;
  }
  .home-image12 {
    margin-bottom: 25px;
  }
  .home-container33 {
    width: 100%;
  }
  .home-container37 {
    width: 100%;
  }
  .home-text064 {
    text-align: center;
  }
  .home-container40 {
    width: 100%;
    align-items: flex-start;
  }
  .home-container42 {
    align-self: flex-start;
    justify-content: flex-start;
  }
  .home-container43 {
    width: 100%;
  }
  .home-container45 {
    justify-content: flex-start;
  }
  .home-container46 {
    width: 100%;
  }
  .home-container49 {
    width: 100%;
  }
  .home-container51 {
    align-self: flex-start;
  }
  .home-text117 {
    font-size: 2rem;
    text-align: center;
  }
  .home-container53 {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    flex-direction: column;
  }
  .home-container54 {
    width: auto;
    margin-bottom: 25px;
  }
  .home-container56 {
    width: 100%;
  }
  .home-image14 {
    display: none;
  }
  .home-container58 {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    flex-direction: column;
  }
  .home-container59 {
    width: 100%;
    margin-bottom: 25px;
  }
  .home-image15 {
    display: none;
  }
  .home-container60 {
    width: 100%;
  }
  .home-image16 {
    display: none;
  }
  .home-container62 {
    width: 100%;
  }
  .home-container63 {
    width: 100%;
  }
  .home-image17 {
    display: none;
  }
  .home-content-container1 {
    width: 100%;
    flex-direction: column;
  }
  .home-footer {
    height: auto;
    flex-direction: column-reverse;
  }
  .home-container65 {
    margin-bottom: 25px;
  }
}
@media(max-width: 479px) {
  .home-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-content-container {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .home-hero-text {
    width: 100%;
  }
  .home-heading {
    font-size: 2rem;
  }
  .home-container06 {
    width: 100%;
  }
  .home-container08 {
    width: 100%;
  }
  .home-container14 {
    width: 100%;
  }
  .home-container16 {
    width: 100%;
  }
  .home-container22 {
    width: 100%;
  }
  .home-container24 {
    width: 100%;
  }
  .home-container30 {
    width: 100%;
  }
  .home-container32 {
    width: 100%;
  }
  .home-text064 {
    font-size: 2rem;
  }
  .home-text070 {
    font-size: 2rem;
  }
  .home-container40 {
    flex-direction: column;
  }
  .home-container41 {
    width: 100%;
    margin-bottom: 25px;
  }
  .home-container42 {
    width: auto;
  }
  .home-container43 {
    flex-direction: column;
  }
  .home-container44 {
    width: 100%;
    margin-bottom: 25px;
  }
  .home-container45 {
    width: 100%;
  }
  .home-container46 {
    flex-direction: column;
  }
  .home-container47 {
    width: 100%;
    margin-bottom: 25px;
  }
  .home-container48 {
    width: 100%;
  }
  .home-container49 {
    flex-direction: column;
  }
  .home-container50 {
    width: 100%;
    margin-bottom: 25px;
  }
  .home-container51 {
    width: 100%;
  }
  .home-text117 {
    font-size: 2rem;
  }
  .home-container53 {
    height: auto;
    flex-direction: column;
  }
  .home-container54 {
    width: 100%;
  }
  .home-container55 {
    margin-bottom: 25px;
  }
  .home-container56 {
    width: 100%;
  }
  .home-image14 {
    display: none;
  }
  .home-container57 {
    width: 100%;
  }
  .home-container58 {
    height: auto;
    margin-bottom: 25px;
    flex-direction: column;
  }
  .home-container59 {
    width: 100%;
    margin-bottom: 25px;
  }
  .home-image15 {
    display: none;
  }
  .home-container60 {
    width: 100%;
  }
  .home-image16 {
    display: none;
  }
  .home-container63 {
    width: 100%;
  }
  .home-image17 {
    display: none;
  }
  .home-container64 {
    width: 100%;
  }
  .home-text148 {
    font-size: 2rem;
  }
  .home-content-container1 {
    padding-left: 0px;
  }
  .home-footer {
    height: auto;
    border-width: 0px;
    flex-direction: column-reverse;
  }
  .home-text152 {
    text-align: center;
  }
  .home-container65 {
    margin-bottom: 25px;
  }
}
