.navbar-wrapper {
  display: contents;
}
 
.navbar-navbar {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
 
.navbar-desktop {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-main {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-navlink1 {
  display: contents;
}
 
.navbar-finbest {
  width: 148px;
  height: 49px;
  text-decoration: none;
}
 
.navbar-links1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  padding-top: 12px;
  border-radius: 6px;
  flex-direction: row;
  padding-bottom: 12px;
  justify-content: center;
}
 
.navbar-link1 {
  color: rgb(255, 255, 255);
}
 
.navbar-link2 {
  color: rgb(255, 255, 255);
}
 
.navbar-link3 {
  color: rgb(255, 255, 255);
}
 
.navbar-link4 {
  color: rgb(255, 255, 255);
}
 
.navbar-quick-actions {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-log-in {
  color: rgb(255, 255, 255);
}
 
.navbar-navlink2 {
  display: contents;
}
 
.navbar-sign-up-btn {
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
  text-decoration: none;
  background-color: #175E3E;
}
 
.navbar-sign-up-btn:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.navbar-sign-up {
  color: rgb(255, 255, 255);
}
 
.navbar-hamburger-menu {
  width: 20px;
  height: 12px;
  display: none;
}
 
.navbar-mobile {
  gap: var(--dl-space-space-fourunits);
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  z-index: 200;
  position: fixed;
  transform: translateX(100%);
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ffffff;
}
 
.navbar-top {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-image {
  width: 150px;
  object-fit: cover;
}
 
.navbar-icon1 {
  width: 28px;
  height: 28px;
}
 
.navbar-links2 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.navbar-navlink3 {
  text-decoration: none;
}
 
.navbar-navlink4 {
  text-decoration: none;
}
 
.navbar-navlink5 {
  text-decoration: none;
}
 
.navbar-navlink6 {
  text-decoration: none;
}
 
.navbar-buttons {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
 
.navbar-navlink7 {
  display: contents;
}
 
.navbar-btn1 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: #ADE2DF;
}
 
.navbar-text1 {
  font-style: normal;
  font-weight: 500;
}
 
.navbar-navlink8 {
  display: contents;
}
 
.navbar-btn2 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: #ADE2DF;
}
 
.navbar-text2 {
  font-style: normal;
  font-weight: 500;
}
 
.navbar-container2 {
  display: contents;
}
 
.navbarroot-class-name {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  background-color: #151513;
}
 
@media(max-width: 991px) {
  .navbar-navbar {
    align-items: center;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .navbar-links1 {
    display: none;
  }
  .navbar-log-in {
    display: none;
  }
  .navbar-sign-up-btn {
    display: none;
  }
  .navbar-hamburger-menu {
    display: flex;
  }
}
 
@media(max-width: 767px) {
  .navbar-navbar {
    align-items: center;
  }
  .navbar-mobile {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
}

.stats3-wrapper {
  display: contents;
}
 
.stats3-container1 {
  height: 367px;
  align-items: center;
  justify-content: center;
}
 
.stats3-max-width {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.stats3-container2 {
  flex: 0 0 auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-direction: row;
}
 
.stats3-container3 {
  flex: 1;
  width: 474px;
  height: 250px;
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.stats3-text10 {
  height: 48px;
  display: block;
  align-self: center;
  text-align: center;
}
 
.stats3-text11 {
  text-align: center;
}
 
.stats3-container4 {
  flex: 1;
  height: 250px;
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.stats3-text12 {
  height: 51px;
  text-align: center;
}
 
.stats3-text13 {
  text-align: center;
}
 
.stats3-container5 {
  flex: 1;
  height: 250px;
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.stats3-text14 {
  height: 48px;
  text-align: center;
}
 
.stats3-text15 {
  text-align: center;
}
 
.stats3-container6 {
  flex: 1;
  height: 252px;
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.stats3-text16 {
  height: 49px;
  text-align: center;
}
 
.stats3-text17 {
  text-align: center;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text19 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text14 {
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text16 {
  color: rgb(255, 255, 255);
  display: inline-block;
}
 
.home-text17 {
  font-family: "Poppins";
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text21 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text20 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text15 {
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text22 {
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text23 {
  fill: var(--dl-color-gray-black);
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins";
}
 
.stats3root-class-name {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  align-self: center;
  background-color: #151513;
}
 
@media(max-width: 991px) {
  .stats3-container2 {
    flex-wrap: wrap;
  }
  .stats3-container5 {
    align-self: flex-start;
  }
  .stats3-container6 {
    align-self: flex-start;
  }
}
 
@media(max-width: 767px) {
  .stats3-container2 {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
  }
  .stats3-container3 {
    align-self: flex-start;
  }
  .stats3-text11 {
    text-align: center;
  }
  .stats3-container4 {
    flex: 1;
    height: 309px;
  }
  .stats3-text13 {
    text-align: center;
  }
  .stats3-text15 {
    text-align: center;
  }
  .stats3-container6 {
    width: 560px;
  }
  .stats3-text17 {
    text-align: center;
  }
}
 
@media(max-width: 479px) {
  .stats3-container2 {
    flex-wrap: wrap;
  }
  .stats3-container4 {
    align-self: flex-start;
  }
  .stats3-container5 {
    align-self: flex-start;
  }
  .stats3-container6 {
    align-self: flex-start;
  }
}

.highlight-wrapper {
  display: contents;
}
 
.highlight-highlight {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.highlight-text1 {
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 27px;
}
 
.highlight-text2 {
  max-width: 535px;
  font-family: "Poppins";
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .highlight-text1 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
}

.highlight-wrapper-oule {
  display: contents;
}
 
.highlight-highlight1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.highlight-text3 {
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 27px;
}
 
.highlight-text4 {
  max-width: 535px;
  font-family: "Poppins";
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .highlight-text3 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
}

.point-wrapper {
  display: contents;
}
 
.point-point {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.point-check {
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #175E3E;
}
 
.point-icon1 {
  fill: #ffffff;
  width: 12px;
  height: 12px;
}
 
.point-text {
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}

.point-wrapper-h4pj {
  display: contents;
}
 
.point-point1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.point-check1 {
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #175E3E;
}
 
.point-icon3 {
  fill: #ffffff;
  width: 12px;
  height: 12px;
}
 
.point-text1 {
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}

.point-wrapper-3zuq {
  display: contents;
}
 
.point-point2 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.point-check2 {
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #175E3E;
}
 
.point-icon5 {
  fill: #ffffff;
  width: 12px;
  height: 12px;
}
 
.point-text2 {
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}

.accordion-wrapper {
  display: contents;
}
 
.accordion-accordion {
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.accordion-element1 {
  width: 640px;
  user-select: none;
}
 
.accordion-details1 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.accordion-text1 {
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 27px;
}
 
.accordion-text2 {
  width: 100%;
  max-width: 535px;
  font-family: "Poppins";
  line-height: 24px;
  user-select: text;
}
 
.accordion-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.accordion-element2 {
  width: 640px;
  user-select: none;
}
 
.accordion-details2 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.accordion-text3 {
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 27px;
}
 
.accordion-text4 {
  width: 100%;
  max-width: 535px;
  font-family: "Poppins";
  line-height: 24px;
  user-select: text;
}
 
.accordion-icon3 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.accordion-element3 {
  width: 640px;
  user-select: none;
}
 
.accordion-details3 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.accordion-text5 {
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 27px;
}
 
.accordion-text6 {
  width: 100%;
  max-width: 535px;
  font-family: "Poppins";
  line-height: 24px;
  user-select: text;
}
 
.accordion-icon5 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.accordion-container2 {
  display: contents;
}
 
@media(max-width: 767px) {
  .accordion-element1 {
    width: 100%;
    max-width: 560px;
  }
  .accordion-text1 {
    font-size: 16px;
    line-height: 24px;
  }
  .accordion-element2 {
    width: 100%;
    max-width: 560px;
  }
  .accordion-text3 {
    font-size: 16px;
  }
  .accordion-element3 {
    width: 100%;
    max-width: 560px;
  }
  .accordion-text5 {
    font-size: 16px;
  }
}
 
@media(max-width: 479px) {
  .accordion-element1 {
    width: 350px;
    max-width: auto;
  }
  .accordion-element2 {
    width: 350px;
    max-width: auto;
  }
  .accordion-element3 {
    width: 350px;
    max-width: auto;
  }
}

.feature-wrapper {
  display: contents;
}
 
.feature-feature {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature:hover {
  border-color: #ade2df;
}
 
.feature-image {
  height: 32px;
  object-fit: cover;
}
 
.feature-content {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description {
  font-family: "Poppins";
}
 
@media(max-width: 767px) {
  .feature-feature {
    gap: var(--dl-space-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content {
    gap: var(--dl-space-space-halfunit);
  }
  .feature-title {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-h47e {
  display: contents;
}
 
.feature-feature1 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature1:hover {
  border-color: #ade2df;
}
 
.feature-image1 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content1 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title1 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description1 {
  font-family: "Poppins";
}
 
@media(max-width: 767px) {
  .feature-feature1 {
    gap: var(--dl-space-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content1 {
    gap: var(--dl-space-space-halfunit);
  }
  .feature-title1 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description1 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-14y9 {
  display: contents;
}
 
.feature-feature2 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature2:hover {
  border-color: #ade2df;
}
 
.feature-image2 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content2 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title2 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description2 {
  font-family: "Poppins";
}
 
@media(max-width: 767px) {
  .feature-feature2 {
    gap: var(--dl-space-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content2 {
    gap: var(--dl-space-space-halfunit);
  }
  .feature-title2 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description2 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-ogh1 {
  display: contents;
}
 
.feature-feature3 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature3:hover {
  border-color: #ade2df;
}
 
.feature-image3 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content3 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title3 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description3 {
  font-family: "Poppins";
}
 
@media(max-width: 767px) {
  .feature-feature3 {
    gap: var(--dl-space-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content3 {
    gap: var(--dl-space-space-halfunit);
  }
  .feature-title3 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description3 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-903w {
  display: contents;
}
 
.feature-feature4 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature4:hover {
  border-color: #ade2df;
}
 
.feature-image4 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content4 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title4 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description4 {
  font-family: "Poppins";
}
 
@media(max-width: 767px) {
  .feature-feature4 {
    gap: var(--dl-space-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content4 {
    gap: var(--dl-space-space-halfunit);
  }
  .feature-title4 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description4 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-5mbm {
  display: contents;
}
 
.feature-feature5 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature5:hover {
  border-color: #ade2df;
}
 
.feature-image5 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content5 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title5 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description5 {
  font-family: "Poppins";
}
 
@media(max-width: 767px) {
  .feature-feature5 {
    gap: var(--dl-space-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content5 {
    gap: var(--dl-space-space-halfunit);
  }
  .feature-title5 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description5 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-2uj9 {
  display: contents;
}
 
.feature-feature6 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature6:hover {
  border-color: #ade2df;
}
 
.feature-image6 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content6 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title6 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description6 {
  font-family: "Poppins";
}
 
@media(max-width: 767px) {
  .feature-feature6 {
    gap: var(--dl-space-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content6 {
    gap: var(--dl-space-space-halfunit);
  }
  .feature-title6 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description6 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-h0kg {
  display: contents;
}
 
.feature-feature7 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature7:hover {
  border-color: #ade2df;
}
 
.feature-image7 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content7 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title7 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description7 {
  font-family: "Poppins";
}
 
@media(max-width: 767px) {
  .feature-feature7 {
    gap: var(--dl-space-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content7 {
    gap: var(--dl-space-space-halfunit);
  }
  .feature-title7 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description7 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature7 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.quote-wrapper {
  display: contents;
}
 
.quote-quote1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.quote-quote2 {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  flex-direction: column;
}
 
.quote-quote3 {
  font-size: 32px;
  font-style: italic;
  text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 48px;
}
 
.quote-people {
  gap: var(--dl-space-space-sixunits);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-person {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-avatar {
  width: 55px;
  height: 55px;
  border-radius: var(--dl-radius-radius-round);
}
 
.quote-person-details {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.quote-text1 {
  font-style: normal;
  font-weight: 600;
}
 

 

 

 
@media(max-width: 767px) {
  .quote-quote3 {
    font-size: 24px;
    margin-top: var(--dl-space-space-twounits);
    line-height: 36px;
  }
  .quote-person {
    flex-direction: column;
  }
  .quote-person-details {
    align-items: center;
  }
}

.quote-wrapper-qcrr {
  display: contents;
}
 
.quote-quote4 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.quote-quote5 {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  flex-direction: column;
}
 
.quote-quote6 {
  font-size: 32px;
  font-style: italic;
  text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 48px;
}
 
.quote-people1 {
  gap: var(--dl-space-space-sixunits);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-person1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-avatar1 {
  width: 55px;
  height: 55px;
  border-radius: var(--dl-radius-radius-round);
}
 
.quote-person-details1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.quote-text3 {
  font-style: normal;
  font-weight: 600;
}
 

 

 

 
@media(max-width: 767px) {
  .quote-quote6 {
    font-size: 24px;
    margin-top: var(--dl-space-space-twounits);
    line-height: 36px;
  }
  .quote-person1 {
    flex-direction: column;
  }
  .quote-person-details1 {
    align-items: center;
  }
}

.quote-wrapper-1u91 {
  display: contents;
}
 
.quote-quote7 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.quote-quote8 {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  flex-direction: column;
}
 
.quote-quote9 {
  font-size: 32px;
  font-style: italic;
  text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 48px;
}
 
.quote-people2 {
  gap: var(--dl-space-space-sixunits);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-person2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-avatar2 {
  width: 55px;
  height: 55px;
  border-radius: var(--dl-radius-radius-round);
}
 
.quote-person-details2 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.quote-text5 {
  font-style: normal;
  font-weight: 600;
}
 

 

 

 
@media(max-width: 767px) {
  .quote-quote9 {
    font-size: 24px;
    margin-top: var(--dl-space-space-twounits);
    line-height: 36px;
  }
  .quote-person2 {
    flex-direction: column;
  }
  .quote-person-details2 {
    align-items: center;
  }
}

.team5-wrapper {
  display: contents;
}
 
.team5-max-width {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
}
 
.team5-section-title {
  gap: var(--dl-space-space-unit);
  width: 30%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.team5-button {
  width: 100%;
  max-width: 300px;
  border-color: #175E3E;
  background-color: #175E3E;
}
 
.team5-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.team5-content2 {
  gap: 64px;
  width: 855px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.team5-row1 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.team5-container1 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 
.team5-card1 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 790px;
  display: flex;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.team5-placeholder-image1 {
  width: 80px;
  height: 80px;
}
 
.team5-content3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.team5-title1 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.team5-text12 {
  font-style: normal;
  font-weight: 600;
}
 
.team5-text13 {
  text-align: center;
}
 
.team5-social-icons1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.team5-card2 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.team5-placeholder-image2 {
  width: 80px;
  height: 80px;
}
 
.team5-content4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.team5-title2 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.team5-text14 {
  font-style: normal;
  font-weight: 600;
}
 
.team5-text15 {
  text-align: center;
}
 
.team5-social-icons2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.team5-row2 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.team5-container2 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 
.team5-card3 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.team5-placeholder-image3 {
  width: 80px;
  height: 80px;
}
 
.team5-content5 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.team5-title3 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.team5-text16 {
  font-style: normal;
  font-weight: 600;
}
 
.team5-text17 {
  text-align: center;
}
 
.team5-social-icons3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.team5-card4 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.team5-placeholder-image4 {
  width: 80px;
  height: 80px;
}
 
.team5-content6 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.team5-title4 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.team5-text18 {
  font-style: normal;
  font-weight: 600;
}
 
.team5-text19 {
  text-align: center;
}
 
.team5-social-icons4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text60 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text55 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text53 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text57 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text58 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text61 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text56 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text52 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text54 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text59 {
  display: inline-block;
  font-family: "Poppins";
}
 
.team5root-class-name {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  background-color: var(--dl-color-gray-white);
}
 
@media(max-width: 991px) {
  .team5-section-title {
    width: 50%;
  }
}
 
@media(max-width: 767px) {
  .team5-max-width {
    align-items: center;
    flex-direction: column;
  }
  .team5-section-title {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .team5-button {
    width: 100%;
  }
  .team5-text11 {
    text-align: center;
  }
  .team5-row1 {
    align-items: center;
    flex-direction: column;
  }
  .team5-container1 {
    flex-direction: column;
  }
  .team5-row2 {
    align-items: center;
    flex-direction: column;
  }
  .team5-container2 {
    flex-direction: column;
  }
}

.social-wrapper {
  display: contents;
}
 
.social-social {
  cursor: pointer;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(236, 233, 234, 0.2);
}
 
.social-social:hover {
  background-color: rgba(236, 233, 234, 0.6);
}
 
.social-insider {
  width: 18px;
  height: 18px;
}
 
.socialroot-class-name {
  background-color: #175E3E;
}
 
.socialroot-class-name1 {
  background-color: #175E3E;
}
 
.socialroot-class-name2 {
  background-color: #175E3E;
}
 
@media(max-width: 767px) {
  .social-social {
    padding: 12px;
  }
}

.social-wrapper-afmv {
  display: contents;
}
 
.social-social1 {
  cursor: pointer;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(236, 233, 234, 0.2);
}
 
.social-social1:hover {
  background-color: rgba(236, 233, 234, 0.6);
}
 
.social-insider1 {
  width: 18px;
  height: 18px;
}
 
.socialroot-class-name {
  background-color: #175E3E;
}
 
.socialroot-class-name1 {
  background-color: #175E3E;
}
 
.socialroot-class-name2 {
  background-color: #175E3E;
}
 
@media(max-width: 767px) {
  .social-social1 {
    padding: 12px;
  }
}

.social-wrapper-vvd6 {
  display: contents;
}
 
.social-social2 {
  cursor: pointer;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(236, 233, 234, 0.2);
}
 
.social-social2:hover {
  background-color: rgba(236, 233, 234, 0.6);
}
 
.social-insider2 {
  width: 18px;
  height: 18px;
}
 
.socialroot-class-name {
  background-color: #175E3E;
}
 
.socialroot-class-name1 {
  background-color: #175E3E;
}
 
.socialroot-class-name2 {
  background-color: #175E3E;
}
 
@media(max-width: 767px) {
  .social-social2 {
    padding: 12px;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer {
  gap: var(--dl-space-space-threeunits);
  color: white;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  background-color: #151513;
}
 
.footer-content {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.footer-information {
  gap: var(--dl-space-space-unit);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.footer-heading {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 265px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.footer-pasted-image {
  width: 170px;
  display: flex;
  align-self: flex-start;
  border-color: #151514;
  border-width: 1px;
  animation-name: none;
  flex-direction: row;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.footer-text1 {
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 21px;
}
 
.footer-socials {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 265px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.footer-links {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  z-index: 15;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.footer-column1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.footer-header1 {
  line-height: 30px;
}
 
.footer-link1 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link1:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link2 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link2:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link3 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link3:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link4 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link4:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-column2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.footer-header2 {
  line-height: 30px;
}
 
.footer-link5 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link5:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link6 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link6:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link7 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link7:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link8 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link8:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-text2 {
  color: rgb(196, 196, 196);
  width: 100%;
  font-size: 14px;
  max-width: 1200px;
  line-height: 21px;
}
 
.footerroot-class-name {
  background-color: #151513;
}
 
@media(max-width: 991px) {
  .footer-footer {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
}
 
@media(max-width: 767px) {
  .footer-footer {
    gap: var(--dl-space-space-twounits);
  }
  .footer-content {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-information {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .footer-heading {
    gap: var(--dl-space-space-halfunit);
  }
  .footer-pasted-image {
    width: 100px;
  }
  .footer-text1 {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-socials {
    gap: var(--dl-space-space-halfunit);
  }
  .footer-links {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    flex-direction: column;
  }
  .footer-header1 {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-header2 {
    font-size: 16px;
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .footer-links {
    width: 100%;
    flex-direction: column;
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
 
.home-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #151513;
}
 
.home-heading1 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.home-content10 {
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
  background-color: #151513;
}
 
.home-content11 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 0.5;
  display: flex;
  z-index: 20;
  align-items: flex-start;
  padding-top: var(--dl-space-space-sixunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  justify-content: center;
}
 
.home-title1 {
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 76px;
}
 
.home-text12 {
  color: #175e3e;
}
 
.home-images {
  gap: var(--dl-space-space-oneandhalfunits);
  right: -210px;
  bottom: -300px;
  margin: auto;
  display: none;
  overflow: hidden;
  position: absolute;
  transform: rotate(-30deg);
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-column1 {
  gap: var(--dl-space-space-oneandhalfunits);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-pasted-image1 {
  width: 240px;
}
 
.home-column2 {
  gap: var(--dl-space-space-oneandhalfunits);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-pasted-image2 {
  width: 240px;
}
 
.home-pasted-image3 {
  width: 240px;
}
 
.home-column3 {
  gap: var(--dl-space-space-oneandhalfunits);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-pasted-image4 {
  width: 240px;
}
 
.home-pasted-image5 {
  width: 240px;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text14 {
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text15 {
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text16 {
  color: rgb(255, 255, 255);
  display: inline-block;
}
 
.home-text17 {
  font-family: "Poppins";
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text19 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text20 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text21 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text22 {
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text23 {
  fill: var(--dl-color-gray-black);
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins";
}
 
.home-video1 {
  color: white;
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  background-color: #151513;
}
 
.home-content12 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
 
.home-header1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text24 {
  width: 640px;
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-video-container {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-video2 {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  border-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-radius: var(--dl-radius-radius-radius4);
  animation-name: none;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-video2:hover {
  opacity: .5;
  border-color: #ADE2DF;
  border-width: 2px;
  border-radius: 8px;
}
 
.home-heading-container {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-heading2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text25 {
  font-size: 25px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 36px;
}
 
.home-text26 {
  color: rgb(234, 234, 234);
  width: 600px;
  font-family: "Poppins";
  line-height: 24px;
}
 
.home-explore1 {
  color: #fff;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  border-color: #ffffff;
  border-width: 0px;
  flex-direction: column;
  padding-bottom: 4px;
  border-bottom-width: 1px;
}
 
.home-explore1:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
}
 
.home-text27 {
  width: Size-XSmall;
}
 
.home-stats {
  width: 100%;
  display: flex;
  z-index: 10;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: center;
}
 
.home-stat1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
 
.home-caption1 {
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
 
.home-description1 {
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: "Poppins";
  line-height: 27px;
}
 
.home-stat2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
 
.home-caption2 {
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
 
.home-description2 {
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: "Poppins";
  line-height: 27px;
}
 
.home-sections {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}
 
.home-section1 {
  gap: var(--dl-space-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  flex-direction: row;
  justify-content: center;
}
 
.home-image1 {
  width: 250px;
  height: 100%;
  object-fit: cover;
}
 
.home-content13 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text28 {
  font-size: 40px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
 
.home-explore2 {
  cursor: pointer;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  transition: 0.3s;
  align-items: flex-start;
  border-width: 0px;
  flex-direction: column;
  padding-bottom: 4px;
  border-bottom-width: 1px;
}
 
.home-explore2:hover {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
 
.home-section2 {
  gap: var(--dl-space-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  flex-direction: row;
  justify-content: center;
}
 
.home-content14 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-heading3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text30 {
  font-size: 40px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
 
.home-text31 {
  font-size: 18px;
  max-width: 535px;
  font-family: "Poppins";
  line-height: 27px;
}
 
.home-content15 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-points {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-navlink {
  display: contents;
}
 
.home-get-started1 {
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #175e3e;
}
 
.home-get-started1:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-sign-up {
  color: #ffffff;
  font-weight: 500;
}
 
.home-image2 {
  width: 300px;
  height: 100%;
  object-fit: cover;
}
 
.home-section3 {
  gap: var(--dl-space-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: flex-start;
  padding-top: var(--dl-space-space-sixunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-sixunits);
  justify-content: center;
}
 
.home-image3 {
  width: 300px;
  height: 100%;
  object-fit: cover;
}
 
.home-content16 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  margin-top: var(--dl-space-space-fiveunits);
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text32 {
  font-size: 40px;
  max-width: 640px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.home-text34 {
  color: #175e3e;
}
 
.home-banner-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
}
 
.home-banner {
  width: 100%;
  height: 360px;
  display: flex;
  overflow: hidden;
  max-width: 1200px;
  align-items: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  background-color: #375EE0;
}
 
.home-pasted-image6 {
  display: none;
}
 
.home-overlay {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  background-color: #175E3E;
}
 
.home-text37 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 40px;
  max-width: 490px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-book-btn {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  background-color: #151513;
}
 
.home-book-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
 
.home-text38 {
  color: rgb(255, 255, 255);
  width: 100%;
  max-width: 490px;
  font-style: normal;
  font-weight: 500;
}
 
.home-features {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  justify-content: flex-start;
}
 
.home-header2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-tag1 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  background-color: #175E3E;
}
 
.home-text39 {
  color: var(--dl-color-gray-white);
  font-weight: 500;
}
 
.home-heading4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text40 {
  width: 100%;
  font-size: 40px;
  max-width: 400px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
 
.home-text41 {
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}
 
.home-feature-list {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-testimonials {
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: stretch;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
}
 
.home-logo-container {
  width: 55px;
  height: 53px;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-self: center;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: column;
  justify-content: center;
  background-color: #175E3E;
}
 
.home-logo {
  width: 45px;
  height: 45px;
}
 
.home-content17 {
  display: flex;
  position: relative;
  align-items: stretch;
  flex-direction: column;
}
 
.home-quotes {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-buttons {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: 500px;
  align-self: center;
  margin-top: -55px;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-left {
  fill: #DBDBDB;
  cursor: pointer;
  display: flex;
  padding: var(--dl-space-space-unit);
  transition: 0.3s;
  align-items: center;
  border-color: #DBDBDB;
  border-width: 1px;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
}
 
.home-left:hover {
  fill: #000;
  border-color: #000;
}
 
.home-icon1 {
  width: 19px;
  height: 19px;
}
 
.home-right {
  fill: #DBDBDB;
  cursor: pointer;
  display: flex;
  padding: var(--dl-space-space-unit);
  transition: 0.3s;
  align-items: center;
  border-color: #DBDBDB;
  border-width: 1px;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  padding-bottom: 16px;
}
 
.home-right:hover {
  fill: #000;
  border-color: #000;
}
 
.home-icon3 {
  width: 19px;
  height: 19px;
}
 
.home-container3 {
  display: contents;
}
 
.home-faq {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  background-color: #F3F5FA;
}
 
.home-content18 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
 
.home-header3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-tag2 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  background-color: #175e3e;
}
 
.home-text42 {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
}
 
.home-heading5 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text45 {
  width: 100%;
  font-size: 40px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
 
.home-rows {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.home-column4 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-title2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
 
.home-description3 {
  line-height: 24px;
}
 
.home-title3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
 
.home-description4 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-question3 {
  border-bottom-width: 0px;
}
 
.home-title4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
 
.home-description5 {
  line-height: 24px;
}
 
.home-column5 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-question4 {
  border-right-width: 0px;
}
 
.home-title5 {
  font-size: 18px;
}
 
.home-text48 {
  font-style: normal;
  font-weight: 500;
}
 
.home-description6 {
  line-height: 24px;
}
 
.home-question5 {
  border-right-width: 0px;
}
 
.home-title6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
 
.home-description7 {
  line-height: 24px;
}
 
.home-question6 {
  border-right-width: 0px;
  border-bottom-width: 0px;
}
 
.home-title7 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
 
.home-description8 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text52 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text53 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text54 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text55 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text56 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text57 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text58 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text59 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text60 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text61 {
  display: inline-block;
  font-family: "Poppins";
}
 
.home-get-started2 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  background-color: #175E3E;
}
 
.home-content19 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
}
 
.home-heading6 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-text62 {
  color: var(--dl-color-gray-white);
  font-size: 64px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-hero-buttons {
  gap: var(--dl-space-space-unit);
  display: flex;
  z-index: 15;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-ios-btn {
  gap: var(--dl-space-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  background-color: #45433e;
}
 
.home-ios-btn:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-apple {
  width: 16px;
  height: 20px;
}
 
.home-caption3 {
  font-family: "Poppins";
}
 
.home-android-btn {
  gap: var(--dl-space-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  background-color: #45433e;
}
 
.home-android-btn:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-android {
  width: 18px;
  height: 20px;
}
 
.home-caption4 {
  font-family: "Poppins";
}
 
@media(max-width: 991px) {
  .home-content10 {
    width: 100%;
    height: 921px;
    flex-direction: column;
  }
  .home-content11 {
    gap: var(--dl-space-space-unit);
    flex: 0 0 auto;
    padding-top: var(--dl-space-space-unit);
    padding-bottom: 0px;
  }
  .home-title1 {
    font-size: 50px;
    text-align: left;
    line-height: 58px;
  }
  .home-images {
    left: 0px;
    right: -100px;
    bottom: -325px;
    margin: auto;
  }
  .home-pasted-image1 {
    width: 200px;
  }
  .home-pasted-image2 {
    width: 200px;
  }
  .home-pasted-image3 {
    width: 200px;
  }
  .home-pasted-image4 {
    width: 200px;
  }
  .home-pasted-image5 {
    width: 200px;
  }
  .home-content12 {
    gap: var(--dl-space-space-threeunits);
  }
  .home-stats {
    padding-top: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-stat1 {
    gap: var(--dl-space-space-halfunit);
    width: 100%;
    padding-bottom: var(--dl-space-space-threeunits);
    border-right-width: 0px;
  }
  .home-caption1 {
    text-align: center;
    line-height: 32px;
  }
  .home-stat2 {
    gap: var(--dl-space-space-halfunit);
    width: 100%;
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-threeunits);
    border-left-width: 0px;
  }
  .home-caption2 {
    text-align: center;
    line-height: 32px;
  }
  .home-section1 {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-fourunits);
    flex-direction: column-reverse;
  }
  .home-content13 {
    gap: var(--dl-space-space-unit);
  }
  .home-explore2 {
    margin-top: var(--dl-space-space-halfunit);
  }
  .home-section2 {
    padding-top: var(--dl-space-space-fourunits);
    border-color: #DBDBDB;
    flex-direction: column;
    border-top-width: 1px;
  }
  .home-content14 {
    gap: var(--dl-space-space-unit);
  }
  .home-content15 {
    gap: var(--dl-space-space-twounits);
  }
  .home-section3 {
    align-items: center;
    padding-top: var(--dl-space-space-fourunits);
    border-color: #DBDBDB;
    flex-direction: column-reverse;
    padding-bottom: var(--dl-space-space-fourunits);
    border-top-width: 1px;
  }
  .home-content16 {
    margin-top: 0px;
  }
  .home-get-started2 {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-content19 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading6 {
    gap: var(--dl-space-space-halfunit);
  }
  .home-text62 {
    font-size: 40px;
  }
}
 
@media(max-width: 767px) {
  .home-title1 {
    font-size: 40px;
    line-height: 48px;
  }
  .home-images {
    bottom: -250px;
  }
  .home-text24 {
    width: 100%;
    font-size: 32px;
    max-width: 640px;
  }
  .home-video-container {
    gap: var(--dl-space-space-threeunits);
  }
  .home-heading2 {
    gap: var(--dl-space-space-halfunit);
  }
  .home-text25 {
    font-size: 20px;
    line-height: 30px;
  }
  .home-text26 {
    width: 100%;
    max-width: 600px;
  }
  .home-caption1 {
    font-size: 32px;
  }
  .home-description1 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-caption2 {
    font-size: 32px;
  }
  .home-description2 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text28 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text30 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text31 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-get-started1 {
    display: none;
  }
  .home-section3 {
    gap: var(--dl-space-space-twounits);
  }
  .home-banner {
    height: 520px;
    position: relative;
  }
  .home-pasted-image6 {
    right: 0px;
    bottom: 0px;
    height: 300px;
    display: flex;
    position: absolute;
    align-self: flex-end;
  }
  .home-overlay {
    gap: var(--dl-space-space-oneandhalfunits);
    flex: 1;
    z-index: 50;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-threeunits);
    justify-content: flex-start;
    background-image: none;
  }
  .home-text37 {
    font-size: 32px;
  }
  .home-features {
    gap: var(--dl-space-space-threeunits);
  }
  .home-header2 {
    gap: var(--dl-space-space-unit);
  }
  .home-text39 {
    font-size: 14px;
  }
  .home-text40 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text41 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-feature-list {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    flex-direction: column;
  }
  .home-testimonials {
    width: 100%;
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-logo-container {
    padding: 12px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-logo {
    width: 16px;
    height: 16px;
  }
  .home-left {
    display: flex;
  }
  .home-right {
    display: flex;
  }
  .home-faq {
    width: 100%;
  }
  .home-content18 {
    gap: var(--dl-space-space-twounits);
  }
  .home-text42 {
    font-size: 14px;
  }
  .home-text45 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-rows {
    flex-direction: column;
  }
  .home-title2 {
    font-size: 16px;
  }
  .home-get-started2 {
    display: none;
  }
}
 
@media(max-width: 479px) {
  .home-hero {
    width: 100%;
  }
  .home-images {
    bottom: -300px;
  }
  .home-pasted-image1 {
    width: 150px;
  }
  .home-pasted-image2 {
    width: 150px;
  }
  .home-pasted-image3 {
    width: 150px;
  }
  .home-pasted-image4 {
    width: 150px;
  }
  .home-pasted-image5 {
    width: 150px;
  }
  .home-pasted-image6 {
    height: 225px;
  }
  .home-buttons {
    margin-top: -40px;
  }
  .home-left {
    padding: var(--dl-space-space-halfunit);
  }
  .home-right {
    padding: var(--dl-space-space-halfunit);
  }
  .home-hero-buttons {
    width: 100%;
    flex-direction: column;
  }
  .home-ios-btn {
    width: 100%;
  }
  .home-android-btn {
    width: 100%;
  }
}
