.elementor-11 .elementor-element.elementor-element-c414b84{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-11 .elementor-element.elementor-element-b01a70e{--spacer-size:300px;width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;top:0px;}.elementor-11 .elementor-element.elementor-element-c3fedaa{--display:flex;--min-height:300vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:48px;--padding-right:48px;--z-index:0;}.elementor-11 .elementor-element.elementor-element-5908fb0{--display:flex;--justify-content:flex-start;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:24px 0px;--row-gap:24px;--column-gap:0px;--padding-top:0px;--padding-bottom:48px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:1470px){.elementor-11 .elementor-element.elementor-element-c3fedaa{--min-height:200vh;--padding-top:0px;--padding-bottom:0px;--padding-left:32px;--padding-right:32px;}.elementor-11 .elementor-element.elementor-element-5908fb0{--min-height:calc(100vh - 128px);--justify-content:space-around;--gap:24px 0px;--row-gap:24px;--column-gap:0px;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-11 .elementor-element.elementor-element-c3fedaa{--padding-top:0px;--padding-bottom:0px;--padding-left:16px;--padding-right:16px;}.elementor-11 .elementor-element.elementor-element-5908fb0{--justify-content:flex-start;--gap:24px 0px;--row-gap:24px;--column-gap:0px;--padding-top:0px;--padding-bottom:48px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for spacer, class: .elementor-element-b01a70e */.lume-light {
    background: 
        radial-gradient(
            ellipse 300% 100% at center top,
            rgba(255, 255, 255, 0.5) 0%,
            rgba(255, 255, 255, 0.25) 30%,
            rgba(255, 255, 255, 0.1) 50%,
            transparent 80%
        ),
        linear-gradient(
            to top,
            rgba(255,255,255,0.15) 0%,
            transparent 60%
        );
    opacity: 0.5;
    filter: blur(60px);
    transform: scaleX(0);
    transform-origin: center;
    transition: all 1.5s ease-in-out;
}
.lume-light.active {
    opacity: 1;
    transform: scaleX(1);
    transition: all 1.5s ease-in-out;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd1a3e2 */#model-3d {
  position: relative;
  width: 100%;
  height: 100%;
}

#sequence-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

#sequence-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #000;
  color: #fff;
  z-index: 2;
}

/* Hide loader when ready */
.sequence-ready #sequence-loader {
  display: none;
}

#model-3d {
  position: relative;
  width: 100%;
}

#sequence-canvas {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 292px);
  display: block;
}
@media only screen and (max-width: 768px) {
    #sequence-canvas {
        min-height: unset;
        /*min-height: calc(100vh - 340px);*/
        max-height: calc(100% - 366px);
    }
}

/* Loading overlay */
#sequence-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}

/* Hide loader when ready */
.sequence-ready #sequence-loader {
  display: none;
}/* End custom CSS */