@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;600;700;800&display=swap");
@media screen and (min-width: 1600px) {
  .checkout-steps__mobile, .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xs, .container-xxl {
    max-width: 1400px;
  }
}
.page:not(body) {
  padding-bottom: 0;
}

.lighton-header {
  position: relative;
  background-color: #000407;
  overflow: hidden;
  z-index: 1;
}

.lighton-header::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.37;
  background: radial-gradient(120% 180% at 15% -40%, rgba(255, 255, 255, 0.35), transparent 55%), radial-gradient(120% 160% at 100% 140%, rgba(255, 255, 255, 0.2), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.lighton-header--home {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: linear-gradient(to bottom, rgba(0, 4, 7, 0.6), rgba(0, 4, 7, 0));
  transition: background 0.3s ease;
}

.lighton-header--home::before {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lighton-header--home.is-scrolled {
  background: #000407;
}

.lighton-header--home.is-scrolled::before {
  opacity: 0.37;
}

.lighton-header__container {
  position: relative;
  z-index: 1;
}

.lighton-header__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
  padding: 0.75rem 0;
}

.lighton-header__logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.lighton-header__logo .logo {
  height: 2.5rem;
  width: auto;
  max-width: none;
}

.lighton-header__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.75rem;
  order: 3;
  width: 100%;
}

.lighton-header__nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1125rem;
  text-decoration: none;
  white-space: nowrap;
}

.lighton-header__nav-link:hover,
.lighton-header__nav-link:focus {
  color: #fff;
  opacity: 0.75;
}

.lighton-header__actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
}

@media (min-width: 992px) {
  .lighton-header__nav {
    order: 2;
    width: auto;
    margin: 0 auto;
  }
  .lighton-header__actions {
    order: 3;
    margin-left: 0;
  }
}
.lighton-header .header-block__action-btn,
.lighton-header .header-block__icon,
.lighton-header .ps-searchbar__magnifier {
  color: #fff;
}

.lighton-header__langswitch {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0 0.5rem;
}

.lighton-header__lang {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}

.lighton-header__lang:hover,
.lighton-header__lang:focus {
  color: #fff;
}

.lighton-header__lang--active {
  color: #fff;
}

@media (max-width: 991.98px) {
  .lighton-header__nav {
    justify-content: flex-start;
  }
}
.lighton-footer {
  background-color: #000407;
  color: #c4c8cd;
}

.lighton-footer__container {
  padding-top: 3.5rem;
}

.lighton-footer__row-top {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 4.75rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #23282e;
}

.lighton-footer__brand {
  flex: 1 1 300px;
  max-width: 36.3125rem;
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}

.lighton-footer__logo {
  display: flex;
}

.lighton-footer__logo .logo {
  height: 1.75rem;
  width: auto;
  max-width: none;
}

.lighton-footer__description {
  margin: 0;
  color: #9aa0a6;
  font-size: 0.881rem;
  line-height: 1.7;
}

.lighton-footer__before {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}

.lighton-footer__before .ps-contactinfo {
  order: 1;
  width: auto;
  flex: none;
  margin: 0;
  padding: 0;
}

.lighton-footer__before .ps-socialfollow {
  order: 2;
}

.lighton-footer__before .footer-block__title--toggle {
  display: none;
}

.lighton-footer__before .footer-block__content.collapse {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
}

.lighton-footer__before .ps-contactinfo__email {
  order: 1;
}

.lighton-footer__before .ps-contactinfo__phone {
  order: 2;
}

.lighton-footer__before .ps-contactinfo__fax {
  order: 3;
}

.lighton-footer__before .ps-contactinfo__address {
  order: 4;
}

.lighton-footer__before .ps-contactinfo__email,
.lighton-footer__before .ps-contactinfo__phone,
.lighton-footer__before .ps-contactinfo__fax,
.lighton-footer__before .ps-contactinfo__address {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.lighton-footer__before .ps-contactinfo__icon {
  flex-shrink: 0;
  color: #eea53c;
}

.lighton-footer__before .ps-contactinfo__fax .material-icons {
  font-size: 1.0625rem;
  color: #eea53c;
}

.lighton-footer__before .ps-contactinfo__email a,
.lighton-footer__before .ps-contactinfo__phone a,
.lighton-footer__before address.ps-contactinfo__infos {
  color: #c4c8cd;
  font-size: 0.881rem;
  font-style: normal;
  text-decoration: none;
  margin: 0;
}

.lighton-footer__before .ps-contactinfo__email a:hover,
.lighton-footer__before .ps-contactinfo__phone a:hover {
  color: #fff;
}

.lighton-footer__social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6875rem;
  width: fit-content;
}

.lighton-footer__social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: none;
  box-sizing: border-box;
  border: 1px solid #23282e;
  color: #fff;
}

.lighton-footer__social-list li a:hover,
.lighton-footer__social-list li a:focus {
  border-color: #eea53c;
  color: #eea53c;
}

.lighton-footer__social-item--facebook {
  order: 1;
}

.lighton-footer__social-item--instagram {
  order: 2;
}

.lighton-footer__social-item--pinterest {
  order: 3;
}

.lighton-footer__social-item--twitter {
  order: 4;
}

.lighton-footer__social-item--youtube {
  order: 5;
}

.lighton-footer__social-item--linkedin {
  order: 6;
}

.lighton-footer__social-item--tiktok {
  order: 7;
}

.lighton-footer__social-item--rss {
  order: 8;
}

.lighton-footer__social-item--vimeo {
  order: 9;
}

.lighton-footer__social-item--discord {
  order: 10;
}

.lighton-footer__links {
  flex: 2 1 480px;
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 0 1.75rem;
  align-content: start;
}

.lighton-footer__links .footer-block {
  width: auto;
  flex: none;
  margin: 0;
  padding: 0;
  border: none;
}

.lighton-footer__links .footer-block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.1875rem;
  color: #fff;
  font-size: 0.7375rem;
  font-weight: 700;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
}

.lighton-footer__links .footer-block__title--toggle .stretched-link {
  color: #9aa0a6;
}

.lighton-footer__links .footer-block__content {
  padding: 0;
}

.lighton-footer__links .footer-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lighton-footer__links .footer-block__list a {
  color: #9aa0a6;
  font-size: 0.881rem;
  text-decoration: none;
}

.lighton-footer__links .footer-block__list a:hover,
.lighton-footer__links .footer-block__list a:focus {
  color: #fff;
}

.lighton-footer__newsletter {
  border-bottom: 1px solid #23282e;
}

.lighton-footer__newsletter-section {
  padding: 2.25rem 0;
}

.lighton-footer__newsletter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2.5rem;
}

.lighton-footer__newsletter-copy {
  max-width: 20.5rem;
}

.lighton-footer__newsletter-title {
  margin: 0 0 0.1875rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.11875rem;
}

.lighton-footer__newsletter-subtitle {
  margin: 0;
  color: #9aa0a6;
  font-size: 0.8625rem;
}

.lighton-footer__newsletter-fields {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6875rem;
  flex-wrap: wrap;
}

.lighton-footer__newsletter-input {
  width: 20.3125rem;
  max-width: 100%;
  padding: 0.9375rem 1.0625rem;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #23282e;
  border-radius: var(--bs-border-radius, 8px);
  color: #fff;
  font-size: 0.9rem;
}

