.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.notification {
  background-color: #fd3939;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.text-block {
  color: #fff;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1170px;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 26px;
  display: flex;
}

.bold-text {
  color: #ff0;
  margin-right: 5px;
}

.bold-text-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.bold-text-3 {
  margin-left: 5px;
}

.scraped-container {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1170px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 40px;
  display: flex;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 17px;
}

.button {
  text-align: center;
  background-color: #ff6d00;
  border-radius: 30px;
  margin-left: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
}

.pipe {
  color: #ded7d9;
  margin-left: 3px;
  margin-right: 3px;
}

.image {
  width: 140px;
}

.scraped-container-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1170px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero---rt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 30px;
  display: flex;
}

.hero---lt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-height: 30px;
  display: flex;
}

.hero---review {
  background-color: #f5f5f5;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 30px;
  padding: 10px 20px 20px;
  display: none;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.text-block-3 {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.color---green {
  color: #5ab400;
}

.italic-text {
  letter-spacing: .5px;
  font-family: PT Sans, sans-serif;
}

.div-block-3 {
  width: 100%;
}

.text-span {
  font-size: 14px;
  line-height: 20px;
}

.text-block-4 {
  width: 100%;
  font-family: Poppins, sans-serif;
}

.heading {
  color: #000;
  width: 100%;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  line-height: 65px;
}

.text-block-5 {
  color: #ff6d01;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.hero---bullets {
  width: 100%;
  min-height: 30px;
  margin-top: 10px;
  padding-left: 20px;
}

.bullet---item {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.bullet {
  width: 24px;
  height: 24px;
}

.text-block-6 {
  color: #000;
  margin-left: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.cta-group {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.cta-button {
  background-color: #ff6d00;
  border: 1px #000;
  border-radius: 50px;
  width: auto;
  padding: 12px 40px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.scarcity-group---dark {
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 20px;
  margin-top: 8px;
  display: flex;
}

.green-dot {
  background-color: #1dc96e;
  border-radius: 7px;
  width: 7px;
  height: 7px;
}

.text-block-7 {
  margin-left: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
}

.hourglass {
  width: 10px;
  height: 14px;
  margin-left: 3px;
}

.battery-charge {
  border: 1px solid red;
  justify-content: flex-start;
  align-items: center;
  width: 66px;
  height: 14px;
  margin-left: 6px;
  display: flex;
}

.red-box {
  background-color: red;
  width: 10px;
  height: 8px;
  margin-top: 1px;
  margin-left: 3px;
}

.gray-box {
  background-color: #c8c8c8;
  width: 10px;
  height: 8px;
  margin-top: 1px;
  margin-left: 2px;
}

.image-3 {
  border-radius: 20px;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.product-bg {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 1170px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.hero-section---desktop {
  background-color: #fafafa;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.cell {
  flex-flow: column;
  justify-content: space-between;
}

.cell-2 {
  display: block;
}

.hero-section---mobile {
  background-color: #000;
  display: none;
}

.scraped-container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: auto;
  padding: 20px 20px 0;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-align: center;
}

.heading-2 {
  color: #fff;
  text-align: center;
  width: 450px;
  font-family: Poppins, sans-serif;
  font-size: 33px;
  line-height: 38px;
}

.text-span-2 {
  color: #ff6d01;
  background-color: #0000;
}

.bullets---mobile {
  width: 100%;
  max-width: 610px;
}

.bullet-mobile---item {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-4 {
  width: 24px;
  height: 24px;
}

.text-block-9 {
  color: #fff;
  margin-left: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.text-block-10 {
  color: #fff;
  margin-left: 5px;
  font-weight: 700;
}

.scraped-container-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
}

.brands {
  text-align: center;
  background-color: #10194d;
  padding-top: 10px;
  padding-bottom: 20px;
}

.scraped-container-5 {
  width: 100%;
  max-width: 1170px;
  min-height: 30px;
}

.slide {
  margin-left: 0;
  margin-right: 0;
}

.section {
  background-color: #f5f5f5;
}

.scraped-container-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1170px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-3 {
  color: #2b3e79;
  text-align: center;
  width: auto;
  max-width: none;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.heading-3.max-w-850 {
  text-align: center;
  max-width: 850px;
}

.heading-3.dark-text {
  text-align: left;
  font-size: 40px;
  line-height: 58px;
}

.paragraph {
  text-align: center;
  max-width: 780px;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph.top-p {
  text-align: left;
}

.paragraph.pp1 {
  margin-top: 10px;
}

._3-col-features {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.column-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.column-2 {
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.column-3 {
  width: 33%;
}

.feature {
  border: 1px #0000;
  border-top: 1px solid #d5e5ff;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.feature.no-border-top {
  border-style: none;
  border-width: 0;
}

.feature.border-top {
  border-style: solid;
  border-color: #d5e5ff #0000 #0000;
}

.feature.no-top-border {
  border-top-style: none;
}

.image-10 {
  width: 60px;
  height: 60px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.text-block-12 {
  color: #2b3d79;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: static;
}

.image-11 {
  display: none;
}

.scraped-container-7 {
  max-width: 1170px;
  padding-top: 30px;
  padding-bottom: 0;
}

.heading---light {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.heading---light.sth {
  margin-top: 50px;
}

.bold-text-4 {
  width: auto;
}

.bold-text-4.white-color {
  color: #fff;
}

.bold-text-4.black-color {
  text-align: left;
}

.drone-feature {
  background-color: #f5f5f5;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
  overflow: hidden;
}

.drone-feature.reverse {
  flex-flow: row-reverse;
  margin-top: 30px;
}

.image-12 {
  width: auto;
  transform: scale(1.225);
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-height: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.heading-4 {
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.paragraph-3 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.img-wrap1 {
  width: 50%;
  overflow: hidden;
}

.div-block-6, .img-wrap3, .div-block-8, .div-block-9, .div-block-10 {
  width: 50%;
  min-height: 30px;
  overflow: hidden;
}

.img-wrap2, .img-wrap4, .img-wrap5, .img-wrap6 {
  width: 50%;
  overflow: hidden;
}

.image-13, .image-14, .image-15, .image-16, .image-17 {
  transform: translate(28px)scale(1.125);
}

.scraped-container-8 {
  max-width: 1170px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.steps {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.steps.iconss {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-flex;
}

.step-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  min-height: 30px;
  display: flex;
}

.heading-5 {
  color: #3b73af;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.hr {
  background-color: #2b3e79;
  width: 100px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4 {
  text-align: center;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-4.compp {
  margin-bottom: 30px;
}

.image-18 {
  border-radius: 10px;
  width: 100%;
  max-width: 60px;
  height: auto;
}

.image-18.steps {
  max-width: 300px;
}

.scraped-container-9 {
  max-width: 1170px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.table {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 140px;
  padding: 0 20px;
  display: flex;
  box-shadow: 0 0 15px 2px #0003;
}

.comparison-col1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  min-height: 30px;
  display: flex;
}

.comparison-col2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  min-height: 30px;
  margin-top: -117px;
  display: flex;
}

.comp-item1 {
  border-top: 1px solid #e7e7e7;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 60px;
  display: flex;
}

.comp-item1.no-top-border {
  border: 1px solid #0000;
  border-top-style: none;
  border-left: 0 #0000;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.text-block-13 {
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.prod-col1 {
  background-color: #25356c;
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 30px;
  display: flex;
  position: relative;
}

.prod-col2 {
  background-color: #8b8b8b;
  border-radius: 20px 20px 0 0;
  width: 50%;
  min-height: 30px;
  position: relative;
  overflow: visible;
}

.col-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 30px;
  display: flex;
}

.product {
  width: auto;
  height: 100px;
  margin-top: -35px;
}

.image-20 {
  width: 90px;
  height: auto;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.image-21 {
  width: 107px;
  height: auto;
  margin-top: -35px;
}

.row {
  border-top: 1px solid #395b8a;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  display: flex;
}

.row.no-top-border {
  border-top: 1px #395b8a;
}

.check {
  width: 30px;
  height: 30px;
}

.column-tail {
  background-color: #25356c;
  border-top: 1px solid #395b8a;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  min-height: 50px;
  position: absolute;
  bottom: -50px;
}

.row2 {
  border-top: 1px solid #9e9e9e;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  display: flex;
}

.column-tail2 {
  background-color: #8b8b8b;
  border-top: 1px solid #9e9e9e;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  min-height: 49px;
  position: absolute;
  bottom: -49px;
}

.heading-6 {
  text-align: center;
  width: 100%;
}

.heading-7 {
  text-align: center;
}

.heading-8 {
  color: #3b73af;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.comparison {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 0;
}

.scraped-container-10 {
  background-color: #000;
  max-width: 100%;
}

.guarantee {
  padding-top: 60px;
}

.scraped-container-11 {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  min-height: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  min-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-22 {
  width: 200px;
  height: 200px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30px;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  width: 750px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.scraped-container-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1170px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

._3-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 30px;
  margin-top: 30px;
  display: grid;
}

.grid {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.image-23 {
  border-radius: 10px;
  width: 270px;
  max-width: 90%;
  height: 270px;
}

.image-24 {
  margin-top: 20px;
}

.text-block-15 {
  text-align: center;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-6 {
  text-align: center;
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-16 {
  color: #303030;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-span-3 {
  color: #00d050;
}

.scraped-container-13 {
  border-bottom: 2px solid #d0d0d0;
  justify-content: flex-start;
  align-items: center;
  max-width: 1920px;
  display: flex;
  overflow: hidden;
}

._2-col-features {
  background-color: #f5f5f5;
}

.image-25 {
  box-sizing: border-box;
  float: none;
  text-align: center;
  width: 90%;
  max-width: 400px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.overflow-wrap {
  width: 50%;
  max-width: 1024px;
  max-height: 602px;
  margin-top: 0;
  overflow: hidden;
  transform: translate(-25px)scale(1.2);
}

.text-wrap {
  width: 50%;
  max-width: 600px;
  min-height: 30px;
  margin-top: 40px;
  padding-bottom: 17px;
  padding-left: 0;
}

.text-block-17 {
  color: #000;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: block;
}

.text-block-17.rating-mobile {
  display: none;
}

.bold-text-5 {
  color: #000;
  text-align: left;
  line-height: 58px;
}

.text-block-18 {
  color: #ff6b00;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.faqs {
  background-color: #f5f5f5;
  border-top: 2px #d0d0d0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  display: flex;
}

.scraped-container-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
}

.footer {
  display: block;
  overflow: visible;
}

.scraped-container-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-top: 20px;
  display: flex;
}

.text-block-19 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-20 {
  color: #303030;
  text-align: center;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.link {
  color: #303030;
  text-decoration: none;
}

.image-26 {
  max-width: 200px;
}

.accordion-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 0%;
  max-width: 1024px;
  height: auto;
  min-height: auto;
  max-height: 0;
  margin-top: 30px;
  display: none;
}

.faq-item {
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.faq-question {
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.faq-answer {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  width: 100%;
  max-width: 1170px;
  padding: 20px;
}

.text-block-21 {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.chevron {
  width: 15px;
  height: 15px;
}

.accordion-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.faq-question-1 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.faq-answer-1 {
  background-color: #fff;
  padding: 20px;
}

.accordion-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 800px;
  min-height: 40px;
  margin-top: 30px;
  display: flex;
}

.faq-item-1 {
  border-radius: 5px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.faq-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.faq-content-text {
  color: #000;
  background-color: #0000;
  border-top: 0 #0000;
  margin-bottom: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: flex;
}

.faq-content-text.pl-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.chevron-icon-1 {
  width: 15px;
  height: 15px;
}

.faq-header-text {
  width: 100%;
}

.faq-content-1 {
  background-color: #fff;
  padding: 0 20px 20px;
  display: none;
}

.bold-text-8 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 26px;
  display: flex;
}

.faq-content-2 {
  background-color: #fff;
  padding: 0 20px 20px;
  display: none;
}

.chevron-icon-2 {
  width: 15px;
  height: 15px;
}

.faq-header-1, .faq-header-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.faq-item-3 {
  cursor: auto;
  border-radius: 5px;
}

.faq-header-3 {
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.faq-content-3 {
  background-color: #fff;
  border-top: 0 #d9d9d900;
  padding: 0 20px 20px;
  display: none;
}

.faq-header-4 {
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.faq-content-4 {
  background-color: #fff;
  padding-bottom: 20px;
  display: none;
}

.chevron-icon-3, .chevron-icon-4 {
  width: 15px;
  height: 15px;
}

.faq-item-5 {
  cursor: pointer;
}

.faq-header-5 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.chevron-icon-5 {
  width: 15px;
  height: 15px;
}

.faq-content-5 {
  background-color: #fff;
  padding-bottom: 20px;
  display: none;
}

.faq-item-6 {
  display: block;
}

.faq-header-6 {
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.chevron-icon-6 {
  width: 15px;
  height: 15px;
}

.faq-content-6 {
  background-color: #fff;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.body {
  min-width: 375px;
}

.bold-text-11 {
  font-size: 16px;
}

.code-embed {
  margin-bottom: 0;
}

.div-block-14 {
  box-sizing: border-box;
  clear: none;
  text-align: center;
  order: 0;
  align-self: auto;
  width: 50%;
  margin-top: -20px;
  position: static;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-8.mon {
  display: none;
}

.image-27 {
  text-align: center;
  max-width: 1170px;
}

.image-27.mob27 {
  flex: 0 auto;
  display: none;
}

.text-span-4 {
  color: #792b74;
}

.image-28 {
  border-radius: 20px;
  max-width: 400px;
  display: inline-block;
}

.image-28.mobn {
  display: none;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.feat {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-51 {
  width: 40px;
  height: 60px;
}

.text-block-22 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.bold-text-12 {
  width: auto;
}

.heading-9 {
  color: #2b3e79;
  text-align: center;
  width: auto;
  max-width: none;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.scraped-container-16 {
  max-width: 1170px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-24 {
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.image-52 {
  width: 90px;
  height: auto;
}

.image-53 {
  width: auto;
  height: 100px;
  margin-top: -35px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-25 {
  color: #ff6d01;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-26 {
  color: #000;
  margin-left: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.image-54 {
  width: 500px;
  max-width: none;
  height: 500px;
  display: inline-block;
}

.mask {
  aspect-ratio: 1;
  width: 500px;
  height: 500px;
  overflow: hidden;
}

.slide-nav {
  display: block;
  position: absolute;
}

.image-55 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  display: inline-block;
}

.image-56 {
  width: auto;
}

.slider {
  height: auto;
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 20px;
    line-height: 26px;
  }

  .scraped-container, .scraped-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero---rt {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .hero---review {
    padding-bottom: 30px;
    padding-right: 10px;
  }

  .text-block-3, .italic-text {
    font-size: 18px;
  }

  .heading {
    font-size: 48px;
    line-height: 54px;
  }

  .text-block-7 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .image-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .quick-stack {
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
  }

  .image-5 {
    width: 130px;
  }

  .image-6 {
    width: 75px;
  }

  .image-7 {
    width: 130px;
  }

  .image-8 {
    width: 100px;
  }

  .scraped-container-6 {
    padding: 20px 20px 10px;
  }

  .heading-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 38px;
    line-height: 44px;
  }

  .paragraph {
    line-height: 26px;
  }

  .text-block-12, .paragraph-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .scraped-container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading---light {
    font-size: 38px;
    line-height: 38px;
  }

  .bold-text-4.white-color {
    width: 100%;
  }

  .image-12 {
    height: auto;
    transform: translate(0)scale(1);
  }

  .div-block-5 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .img-wrap1 {
    transform: scale(1.03);
  }

  .img-wrap3 {
    transform: scale(1.05);
  }

  .img-wrap2 {
    width: 50%;
  }

  .image-12-reverse {
    transform: scale(1.1);
  }

  .img-wrap4 {
    transform: translate(28px)scale(1.1);
  }

  .img-wrap5 {
    transform: scale(1.05);
  }

  .img-wrap6 {
    transform: translate(8px);
  }

  .image-13 {
    transform: translate(8px)scale(1.025);
  }

  .image-14 {
    transform: translate(4px)scale(1);
  }

  .image-15 {
    transform: translate(0)scale(1);
  }

  .image-16 {
    transform: translate(16px)scale(1);
  }

  .image-17 {
    transform: translate(0)scale(1.025);
  }

  .scraped-container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-5 {
    font-weight: 700;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .comparison-col1 {
    width: 55%;
  }

  .comparison-col2 {
    width: 45%;
  }

  .image-22 {
    width: 150px;
    height: auto;
  }

  .div-block-12 {
    height: auto;
  }

  .paragraph-5 {
    width: 100%;
    line-height: 26px;
  }

  ._3-col-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-23 {
    height: auto;
  }

  .paragraph-6 {
    line-height: 26px;
  }

  .scraped-container-13 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-25 {
    width: 80%;
    margin-top: 40px;
    margin-left: 0;
    transform: scale(1.3)translate(0, 25px);
  }

  .overflow-wrap {
    overflow: visible;
  }

  .text-wrap {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .text-block-17.rating-mobile {
    display: block;
  }

  .bold-text-5 {
    text-align: left;
  }

  .bold-text-7 {
    display: block;
  }

  .bold-text-7.rating-desktop {
    display: none;
  }

  .scraped-container-14 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-container {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-content-1, .faq-content-2 {
    border-top: 0 #0000;
  }

  .faq-content-3 {
    border-top-color: #0000;
  }

  .faq-content-4, .faq-content-5, .faq-content-6 {
    border-top: 0 #0000;
  }

  .bold-text-11 {
    font-size: 16px;
  }

  .div-block-14 {
    min-width: 50%;
    margin-top: -26px;
  }

  .div-block-31 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-9 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 38px;
    line-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-2 {
    display: none;
  }

  .hero---bullets {
    padding-left: 0;
  }

  .bullet---item {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-group.white {
    margin-top: 20px;
  }

  .cta-button {
    font-size: 24px;
  }

  .text-block-7 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 16px;
  }

  .hero-section---desktop {
    display: none;
  }

  .hero-section---mobile {
    display: block;
  }

  .scraped-container-3 {
    margin-top: 8px;
  }

  .heading-2 {
    width: 380px;
    font-size: 38px;
    line-height: 46px;
  }

  .bullet-mobile---item {
    font-size: 18px;
  }

  .text-block-10 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .text-block-11 {
    display: none;
  }

  .scraped-container-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-5 {
    width: 100px;
  }

  .image-6 {
    width: 60px;
  }

  .image-7 {
    width: 100px;
  }

  .image-8 {
    width: 90px;
  }

  .image-9 {
    width: 50px;
  }

  .scraped-container-6 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-3.max-w-850 {
    margin-bottom: 0;
  }

  .heading-3.dark-text {
    margin-top: 20px;
    padding-left: 0;
    line-height: 36px;
  }

  .paragraph {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  ._3-col-features {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .column-1 {
    width: 100%;
  }

  .column-2 {
    display: none;
  }

  .column-3 {
    width: 100%;
  }

  .feature.no-top-border {
    border-top-style: none;
    width: 100%;
  }

  .text-block-12, .paragraph-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .image-11 {
    width: 65%;
    height: auto;
    display: block;
  }

  .heading---light {
    padding-bottom: 5px;
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-4 {
    margin-top: -10px;
    display: block;
  }

  .drone-feature, .drone-feature.reverse {
    flex-flow: column;
  }

  .image-12, .div-block-5 {
    width: 100%;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .img-wrap1, .img-wrap3 {
    width: 100%;
    height: auto;
    transform: scale(1);
  }

  .img-wrap2 {
    width: 100%;
    height: auto;
  }

  .img-wrap4 {
    width: 100%;
    height: auto;
    transform: translate(0)scale(1);
  }

  .img-wrap5 {
    width: 100%;
    height: auto;
    transform: scale(1);
  }

  .img-wrap6 {
    width: 100%;
    height: auto;
    transform: translate(0);
  }

  .image-13, .image-14 {
    width: 100%;
    height: auto;
    transform: translate(0)scale(1);
  }

  .image-15 {
    width: 100%;
    height: auto;
    transform: translate(0)scale(1.025);
  }

  .image-16, .image-17 {
    width: 100%;
    height: auto;
    transform: translate(0)scale(1);
  }

  .steps {
    flex-flow: column;
  }

  .step-wrap {
    width: 100%;
  }

  .heading-5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .table {
    margin-left: 20px;
    margin-right: 20px;
  }

  .comparison-col1 {
    width: 55%;
  }

  .comparison-col2 {
    margin-top: -61px;
  }

  .text-block-13 {
    font-size: 18px;
  }

  .image-20 {
    width: 80px;
  }

  .text-block-14 {
    font-size: 12px;
  }

  .image-21 {
    width: 71px;
  }

  .check {
    width: 20px;
    height: 20px;
  }

  .column-tail {
    min-height: 30px;
    bottom: -30px;
  }

  .cross {
    width: 20px;
    height: 20px;
  }

  .column-tail2 {
    min-height: 30px;
    bottom: -30px;
  }

  .guarantee {
    padding-top: 40px;
  }

  .scraped-container-11 {
    padding-bottom: 20px;
  }

  .div-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 26px;
  }

  ._3-col-features {
    margin-top: 0;
  }

  .scraped-container-12 {
    padding-top: 30px;
  }

  ._3-col-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-15 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-6, .text-block-16 {
    font-size: 18px;
    line-height: 26px;
  }

  .scraped-container-13 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-25 {
    width: 90%;
    margin-top: 20px;
    margin-left: 0;
    transform: scale(1.2)translate(0, 19px);
  }

  .overflow-wrap {
    width: 100%;
    transform: translate(0)scale(1);
  }

  .text-wrap {
    width: 90%;
    margin-top: 20px;
  }

  .bold-text-5 {
    text-align: left;
    line-height: 36px;
  }

  .text-block-19, .text-block-20 {
    font-size: 16px;
    line-height: 22px;
  }

  .link {
    color: #303030;
    text-decoration: none;
  }

  .image-26 {
    width: 165px;
    max-width: none;
    height: auto;
  }

  .accordion-container {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-top: 20px;
  }

  .faq-content-text {
    border-top: 0 #0000;
    font-size: 16px;
    line-height: 24px;
  }

  .faq-content-1 {
    border-top: 0 #0000;
    padding: 0 20px 20px;
    display: none;
  }

  .bold-text-8 {
    font-size: 18px;
    line-height: 24px;
  }

  .faq-content-2, .faq-content-3 {
    border-top: 0 #0000;
    padding: 0 20px 20px;
    display: none;
  }

  .faq-content-4, .faq-content-5, .faq-content-6 {
    display: none;
  }

  .bold-text-10 {
    font-size: 16px;
  }

  .div-block-14 {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
  }

  .div-block-31 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-23 {
    font-size: 12px;
  }

  .bold-text-12 {
    margin-top: -10px;
    display: block;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-24 {
    font-size: 18px;
  }

  .image-52 {
    width: 80px;
  }

  .image-53 {
    width: 71px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .div-block {
    display: none;
  }

  .bullet {
    width: 20px;
    height: 20px;
  }

  .text-block-6 {
    font-size: 18px;
    font-weight: 500;
  }

  .cta-group {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .scarcity-group---dark {
    width: 95%;
  }

  .text-block-7 {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 12px;
  }

  .red-box, .gray-box {
    margin-top: 0;
  }

  .hero-section---mobile {
    background-color: #d8e5ed;
  }

  .scraped-container-3 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .text-block-8 {
    display: none;
  }

  .heading-2 {
    color: #000;
    width: 100%;
    font-size: 34px;
    line-height: 36px;
  }

  .image-4 {
    width: 20px;
    height: 20px;
  }

  .text-block-9 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-10 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-10.whi {
    color: #fff;
  }

  .text-block-11 {
    color: #000;
    text-align: center;
    font-family: Poppins, sans-serif;
    display: block;
  }

  .brands {
    display: none;
  }

  .scraped-container-6 {
    width: 100%;
    padding-bottom: 10px;
  }

  .heading-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-3.dark-text {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
  }

  .paragraph {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph.pp1.pt {
    text-align: left;
  }

  .text-block-12, .paragraph-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .image-11 {
    width: 85%;
  }

  .scraped-container-7 {
    padding-top: 0;
  }

  .heading---light {
    font-size: 24px;
  }

  .bold-text-4 {
    font-weight: 700;
  }

  .drone-feature, .drone-feature.reverse {
    margin-top: 20px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .scraped-container-8 {
    padding-top: 10px;
  }

  .steps.iconss {
    flex: 0 auto;
    display: none;
  }

  .heading-5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .image-18.steps {
    max-width: 250px;
  }

  .scraped-container-9 {
    padding-top: 10px;
  }

  .table {
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 10px;
  }

  .comparison-col1 {
    width: 50%;
  }

  .comparison-col2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 50%;
    margin-top: -50px;
  }

  .comp-item1 {
    min-height: 60px;
    padding-right: 5px;
  }

  .comp-item1.no-top-border {
    padding-top: 0;
  }

  .text-block-13 {
    font-size: 18px;
    font-weight: 500;
  }

  .prod-col1 {
    width: 50%;
  }

  .prod-col2 {
    width: 47%;
  }

  .col-heading {
    margin-top: 0;
    margin-bottom: 6px;
    padding-top: 0;
  }

  .product {
    width: 50px;
    height: 50px;
    margin-top: -21px;
  }

  .image-20 {
    width: 50px;
    margin-top: 0;
  }

  .text-block-14 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 16px;
  }

  .image-21 {
    width: 56px;
    margin-top: -17px;
  }

  .row.no-top-border {
    min-height: 47px;
    margin-top: 0;
  }

  .row.no-top-border.mobile-margin {
    margin-top: 5px;
  }

  .check {
    width: 20px;
    height: 20px;
  }

  .column-tail {
    margin-top: 0;
  }

  .cross {
    width: 20px;
    height: 20px;
  }

  .column-tail2 {
    bottom: -25px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 26px;
  }

  .scraped-container-12 {
    padding-bottom: 20px;
  }

  ._3-col-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-6, .text-block-16 {
    font-size: 18px;
    line-height: 26px;
  }

  .image-25 {
    width: 88%;
    margin-bottom: 40px;
  }

  .text-wrap {
    margin-top: 20px;
    padding-right: 20px;
  }

  .bold-text-5 {
    text-align: left;
    font-weight: 900;
    line-height: 30px;
  }

  .bold-text-6 {
    font-size: 16px;
  }

  .bold-text-7 {
    width: 95%;
    padding-right: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .scraped-container-14 {
    padding-bottom: 30px;
  }

  .div-block-13 {
    flex-flow: wrap;
  }

  .text-block-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-26 {
    width: 125px;
  }

  .accordion-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 10px;
  }

  .bold-text-8 {
    font-size: 18px;
    line-height: 26px;
  }

  .faq-header-1, .faq-header-2, .faq-header-3, .faq-header-4, .faq-header-5, .faq-header-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-9 {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-8.mon {
    display: inline-flex;
  }

  .image-27 {
    max-width: 100%;
  }

  .image-27.mob27 {
    display: inline-flex;
  }

  .image-28 {
    display: none;
  }

  .image-28.mobn {
    display: inline-block;
  }

  .columns {
    flex: 0 auto;
    display: block;
  }

  .div-block-31 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-23 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 16px;
  }

  .bold-text-12 {
    font-weight: 700;
  }

  .heading-9 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .scraped-container-16 {
    padding-top: 10px;
  }

  .text-block-24 {
    font-size: 18px;
    font-weight: 500;
  }

  .image-52 {
    width: 50px;
    margin-top: 0;
  }

  .image-53 {
    width: 50px;
    height: 50px;
    margin-top: -21px;
  }

  .text-block-26 {
    font-size: 18px;
    font-weight: 500;
  }
}

#w-node-_57b49aeb-935d-e7a9-edcf-67a603720cd2-3aa7d957 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_646b63f5-07d7-9d2c-b305-541e665fe915-3aa7d957, #w-node-_646b63f5-07d7-9d2c-b305-541e665fe919-3aa7d957, #w-node-_646b63f5-07d7-9d2c-b305-541e665fe91d-3aa7d957, #w-node-_646b63f5-07d7-9d2c-b305-541e665fe921-3aa7d957 {
  align-self: start;
}


