#landingPageMain {
  color: #757575;
  font-weight: 400;
  font-size: 18px;
  --color-orange: #feca76;
}
#landingPageMain .container.v2 {
  max-width: 1150px;
}
#landingPageMain .row {
  display: flex !important;
  flex-wrap: wrap !important;
}
#landingPageMain .bg-light-grey {
  background-color: #f1f0f0;
}
#landingPageMain .bg-grey {
  background-color: #cfcfcf;
}
#landingPageMain .bg-orange {
  background-color: var(--color-orange);
}
#landingPageMain .color-orange {
  color: var(--color-orange);
}
#landingPageMain .py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#landingPageMain .lh-150 {
  line-height: 1.5;
}
#landingPageMain .fs-16 {
  line-height: 20px !important;
}
#landingPageMain h2 {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.28;
}
#landingPageMain h3, #landingPageMain .h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
#landingPageMain h4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 800;
}
#landingPageMain p {
  margin-bottom: 20px;
}
#landingPageMain .btn {
  color: white;
  background-color: var(--color-orange);
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
}
#landingPageMain .btn-white {
  background-color: white;
  color: var(--color-orange);
}
#landingPageMain .bx-video iframe {
  aspect-ratio: 16/9;
  max-width: 100%;
}
#landingPageMain .bx-product2 {
  -webkit-box-shadow: 0px 5px 43px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 43px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 43px -11px rgba(0, 0, 0, 0.3);
  border-radius: 0 40px 0 40px;
  padding: 30px 20px;
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#landingPageMain .bx-product2 h4 {
  margin-bottom: 3px !important;
}
#landingPageMain .bx-product2 p {
  line-height: 1.1;
}
#landingPageMain .bx-product2 .btn {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  padding: 0 30px;
  margin-top: auto;
}
#landingPageMain .bx-slider {
  max-width: 1160px;
  margin: 0 auto 30px auto;
}
#landingPageMain .bx-slider .slick-next,
#landingPageMain .bx-slider .slick-prev {
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  width: 59px;
  height: 82px;
  right: -35px;
}
#landingPageMain .bx-slider .slick-prev {
  transform: rotate(-180deg);
  left: -35px;
}
#landingPageMain .bx-slider .i-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
#landingPageMain .bx-slider .i-slide .i-content {
  -webkit-box-shadow: 0px 5px 43px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 43px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 43px -11px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 0 40px;
  padding: 55px;
  max-width: 650px;
  position: relative;
  left: 20px;
}
#landingPageMain .bx-slider .i-slide .i-img {
  position: relative;
  right: 20px;
  z-index: 10;
}
#landingPageMain ol li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
}
#landingPageMain ol li:before {
  content: "";
  background-image: url("../img/check.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 34px;
}

@media all and (min-width: 991px) {
  #landingPageMain .pt-md-80 {
    padding-top: 80px;
  }
  #landingPageMain .px-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #landingPageMain #monitor {
    position: absolute;
    top: -78%;
  }
}
@media all and (max-width: 991px) {
  #landingPageMain p {
    font-size: 16px;
  }
  #landingPageMain .btn {
    font-size: 16px;
  }
  #landingPageMain .h2, #landingPageMain h2 {
    font-size: 25px !important;
  }
  #landingPageMain .h3, #landingPageMain h3 {
    font-size: 20px;
  }
  #landingPageMain .lh-150 {
    line-height: 1.2;
  }
  #landingPageMain ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    font-size: 15px;
  }
  #landingPageMain ol li:before {
    width: 21px !important;
    height: 40px !important;
    top: -5px !important;
  }
  #landingPageMain .bx-slider .slick-dots li.slick-active button::before {
    background-color: var(--color-orange);
  }
  #landingPageMain .bx-slider .slick-dots li button::before {
    background-color: #cfcfcf;
  }
  #landingPageMain .bx-slider .slick-list {
    margin: 0;
  }
  #landingPageMain .bx-slider .i-slide {
    flex-direction: column-reverse;
    padding: 0;
  }
  #landingPageMain .bx-slider .i-slide .i-content {
    box-shadow: 0px 5px 40px -20px rgba(0, 0, 0, 0.3);
    left: 0;
    top: -30px;
    padding: 55px 30px 30px 30px;
    width: calc(100vw - 60px);
    border-radius: 40px;
  }
  #landingPageMain .bx-slider .i-slide .i-img {
    right: 0;
    width: calc(100% - 60px);
    max-width: 520px;
    border-radius: 40px;
  }
}

/*# sourceMappingURL=landing-page.css.map */