.lighton-footer__newsletter-input::placeholder {
  color: #7d838a;
}

.lighton-footer__newsletter-input:focus {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #eea53c;
  color: #fff;
  box-shadow: none;
}

.lighton-footer__newsletter-submit {
  padding: 0.8125rem 1.1875rem;
  background-color: #eea53c;
  border: 1px solid #eea53c;
  border-radius: var(--bs-border-radius, 8px);
  color: #1a1208;
  font-weight: 600;
  font-size: 0.91875rem;
  letter-spacing: 0.018em;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.lighton-footer__newsletter-submit:hover,
.lighton-footer__newsletter-submit:focus {
  background-color: #d6922f;
  border-color: #d6922f;
  color: #1a1208;
}

.lighton-footer__newsletter-gdpr {
  color: #9aa0a6;
}

.lighton-footer__newsletter-gdpr a {
  color: #c4c8cd;
}

.lighton-footer__payment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.875rem 0;
  border-bottom: 1px solid #23282e;
}

.lighton-footer__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lighton-footer__badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
  padding: 0 0.5625rem;
  background-color: #fff;
  border-radius: 0.375rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.01em;
  line-height: 1;
}

.lighton-footer__badge--visa {
  min-width: 4.2625rem;
  color: #1a1f71;
  font-size: 0.75rem;
}

.lighton-footer__badge--mastercard,
.lighton-footer__badge--maestro {
  width: 2.875rem;
  padding: 0;
}

.lighton-footer__mc-circle {
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transform: translateY(-50%);
}

.lighton-footer__mc-circle--mc-left {
  left: 0.8125rem;
  background-color: #eb001b;
}

.lighton-footer__mc-circle--mc-right {
  left: 1.3125rem;
  background-color: #f79e1b;
  mix-blend-mode: multiply;
}

.lighton-footer__mc-circle--ma-left {
  left: 0.8125rem;
  background-color: #0099df;
}

.lighton-footer__mc-circle--ma-right {
  left: 1.3125rem;
  background-color: #ed0006;
  mix-blend-mode: multiply;
}

.lighton-footer__badge--cb {
  min-width: 3rem;
  color: #15639b;
}

.lighton-footer__badge--paypal {
  min-width: auto;
}

.lighton-footer__paypal-pay {
  color: #003087;
}

.lighton-footer__paypal-pal {
  color: #009cde;
}

.lighton-footer__secure {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: #9aa0a6;
  font-size: 0.82rem;
}

.lighton-footer__lock {
  flex-shrink: 0;
  color: #9aa0a6;
}

.lighton-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding: 1.875rem 0;
}

.lighton-footer__bottom-copy {
  margin: 0;
  color: #787e84;
  font-size: 0.78rem;
}

.lighton-footer__credit {
  margin-left: 0.4375rem;
  color: #9aa0a6;
}

.lighton-footer__credit a {
  color: #b6bbc0;
  text-decoration: none;
  border-bottom: 1px solid rgba(207, 210, 214, 0.32);
}

.lighton-footer__credit a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.lighton-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lighton-footer__legal a {
  color: #787e84;
  font-size: 0.78rem;
  text-decoration: none;
}

.lighton-footer__legal a:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .lighton-footer__row-top {
    flex-direction: column;
    gap: 2rem;
  }
  .lighton-footer__brand {
    max-width: none;
  }
  .lighton-footer__links {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
  .lighton-footer__newsletter-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .lighton-footer__newsletter-copy {
    max-width: none;
  }
  .lighton-footer__newsletter-fields {
    width: 100%;
  }
  .lighton-footer__newsletter-input {
    flex: 1 1 auto;
    width: auto;
  }
  .lighton-footer__payment {
    flex-direction: column;
    align-items: flex-start;
  }
  .lighton-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575.98px) {
  .lighton-footer__links {
    grid-template-columns: 1fr;
  }
  .lighton-footer__newsletter-fields {
    flex-direction: column;
    align-items: stretch;
  }
  .lighton-footer__newsletter-input {
    width: 100%;
  }
  .lighton-footer__newsletter-submit {
    width: 100%;
  }
}
.lgtsection-cta-glass,
.lgtsection-hero__cta {
  display: inline-block;
  padding: 0.9375rem 1.5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: var(--bs-border-radius, 8px);
  color: #fff;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.91875rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
  background-color: rgba(255, 255, 255, 0.34);
}
.lgtsection-cta-glass:hover, .lgtsection-cta-glass:focus,
.lgtsection-hero__cta:hover,
.lgtsection-hero__cta:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.lgtsection-cta-glass--dark {
  background-color: rgba(0, 0, 0, 0.34);
  color: #fff;
}

.lgtsection-cta-glass--dark:hover,
.lgtsection-cta-glass--dark:focus {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.lgtsection-hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.lgtsection-hero__slide {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 480px;
  max-height: 92vh;
  overflow: hidden;
  background-color: #111;
}

.lgtsection-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lgtsection-hero__overlay {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.ltgsection-hero__content-container {
  display: flex;
  max-width: 1400px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: fit-content;
  position: absolute;
  bottom: 3.5rem;
  align-items: center;
  justify-content: space-between;
}

.lgtsection-hero__content {
  z-index: 2;
  max-width: 900px;
  padding: 2.5rem 4vw 4rem;
  color: #fff;
}

.lgtsection-hero__heading {
  margin: 0 0 1.25rem;
  line-height: 0.95;
}

.lgtsection-hero__heading-line {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 6rem;
  color: #fff;
  white-space: nowrap;
}

.lgtsection-hero__heading-line--light {
  font-weight: 200;
}

.lgtsection-hero__heading-line--semibold {
  font-weight: 600;
}

.lgtsection-hero__heading-line--extrabold {
  font-weight: 800;
}

.lgtsection-hero__subtitle {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.1625rem;
  margin: 0 0 0.75rem;
}

.lgtsection-hero__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}

.lgtsection-hero__bullet {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.lgtsection-hero__check {
  width: 14px;
  height: 12px;
  flex-shrink: 0;
}

.lgtsection-hero__cta-wrapper {
  z-index: 2;
}

.lgtsection-hero__cta {
  background-color: #000407;
  padding: 20px 64px;
  width: 405px;
  text-align: center;
}
.lgtsection-hero__cta:hover {
  background-color: #eea53c;
}

.lgtsection-hero__indicators {
  bottom: 1.5rem;
  margin: 0;
  gap: 1.25rem;
  z-index: 3;
}

.lgtsection-hero__indicators [data-bs-target] {
  box-sizing: content-box;
  flex: none;
  width: 100px;
  height: 6px;
  border: 0;
  border-radius: 2px;
  background-color: #fff;
  opacity: 0.3;
  margin: 0;
  text-indent: -9999px;
  cursor: pointer;
  transition: width 0.25s ease, opacity 0.25s ease;
}

.lgtsection-hero__indicators [data-bs-target].active {
  width: 200px;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .lgtsection-hero__slide {
    aspect-ratio: 4/5;
    min-height: 420px;
    max-height: none;
    display: flex;
    flex-direction: column;
  }
  .lgtsection-hero__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 55%, rgba(0, 0, 0, 0.85) 100%);
  }
  .lgtsection-hero__content {
    max-width: none;
    padding: 1.5rem 6vw 5.5rem;
  }
  .lgtsection-hero__heading-line {
    font-size: 2.75rem;
  }
  .lgtsection-hero__cta-wrapper {
    left: 6vw;
    right: 6vw;
    top: auto;
    bottom: 1.25rem;
    transform: none;
    text-align: center;
  }
  .lgtsection-hero__cta {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .lgtsection-hero__heading-line {
    font-size: 2.1rem;
  }
  .lgtsection-hero__subtitle {
    font-size: 1rem;
  }
}
.lgtsection-productshowcase {
  background-color: #fff;
  padding: 5rem 0;
}

.lgtsection-productshowcase__header {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3.5rem;
}

.lgtsection-productshowcase__heading {
  margin: 0 0 1.5rem;
  line-height: 1.1;
}

.lgtsection-productshowcase__heading-line {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 3.75rem;
  color: #1a1d21;
}

.lgtsection-productshowcase__heading-line--regular {
  font-weight: 400;
}

.lgtsection-productshowcase__heading-line--extrabold {
  font-weight: 800;
}

.lgtsection-productshowcase__intro {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #53565c;
  max-width: 721px;
  margin: 0 auto;
}

.lgtsection-productshowcase__subheader {
  text-align: center;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  color: #1a1d21;
  margin: 0 0 1.75rem;
}

.lgtsection-productshowcase__tabs-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 auto;
  width: fit-content;
}

