.navbar-navbar {
  width: 100%;
  display: flex;
  z-index: 1000;
  position: relative;
  max-width: 1200px;
  align-self: auto;
  align-items: center;
  flex-shrink: 1;
  padding-top: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-fiveunits);
}
.navbar-navlink {
  display: contents;
}
.navbar-branding-logo {
  width: auto;
  height: 60px;
  box-sizing: content-box;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-radius8);
  text-decoration: none;
}
.navbar-branding-logo:hover {
  box-shadow: 0px 0px 10px 1px #80ff44;
}
.navbar-nav-content {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-direction: row;
  justify-content: flex-start;
}
.navbar-nav-links {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  border-color: transparent;
}
.navbar-link {
  text-decoration: none;
}
.navbar-link1 {
  text-decoration: none;
}
.navbar-link2 {
  text-decoration: none;
}
.navbar-link3 {
  text-decoration: none;
}
.navbar-get-started {
  background-color: #2a2a2a;
}
.navbar-text {
  color: rgb(255, 255, 255);
  align-self: auto;
  font-style: Medium;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
.navbar-hamburger {
  display: none;
}
.navbar-image {
  width: 100px;
  object-fit: cover;
}
.navbar-mobile-menu {
  gap: var(--dl-space-space-twounits);
  top: 0;
  left: 0;
  width: 1920px;
  height: 100vh;
  display: flex;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.3s;
  align-items: stretch;
  flex-direction: column;
  background-color: #000000;
}
.navbar-container {
  width: 320px;
  height: 361px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navbar-branding {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.navbar-navlink1 {
  display: contents;
}
.navbar-image1 {
  width: auto;
  height: 60px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius4);
  text-decoration: none;
}
.navbar-container1 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navbar-icon {
  fill: #ffffff;
  width: 24px;
  height: 24px;
}
.navbar-nav-links1 {
  gap: var(--dl-space-space-unit);
  color: var(--dl-color-gray-black);
  display: flex;
  margin-top: var(--dl-space-space-unit);
  flex-direction: column;
}
.navbar-link4 {
  text-decoration: none;
}
.navbar-link5 {
  text-decoration: none;
}
.navbar-link6 {
  text-decoration: none;
}
.navbar-link7 {
  text-decoration: none;
}
.navbar-get-started1 {
  margin-top: var(--dl-space-space-unit);
  background-color: #80FF44;
}
.navbar-text1 {
  color: #000000;
  align-self: auto;
  font-style: Medium;
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
.navbar-container3 {
  display: contents;
}











@media(max-width: 1600px) {
  .navbar-branding-logo {
    width: auto;
    height: var(--dl-size-size-small);
  }
  .navbar-mobile-menu {
    width: 1600px;
  }
  .navbar-link5 {
    text-decoration: none;
  }
  .navbar-link7 {
    text-decoration: none;
  }
}
@media(max-width: 1200px) {
  .navbar-navbar {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .navbar-link {
    text-decoration: none;
  }
  .navbar-mobile-menu {
    width: 1200px;
  }
}
@media(max-width: 991px) {
  .navbar-navbar {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .navbar-mobile-menu {
    width: 991px;
  }
}
@media(max-width: 767px) {
  .navbar-navbar {
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .navbar-branding-logo {
    width: var(--dl-size-size-small);
  }
  .navbar-nav-links {
    display: none;
  }
  .navbar-get-started {
    display: none;
  }
  .navbar-hamburger {
    display: flex;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .navbar-image {
    width: 16px;
    height: 14px;
  }
  .navbar-mobile-menu {
    width: 767px;
    margin-right: 0px;
  }
  .navbar-branding {
    width: 100%;
  }
  .navbar-nav-links1 {
    margin-top: var(--dl-space-space-twounits);
    align-items: flex-start;
    margin-bottom: var(--dl-space-space-twounits);
    justify-content: center;
  }
  .navbar-link4 {
    color: #ffffff;
  }
  .navbar-link5 {
    color: #ffffff;
  }
  .navbar-link6 {
    color: #ffffff;
  }
  .navbar-link7 {
    color: #ffffff;
  }
}
@media(max-width: 479px) {
  .navbar-mobile-menu {
    width: 479px;
  }
  .navbar-link4 {
    color: #ffffff;
  }
  .navbar-link5 {
    color: #ffffff;
  }
  .navbar-link6 {
    color: #ffffff;
  }
  .navbar-link7 {
    color: #ffffff;
  }
}

.section-section {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  background-color: #292929;
}
.section-content {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.section-header {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.section-heading {
  text-align: left;
}
.section-buttons {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.section-ios {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  flex-direction: row;
  background-color: #0F0F0F;
}
.section-icon {
  width: 16px;
  object-fit: cover;
}
.section-text3 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 24px;
}
.section-android {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  flex-direction: row;
  background-color: #0F0F0F;
}
.section-icon1 {
  width: 16px;
  object-fit: cover;
}
.section-text4 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 24px;
}
.section-image {
  top: -402px;
  right: -4px;
  width: 470px;
  height: 780px;
  position: absolute;
  object-fit: cover;
}





@media(max-width: 1200px) {
  .section-text1 {
    color: #25ff80;
  }
}
@media(max-width: 991px) {
  .section-content {
    height: 736px;
    align-items: center;
    flex-direction: column;
  }
  .section-header {
    height: 242px;
  }
  .section-buttons {
    width: 100%;
  }
  .section-ios {
    flex: 1;
    justify-content: center;
  }
  .section-android {
    flex: 1;
    justify-content: center;
  }
  .section-image {
    width: auto;
    height: 815px;
    position: static;
  }
}
@media(max-width: 767px) {
  .section-section {
    padding-top: var(--dl-space-space-fourunits);
  }
  .section-content {
    height: 485px;
  }
  .section-header {
    height: 193px;
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .section-buttons {
    flex-direction: column;
  }
  .section-ios {
    flex: 0 0 auto;
    width: 100%;
  }
  .section-android {
    flex: 0 0 auto;
    width: 100%;
  }
  .section-image {
    width: auto;
    height: 633px;
    padding-top: 60px;
  }
}
@media(max-width: 479px) {
  .section-section {
    height: 933px;
    padding-bottom: 0px;
  }
  .section-header {
    height: 258px;
  }
  .section-image {
    width: auto;
    height: 480px;
  }
}

.footer-footer {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 120px;
  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: center;
}
.footer-content {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer-main-content {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-content1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.footer-main {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.footer-header {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.footer-navlink {
  display: contents;
}
.footer-branding {
  width: 120px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
  text-decoration: none;
}
.footer-text {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 14px;
  max-width: 260px;
  font-family: "Poppins";
  line-height: 21px;
}
.footer-socials {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.footer-link {
  display: contents;
}
.footer-categories {
  gap: var(--dl-space-space-fourunits);
  width: 490px;
  height: 236px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.footer-category {
  gap: var(--dl-space-space-unit);
  width: 664px;
  display: flex;
  max-width: 175px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.footer-header1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.footer-links {
  gap: var(--dl-space-space-unit);
  width: 258px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-text02 {
  text-decoration: none;
}
.footer-text05 {
  text-decoration: none;
}
.footer-copyright {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer-text08 {
  color: rgb(196, 196, 196);
  width: 100%;
  font-size: 14px;
  font-family: "Poppins";
  line-height: 21px;
}
.footer-subscribe {
  gap: var(--dl-space-space-unit);
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-main1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-heading {
  color: rgb(255, 255, 255);
  font-size: 20px;
  max-width: 275px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  line-height: 30px;
}
.footer-input-field {
  gap: var(--dl-space-space-oneandhalfunits);
  height: 62px;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  background-color: #292929;
}
.footer-textinput {
  flex: 1;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  outline-style: none;
  background-color: rgba(217, 217, 217, 0);
}
.footer-buy {
  display: flex;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-unit);
  background-color: #80FF44;
}
.footer-text09 {
  color: rgb(12, 16, 12);
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 24px;
}
.footer-notice {
  color: #686868;
  font-size: 14px;
  max-width: 400px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 21px;
}
.footer-copyright1 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer-text12 {
  color: #C4C4C4;
  width: 100%;
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
}

.footer-root-class-name1 {
  background-color: #000000;
}


.footer-root-class-name4 {
  background-color: #000000;
}
.footer-root-class-name5 {
  background-color: #000000;
}
.footer-root-class-name6 {
  background-color: #000000;
}
.footer-root-class-name7 {
  background-color: #000000;
}
.footer-root-class-name8 {
  background-color: #000000;
}
@media(max-width: 991px) {
  .footer-content {
    gap: var(--dl-space-space-threeunits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-copyright {
    display: none;
  }
  .footer-copyright1 {
    display: flex;
  }
}
@media(max-width: 767px) {
  .footer-content1 {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .footer-main {
    gap: var(--dl-space-space-twounits);
  }
  .footer-categories {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .footer-buy {
    height: 48px;
    justify-content: center;
  }
  .footer-text09 {
    color: rgb(12, 16, 12);
    font-size: 16px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
  }
}
@media(max-width: 479px) {
  .footer-footer {
    height: 1112px;
    margin-top: 100px;
  }
  .footer-text {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .footer-categories {
    width: 426px;
  }
  .footer-category {
    width: 1%;
    margin-right: 0px;
  }
  .footer-links {
    width: 351px;
  }
  .footer-main1 {
    width: 382px;
  }
  .footer-input-field {
    width: 291px;
    height: 57px;
  }
  .footer-textinput {
    flex: 1;
    width: 100%;
    height: 44px;
  }
  .footer-buy {
    height: 49px;
    justify-content: center;
  }
  .footer-text09 {
    color: rgb(12, 16, 12);
    font-size: 24px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
    line-height: 24px;
  }
}

.faqs-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  background-color: #000000;
}
.faqs-section {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
.faqs-cube {
  top: 20px;
  left: 0px;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  transform: rotateX(240deg) rotateY(25deg) rotateZ(-110deg);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform-style: preserve-3d;
}
.faqs-top {
  transform: translateZ(-120px);
  background-image: linear-gradient(270deg, rgb(253, 253, 253) 0.00%,rgb(178, 178, 178) 100.00%);
}
.faqs-front {
  transform: rotateX(90deg);
  background: grey;
  background-image: linear-gradient(90deg, rgb(247, 247, 247) 0.00%,rgb(203, 203, 203) 100.00%);
  transform-origin: bottom;
}
.faqs-left {
  width: 120px;
  transform: translateZ(-120px) rotateY(90deg);
  background-image: linear-gradient(90deg, rgb(247, 247, 247) 0.00%,rgb(203, 203, 203) 100.00%);
  transform-origin: right;
}
.faqs-banner {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  z-index: 50;
  max-width: 1200px;
  align-items: center;
  border-radius: 20px;
  justify-content: space-between;
  background-color: #292929;
}
.faqs-header {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.faqs-buttons {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  justify-content: center;
}
.faqs-get-started {
  display: flex;
  background-color: #80FF44;
}
.faqs-text {
  color: rgb(12, 16, 12);
  font-size: 16px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
.faqs-link {
  display: contents;
}
.faqs-book-demo {
  display: flex;
  text-decoration: none;
  background-color: #ffffff;
}
.faqs-text01 {
  color: rgb(12, 16, 12);
  font-size: 16px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
.faqs-section1 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  border-color: #51515A;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 201px;
  justify-content: center;
  border-top-width: 1px;
}
.faqs-header1 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.faqs-heading1 {
  text-align: center;
}
.faqs-accordion {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.faqs-accordion1 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.faqs-element {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faqs-details {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faqs-text02 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
.faqs-text03 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 24px;
  user-select: text;
}
.faqs-element01 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faqs-details01 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faqs-text04 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
.faqs-text05 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
.faqs-element02 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faqs-details02 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faqs-text08 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
.faqs-text09 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
.faqs-element03 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faqs-details03 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faqs-text12 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
.faqs-text13 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
.faqs-element04 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faqs-details04 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faqs-text16 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
.faqs-text17 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
.faqs-element05 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faqs-details05 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faqs-text20 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
.faqs-text21 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
.faqs-element06 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faqs-details06 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faqs-text24 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
.faqs-text25 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
.faqs-element07 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faqs-details07 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faqs-text28 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
.faqs-text29 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
.faqs-element08 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faqs-details08 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faqs-text32 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
.faqs-text33 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
.faqs-element09 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faqs-details09 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faqs-text36 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
.faqs-text37 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
@media(max-width: 991px) {
  .faqs-banner {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
    justify-content: center;
  }
  .faqs-buttons {
    width: 100%;
    flex-direction: column;
  }
  .faqs-get-started {
    width: 100%;
  }
  .faqs-book-demo {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .faqs-banner {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .faqs-text02 {
    font-size: 16px;
    line-height: 24px;
  }
  .faqs-text04 {
    font-size: 16px;
    line-height: 24px;
  }
  .faqs-text08 {
    font-size: 16px;
    line-height: 24px;
  }
  .faqs-text12 {
    font-size: 16px;
    line-height: 24px;
  }
  .faqs-text16 {
    font-size: 16px;
    line-height: 24px;
  }
  .faqs-text20 {
    font-size: 16px;
    line-height: 24px;
  }
  .faqs-text24 {
    font-size: 16px;
    line-height: 24px;
  }
  .faqs-text28 {
    font-size: 16px;
    line-height: 24px;
  }
  .faqs-text32 {
    font-size: 16px;
    line-height: 24px;
  }
  .faqs-text36 {
    font-size: 16px;
    line-height: 24px;
  }
}
