.hero,
.how-it-works-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.81rem;
  padding-top: 7.56rem;
  padding-bottom: 3.72rem;
  padding-inline: 2rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .hero,
  .how-it-works-hero {
    padding-top: 17.6rem;
    padding-bottom: 7.03rem;
  }
}
.hero.hero-video,
.how-it-works-hero.hero-video {
  background-image: none;
  overflow: hidden;
}
.hero .hero-video-background,
.how-it-works-hero .hero-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero .hero-video-background video,
.how-it-works-hero .hero-video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .hero-content,
.how-it-works-hero .hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero .hero-content .hero-title,
.how-it-works-hero .hero-content .hero-title {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 134.2%;
}
@media screen and (min-width: 1200px) {
  .hero .hero-content .hero-title,
  .how-it-works-hero .hero-content .hero-title {
    max-width: 550px;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero-content .hero-title,
  .how-it-works-hero .hero-content .hero-title {
    font-size: 24px !important;
    max-width: 315px;
  }
}
.hero .hero-content .hero-subtitle,
.how-it-works-hero .hero-content .hero-subtitle {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 134.2%;
}
@media screen and (max-width: 600px) {
  .hero .hero-content .hero-subtitle,
  .how-it-works-hero .hero-content .hero-subtitle {
    font-size: 16px !important;
  }
}
.hero .hero-content .hero-btn-wrapper,
.how-it-works-hero .hero-content .hero-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.hero .hero-content .hero-btn-wrapper .hero-btn-row,
.how-it-works-hero .hero-content .hero-btn-wrapper .hero-btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 600px) {
  .hero .hero-content .hero-btn-wrapper .hero-btn-row,
  .how-it-works-hero .hero-content .hero-btn-wrapper .hero-btn-row {
    flex-direction: column;
  }
}
.hero .hero-content .hero-btn-wrapper .buy-now-btn,
.hero .hero-content .hero-btn-wrapper .configure-now-btn,
.how-it-works-hero .hero-content .hero-btn-wrapper .buy-now-btn,
.how-it-works-hero .hero-content .hero-btn-wrapper .configure-now-btn {
  cursor: pointer;
  min-width: 217px;
}
.hero .hero-content .hero-btn-wrapper .buy-now-btn a,
.hero .hero-content .hero-btn-wrapper .configure-now-btn a,
.how-it-works-hero .hero-content .hero-btn-wrapper .buy-now-btn a,
.how-it-works-hero .hero-content .hero-btn-wrapper .configure-now-btn a {
  text-decoration: none;
}
.hero .hero-content .hero-btn-wrapper .buy-now-btn,
.how-it-works-hero .hero-content .hero-btn-wrapper .buy-now-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.90175rem 3.02281rem;
  justify-content: center;
  align-items: center;
  gap: 2.88563rem;
  flex-shrink: 0;
  border-radius: 4.8125rem;
  background: #F9A41A;
  color: #131111;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98213rem;
  font-style: normal;
  font-weight: 700;
  border: none;
  line-height: normal;
}
.hero .hero-content .hero-btn-wrapper .buy-now-btn a,
.how-it-works-hero .hero-content .hero-btn-wrapper .buy-now-btn a {
  color: #131111;
}
.hero .hero-content .hero-btn-wrapper .info-btn,
.how-it-works-hero .hero-content .hero-btn-wrapper .info-btn {
  color: #FFF;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
}
.hero .hero-content .hero-btn-wrapper .configure-now-btn,
.how-it-works-hero .hero-content .hero-btn-wrapper .configure-now-btn {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 0.98213rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.hero .hero-content .hero-btn-wrapper .configure-now-btn a,
.how-it-works-hero .hero-content .hero-btn-wrapper .configure-now-btn a {
  color: #fff;
}
@media screen and (min-width: 900px) {
  .hero .hero-content .hero-btn-wrapper .configure-now-btn,
  .how-it-works-hero .hero-content .hero-btn-wrapper .configure-now-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.90175rem 3.02281rem;
    justify-content: center;
    align-items: center;
    gap: 2.88563rem;
    flex-shrink: 0;
    border-radius: 4.8125rem;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
  }
}
.hero .hero-icons,
.how-it-works-hero .hero-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 600px) {
  .hero .hero-icons,
  .how-it-works-hero .hero-icons {
    gap: 17px;
  }
}
.hero .hero-icons .icon,
.how-it-works-hero .hero-icons .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero .hero-icons .icon .img-wrap,
.how-it-works-hero .hero-icons .icon .img-wrap {
  min-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero-icons .icon .icon-wrap,
.how-it-works-hero .hero-icons .icon .icon-wrap {
  width: 50px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .hero .hero-icons .icon .icon-wrap img,
  .how-it-works-hero .hero-icons .icon .icon-wrap img {
    max-width: 36px;
    max-height: 36px;
  }
}
.hero .hero-icons .icon .icon-title,
.how-it-works-hero .hero-icons .icon .icon-title {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7315rem;
  text-transform: capitalize;
}
.hero .hero-icons .icon .icon-title.last-title,
.how-it-works-hero .hero-icons .icon .icon-title.last-title {
  padding-top: 0.54rem;
}

.hero__mask {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #6f6e6a;
  opacity: 0.9;
}

body:not(.home) .hero__mask {
  display: none;
}

.hero__btn {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.916667px;
  color: #F9A51B !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.hero__btn span {
  margin-right: 10px;
}
.hero__btn svg {
  transition: all 0.3s;
}
.hero__btn:hover svg {
  transform: translateX(10px);
}

.hero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 110px 0 150px 0;
}