.lgtsection-productshowcase__tabs {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  flex: 1 1 auto;
  padding: 0.25rem;
}

.lgtsection-productshowcase__tabs::-webkit-scrollbar {
  display: none;
}

.lgtsection-productshowcase__tab {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1.5px solid #e7e7ea;
  transition: border-color 0.2s ease;
  display: flex;
  scroll-snap-align: start;
  flex: none;
  gap: 0.75rem;
  padding: 0.5rem 1.25rem 0.5rem 0.5rem;
  background-color: #fff;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #1a1d21;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0.875rem;
}

.lgtsection-productshowcase__tab.active {
  border-color: #eea53c;
}

.lgtsection-productshowcase__tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f1e6;
  flex-shrink: 0;
  border-radius: 0.5rem;
}

.lgtsection-productshowcase__tab-icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.lgtsection-productshowcase__nav {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  color: #1a1d21;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.lgtsection-productshowcase__nav:hover {
  color: #eea53c;
}

.lgtsection-productshowcase__panel {
  display: none;
}

.lgtsection-productshowcase__panel.active {
  display: block;
}

.lgtsection-productshowcase__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.lgtsection-productshowcase__grid-nav {
  display: none;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.lgtsection-productshowcase__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}

.lgtsection-productshowcase__card-media {
  position: relative;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
  border-radius: 16px;
  overflow: hidden;
}

.lgtsection-productshowcase__card-media .thumbnail-container {
  height: 100%;
}

.lgtsection-productshowcase__card-media .lgtsection-productshowcase__image-link,
.lgtsection-productshowcase__card-media .lgtsection-productshowcase__image-container {
  display: block;
  height: 100%;
}

.lgtsection-productshowcase__card-media .lgtsection-productshowcase__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lgtsection-productshowcase__badge {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  z-index: 2;
  padding: 0.3125rem 0.75rem;
  border-radius: 999px;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.lgtsection-productshowcase__badge--new {
  background-color: #eea53c;
  color: #fff;
}

.lgtsection-productshowcase__badge--bestseller {
  background-color: #fff;
  color: #53565c;
  box-shadow: 0 0 0 1px #e7e7ea inset;
}

.lgtsection-productshowcase__add-form {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.lgtsection-productshowcase__card:hover .lgtsection-productshowcase__add-form,
.lgtsection-productshowcase__card:focus-within .lgtsection-productshowcase__add-form {
  opacity: 1;
}

.lgtsection-productshowcase__add-btn {
  background-color: #1a1d21;
  transition: background-color 0.2s ease;
}
.lgtsection-productshowcase__add-btn:hover, .lgtsection-productshowcase__add-btn:focus {
  background-color: #000;
}
.lgtsection-productshowcase__add-btn {
  width: 100%;
  padding: 0.75rem 1rem;
  color: #fff;
  border: 0;
  border-radius: var(--bs-border-radius, 8px);
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
}

.lgtsection-productshowcase__card-body {
  padding: 1rem 0.25rem 0;
}

.lgtsection-productshowcase__category {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #9a9da2;
  margin: 0 0 0.375rem;
}

.lgtsection-productshowcase__name {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  color: #1a1d21;
  text-decoration: none;
  margin: 0 0 0.5rem;
}

.lgtsection-productshowcase__name:hover,
.lgtsection-productshowcase__name:focus {
  color: #1a1d21;
  text-decoration: underline;
}

.lgtsection-productshowcase__rating {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  color: #d8dade;
  margin: 0 0 0.5rem;
}

.lgtsection-productshowcase__star--filled {
  color: #eea53c;
}

.lgtsection-productshowcase__price {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  color: #1a1d21;
  margin: 0;
}

.lgtsection-productshowcase__cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}

.lgtsection-productshowcase__cta {
  display: inline-block;
  border-radius: var(--bs-border-radius, 8px);
  background-color: #1a1d21;
  color: #fff;
  transition: background-color 0.2s ease;
}
.lgtsection-productshowcase__cta:hover, .lgtsection-productshowcase__cta:focus {
  background-color: #000;
  color: #fff;
}
.lgtsection-productshowcase__cta {
  display: inline-block;
  padding: 0.9375rem 2rem;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.91875rem;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .lgtsection-productshowcase {
    padding: 3.5rem 0;
  }
  .lgtsection-productshowcase__heading-line {
    font-size: 2.5rem;
  }
  .lgtsection-productshowcase__grid {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 0.25rem;
  }
  .lgtsection-productshowcase__grid::-webkit-scrollbar {
    display: none;
  }
  .lgtsection-productshowcase__grid > .lgtsection-productshowcase__card {
    scroll-snap-align: start;
  }
  .lgtsection-productshowcase__grid-nav {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .lgtsection-productshowcase__heading-line {
    font-size: 2rem;
  }
  .lgtsection-productshowcase__intro {
    font-size: 1.0625rem;
  }
  .lgtsection-productshowcase__grid {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }
}
.lgtsection-configurator {
  background-color: #fff;
  padding: 5rem 0;
}

.lgtsection-configurator__header {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
}

.lgtsection-configurator__heading {
  margin: 0;
  line-height: 1.1;
}

.lgtsection-configurator__heading-line {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 3.75rem;
  color: #1a1d21;
}

.lgtsection-configurator__heading-line--regular {
  font-weight: 400;
}

.lgtsection-configurator__heading-line--extrabold {
  font-weight: 800;
}

.lgtsection-configurator__tabs {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 0 3.5rem;
}

.lgtsection-configurator__tab {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1.5px solid #e7e7ea;
  transition: border-color 0.2s ease;
  flex: none;
  padding: 0.625rem 2rem;
  background-color: #fff;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  color: #1a1d21;
  cursor: pointer;
  border-radius: 0.875rem;
}

.lgtsection-configurator__tab.active {
  border-color: #eea53c;
}

.lgtsection-configurator__panel {
  display: none;
}

.lgtsection-configurator__panel.active {
  display: block;
}

.lgtsection-configurator__panel-body {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: center;
}

.lgtsection-configurator__visual {
  position: relative;
  flex: 0 0 auto;
  width: 548px;
  max-width: 100%;
  aspect-ratio: 1/1;
}

.lgtsection-configurator__photo-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px rgba(238, 165, 60, 0.4);
}

.lgtsection-configurator__photo {
  width: 90%;
  height: 90%;
  border-radius: 999px;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(26, 29, 33, 0.08));
}

