:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.lmn-why-invest-slider {
  width: 100%;
  overflow: hidden;
  color: #fff;
}
.lmn-why-invest-slider__slide {
  height: auto;
}
.lmn-why-invest-slider__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 782px) {
  .lmn-why-invest-slider__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.lmn-why-invest-slider__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 782px) {
  .lmn-why-invest-slider__left {
    padding-right: 40px;
  }
}
.lmn-why-invest-slider__left h3 {
  padding-top: 0;
  color: #fff;
}
.lmn-why-invest-slider__number {
  color: #BEA160;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 6.6rem;
  font-style: normal;
  font-weight: 200;
  line-height: 125%;
  min-width: 95px;
}
.lmn-why-invest-slider__heading {
  margin: 0;
  font-size: var(--wp--preset--font-size--font-24);
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--wp--preset--font-family--secondary);
  padding-top: 8px;
}
.lmn-why-invest-slider__right {
  display: flex;
  align-items: center;
}
@media (min-width: 782px) {
  .lmn-why-invest-slider__right {
    padding-left: 40px;
  }
}
.lmn-why-invest-slider__right p {
  margin-bottom: 0;
}
.lmn-why-invest-slider__text {
  margin: 0;
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}
.lmn-why-invest-slider__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.lmn-why-invest-slider__bullets {
  position: static;
  width: auto;
  display: flex;
  gap: 10px;
  align-items: center;
}
.lmn-why-invest-slider__bullets .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 !important;
}
.lmn-why-invest-slider__bullets .swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
  width: 28px;
  border-radius: 4px;
}
.lmn-why-invest-slider__bullets .swiper-pagination-bullet:hover {
  background: #fff;
  border-color: #fff;
}
.lmn-why-invest-slider__fraction {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  font-variant-numeric: tabular-nums;
  margin-left: auto;
}
.lmn-why-invest-slider__fraction span {
  background-color: #BEA160;
  margin: 0 12px;
  width: 40px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}/*# sourceMappingURL=block-why-invest-slider.css.map */