.navbar-wrapper {
  display: contents;
}
 
.navbar-navbar {
  width: 100%;
  display: flex;
  z-index: 1000;
  position: relative;
  max-width: 1200px;
  align-self: auto;
  align-items: center;
  flex-shrink: 1;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-fiveunits);
}
 
.navbar-image1 {
  width: 200px;
  object-fit: cover;
}
 
.navbar-nav-content {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-direction: row;
  justify-content: flex-start;
}
 
.navbar-nav-links1 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  border-color: transparent;
}
 
.navbar-link1 {
  color: var(--dl-color-gray-black);
  text-decoration: none;
}
 
.navbar-link2 {
  color: var(--dl-color-gray-black);
  text-decoration: none;
}
 
.navbar-link3 {
  color: var(--dl-color-gray-black);
  text-decoration: none;
}
 
.navbar-link4 {
  color: var(--dl-color-gray-black);
  text-decoration: none;
}
 
.navbar-text1 {
  color: rgb(255, 255, 255);
  align-self: auto;
  font-style: Medium;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
 
.navbar-hamburger {
  display: none;
}
 
.navbar-image2 {
  width: 100px;
  object-fit: cover;
}
 
.navbar-mobile-menu {
  gap: var(--dl-layout-space-twounits);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.3s;
  align-items: stretch;
  flex-direction: column;
  background-color: #fff;
}
 
.navbar-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-image3 {
  width: 100px;
  filter: brightness(0) saturate(100%);
  object-fit: cover;
}
 
.navbar-container1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-icon1 {
  width: 24px;
  height: 24px;
}
 
.navbar-nav-links2 {
  gap: var(--dl-layout-space-unit);
  color: var(--dl-color-gray-black);
  display: flex;
  flex-direction: column;
}
 
.navbar-text2 {
  color: rgba(255, 255, 255, 1);
  align-self: auto;
  font-style: Medium;
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
 
.navbar-container3 {
  display: contents;
}
 
.navbarroot-class-name {
  fill: var(--dl-color-gray-black);
  color: #141313;
  width: 100%;
  max-width: 100%;
  padding-top: var(--dl-layout-space-halfunit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #ffffff;
}
 
@media(max-width: 1600px) {
  .navbar-link1 {
    color: var(--dl-color-gray-black);
    text-decoration: none;
  }
  .navbar-link2 {
    color: var(--dl-color-gray-black);
    text-decoration: none;
  }
  .navbarroot-class-name {
    max-width: 100%;
  }
}
 
@media(max-width: 932px) {
  .navbar-navbar {
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .navbar-nav-links1 {
    display: none;
  }
  .navbar-get-started1 {
    display: none;
  }
  .navbar-hamburger {
    display: flex;
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .navbar-image2 {
    width: 16px;
    height: 14px;
  }
  .navbar-branding {
    width: 100%;
  }
  .navbar-nav-links2 {
    margin-top: var(--dl-layout-space-twounits);
    align-items: flex-start;
    margin-bottom: var(--dl-layout-space-twounits);
    justify-content: center;
  }
  .navbarroot-class-name {
    padding-bottom: 0px;
  }
}
 
@media(max-width: 375px) {
  .navbarroot-class-name {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.faq-wrapper {
  display: contents;
}
 
.faq-accordion {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.faq-element1 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.faq-details1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.faq-text1 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
 
.faq-text2 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 24px;
  user-select: text;
}
 
.faq-icon1 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.faq-element2 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.faq-details2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.faq-text3 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
 
.faq-text4 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 28px;
  user-select: text;
}
 
.faq-icon3 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.faq-element3 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.faq-details3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.faq-text5 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
 
.faq-text6 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 28px;
  user-select: text;
}
 
.faq-icon5 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.faq-element4 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.faq-details4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.faq-text7 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
 
.faq-text8 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 28px;
  user-select: text;
}
 
.faq-icon7 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 

 

 
@media(max-width: 932px) {
  .faq-text1 {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-text3 {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-text5 {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-text7 {
    font-size: 16px;
    line-height: 24px;
  }
}
 
@media(max-width: 375px) {
  .faq-text1 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
  }
  .faq-text2 {
    color: rgb(204, 204, 204);
    font-family: Poppins;
    line-height: 24px;
  }
  .faq-text3 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
  }
  .faq-text4 {
    color: rgb(204, 204, 204);
    font-family: Poppins;
    line-height: 28px;
  }
  .faq-text5 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
  }
  .faq-text6 {
    color: rgb(204, 204, 204);
    font-family: Poppins;
    line-height: 28px;
  }
  .faq-text7 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
  }
  .faq-text8 {
    color: rgb(204, 204, 204);
    font-family: Poppins;
    line-height: 28px;
  }
  .fa-qroot-class-name {
    margin-top: -100px;
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  background-color: #0F0F0F;
}
 
.home-section1 {
  width: 100%;
  height: 953px;
  display: flex;
  align-items: center;
  border-color: #51515A;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: center;
  border-bottom-width: 1px;
}
 
.home-hero {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-content1 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-main1 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-heading1 {
  color: rgb(255, 255, 255);
  font-size: 45px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-caption {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: "Poppins";
  line-height: 30px;
}
 
.home-buttons {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.home-link1 {
  display: contents;
}
 
.home-get-started1 {
  display: flex;
  text-decoration: none;
  background-color: #80FF44;
}
 
.home-text12 {
  color: rgb(12, 16, 12);
  font-size: 16px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 24px;
}
 
.home-link2 {
  display: contents;
}
 
.home-get-started2 {
  text-decoration: none;
  background-color: #2A2A2A;
}
 
.home-text13 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 24px;
}
 
.home-image1 {
  display: none;
}
 
.home-image2 {
  width: 200px;
  object-fit: cover;
}
 
.home-image3 {
  top: 150px;
  right: 0px;
  width: 612px;
  height: 900px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-image4 {
  width: 583px;
  height: 1015px;
  margin-top: -150px;
  object-fit: cover;
}
 
.home-section2 {
  width: 100%;
  height: 747px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.home-text14 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-features1 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin-top: var(--dl-layout-space-fiveunits);
  align-items: center;
  user-select: none;
  border-color: #5A5A5A;
  margin-bottom: 120px;
  flex-direction: row;
  justify-content: center;
  border-bottom-width: 1px;
}
 
.home-feature1 {
  height: 145px;
}
 
.home-text15 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-text16 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
}
 
.home-text17 {
  color: rgb(255, 255, 255);
  font-size: 20px;
}
 
.home-text18 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-text19 {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
}
 
.home-text20 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
 
.home-text21 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-text22 {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
}
 
.home-text23 {
  color: rgb(245, 238, 238);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
 
.home-note1 {
  gap: 140px;
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-content2 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  height: 149px;
  display: flex;
  max-width: 520px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-main2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-heading2 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
 
.home-paragraph1 {
  color: rgb(204, 204, 204);
  font-family: Poppins;
  line-height: 28px;
}
 
.home-features2 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin-top: var(--dl-layout-space-fiveunits);
  align-items: center;
  user-select: none;
  border-color: #5A5A5A;
  margin-bottom: 120px;
  flex-direction: row;
  justify-content: center;
  border-bottom-width: 1px;
}
 
.home-feature4 {
  height: 145px;
}
 
.home-text27 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-text28 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
}
 
.home-text29 {
  color: rgb(255, 255, 255);
  font-size: 20px;
}
 
.home-text30 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-text31 {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
}
 
.home-text32 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
 
.home-text33 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-text34 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
}
 
.home-text35 {
  color: rgb(245, 238, 238);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
 
.home-section3 {
  gap: var(--dl-layout-space-sixunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
 
.home-header2 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-text36 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text37 {
  color: #C2C6CC;
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-family: Poppins;
  line-height: 28px;
}
 
.home-note2 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-image5 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-image6 {
  width: 938px;
  height: 877px;
  margin-top: -200px;
  object-fit: cover;
  margin-right: -200px;
}
 
.home-content3 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-main3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-heading3 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-link3 {
  display: contents;
}
 
.home-get-started3 {
  display: flex;
  text-decoration: none;
  background-color: #80FF44;
}
 
.home-text38 {
  color: #0C100C;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
 
.home-section4 {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  border-color: #51515A;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  border-top-width: 1px;
}
 
.home-header3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-heading5 {
  text-align: center;
}
 
.home-accordion {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-container3 {
  display: contents;
}
 
@media(max-width: 1600px) {
  .home-get-started1 {
    background-color: #44a8ff;
  }
  .home-image3 {
    width: 527px;
  }
  .home-image4 {
    width: 588px;
    height: 938px;
    align-self: flex-start;
    margin-top: -120px;
  }
  .home-section2 {
    height: 774px;
  }
  .home-feature1 {
    border-color: #44a8ff;
  }
  .home-feature4 {
    border-color: #44a8ff;
  }
  .home-image6 {
    width: 906px;
    height: 863px;
    margin-top: -150px;
    margin-right: -200px;
  }
  .home-get-started3 {
    background-color: #44a8ff;
  }
  .home-section4 {
    box-shadow: 5px 5px 10px 0px #d4d4d4;
  }
}
 
@media(max-width: 1200px) {
  .home-image3 {
    width: 451px;
    margin: 0px;
  }
  .home-image4 {
    width: 622px;
    height: 100%;
  }
  .home-image6 {
    width: 543px;
    height: 459px;
  }
}
 
@media(max-width: 991px) {
  .home-section1 {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-hero {
    gap: var(--dl-layout-space-fourunits);
    flex: 1;
    position: relative;
    max-width: auto;
    align-items: center;
    padding-top: var(--dl-layout-space-fourunits);
    flex-direction: column;
    justify-content: center;
  }
  .home-content1 {
    position: relative;
    align-items: center;
  }
  .home-main1 {
    align-items: center;
  }
  .home-heading1 {
    text-align: left;
  }
  .home-caption {
    text-align: left;
  }
  .home-buttons {
    width: 100%;
  }
  .home-get-started1 {
    flex: 1;
  }
  .home-get-started2 {
    flex: 1;
  }
  .home-image1 {
    width: 100%;
    height: 1003px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .home-image2 {
    width: 689px;
    height: 1146px;
    align-self: center;
    margin-top: -150px;
  }
  .home-image3 {
    right: 0px;
    display: none;
    position: absolute;
    flex-direction: column;
  }
  .home-section2 {
    margin-top: 0px;
  }
  .home-text14 {
    text-align: center;
    padding-top: 200px;
  }
  .home-note1 {
    gap: var(--dl-layout-space-fourunits);
    flex-direction: column;
  }
  .home-content2 {
    max-width: 100%;
  }
  .home-main2 {
    align-items: flex-start;
  }
  .home-section3 {
    padding-top: 74px;
  }
  .home-text36 {
    text-align: center;
  }
  .home-image5 {
    width: 312px;
    margin-right: 0px;
  }
  .home-image6 {
    width: 880px;
    height: 764px;
    margin-right: 0px;
  }
}
 
@media(max-width: 932px) {
  .home-hero {
    padding-top: var(--dl-layout-space-threeunits);
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
  .home-content1 {
    gap: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading1 {
    font-size: 40px;
  }
  .home-caption {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-get-started1 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-get-started2 {
    display: none;
  }
  .home-image1 {
    height: 604px;
    margin-bottom: 0px;
  }
  .home-image2 {
    width: 450px;
    height: 688px;
    margin-top: -175px;
    margin-bottom: -175px;
    padding-bottom: 0px;
  }
  .home-section2 {
    height: 746px;
    padding-top: 181px;
    padding-bottom: 100px;
  }
  .home-text14 {
    font-size: 32px;
    text-align: center;
    padding-top: 300px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .home-features1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    margin-top: var(--dl-layout-space-fiveunits);
    border-color: #5A5A5A;
    margin-bottom: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .home-feature1 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-text15 {
    font-size: 20px;
  }
  .home-text17 {
    font-size: 16px;
  }
  .home-feature2 {
    width: 100%;
    border-color: #5A5A5A;
    padding-bottom: var(--dl-layout-space-unit);
    border-bottom-width: 1px;
  }
  .home-text18 {
    font-size: 20px;
  }
  .home-text20 {
    font-size: 16px;
  }
  .home-feature3 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-text21 {
    font-size: 20px;
  }
  .home-text23 {
    font-size: 16px;
  }
  .home-note1 {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-main2 {
    width: 100%;
    align-items: flex-start;
  }
  .home-heading2 {
    font-size: 28px;
  }
  .home-paragraph1 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-features2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    margin-top: var(--dl-layout-space-threeunits);
    border-color: #5A5A5A;
    margin-bottom: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .home-feature4 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-text27 {
    font-size: 20px;
  }
  .home-feature5 {
    width: 100%;
    border-color: #5A5A5A;
    padding-bottom: var(--dl-layout-space-unit);
    border-bottom-width: 1px;
  }
  .home-text30 {
    font-size: 20px;
  }
  .home-feature6 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-text33 {
    font-size: 20px;
  }
  .home-section3 {
    gap: var(--dl-layout-space-fourunits);
    padding-top: 449px;
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-text36 {
    font-size: 32px;
    text-align: center;
  }
  .home-note2 {
    flex-direction: column-reverse;
  }
  .home-image6 {
    width: 767px;
    height: 734px;
    margin-top: -75px;
    margin-right: 0px;
  }
  .home-get-started3 {
    align-self: center;
  }
  .home-section4 {
    padding-top: var(--dl-layout-space-twounits);
  }
}
 
@media(max-width: 375px) {
  .home-section1 {
    height: 938px;
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-hero {
    padding-top: var(--dl-layout-space-oneandhalfunits);
    border-color: rgba(0, 0, 0, 0);
  }
  .home-header1 {
    align-items: flex-start;
  }
  .home-heading1 {
    max-width: 280px;
  }
  .home-caption {
    font-size: 16px;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-image1 {
    width: 479px;
    height: 443px;
    margin-bottom: 0px;
    padding-bottom: -20px;
  }
  .home-image2 {
    width: 422px;
    height: 591px;
    margin: -160px;
    z-index: auto;
    align-self: center;
    min-height: auto;
    padding-top: 0ts;
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: 26px;
  }
  .home-section2 {
    height: 833px;
    padding-top: var(--dl-layout-space-unit);
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
    padding-bottom: 0px;
  }
  .home-text14 {
    height: 433px;
    margin-top: 525px;
    padding-top: 88px;
    padding-bottom: 0px;
  }
  .home-feature1 {
    height: 93px;
    padding-top: 13px;
  }
  .home-text17 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: Poppins;
  }
  .home-text20 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 400;
  }
  .home-text23 {
    color: rgb(245, 238, 238);
    font-size: 16px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 400;
  }
  .home-heading2 {
    text-align: center;
  }
  .home-text29 {
    font-size: 16px;
    font-family: Poppins;
  }
  .home-text32 {
    font-size: 16px;
    font-family: Poppins;
  }
  .home-section3 {
    height: 2041px;
    margin-top: 0px;
    padding-top: 575px;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
    padding-left: var(--dl-layout-space-unit);
    padding-bottom: 29px;
  }
  .home-text36 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text37 {
    color: rgb(194, 198, 204);
    font-family: Poppins;
    line-height: 28px;
  }
  .home-image6 {
    width: 400px;
    height: 784px;
    margin-top: -100px;
    padding-top: 0px;
  }
  .home-heading4 {
    text-align: center;
  }
  .home-get-started3 {
    align-self: center;
  }
  .home-section4 {
    height: 1331px;
    padding-top: var(--dl-layout-space-twounits);
    padding-bottom: 0px;
  }
  .home-section5 {
    color: #3690e0;
  }
}