.lgtsection-configurator__content {
  flex: 1 1 467px;
  max-width: 467px;
}

.lgtsection-configurator__description {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #53565c;
  margin: 0 0 2rem;
}

.lgtsection-configurator__swatch-group {
  margin: 0 0 1.75rem;
}

.lgtsection-configurator__swatch-group-label {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9a9da2;
  margin: 0 0 0.75rem;
}

.lgtsection-configurator__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.lgtsection-configurator__swatch-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.lgtsection-configurator__swatch {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1.5px solid #e7e7ea;
  cursor: pointer;
  padding: 0;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.lgtsection-configurator__swatch.active {
  border-color: #eea53c;
  box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px #eea53c;
}

.lgtsection-configurator__swatch-label {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1a1d21;
}

.lgtsection-configurator__price-row {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
  margin: 1.75rem 0 2rem;
}

.lgtsection-configurator__price {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1a1d21;
}

.lgtsection-configurator__variant-label {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  color: #53565c;
}

.lgtsection-configurator__cta {
  display: inline-block;
  border-radius: var(--bs-border-radius, 8px);
  background-color: #1a1d21;
  color: #fff;
  transition: background-color 0.2s ease;
}
.lgtsection-configurator__cta:hover, .lgtsection-configurator__cta:focus {
  background-color: #000;
  color: #fff;
}
.lgtsection-configurator__cta {
  display: inline-block;
  padding: 0.9375rem 2rem;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.91875rem;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .lgtsection-configurator {
    padding: 3.5rem 0;
  }
  .lgtsection-configurator__heading-line {
    font-size: 2.5rem;
  }
  .lgtsection-configurator__panel-body {
    flex-direction: column;
    gap: 2.5rem;
  }
  .lgtsection-configurator__visual {
    width: 360px;
  }
  .lgtsection-configurator__content {
    max-width: 100%;
    text-align: center;
  }
  .lgtsection-configurator__swatches {
    justify-content: center;
  }
  .lgtsection-configurator__price-row {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .lgtsection-configurator__heading-line {
    font-size: 2rem;
  }
  .lgtsection-configurator__visual {
    width: 260px;
  }
  .lgtsection-configurator__tabs {
    gap: 0.5rem;
  }
  .lgtsection-configurator__tab {
    padding: 0.5rem 1.25rem;
  }
}
.lgtsection-smarthome {
  background-color: #fff;
  padding: 5rem 0;
}

.lgtsection-smarthome__grid {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.lgtsection-smarthome__content {
  flex: 1 1 618px;
  max-width: 672px;
}

.lgtsection-smarthome__header {
  text-align: left;
  margin: 0 0 2.5rem;
}

.lgtsection-smarthome__heading {
  margin: 0 0 1.25rem;
  line-height: 1.1;
}

.lgtsection-smarthome__heading-line {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 2.75rem;
  color: #1a1d21;
}

.lgtsection-smarthome__heading-line--regular {
  font-weight: 400;
}

.lgtsection-smarthome__heading-line--extrabold {
  font-weight: 800;
}

.lgtsection-smarthome__intro {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #53565c;
  margin: 0;
}

.lgtsection-smarthome__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 2.5rem;
}

.lgtsection-smarthome__feature {
  text-align: left;
}

.lgtsection-smarthome__feature-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background-color: #f8f1e6;
  margin: 0 0 1.25rem;
}

.lgtsection-smarthome__feature-icon {
  width: 26px;
  height: 26px;
  display: block;
}

.lgtsection-smarthome__feature-title {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #1a1d21;
  margin: 0 0 0.5rem;
}

.lgtsection-smarthome__feature-text {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #53565c;
  margin: 0;
}

.lgtsection-smarthome__visual {
  flex: 0 0 auto;
  width: 520px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.lgtsection-smarthome__diagram {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1/1;
}

.lgtsection-smarthome__diagram-bg {
  background: radial-gradient(circle, rgba(238, 165, 60, 0.2) 0%, rgba(238, 165, 60, 0.09) 55%, rgba(238, 165, 60, 0) 75%);
  position: absolute;
  inset: -6%;
  z-index: 0;
  border-radius: 50%;
}

.lgtsection-smarthome__hub {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18%;
  height: 18%;
  min-width: 64px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.lgtsection-smarthome__hub img {
  height: 42%;
  width: auto;
}

.lgtsection-smarthome__satellite {
  position: absolute;
  z-index: 2;
  width: 30%;
  min-width: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.lgtsection-smarthome__satellite--top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lgtsection-smarthome__satellite--bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lgtsection-smarthome__satellite--right {
  top: 53%;
  right: 0;
  transform: translateY(-50%);
}

.lgtsection-smarthome__satellite--left {
  top: 53%;
  left: 0;
  transform: translateY(-50%);
}

.lgtsection-smarthome__satellite-circle {
  flex-shrink: 0;
  width: 16%;
  min-width: 60px;
  min-height: 60px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #eea53c;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(26, 29, 33, 0.1);
}

.lgtsection-smarthome__satellite-circle img {
  height: 44%;
  width: auto;
}

.lgtsection-smarthome__satellite-label {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #53565c;
  white-space: nowrap;
}

.lgtsection-smarthome__line {
  position: absolute;
  z-index: 1;
}

.lgtsection-smarthome__line--vertical {
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background-image: repeating-linear-gradient(180deg, #eea53c 0 6px, transparent 6px 12px);
  background-size: 100% 24px;
}

.lgtsection-smarthome__line--horizontal {
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background-image: repeating-linear-gradient(90deg, #eea53c 0 6px, transparent 6px 12px);
  background-size: 24px 100%;
}

.lgtsection-smarthome__line--top {
  top: 16%;
  height: 25%;
}

.lgtsection-smarthome__line--bottom {
  top: 59%;
  height: 25%;
}

.lgtsection-smarthome__line--right {
  left: 59%;
  width: 25%;
}

.lgtsection-smarthome__line--left {
  left: 16%;
  width: 25%;
}

.lgtsection-smarthome__diagram.is-animating .lgtsection-smarthome__line--vertical {
  animation: lgtsection-smarthome-dash-y 0.8s linear infinite;
}

.lgtsection-smarthome__diagram.is-animating .lgtsection-smarthome__line--horizontal {
  animation: lgtsection-smarthome-dash-x 0.8s linear infinite;
}

.lgtsection-smarthome__diagram:not(.is-animating) .lgtsection-smarthome__line {
  opacity: 0.5;
}

@keyframes lgtsection-smarthome-dash-y {
  to {
    background-position-y: -24px;
  }
}
@keyframes lgtsection-smarthome-dash-x {
  to {
    background-position-x: -24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lgtsection-smarthome__line {
    animation: none !important;
  }
}
.lgtsection-smarthome__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.lgtsection-smarthome__toggle-track {
  position: relative;
  flex-shrink: 0;
  width: 44px;
  height: 24px;
  background-color: #eea53c;
  border-radius: 999px;
  transition: background-color 0.2s ease;
}

.lgtsection-smarthome__toggle-thumb {
  position: absolute;
  top: 2px;
  left: 22px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: left 0.2s ease;
}

.lgtsection-smarthome__toggle--off .lgtsection-smarthome__toggle-track {
  background-color: #d8d8d8;
}

.lgtsection-smarthome__toggle--off .lgtsection-smarthome__toggle-thumb {
  left: 2px;
}

.lgtsection-smarthome__toggle-label {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #53565c;
}

@media (max-width: 991.98px) {
  .lgtsection-smarthome {
    padding: 3.5rem 0;
  }
  .lgtsection-smarthome__grid {
    flex-direction: column;
    gap: 3rem;
  }
  .lgtsection-smarthome__content {
    max-width: none;
    width: 100%;
  }
  .lgtsection-smarthome__heading-line {
    font-size: 2.25rem;
  }
  .lgtsection-smarthome__visual {
    width: 420px;
  }
}
@media (max-width: 575.98px) {
  .lgtsection-smarthome__header,
  .lgtsection-smarthome__feature {
    text-align: center;
  }
  .lgtsection-smarthome__features {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .lgtsection-smarthome__feature-badge {
    margin-left: auto;
    margin-right: auto;
  }
  .lgtsection-smarthome__heading-line {
    font-size: 2rem;
  }
  .lgtsection-smarthome__visual {
    width: 320px;
  }
  .lgtsection-smarthome__satellite {
    min-width: 76px;
  }
  .lgtsection-smarthome__satellite-circle {
    min-width: 48px;
    min-height: 48px;
  }
  .lgtsection-smarthome__satellite-label {
    font-size: 0.75rem;
  }
}
.lgtsection-inspiration {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 863;
  min-height: 460px;
  max-height: 90vh;
  overflow: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #111;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.lgtsection-inspiration__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.0001) 61%);
  pointer-events: none;
}

.lgtsection-inspiration__container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.lgtsection-inspiration__content {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  text-align: center;
  color: #fff;
}

.lgtsection-inspiration__heading {
  margin: 0 0 1.25rem;
  line-height: 1.1;
}

.lgtsection-inspiration__heading-line {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 2.75rem;
  color: #fff;
}

.lgtsection-inspiration__heading-line--regular {
  font-weight: 400;
}

.lgtsection-inspiration__heading-line--extrabold {
  font-weight: 800;
}

.lgtsection-inspiration__paragraph {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #fff;
  max-width: 608px;
  margin: 0 auto 12.375rem;
}

.lgtsection-inspiration__cta-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .lgtsection-inspiration {
    aspect-ratio: auto;
    min-height: 420px;
    max-height: none;
    align-items: flex-start;
    padding-top: 16rem;
  }
  .lgtsection-inspiration__heading-line {
    font-size: 2rem;
  }
  .lgtsection-inspiration__content {
    padding: 0 1.5rem 23.625rem;
  }
  .lgtsection-inspiration__paragraph {
    margin-bottom: 8rem;
  }
}
@media (max-width: 575.98px) {
  .lgtsection-inspiration__heading-line {
    font-size: 1.65rem;
  }
  .lgtsection-inspiration__paragraph {
    font-size: 1rem;
  }
}
.lgtsection-testimonials {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 5rem 0 5.5rem;
}

.lgtsection-testimonials__bg-texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

.lgtsection-testimonials__bg-texture::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 63%, #fff 100%);
}

.lgtsection-testimonials__container {
  position: relative;
  z-index: 1;
}

.lgtsection-testimonials__header {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}

.lgtsection-testimonials__heading {
  margin: 0 0 1.25rem;
  line-height: 1.1;
}

.lgtsection-testimonials__heading-line {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 3rem;
  color: #1a1d21;
}

.lgtsection-testimonials__heading-line--regular {
  font-weight: 400;
}

.lgtsection-testimonials__heading-line--extrabold {
  font-weight: 800;
}

.lgtsection-testimonials__intro {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #53565c;
  max-width: 640px;
  margin: 0 auto;
}

.lgtsection-testimonials__rating {
  border: 1px solid #e7e7ea;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(26, 29, 33, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: fit-content;
  margin: 0 auto 3.5rem;
  padding: 1.25rem 3rem;
  background-color: #fff;
}

.lgtsection-testimonials__rating-value {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #d8902b;
}

.lgtsection-testimonials__rating-label {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #53565c;
}

.lgtsection-testimonials__marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.lgtsection-testimonials__track {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  width: max-content;
  animation: lgtsection-testimonials-scroll 45s linear infinite;
}

.lgtsection-testimonials__marquee:hover .lgtsection-testimonials__track,
.lgtsection-testimonials__marquee:focus-within .lgtsection-testimonials__track {
  animation-play-state: paused;
}

@keyframes lgtsection-testimonials-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .lgtsection-testimonials__track {
    animation: none;
  }
}
.lgtsection-testimonials__card {
  border: 1px solid #e7e7ea;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(26, 29, 33, 0.06);
  flex: 0 0 auto;
  width: 360px;
  background-color: #fff;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lgtsection-testimonials__stars {
  display: flex;
  gap: 0.2rem;
  font-size: 1rem;
  line-height: 1;
}

.lgtsection-testimonials__star {
  color: #d8902b;
}

.lgtsection-testimonials__star--empty {
  color: #e7e7ea;
}

.lgtsection-testimonials__quote {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #43464b;
  margin: 0;
  flex: 1 1 auto;
}

.lgtsection-testimonials__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.lgtsection-testimonials__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1a1d21;
  flex-shrink: 0;
  color: #fff;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
}

.lgtsection-testimonials__author-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.lgtsection-testimonials__name {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #1a1d21;
}

.lgtsection-testimonials__role {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #83868c;
}

@media (max-width: 991.98px) {
  .lgtsection-testimonials {
    padding: 3.5rem 0 4rem;
  }
  .lgtsection-testimonials__heading-line {
    font-size: 2.25rem;
  }
  .lgtsection-testimonials__rating {
    margin-bottom: 2.5rem;
  }
  .lgtsection-testimonials__card {
    width: 300px;
  }
}
@media (max-width: 575.98px) {
  .lgtsection-testimonials__heading-line {
    font-size: 1.875rem;
  }
  .lgtsection-testimonials__rating {
    padding: 1rem 2rem;
  }
  .lgtsection-testimonials__card {
    width: 260px;
    padding: 1.25rem;
  }
}
.lgtsection-projectshowcase {
  background-color: #fff;
  padding: 5rem 0;
}

.lgtsection-projectshowcase__header {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
}

.lgtsection-projectshowcase__heading {
  margin: 0 0 1.5rem;
  line-height: 1.1;
}

.lgtsection-projectshowcase__heading-line {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 3.75rem;
  color: #1a1d21;
}

.lgtsection-projectshowcase__heading-line--regular {
  font-weight: 400;
}

.lgtsection-projectshowcase__heading-line--extrabold {
  font-weight: 800;
}

.lgtsection-projectshowcase__intro {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #53565c;
  max-width: 721px;
  margin: 0 auto;
}

.lgtsection-projectshowcase__tabs {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 0 3.5rem;
}

.lgtsection-projectshowcase__tab {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1.5px solid #e7e7ea;
  transition: border-color 0.2s ease;
  display: flex;
  flex: none;
  padding: 0.625rem 2rem;
  border-radius: 0.875rem;
  background-color: #fff;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  color: #1a1d21;
  cursor: pointer;
}

.lgtsection-projectshowcase__tab.active {
  border-color: #eea53c;
}

.lgtsection-projectshowcase__panel {
  display: none;
}

.lgtsection-projectshowcase__panel.active {
  display: block;
}

.lgtsection-projectshowcase__panel-body {
  display: flex;
  align-items: stretch;
  gap: 3.5rem;
}

.lgtsection-projectshowcase__visual {
  flex: 0 0 auto;
  width: 460px;
  max-width: 100%;
}

.lgtsection-projectshowcase__floorplan-card {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f7;
  border-radius: 20px;
  padding: 3rem;
}

.lgtsection-projectshowcase__floorplan-img {
  width: 100%;
  height: auto;
  max-width: 340px;
  display: block;
}

.lgtsection-projectshowcase__content {
  flex: 1 1 560px;
  min-width: 0;
}

.lgtsection-projectshowcase__intro-block {
  margin: 0 0 1.25rem;
}

.lgtsection-projectshowcase__subheading {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1a1d21;
  margin: 0 0 0.375rem;
}

.lgtsection-projectshowcase__subtitle {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #53565c;
  margin: 0;
}

.lgtsection-projectshowcase__paragraph {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #53565c;
  margin: 0 0 1.5rem;
}

.lgtsection-projectshowcase__divider {
  border: none;
  border-top: 1px solid #e7e7ea;
  margin: 1.5rem 0;
}

.lgtsection-projectshowcase__apartment {
  margin: 0 0 1.75rem;
}

.lgtsection-projectshowcase__apartment-title {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #1a1d21;
  margin: 0 0 0.375rem;
}

.lgtsection-projectshowcase__apartment-subtitle {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #53565c;
  margin: 0;
}

.lgtsection-projectshowcase__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
}

.lgtsection-projectshowcase__stat {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.lgtsection-projectshowcase__stat-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: block;
}

.lgtsection-projectshowcase__stat-text {
  min-width: 0;
}

.lgtsection-projectshowcase__stat-label {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #1a1d21;
  margin: 0 0 0.125rem;
}

.lgtsection-projectshowcase__stat-number {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #83868c;
  margin: 0;
}

.lgtsection-projectshowcase__price-title {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #1a1d21;
  margin: 0 0 1rem;
}

.lgtsection-projectshowcase__price-card {
  border: 1px solid #e7e7ea;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(26, 29, 33, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding: 1.5rem 2rem;
}

.lgtsection-projectshowcase__price-row {
  display: flex;
  align-items: baseline;
  gap: 0.375rem;
}

.lgtsection-projectshowcase__price-figure {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: #1a1d21;
  line-height: 1;
}

.lgtsection-projectshowcase__price-currency {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #1a1d21;
}

.lgtsection-projectshowcase__price-vat {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9a9da2;
  margin-left: 0.375rem;
}

.lgtsection-projectshowcase__price-ht {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #83868c;
  margin: 0.25rem 0 0;
}

.lgtsection-projectshowcase__cta {
  display: inline-block;
  border-radius: var(--bs-border-radius, 8px);
  background-color: #1a1d21;
  color: #fff;
  transition: background-color 0.2s ease;
}
.lgtsection-projectshowcase__cta:hover, .lgtsection-projectshowcase__cta:focus {
  background-color: #000;
  color: #fff;
}
.lgtsection-projectshowcase__cta {
  flex: none;
  display: inline-block;
  padding: 0.9375rem 2rem;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.91875rem;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .lgtsection-projectshowcase {
    padding: 3.5rem 0;
  }
  .lgtsection-projectshowcase__heading-line {
    font-size: 2.5rem;
  }
  .lgtsection-projectshowcase__panel-body {
    flex-direction: column;
  }
  .lgtsection-projectshowcase__visual {
    width: 100%;
  }
  .lgtsection-projectshowcase__floorplan-card {
    padding: 2rem;
  }
  .lgtsection-projectshowcase__content {
    flex: 1 1 auto;
  }
  .lgtsection-projectshowcase__price-card {
    justify-content: center;
    text-align: center;
  }
  .lgtsection-projectshowcase__price-row {
    justify-content: center;
    width: 100%;
  }
  .lgtsection-projectshowcase__cta {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .lgtsection-projectshowcase__heading-line {
    font-size: 2rem;
  }
  .lgtsection-projectshowcase__intro {
    font-size: 1.0625rem;
  }
  .lgtsection-projectshowcase__stats {
    grid-template-columns: 1fr;
  }
  .lgtsection-projectshowcase__tabs {
    gap: 0.5rem;
  }
  .lgtsection-projectshowcase__tab {
    padding: 0.5rem 1.25rem;
  }
}
.lgtsection-reassurance {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #bdbdc4;
  border-bottom: 1px solid #bdbdc4;
}

.lgtsection-reassurance__inner {
  display: flex;
  align-items: stretch;
}

.lgtsection-reassurance__item {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 2rem;
  min-width: 0;
}

.lgtsection-reassurance__item:first-child {
  padding-left: 0;
}

.lgtsection-reassurance__item:last-child {
  padding-right: 0;
}

.lgtsection-reassurance__item:not(:first-child) {
  border-left: 1px solid #bdbdc4;
}

.lgtsection-reassurance__icon {
  flex-shrink: 0;
  width: auto;
  height: 48px;
  max-width: 52px;
}

.lgtsection-reassurance__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.lgtsection-reassurance__title {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #1a1d21;
}

.lgtsection-reassurance__subtitle {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #53565c;
}

@media (max-width: 991.98px) {
  .lgtsection-reassurance__inner {
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
  .lgtsection-reassurance__item {
    flex: 1 1 50%;
    border-left: none !important;
    padding: 0 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .lgtsection-reassurance__inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lgtsection-reassurance__item {
    flex: 1 1 100%;
    padding: 0;
  }
}
.lgtsection-reassurance2 {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e7e7ea;
  border-bottom: 1px solid #e7e7ea;
}

.lgtsection-reassurance2__list {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
}

.lgtsection-reassurance2__item {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1rem 2rem;
  min-width: 0;
  width: fit-content;
}

.lgtsection-reassurance2__item:first-child {
  padding-left: 0;
}

.lgtsection-reassurance2__item:last-child {
  padding-right: 0;
}

.lgtsection-reassurance2__item:not(:first-child) {
  border-left: 1px solid #bdbdc4;
}

.lgtsection-reassurance2__icon {
  flex-shrink: 0;
  width: auto;
  height: 48px;
  max-width: 52px;
}

.lgtsection-reassurance2__text {
  margin: 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #53565c;
  min-width: 0;
}

.lgtsection-reassurance2__text strong {
  display: block;
  font-weight: 700;
  color: #1a1d21;
}

@media (max-width: 991.98px) {
  .lgtsection-reassurance2__list {
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
  .lgtsection-reassurance2__item {
    flex: 1 1 50%;
    border-left: none !important;
    padding: 0 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .lgtsection-reassurance2__list {
    padding: 1.25rem 0;
  }
  .lgtsection-reassurance2__item {
    flex: 1 1 100%;
    padding: 0;
  }
}
.lgtsection-premiumdesign {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 10rem 0;
  background: url("/themes/lighton/assets/img/textures/marble-augustine-wong-li0iC0rjvvg-unsplash 1.jpg") no-repeat center bottom/100% auto;
}

.lgtsection-premiumdesign__bg-watermark {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.18;
}

.lgtsection-premiumdesign__bg-watermark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 80%);
}

.lgtsection-premiumdesign__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5.625rem;
}

.lgtsection-premiumdesign__header {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
}

.lgtsection-premiumdesign__heading {
  margin: 0 0 1.5rem;
  line-height: 1.1;
}

.lgtsection-premiumdesign__heading-line {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 3.75rem;
  color: #1a1d21;
}

.lgtsection-premiumdesign__heading-line--light {
  font-weight: 200;
}

.lgtsection-premiumdesign__heading-line--extrabold {
  font-weight: 800;
}

.lgtsection-premiumdesign__intro {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #53565c;
  max-width: 721px;
  margin: 0 auto;
}

.lgtsection-premiumdesign__card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  max-width: 1400px;
  border-radius: 20px;
  background-color: #111;
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
}

.lgtsection-premiumdesign__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 21%, rgba(0, 0, 0, 0.0001) 74.5%);
  pointer-events: none;
}

.lgtsection-premiumdesign__card-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 2.5rem 3rem;
  color: #fff;
}

.lgtsection-premiumdesign__card-heading {
  margin: 0 0 1rem;
  line-height: 1.15;
}

.lgtsection-premiumdesign__card-heading-part {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 2.5rem;
  color: #fff;
}

.lgtsection-premiumdesign__card-heading-part--light {
  font-weight: 200;
}

.lgtsection-premiumdesign__card-heading-part--extrabold {
  font-weight: 800;
}

.lgtsection-premiumdesign__card-text {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.84);
  margin: 0 0 1.75rem;
}