.hero__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: auto;
}

.hero__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__btns .m-btn {
  margin-right: 30px;
}

.text-btn {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.833333px;
  color: #FFFFFF !important;
}
.text-btn:hover {
  text-decoration: underline;
}

.hero--v2 {
  padding: 45px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 80px;
  /* identical to box height, or 100% */
  background: #302E2E;
  color: #FFFFFF;
}
.hero--v2 p {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .hero .m-title {
    text-align: left;
  }
  .hero .m-subtitle {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    background-position: center;
    height: auto;
  }
  .hero > header, .hero div {
    z-index: 1;
  }
  .hero:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.6) 100%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.3s;
  }
  .page-template-how-it-works-template-php .hero .m-subtitle {
    display: initial;
    max-width: 50% !important;
  }
  .text-btn {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .hero .hero__btns .m-btn {
    margin-right: 20px;
  }
  .m-title {
    margin-bottom: 25px;
  }
}
.page-template-how-it-works-template-php .hero {
  margin-bottom: 50px;
}

.hero-carousel-wrapper {
  position: relative;
  width: 100%;
  padding: 0 !important;
}
.hero-carousel-wrapper .swiper.hero {
  padding: 0 !important;
}
.hero-carousel-wrapper .hero-desktop-only {
  display: block;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .hero-desktop-only {
    display: none !important;
  }
}
.hero-carousel-wrapper .hero-mobile-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .hero-mobile-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .hero-subtitle-desktop {
    display: none !important;
  }
}
.hero-carousel-wrapper .swiper {
  width: 100%;
  height: 100%;
}
.hero-carousel-wrapper .swiper-wrapper {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .hero-carousel-wrapper .swiper-wrapper {
    height: auto !important;
  }
}
.hero-carousel-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 7.56rem;
  padding-bottom: 3.72rem;
  padding-inline: 2rem;
  min-height: 950px;
}
@media screen and (min-width: 900px) {
  .hero-carousel-wrapper .swiper-slide {
    padding-top: 17.6rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .hero-carousel-wrapper .swiper-slide {
    min-height: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
    padding-inline: 0;
    background: none !important;
  }
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-inline: 30px;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .swiper-slide.hero-split-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
    padding-inline: 0;
    gap: 0;
  }
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 33px;
  width: 100%;
  max-width: 1440px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left {
    flex: 0 0 auto;
    height: auto;
    min-height: 60vh;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 2rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    gap: 1.25rem;
  }
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 28px;
  line-height: normal;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left h1 {
    font-size: 24px !important;
    text-align: center;
    max-width: 226px;
    display: block !important;
    z-index: 2;
    position: relative;
  }
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  line-height: normal;
  text-align: left;
  margin: 0;
  max-width: 450px;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-feature-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 20px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-feature-boxes .feature-box {
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  max-width: 187px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-btn-wrapper .hero-btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-btn-wrapper .hero-btn-row {
    flex-direction: column;
  }
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-btn-wrapper .hero-mobile-btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-btn-wrapper .hero-mobile-btn-row .mobile-btn {
  flex: 1;
  min-width: 0;
  padding: 0.90175rem 2rem;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-btn-wrapper .buy-now-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.90175rem 3.02281rem;
  justify-content: center;
  align-items: center;
  gap: 2.88563rem;
  flex-shrink: 0;
  border-radius: 4.8125rem;
  background: #F9A41A;
  color: #131111;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98213rem;
  font-style: normal;
  font-weight: 700;
  border: none;
  line-height: normal;
  cursor: pointer;
  min-width: 217px;
  text-decoration: none;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-btn-wrapper .buy-now-btn:hover {
  opacity: 0.9;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-btn-wrapper .buy-now-btn.secondary-btn {
  background: white;
  color: #131111;
  -webkit-backdrop-filter: blur(4.6px);
          backdrop-filter: blur(4.6px);
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-btn-wrapper .buy-now-btn.secondary-btn:hover {
  opacity: 0.9;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  text-align: left;
  margin: 0;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-feature-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 27.6px;
  flex-wrap: wrap;
  margin: 0;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-feature-boxes .feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19.32px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 9.36px;
  -webkit-backdrop-filter: blur(7.82px);
          backdrop-filter: blur(7.82px);
  max-width: 127px;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: normal;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13.8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-buttons {
    flex-direction: column;
    width: 100%;
  }
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-buttons .hero-desktop-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13.8px;
  flex-wrap: wrap;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-buttons .hero-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  border-radius: 70.83px;
  overflow: hidden;
  width: auto;
  min-width: 160px;
  height: 44px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-buttons .hero-btn {
    padding: 0.90175rem 3.02281rem;
    font-size: 0.98213rem;
    font-weight: 700;
    min-width: 217px;
  }
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-buttons .hero-btn.buy-now-btn {
  background: #f9a41a;
  color: #131111;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-buttons .hero-btn.buy-now-btn:hover {
  opacity: 0.9;
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-buttons .hero-btn.secondary-btn {
  background: white;
  color: #131111;
  -webkit-backdrop-filter: blur(4.6px);
          backdrop-filter: blur(4.6px);
}
.hero-carousel-wrapper .swiper-slide.hero-split-layout .hero-content-left .hero-buttons .hero-btn.secondary-btn:hover {
  opacity: 0.9;
}
.hero-carousel-wrapper .swiper-slide .hero-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
  margin-left: calc(-50vw + 50%);
}
.hero-carousel-wrapper .swiper-slide .hero-video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-carousel-wrapper .swiper-slide .hero-video-background.mobile-video {
  display: none;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .swiper-slide .hero-video-background.mobile-video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .swiper-slide .hero-video-background.desktop-video {
    display: none !important;
  }
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .swiper-slide .slide-content-wrapper {
    flex: 0 0 auto;
    height: auto;
    min-height: 60vh;
    width: 100%;
    justify-content: flex-end;
    padding: 2rem 1.5rem 50px 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper h1 {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 134.2%;
  max-width: 775px;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .swiper-slide .slide-content-wrapper h1 {
    font-size: 24px !important;
    max-width: 226px;
    display: block !important;
    z-index: 2;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
  }
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 134.2%;
  max-width: 680px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .swiper-slide .slide-content-wrapper p {
    font-size: 16px !important;
  }
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper .hero-feature-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 20px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper .hero-feature-boxes .feature-box {
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  max-width: 187px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper .hero-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper .hero-btn-wrapper .hero-btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .swiper-slide .slide-content-wrapper .hero-btn-wrapper .hero-btn-row {
    flex-direction: column;
  }
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper .hero-btn-wrapper .hero-mobile-btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper .hero-btn-wrapper .hero-mobile-btn-row .mobile-btn {
  flex: 1;
  min-width: 0;
  padding: 0.90175rem 2rem;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper .hero-btn-wrapper .buy-now-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.90175rem 3.02281rem;
  justify-content: center;
  align-items: center;
  gap: 2.88563rem;
  flex-shrink: 0;
  border-radius: 4.8125rem;
  background: #F9A41A;
  color: #131111;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98213rem;
  font-style: normal;
  font-weight: 700;
  border: none;
  line-height: normal;
  cursor: pointer;
  min-width: 217px;
  text-decoration: none;
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper .hero-btn-wrapper .buy-now-btn:hover {
  opacity: 0.9;
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper .hero-btn-wrapper .buy-now-btn.secondary-btn {
  background: white;
  color: #131111;
  -webkit-backdrop-filter: blur(4.6px);
          backdrop-filter: blur(4.6px);
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper .hero-btn-wrapper .buy-now-btn.secondary-btn:hover {
  opacity: 0.9;
}
.hero-carousel-wrapper .swiper-slide .slide-content-wrapper .hero-btn-wrapper .info-btn {
  color: #FFF;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98213rem;
  cursor: pointer;
}
.hero-carousel-wrapper .hero-carousel-navigation {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 0;
  width: 3px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .hero-carousel-navigation {
    display: none;
  }
}
.hero-carousel-wrapper .hero-carousel-navigation .nav-item {
  width: 100%;
  height: 80px;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-carousel-wrapper .hero-carousel-navigation .nav-item:first-child {
  border-radius: 10px 10px 0 0;
}
.hero-carousel-wrapper .hero-carousel-navigation .nav-item:last-child {
  border-radius: 0 0 10px 10px;
}
.hero-carousel-wrapper .hero-carousel-navigation .nav-item:hover {
  background: rgba(255, 255, 255, 0.5);
}
.hero-carousel-wrapper .hero-carousel-navigation .nav-item.active {
  background: #F9A41A !important;
}
.hero-carousel-wrapper .hero-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 0 2rem 3.72rem;
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .hero-icons {
    gap: 17px;
  }
}
.hero-carousel-wrapper .hero-icons .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-carousel-wrapper .hero-icons .icon .icon-wrap {
  width: 50px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .hero-icons .icon .icon-wrap img {
    max-width: 36px;
    max-height: 36px;
  }
}
.hero-carousel-wrapper .hero-icons .icon .icon-title {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7315rem;
  text-transform: capitalize;
}
.hero-carousel-wrapper .hero-mobile-content {
  display: none;
}
@media screen and (max-width: 600px) {
  .hero-carousel-wrapper .hero-mobile-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100vw;
    flex: 0 0 auto;
    height: auto;
    padding: 2rem 1.5rem;
    text-align: center;
    z-index: 1;
    position: relative;
  }
}
.hero-carousel-wrapper .hero-mobile-content .mobile-subtitle {
  color: #131111;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 29px;
  min-height: 76px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-carousel-wrapper .hero-mobile-content .mobile-feature-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 1.5rem;
  width: 100%;
}
.hero-carousel-wrapper .hero-mobile-content .mobile-feature-boxes .mobile-feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.hero-carousel-wrapper .hero-mobile-content .mobile-feature-boxes .mobile-feature-box .mobile-feature-icon {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-carousel-wrapper .hero-mobile-content .mobile-feature-boxes .mobile-feature-box .mobile-feature-icon img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-carousel-wrapper .hero-mobile-content .mobile-feature-boxes .mobile-feature-box .mobile-feature-text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #131111;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}
.hero-carousel-wrapper .hero-mobile-content .mobile-buttons {
  margin-bottom: 1rem;
}
.hero-carousel-wrapper .hero-mobile-content .mobile-buttons .mobile-calculator-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.90175rem 3.02281rem;
  justify-content: center;
  align-items: center;
  border-radius: 4.8125rem;
  background: #F9A41A;
  color: #131111;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98213rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.hero-carousel-wrapper .hero-mobile-content .mobile-link .mobile-info-link {
  color: #131111;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
