.navbar-wrapper {
  display: contents;
}

.navbar-navbar {
  width: 100%;
  z-index: 999;
  display: flex;
  position: fixed;
  padding-top: 16px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 16px;
  /* max-width: 1200px; */
  align-items: flex-start;
  background-color: white;
  flex-direction: row;
  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-layout-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: 150px;
  height: 50px;
  text-decoration: none;
}

.navbar-links1 {
  gap: var(--dl-layout-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 {
  transition: 0.3s;
}

.navbar-link1:hover {
  color: var(--dl-color-primary-green);
}

.navbar-link2 {
  transition: 0.3s;
}

.navbar-link2:hover {
  color: var(--dl-color-primary-green);
}

.navbar-link3 {
  transition: 0.3s;
}

.navbar-link3:hover {
  color: var(--dl-color-primary-green);
}

.navbar-quick-actions {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.navbar-navlink2 {
  display: contents;
}

.navbar-sign-up-btn {
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
  text-decoration: none;
  background-color: #1acd81;
}

.navbar-sign-up-btn:hover {
  background-color: #43e5a0;
}

.navbar-sign-up {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-style: normal;
  line-height: 27px;
}

.navbar-hamburger-menu {
  width: 20px;
  height: 12px;
  display: none;
}

.navbar-mobile {
  gap: var(--dl-layout-space-fourunits);
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: var(--dl-layout-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-layout-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-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
}

.navbar-navlink7 {
  display: contents;
}

.navbar-btn1 {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  border-radius: var(--dl-layout-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-layout-space-unit);
  align-items: center;
  border-radius: var(--dl-layout-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;
}

@media (max-width: 991px) {
  .navbar-navbar {
    align-items: center;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .navbar-links1 {
    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-layout-space-twounits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
}

.feature-wrapper {
  display: contents;
}

.feature-feature {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-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-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}

.feature-feature:hover {
  border-color: var(--dl-color-primary-green);
}

.feature-image {
  height: 32px;
  object-fit: cover;
}

.feature-content {
  gap: var(--dl-layout-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-weight: 600;
}

.feature-description {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}

.home-fragment1 {
  display: contents;
}

.home-text13 {
  display: inline-block;
}

@media (max-width: 767px) {
  .feature-feature {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content {
    gap: var(--dl-layout-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-dao5 {
  display: contents;
}

.feature-feature1 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-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-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}

.feature-feature1:hover {
  border-color: var(--dl-color-primary-green);
}

.feature-image1 {
  height: 32px;
  object-fit: cover;
}

.feature-content1 {
  gap: var(--dl-layout-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-weight: 600;
}

.feature-description1 {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}

.home-fragment2 {
  display: contents;
}

.home-text14 {
  display: inline-block;
}

@media (max-width: 767px) {
  .feature-feature1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content1 {
    gap: var(--dl-layout-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-faqj {
  display: contents;
}

.feature-feature2 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-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-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}

.feature-feature2:hover {
  border-color: var(--dl-color-primary-green);
}

.feature-image2 {
  height: 32px;
  object-fit: cover;
}

.feature-content2 {
  gap: var(--dl-layout-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-weight: 600;
}

.feature-description2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}

.home-fragment3 {
  display: contents;
}

.home-text15 {
  display: inline-block;
}

@media (max-width: 767px) {
  .feature-feature2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content2 {
    gap: var(--dl-layout-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-x8h7 {
  display: contents;
}

.feature-feature3 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-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-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}

.feature-feature3:hover {
  border-color: var(--dl-color-primary-green);
}

.feature-image3 {
  height: 32px;
  object-fit: cover;
}

.feature-content3 {
  gap: var(--dl-layout-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-weight: 600;
}

.feature-description3 {
  font-size: 16px;

  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}

.home-fragment4 {
  display: contents;
}

.home-text16 {
  display: inline-block;
}

@media (max-width: 767px) {
  .feature-feature3 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content3 {
    gap: var(--dl-layout-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-eil0 {
  display: contents;
}

.feature-feature4 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-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-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}

.feature-feature4:hover {
  border-color: var(--dl-color-primary-green);
}

.feature-image4 {
  height: 32px;
  object-fit: cover;
}

.feature-content4 {
  gap: var(--dl-layout-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-weight: 600;
}

.feature-description4 {
  font-size: 16px;

  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}

.home-fragment5 {
  display: contents;
}

.home-text19 {
  display: inline-block;
}

@media (max-width: 767px) {
  .feature-feature4 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content4 {
    gap: var(--dl-layout-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-kdq7 {
  display: contents;
}

.feature-feature5 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-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-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}

.feature-feature5:hover {
  border-color: var(--dl-color-primary-green);
}

.feature-image5 {
  height: 32px;
  object-fit: cover;
}

.feature-content5 {
  gap: var(--dl-layout-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-weight: 600;
}

.feature-description5 {
  font-size: 16px;

  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}

.home-fragment6 {
  display: contents;
}

.home-text20 {
  display: inline-block;
}

@media (max-width: 767px) {
  .feature-feature5 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content5 {
    gap: var(--dl-layout-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;
  }
}

.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-layout-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-weight: 600;
  line-height: 27px;
}

.accordion-text2 {
  width: 100%;
  max-width: 535px;

  line-height: 24px;
  user-select: text;
}

.accordion-element2 {
  width: 640px;
  user-select: none;
}

.accordion-details2 {
  gap: var(--dl-layout-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-weight: 600;
  line-height: 27px;
}

.accordion-text4 {
  width: 100%;
  max-width: 535px;

  line-height: 24px;
  user-select: text;
}

.accordion-element3 {
  width: 640px;
  user-select: none;
}

.accordion-details3 {
  gap: var(--dl-layout-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-weight: 600;
  line-height: 27px;
}

.accordion-text6 {
  width: 100%;
  max-width: 535px;

  line-height: 24px;
  user-select: text;
}

.accordion-container2 {
  display: contents;
}

.home-fragment7 {
  display: contents;
}

.home-text24 {
  display: inline-block;
}

@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;
  }
}

.footer-wrapper {
  display: contents;
}

.footer-footer {
  gap: var(--dl-layout-space-threeunits);
  color: white;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #000000;
}

.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-layout-space-unit);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.footer-heading {
  gap: var(--dl-layout-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: 150px;
}

.footer-text1 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.footer-text2 {
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
  text-transform: none;
  text-decoration: none;
}

.footer-links {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  z-index: 15;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}

.footer-column1 {
  gap: var(--dl-layout-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.footer-column2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.footer-header {
  font-style: normal;
}

.footer-link1 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}

.footer-link1:hover {
  color: var(--dl-color-primary-green);
}

.footer-link2 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}

.footer-link2:hover {
  color: var(--dl-color-primary-green);
}

.footer-link3 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}

.footer-link3:hover {
  color: var(--dl-color-primary-green);
}

.footer-text3 {
  fill: var(--dl-color-primary-grey);
  color: var(--dl-color-primary-grey);
  width: 100%;
  font-size: 14px;
  max-width: 1200px;
  text-align: center;
  line-height: 21px;
}

.footerroot-class-name {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  margin-top: var(--dl-layout-space-threeunits);
  padding-top: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-unit);
  background-color: var(--dl-color-primary-greylightest);
}

@media (max-width: 991px) {
  .footer-footer {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
}

@media (max-width: 767px) {
  .footer-footer {
    gap: var(--dl-layout-space-twounits);
  }
  .footer-content {
    gap: var(--dl-layout-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-information {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer-heading {
    gap: var(--dl-layout-space-halfunit);
  }
  .footer-pasted-image {
    width: 100px;
  }
  .footer-links {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: 100%;
    flex-direction: column;
  }
  .footer-header {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 479px) {
  .footer-links {
    width: 100%;
    flex-direction: column;
  }
}

.home-container {
  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;
}

.home-heading1 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}

.home-content1 {
  flex: 1;
  width: 100%;
  margin-top: 80px;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
}

.home-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 0.5;
  display: flex;
  z-index: 20;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-sixunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  justify-content: flex-start;
}

.home-title {
  font-style: normal;
  line-height: 76px;
}

.home-caption1 {
  font-style: normal;
  margin-bottom: 20px;
}

.home-textinput {
  width: 100%;
  fill: var(--dl-color-primary-grey);
  color: var(--dl-color-primary-grey);
  transition: 0.3s;
  line-height: 2;
  border-color: var(--dl-color-primary-greylight);
  border-width: 1px;
  border-radius: 999px;
  background-color: var(--dl-color-primary-greylightest);
}

.home-textinput:focus {
  border-color: var(--dl-color-primary-green);
}

.home-caption2 {
  font-style: normal;
}

.home-ios-btn {
  gap: var(--dl-layout-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
  background-color: #1acd80;
}

.home-ios-btn:hover {
  background-color: var(--dl-color-primary-greenlight);
}

.home-caption3 {
  font-style: normal;
}

.home-hero-buttons {
  gap: var(--dl-layout-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  z-index: 15;
  margin-top: var(--dl-layout-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.home-images {
  gap: var(--dl-layout-space-oneandhalfunits);
  right: -210px;
  bottom: -300px;
  margin: auto;
  display: flex;
  overflow: hidden;
  position: absolute;
  transform: rotate(-30deg);
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.home-column1 {
  gap: var(--dl-layout-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-layout-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-layout-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-features {
  color: var(--dl-color-gray-black);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-layout-space-threeunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: var(--dl-color-primary-greylightest);
}

.home-content3 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}

.home-tag {
  display: flex;
  align-self: flex-start;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: rgba(67, 229, 160, 0.5);
}

.home-text10 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  font-style: normal;
}

.home-heading2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.home-text11 {
  width: 100%;
  max-width: 400px;
  font-style: normal;
  line-height: 56px;
}

.home-text12 {
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}

.home-feature-list {
  gap: var(--dl-layout-space-fourunits);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}

.home-fragment1 {
  display: contents;
}

.home-text13 {
  display: inline-block;
}

.home-fragment2 {
  display: contents;
}

.home-text14 {
  display: inline-block;
}

.home-fragment3 {
  display: contents;
}

.home-text15 {
  display: inline-block;
}

.home-fragment4 {
  display: contents;
}

.home-text16 {
  display: inline-block;
}

.home-fragment5 {
  display: contents;
}

.home-text19 {
  display: inline-block;
}

.home-fragment6 {
  display: contents;
}

.home-text20 {
  display: inline-block;
}

.home-stats {
  width: 100%;
  display: flex;
  z-index: 10;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: center;
}

.home-stat1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #dbdbdb;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.home-caption4 {
  font-style: normal;
  line-height: px;
}

.home-description1 {
  width: 100%;
  max-width: 350px;
  text-align: center;
}

.home-stat2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #dbdbdb;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  border-bottom-width: 1px;
}

.home-caption5 {
  line-height: px;
}

.home-description2 {
  width: 100%;
  max-width: 350px;
  text-align: center;
}

.home-stat3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #dbdbdb;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  border-left-width: 1px;
  border-bottom-width: 1px;
}

.home-caption6 {
  line-height: px;
}

.home-description3 {
  width: 100%;
  max-width: 350px;
  text-align: center;
}

.home-sections {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}

.home-section {
  gap: var(--dl-layout-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-sixunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-sixunits);
  justify-content: center;
}

.home-image {
  width: 400px;
  height: 590px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  background-size: contain;
  justify-content: center;
  background-image: url("../images/how_it_works.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.home-content4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  margin-top: var(--dl-layout-space-fiveunits);
  align-items: flex-start;
  flex-direction: column;
}

.home-text21 {
  font-size: 40px;
  max-width: 640px;
  font-style: normal;

  font-weight: 600;
  line-height: 56px;
}

.home-fragment7 {
  display: contents;
}

.home-text24 {
  display: inline-block;
}

.home-banner-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-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: var(--dl-color-primary-green);
}

.home-overlay {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  background-size: cover;
  justify-content: center;
  background-image: url("../images/masked.svg");
}

.home-text27 {
  color: var(--dl-color-gray-white);
  width: 100%;
  font-size: 40px;
  max-width: 490px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
}

.home-book-btn {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #000000;
}

.home-book-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.home-text31 {
  color: rgb(255, 255, 255);
  width: 100%;
  max-width: 490px;
  font-style: normal;
  font-weight: 500;
}

.home-pasted-image6 {
  display: none;
}

.copy-box {
  padding: 8px;
  display: none;
  font-size: 14px;
  border-radius: 6px;
  background-color: #f6f6f9;
  border: 1px solid #ececf2;
}

.copy-button {
  border: none;
  color: white;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 8px;
  margin-left: 8px;
  border-radius: 4px;
  background-color: #333333;
  transition: background-color 0.2s;
}

.copy-button:hover {
  background-color: #1e1e1e;
}

.copy-button.copied {
  background-color: #444444;
}

.input-wrapper {
  position: relative;
  width: 100%;
}

.circular-button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #333333;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.circular-button:hover {
  background-color: #1e1e1e;
}

.spinner {
  border: 2px solid white;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
}

/* Loader */
#loader-container div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto 10px;
  border: 4px solid #f6f6f9;
  border-top: 4px solid #1acd81;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .home-content1 {
    flex-direction: column;
  }
  .home-content2 {
    gap: var(--dl-layout-space-unit);
    flex: 0 0 auto;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: 0px;
  }
  .home-title {
    font-size: 50px;
    text-align: left;
    line-height: 58px;
  }
  .home-ios-btn {
    flex: 1;
  }
  .home-hero-buttons {
    width: 100%;
  }
  .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-content3 {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-stats {
    padding-top: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .home-stat1 {
    gap: var(--dl-layout-space-halfunit);
    width: 100%;
    padding-bottom: var(--dl-layout-space-threeunits);
    border-right-width: 0px;
  }
  .home-stat2 {
    gap: var(--dl-layout-space-halfunit);
    width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-stat3 {
    gap: var(--dl-layout-space-halfunit);
    width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
    border-left-width: 0px;
  }
  .home-section {
    align-items: center;
    padding-top: var(--dl-layout-space-fourunits);
    border-color: #dbdbdb;
    flex-direction: column-reverse;
    padding-bottom: var(--dl-layout-space-fourunits);
    border-top-width: 1px;
  }
  .home-content4 {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .home-title {
    font-size: 40px;
    line-height: 48px;
  }
  .home-text12 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-feature-list {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: column;
  }
  .home-description2 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-description3 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-section {
    gap: var(--dl-layout-space-twounits);
  }
  .home-banner {
    height: 520px;
    position: relative;
  }
  .home-overlay {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex: 1;
    z-index: 50;
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-layout-space-threeunits);
    justify-content: flex-start;
    background-image: none;
  }
  .home-text27 {
    font-size: 32px;
  }
  .home-pasted-image6 {
    right: 0px;
    bottom: 0px;
    height: 300px;
    display: flex;
    position: absolute;
    align-self: flex-end;
  }
  .home-images {
    display: none;
    bottom: -300px;
  }
}

@media (max-width: 479px) {
  .home-ios-btn {
    width: 100%;
  }
  .home-hero-buttons {
    width: 100%;
    flex-direction: column;
  }
  .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-image {
    width: 100%;
    max-width: 400px;
  }
  .home-pasted-image6 {
    height: 225px;
  }
  .home-images {
    display: none;
    bottom: -300px;
  }
}