.lgtsection-premiumdesign__card-cta-wrapper {
  display: block;
}

.lgtsection-premiumdesign__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.lgtsection-premiumdesign__feature {
  text-align: center;
  max-width: 15rem;
}

.lgtsection-premiumdesign__feature-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background-color: #f8f1e6;
  margin: 0 auto 1.25rem;
}

.lgtsection-premiumdesign__feature-icon {
  width: 26px;
  height: 26px;
  display: block;
}

.lgtsection-premiumdesign__feature-title {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1a1d21;
  margin: 0 0 0.625rem;
}

.lgtsection-premiumdesign__feature-text {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #53565c;
  margin: 0;
}

@media (max-width: 991.98px) {
  .lgtsection-premiumdesign {
    padding: 3.5rem 0;
  }
  .lgtsection-premiumdesign__heading-line {
    font-size: 2.5rem;
  }
  .lgtsection-premiumdesign__card {
    min-height: 360px;
  }
  .lgtsection-premiumdesign__card-content {
    max-width: none;
    padding: 2rem 1.5rem;
  }
  .lgtsection-premiumdesign__card-heading-part {
    font-size: 2rem;
  }
  .lgtsection-premiumdesign__features {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 575.98px) {
  .lgtsection-premiumdesign__heading-line {
    font-size: 2rem;
  }
  .lgtsection-premiumdesign__intro {
    font-size: 1.0625rem;
  }
}
.lgtsection-productrange {
  background-color: #fff;
  padding: 5rem 0;
}

.lgtsection-productrange__container {
  max-width: unset;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.lgtsection-productrange__header {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
}

.lgtsection-productrange__heading {
  margin: 0 0 1.5rem;
  line-height: 1.1;
}

.lgtsection-productrange__heading-line {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 3.75rem;
  color: #1a1d21;
}

.lgtsection-productrange__heading-line--regular {
  font-weight: 400;
}

.lgtsection-productrange__heading-line--extrabold {
  font-weight: 800;
}

.lgtsection-productrange__intro {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #53565c;
  max-width: 721px;
  margin: 0 auto;
}

.lgtsection-productrange__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  max-width: 1800px;
  margin: 0 auto;
}

.lgtsection-productrange__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  aspect-ratio: 860/814;
  background-color: #111;
  background-size: cover;
  background-position: center;
  padding: 2.75rem 2.5rem 3.5rem;
}

