/* Variable for Desktop, Tablet and Mobile Width BreakPoints */
/* Variable for Desktop, Tablet and Mobile Width BreakPoints */
/* mixin for common buttons*/
/* Heading Mixins */
/* Black Variant */
/* Heading 1 */
/* Heading 2 */
/* Top Heading Description */
/* White Variant */
/* Heading 1 */
/* Heading 2 */
/* Top Heading Description */
/* Mixins for Fixed width for Desktop, Tablets and Mobiles */
/* BreadCrumbs Mixins */
/* Buttons Mixins */
/* Mixin for Common Herader Introduction of All Pages */
/* Top Pages Banner with images   */
/* Hover Effect  */
/* Red Border white BG and Red Text */
/* material filter system */
/* Material Description Page */
/*  Mixins For Section Gap */
/* Industries Page Common Mixin  */
/* Card hover animation  */
/* custom checkbox mixin  */
body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.learn-more-link {
  all: unset;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}
.learn-more-link span {
  color: var(--primary-primary, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.learn-more-link .learn-more-icon {
  width: 21px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  min-height: 21px;
  max-height: 21px;
}

.link-underline {
  content: "";
  position: absolute;
  background-color: var(--primary-primary, #fb5650);
  bottom: -1px;
  left: -1px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  transform: scaleY(2);
}

/* filter window */
.filter-window-hidden {
  display: none !important;
}

/* filter window end here*/
/* overlay container */
.overlay-container {
  position: fixed;
  height: 100vh;
  top: 0px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 100vw;
}

/* pagination container */
.pagination-container {
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.pagination-container img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.pagination-container .all-pages-button {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.pagination-container .all-pages-button button {
  border: none;
  background: var(--light-white, #fff);
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.pagination-container .all-pages-button button:hover {
  color: var(--primary-primary, #fb5650);
}
.pagination-container .all-pages-button .selected-button-page {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  color: var(--Primary-Gray-600, var(--Primary-Gray-600, #4b5563));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border-bottom: 2px solid var(--primary-primary, #fb5650);
  color: var(--primary-primary, #fb5650);
}

/* selected filter tags */
.all-filter-tags {
  display: flex;
  gap: 6px;
}
.all-filter-tags button {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 100px;
  border: 1px solid var(--Primary-Gray-400, #9ca3af);
  background: var(--light-light, #f1f2f5);
}
.all-filter-tags button span {
  color: var(--Primary-Gray-600, var(--Primary-Gray-600, #4b5563));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.all-filter-tags button img {
  height: 16px;
  width: 16px;
}
.all-filter-tags .reset-button {
  border-radius: 1000px;
  border: 1px solid var(--Brand-color-Sparkal-color, #fb5650);
  background: var(--light-white, #fff);
  gap: 6px;
}
.all-filter-tags .reset-button span {
  color: var(--Brand-color-Sparkal-color, #fb5650);
}
.all-filter-tags .reset-button img {
  height: 14px;
  width: 14px;
}

/* Variable for Desktop, Tablet and Mobile Width BreakPoints */
/* Variable for Desktop, Tablet and Mobile Width BreakPoints */
/* mixin for common buttons*/
/* Heading Mixins */
/* Black Variant */
/* Heading 1 */
/* Heading 2 */
/* Top Heading Description */
/* White Variant */
/* Heading 1 */
/* Heading 2 */
/* Top Heading Description */
/* Mixins for Fixed width for Desktop, Tablets and Mobiles */
/* BreadCrumbs Mixins */
/* Buttons Mixins */
/* Mixin for Common Herader Introduction of All Pages */
/* Top Pages Banner with images   */
/* Hover Effect  */
/* Red Border white BG and Red Text */
/* material filter system */
/* Material Description Page */
/*  Mixins For Section Gap */
/* Industries Page Common Mixin  */
/* Card hover animation  */
/* custom checkbox mixin  */
@font-face {
  font-family: "SF-Pro-Regular-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Regular.otf") format("opentype");
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "SF-Pro-Semi-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Semibold.otf") format("opentype");
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "SF-Pro-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Bold.otf") format("opentype");
  font-style: normal;
  font-display: auto;
}
body {
  font-family: "SF-Pro-Regular-Text";
}

/* Custom Scroll Bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 250px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--secondary-secondary-l-2, #cdced9);
  border-radius: 250px;
  display: flex;
  justify-content: center;
}

::-webkit-scrollbar-button {
  border: none;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:decrement {
  background-image: url("../../assests/images/caret-up-solid-scrolbar.svg");
  width: 10px;
  height: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:increment {
  background-image: url("../../assests/images/caret-down-solid-scrollbar.svg");
  height: 10px;
  width: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Custom ScrollBar  */
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container {
  width: 100%;
  height: 1080px;
  position: relative;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column-reverse;
    height: 920px;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #luxo-high-power-torch-module-image {
  width: 100%;
  height: 1080px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #luxo-high-power-torch-module-image {
    height: 584px;
    width: 584px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #luxo-high-power-torch-module-image {
    height: 350px;
    width: 312px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #header-name {
  position: absolute;
  top: 35%;
  left: 25%;
  transform: translateX(-25%) translateY(-35%);
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #header-name {
    position: static;
    transform: unset;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #header-name h1 {
  color: var(--Primary-Base-Black, #000);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 153px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 15.3px;
  display: flex;
  align-items: center;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #header-name h1 {
    font-size: 100px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #header-name h1 {
    font-size: 64px;
    letter-spacing: 6.4px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #header-name h1 img {
  width: 226px;
  height: 107px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #header-name h1 img {
    width: 159px;
    height: 77px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #header-name h1 img {
    width: 95px;
    height: 45px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #header-name h2 {
  color: #4f4f4f;
  font-family: "SF-Pro-Regular-Text";
  font-size: 48px;
  font-style: normal;
  line-height: 125%;
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #header-name h2 {
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-web-page-article-header-container #header-name h2 {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container {
  margin-top: 64px;
  margin-bottom: 100px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1450px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container {
    background-image: url("../images/background-sketch-luxo-high-power-torch.png");
    background-repeat: no-repeat;
    background-position: bottom 0px right 0px;
    background-size: 750px 380px;
  }
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container figure {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container figure {
    flex-direction: column;
    align-items: unset;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container figure img {
  width: 750px;
  height: 900px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container figure img {
    width: 584px;
    height: 450px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container figure img {
    width: 312px;
    height: 250px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container figure figcaption {
  width: calc(100% - 758px);
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container figure figcaption {
    width: 100%;
    margin-top: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container figure figcaption h3 {
  color: #555;
  font-family: "SF-Pro-Bold-Text";
  font-size: 36px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container figure figcaption h3 {
    font-size: 28px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container figure figcaption p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-high-power-torch-module-introduction-section-container figure figcaption p {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper {
  margin-top: 64px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper {
    flex-direction: column;
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-torch-back-side-view-image {
  width: 750px;
  height: 900px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-torch-back-side-view-image {
    width: 584px;
    height: 500px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-torch-back-side-view-image {
    width: 312px;
    height: 250px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features {
  width: calc(100% - 758px);
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features {
    width: 584px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features {
    width: 312px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features h2 {
  display: flex;
  align-items: center;
  color: var(--Primary-Base-Black, #000);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 100px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features h2 {
    font-size: 64px;
    justify-content: center;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features h2 {
    font-size: 64px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features h2 img {
  width: 152px;
  height: 73px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features h2 img {
    width: 110px;
    height: 40px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features h2 img {
    width: 88px;
    height: 42px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features h3 {
  color: #4f4f4f;
  font-family: "SF-Pro-Regular-Text";
  font-size: 36px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 4.8px;
  font-style: italic;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features h3 {
    font-size: 28px;
    text-align: center;
    letter-spacing: 3.2px;
  }
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features h3 {
    letter-spacing: 1.3px;
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item {
  margin-top: 36px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item {
    margin-top: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item h4 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item h4 {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item ul li {
  margin-top: 8px;
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item ul li {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item-with-images {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 48px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item-with-images {
    margin-top: 24px;
    justify-content: center;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item-with-images figure {
  margin-bottom: 0px;
  width: 150px;
  text-align: center;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item-with-images figure {
    width: 100px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item-with-images figure {
    width: 85px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item-with-images figure img {
  width: 129px;
  height: 129px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item-with-images figure img {
    width: 89px;
    height: 89px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item-with-images figure img {
    width: 68px;
    height: 68px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item-with-images figure figcaption {
  color: #555;
  font-family: "SF-Pro-Bold-Text";
  font-size: 20px;
  font-style: normal;
  line-height: 125%;
  margin-top: 8px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item-with-images figure figcaption {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-key-features-section-wrapper #luxo-key-features #key-features-list-item-with-images figure figcaption {
    font-size: 14px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper {
  margin-top: 64px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  align-items: center;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper {
    flex-direction: column;
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #designed-for-inner-wrapper {
  width: 650px;
  left: 15%;
  transform: translateX(-15%);
  position: absolute;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #designed-for-inner-wrapper {
    width: 584px;
    margin-left: 0;
    position: static;
    transform: unset;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #designed-for-inner-wrapper {
    width: 312px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #designed-for-inner-wrapper h4 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #designed-for-inner-wrapper h4 {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #designed-for-inner-wrapper ul li {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #designed-for-inner-wrapper ul li {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #designed-for-inner-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #designed-for-inner-wrapper p {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #designed-for-inner-wrapper #designed-for-images-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #designed-for-inner-wrapper #designed-for-images-wrapper {
    justify-content: center;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #designed-for-inner-wrapper #designed-for-images-wrapper img {
  width: 282px;
  height: 160px;
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #designed-for-inner-wrapper #designed-for-images-wrapper img {
    width: 312px;
    height: 150px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #luxo-torch-front-view-image {
  width: 100%;
  height: 1080px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #luxo-torch-front-view-image {
    width: 584px;
    height: 500px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #designed-for-luxo-torch-section-wrapper #luxo-torch-front-view-image {
    width: 312px;
    height: 250px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-different-view-container {
  margin-top: 48px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-different-view-container {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-different-view-container {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-different-view-container {
    gap: 16px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-different-view-container {
    gap: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-different-view-container img {
  width: 580px;
  height: 450px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-different-view-container img {
    width: 284px;
    height: 200px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-different-view-container img {
    width: 312px;
    height: 240px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper {
  margin-top: 64px;
  margin-bottom: 100px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper h3 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 72px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper h3 {
    font-size: 28px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper p {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper h5 {
  color: #555;
  font-family: "SF-Pro-Bold-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper h5 {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper #design-process-of-luxo-torch-image {
  height: 650px;
  width: 100%;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper #design-process-of-luxo-torch-image {
    height: 250px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper #ideation-sketch-of-luxo-torch {
  margin-bottom: 48px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper #ideation-sketch-of-luxo-torch {
    margin-bottom: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper #ideation-sketch-of-luxo-torch img {
  height: 650px;
  width: 100%;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper #ideation-sketch-of-luxo-torch img {
    height: 350px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper #ideation-sketch-of-luxo-torch img {
    height: 250px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper #ideation-sketch-of-luxo-torch figcaption {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 36px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #design-process-of-luxo-torch-inner-section-wrapper #ideation-sketch-of-luxo-torch figcaption {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper {
  margin-top: 64px;
  margin-bottom: 100px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper h4 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper h4 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper h4 {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper p {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper #cad-modelling-images {
  display: flex;
  gap: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper #cad-modelling-images {
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 8px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper #cad-modelling-images {
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper #cad-modelling-images img {
  width: 384px;
  height: 384px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper #cad-modelling-images img {
    width: 189px;
    height: 200px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #cad-modelling-section-wrapper #cad-modelling-images img {
    width: 150px;
    height: 160px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper {
  margin-top: 64px;
  margin-bottom: 100px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper h4 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper h4 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper h4 {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper p {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper #dfam-list-container h5 {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper #dfam-list-container h5 {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper #dfam-list-container ul {
  padding-left: 24px;
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper #dfam-list-container ul li {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-top: 16px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper #dfam-list-container ul li {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper #dfam-images-container {
  display: flex;
  gap: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper #dfam-images-container {
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 8px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper #dfam-images-container {
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper #dfam-images-container img {
  width: 384px;
  height: 384px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper #dfam-images-container img {
    width: 189px;
    height: 200px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #dfam-luxo-torch-section-wrapper #dfam-images-container img {
    width: 150px;
    height: 160px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper {
  margin-top: 64px;
  margin-bottom: 100px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper h4 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper h4 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper h4 {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper p {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-list-container h5 {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-list-container h5 {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-list-container ul {
  padding-left: 24px;
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-list-container ul li {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-top: 16px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-list-container ul li {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #assembly-list-container h5 {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #assembly-list-container h5 {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #assembly-list-container ul {
  padding-left: 24px;
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #assembly-list-container ul li {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-top: 16px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #assembly-list-container ul li {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-and-assembly-luxo-torch-image {
  width: 100%;
  margin-top: 48px;
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #product-showcase-wrapper {
  margin-top: 48px;
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #product-showcase-wrapper figcaption {
  text-align: center;
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 48px;
  letter-spacing: 3.2px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #product-showcase-wrapper figcaption {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #product-showcase-wrapper figcaption {
    font-size: 28px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #product-showcase-wrapper #product-showcase-images-wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #product-showcase-wrapper #product-showcase-images-wrapper {
    gap: 16px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #product-showcase-wrapper #product-showcase-images-wrapper {
    gap: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #product-showcase-wrapper #product-showcase-images-wrapper img {
  width: 580px;
  height: 500px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #product-showcase-wrapper #product-showcase-images-wrapper img {
    width: 284px;
    height: 200px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #design-process-of-luxo-torch-section-wrapper #post-processing-and-assembly-section-wrapper #product-showcase-wrapper #product-showcase-images-wrapper img {
    width: 312px;
    height: 240px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper {
  height: 1080px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper {
    height: 800px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper {
    height: 650px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper #luxo-torch-product-showcase-in-night-image {
  height: 1080px;
  width: 100%;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper #luxo-torch-product-showcase-in-night-image {
    height: 800px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper #luxo-torch-product-showcase-in-night-image {
    height: 650px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper figcaption {
  position: absolute;
  bottom: 150px;
  left: 35%;
  transform: translateX(-35%);
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper figcaption {
    left: 30%;
    transform: translateX(-30%);
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper figcaption {
    left: 25%;
    transform: translateX(-25%);
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper figcaption h2 {
  display: flex;
  align-items: center;
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 153px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 15.3px;
  mix-blend-mode: overlay;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper figcaption h2 {
    font-size: 100px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper figcaption h2 {
    font-size: 64px;
    letter-spacing: 6.4px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper figcaption h2 img {
  width: 226px;
  height: 107px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper figcaption h2 img {
    width: 159px;
    height: 77px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper figcaption h2 img {
    width: 95px;
    height: 45px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper figcaption h3 {
  color: #afafaf;
  font-family: "SF-Pro-Regular-Text";
  font-size: 48px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper figcaption h3 {
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-product-showcase-in-night-wrapper figcaption h3 {
    font-size: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-footer-section-wrapper #luxo-torch-footer-inner-section-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-footer-section-wrapper #luxo-torch-footer-inner-section-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-footer-section-wrapper #luxo-torch-footer-inner-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-footer-section-wrapper #luxo-torch-footer-inner-section-wrapper img {
  width: 750px;
  height: 900px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-footer-section-wrapper #luxo-torch-footer-inner-section-wrapper img {
    width: 584px;
    height: 584px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-footer-section-wrapper #luxo-torch-footer-inner-section-wrapper img {
    width: 312px;
    height: 312px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-footer-section-wrapper #luxo-torch-footer-inner-section-wrapper figure {
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-footer-section-wrapper #luxo-torch-footer-inner-section-wrapper figure {
    align-self: center;
    margin-top: 24px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-footer-section-wrapper #luxo-torch-footer-inner-section-wrapper figure #iamrapid-logo {
  width: 450px;
  height: 100px;
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-footer-section-wrapper #luxo-torch-footer-inner-section-wrapper figure #iamrapid-logo {
    width: 312px;
    height: 64px;
  }
}
#luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-footer-section-wrapper #luxo-torch-footer-inner-section-wrapper figure figcaption {
  color: var(--Primary-Base-Black, #000);
  font-family: "SF-Pro-Regular-Text";
  font-size: 48px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-footer-section-wrapper #luxo-torch-footer-inner-section-wrapper figure figcaption {
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  #luxo-high-power-torch-module-web-page-main-content-container #luxo-high-power-torch-module-web-page-article-container #luxo-torch-article-footer-section-wrapper #luxo-torch-footer-section-wrapper #luxo-torch-footer-inner-section-wrapper figure figcaption {
    font-size: 22px;
  }
}/*# sourceMappingURL=luxo-high-power-torch-module.css.map */