.lgtsection-productrange__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.lgtsection-productrange__card-top {
  position: relative;
  z-index: 1;
}

.lgtsection-productrange__card-title {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 0.75rem;
}

.lgtsection-productrange__card-subtitle {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4;
  max-width: 360px;
  margin: 0;
}

.lgtsection-productrange__card--dark .lgtsection-productrange__card-title,
.lgtsection-productrange__card--dark .lgtsection-productrange__card-subtitle {
  color: #fff;
}

.lgtsection-productrange__card--light .lgtsection-productrange__card-title,
.lgtsection-productrange__card--light .lgtsection-productrange__card-subtitle {
  color: #1a1d21;
}

.lgtsection-productrange__features {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: auto 0 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.lgtsection-productrange__feature {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
}

.lgtsection-productrange__card--dark .lgtsection-productrange__feature {
  color: #fff;
}

.lgtsection-productrange__card--light .lgtsection-productrange__feature {
  color: #1a1d21;
}

.lgtsection-productrange__check {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.lgtsection-productrange__price {
  position: relative;
  z-index: 1;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  margin: 0 0 2.5rem;
}

.lgtsection-productrange__price strong {
  font-weight: 700;
}

.lgtsection-productrange__card--dark .lgtsection-productrange__price {
  color: #fff;
}

.lgtsection-productrange__card--light .lgtsection-productrange__price {
  color: #1a1d21;
}

.lgtsection-productrange__cta-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.lgtsection-productrange__cta {
  display: inline-block;
  padding: 0.9375rem 1.5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: var(--bs-border-radius, 8px);
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.91875rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.34);
}

.lgtsection-productrange__cta--dark {
  background-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.lgtsection-productrange__cta--dark:hover,
.lgtsection-productrange__cta--dark:focus {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.lgtsection-productrange__cta--light {
  background-color: rgba(0, 0, 0, 0.34);
  color: #fff;
}

.lgtsection-productrange__cta--light:hover,
.lgtsection-productrange__cta--light:focus {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

@media (max-width: 991.98px) {
  .lgtsection-productrange {
    padding: 3.5rem 0;
  }
  .lgtsection-productrange__heading-line {
    font-size: 2.5rem;
  }
  .lgtsection-productrange__cards {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .lgtsection-productrange__card {
    aspect-ratio: 4/5;
    padding: 2rem 1.75rem 2.5rem;
  }
  .lgtsection-productrange__card-title {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .lgtsection-productrange__heading-line {
    font-size: 2rem;
  }
  .lgtsection-productrange__intro {
    font-size: 1.0625rem;
  }
  .lgtsection-productrange__card {
    aspect-ratio: 3/4;
  }
  .lgtsection-productrange__card-title {
    font-size: 2.25rem;
  }
}
.lgtsection-catalogrequest {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  text-align: center;
  background: radial-gradient(circle at 50% 0%, #fff 0%, #f7f7f8 100%);
}

.lgtsection-catalogrequest__bg-ring {
  position: absolute;
  top: -220px;
  right: -220px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 42px solid rgba(238, 165, 60, 0.12);
  pointer-events: none;
  z-index: 0;
}

.lgtsection-catalogrequest__container {
  position: relative;
  z-index: 1;
  max-width: 924px;
  margin: 0 auto;
}

.lgtsection-catalogrequest__heading {
  margin: 0 0 1.25rem;
  line-height: 1.1;
}

.lgtsection-catalogrequest__heading-line {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 2.75rem;
  color: #1a1d21;
}

.lgtsection-catalogrequest__heading-line--regular {
  font-weight: 400;
}

.lgtsection-catalogrequest__heading-line--extrabold {
  font-weight: 800;
}

.lgtsection-catalogrequest__paragraph {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #53565c;
  max-width: 468px;
  margin: 0 auto 2.5rem;
}

.lgtsection-catalogrequest__feedback {
  margin: 0 auto 1.5rem;
  padding: 0.875rem 1.25rem;
  border-radius: var(--bs-border-radius, 8px);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.lgtsection-catalogrequest__feedback--success {
  background-color: #eaf6ee;
  color: #1c6b34;
}

.lgtsection-catalogrequest__feedback--error {
  background-color: #fbeaea;
  color: #a3231f;
}

.lgtsection-catalogrequest__form {
  margin: 0 auto;
}

.lgtsection-catalogrequest__row {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
}

.lgtsection-catalogrequest__input {
  flex: 1 1 auto;
  height: 50px;
  padding: 0 1.25rem;
  background-color: #fff;
  border: 1px solid #d9dadd;
  border-radius: 10px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.9375rem;
  color: #1a1d21;
}

.lgtsection-catalogrequest__input::placeholder {
  color: #9a9ca1;
}

.lgtsection-catalogrequest__input:focus {
  outline: none;
  border-color: #1a1d21;
}

.lgtsection-catalogrequest__submit {
  background-color: #1a1d21;
  transition: background-color 0.2s ease;
}
.lgtsection-catalogrequest__submit:hover, .lgtsection-catalogrequest__submit:focus {
  background-color: #000;
}
.lgtsection-catalogrequest__submit {
  flex: 0 0 auto;
  height: 50px;
  padding: 0 2rem;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  white-space: nowrap;
  cursor: pointer;
}

.lgtsection-catalogrequest__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin: 1.25rem 0 0;
  text-align: left;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #7c7e83;
  cursor: pointer;
}

.lgtsection-catalogrequest__consent input[type=checkbox] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 0.1875rem;
  accent-color: #1a1d21;
}

@media (max-width: 991.98px) {
  .lgtsection-catalogrequest {
    padding: 4rem 0;
  }
  .lgtsection-catalogrequest__bg-ring {
    width: 380px;
    height: 380px;
    top: -140px;
    right: -140px;
    border-width: 28px;
  }
  .lgtsection-catalogrequest__heading-line {
    font-size: 2.25rem;
  }
}
@media (max-width: 575.98px) {
  .lgtsection-catalogrequest__heading-line {
    font-size: 2rem;
  }
  .lgtsection-catalogrequest__row {
    flex-direction: column;
  }
  .lgtsection-catalogrequest__input,
  .lgtsection-catalogrequest__submit {
    width: 100%;
  }
}
.lgtsection-faq {
  background-color: #fff;
  padding: 5rem 0;
}

.lgtsection-faq__grid {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

.lgtsection-faq__content {
  flex: 1 1 492px;
  max-width: 492px;
}

.lgtsection-faq__header {
  text-align: left;
  margin: 0 0 2rem;
}

.lgtsection-faq__heading {
  margin: 0 0 1.25rem;
  line-height: 1.1;
}

.lgtsection-faq__heading-line {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 2.75rem;
  color: #1a1d21;
}

.lgtsection-faq__heading-line--regular {
  font-weight: 400;
}

.lgtsection-faq__heading-line--extrabold {
  font-weight: 800;
}

.lgtsection-faq__intro {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #53565c;
  margin: 0;
}

.lgtsection-faq__cta {
  display: inline-block;
  border-radius: var(--bs-border-radius, 8px);
  background-color: #1a1d21;
  color: #fff;
  transition: background-color 0.2s ease;
}
.lgtsection-faq__cta:hover, .lgtsection-faq__cta:focus {
  background-color: #000;
  color: #fff;
}
.lgtsection-faq__cta {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.9375rem 2rem;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.91875rem;
  text-decoration: none;
  white-space: nowrap;
}

.lgtsection-faq__list {
  flex: 1 1 720px;
  max-width: 720px;
}

.lgtsection-faq__item {
  border-bottom: 1px solid #e7e7ea;
}

.lgtsection-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.625rem 0;
  cursor: pointer;
  list-style: none;
}

.lgtsection-faq__question::-webkit-details-marker {
  display: none;
}

.lgtsection-faq__question-text {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.4;
  color: #1a1d21;
}

.lgtsection-faq__icon {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.lgtsection-faq__icon::before,
.lgtsection-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #d8902b;
  transform: translate(-50%, -50%);
}

.lgtsection-faq__icon::before {
  width: 100%;
  height: 2px;
}

.lgtsection-faq__icon::after {
  width: 2px;
  height: 100%;
}

details[open] > .lgtsection-faq__question .lgtsection-faq__icon {
  transform: rotate(45deg);
}

.lgtsection-faq__answer {
  padding: 0 2.5rem 1.75rem 0;
}

.lgtsection-faq__answer p {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #53565c;
  margin: 0;
}

@media (max-width: 991.98px) {
  .lgtsection-faq {
    padding: 3.5rem 0;
  }
  .lgtsection-faq__grid {
    flex-direction: column;
    gap: 2.5rem;
  }
  .lgtsection-faq__content,
  .lgtsection-faq__list {
    max-width: none;
    width: 100%;
  }
  .lgtsection-faq__heading-line {
    font-size: 2.25rem;
  }
}
@media (max-width: 575.98px) {
  .lgtsection-faq__heading-line {
    font-size: 2rem;
  }
  .lgtsection-faq__question {
    padding: 1.25rem 0;
    gap: 1rem;
  }
  .lgtsection-faq__question-text {
    font-size: 1rem;
  }
  .lgtsection-faq__answer {
    padding: 0 0 1.25rem;
  }
}
.page-content--home {
  gap: 0;
}

/*# sourceMappingURL=custom.css.map */
