.elementor-7142 .elementor-element.elementor-element-0187ade{padding:0px 40px 0px 40px;z-index:100;}.elementor-7142 .elementor-element.elementor-element-fc667c6 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-7142 .elementor-element.elementor-element-26a93fb > .elementor-widget-container{padding:10px 0px 10px 0px;}.elementor-7142 .elementor-element.elementor-element-26a93fb{text-align:start;}.elementor-7142 .elementor-element.elementor-element-26a93fb img{width:100px;}.elementor-7142 .elementor-element.elementor-element-b5ed873 > .elementor-container{max-width:1380px;}.elementor-7142 .elementor-element.elementor-element-b5ed873{margin-top:80px;margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-7142 .elementor-element.elementor-element-0f7df99{text-align:center;}.elementor-7142 .elementor-element.elementor-element-0f7df99 .elementor-heading-title{font-size:40px;line-height:1.2em;color:#585858;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-7142 .elementor-element.elementor-element-d1179f7 .elementor-icon-wrapper{text-align:center;}.elementor-7142 .elementor-element.elementor-element-d1179f7.elementor-view-stacked .elementor-icon{background-color:#585858;}.elementor-7142 .elementor-element.elementor-element-d1179f7.elementor-view-framed .elementor-icon, .elementor-7142 .elementor-element.elementor-element-d1179f7.elementor-view-default .elementor-icon{color:#585858;border-color:#585858;}.elementor-7142 .elementor-element.elementor-element-d1179f7.elementor-view-framed .elementor-icon, .elementor-7142 .elementor-element.elementor-element-d1179f7.elementor-view-default .elementor-icon svg{fill:#585858;}.elementor-7142 .elementor-element.elementor-element-7a28aaa .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-7142 .elementor-element.elementor-element-7a28aaa .elementor-custom-embed-play i{color:#000000;font-size:115px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-7142 .elementor-element.elementor-element-7a28aaa .elementor-custom-embed-play svg{fill:#000000;width:115px;height:115px;}.elementor-7142 .elementor-element.elementor-element-d235641 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-7142 .elementor-element.elementor-element-d235641 .elementor-custom-embed-play i{color:#000000;font-size:115px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-7142 .elementor-element.elementor-element-d235641 .elementor-custom-embed-play svg{fill:#000000;width:115px;height:115px;}.elementor-7142 .elementor-element.elementor-element-915a9ec{padding:24px 0px 24px 0px;}body.elementor-page-7142:not(.elementor-motion-effects-element-type-background), body.elementor-page-7142 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EEEDE9;}@media(max-width:767px){.elementor-7142 .elementor-element.elementor-element-0f7df99 .elementor-heading-title{font-size:30px;}.elementor-7142 .elementor-element.elementor-element-d1179f7 .elementor-icon{font-size:28px;}.elementor-7142 .elementor-element.elementor-element-d1179f7 .elementor-icon svg{height:28px;}.elementor-7142 .elementor-element.elementor-element-37a7b14 > .elementor-widget-container{margin:50px 00px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-37a7b14 *//* Fix iOS video player vertical */
.elementor-page-7142 video {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 9/16 !important;
  max-height: 80vh;
  object-fit: contain;
}/* End custom CSS */
/* Start custom CSS *//* ════════════════════════
   NAV — fixed, blur
   ════════════════════════ */
.nc-nav-section.elementor-section {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999 !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid var(--nc-border) !important;
}
.nc-nav-section .elementor-container { max-width: 100% !important; }
.nc-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  width: 100%;
}
.nc-nav-logo {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 900 !important;
  font-size: 28px !important;
  color: var(--nc-black) !important;
  letter-spacing: -0.5px;
  text-decoration: none !important;
  line-height: 1;
}
.nc-nav-logo em {
  color: var(--nc-green) !important;
  font-style: normal;
}
.nc-nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nc-nav-links a {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--nc-muted) !important;
  text-decoration: none !important;
  transition: color 0.2s;
}
.nc-nav-links a:hover { color: var(--nc-text) !important; }

@media (max-width: 767px) {
  .nc-nav-links { display: none !important; }
  .nc-nav-section.elementor-section { padding-left: 20px !important; padding-right: 20px !important; }
}
/* ════════════════════════
   FOOTER
   ════════════════════════ */
.nc-footer-section {
  border-top: 1px solid var(--nc-border) !important;
  background: var(--nc-bg) !important;
}
.nc-logo-f {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: var(--nc-black);
  letter-spacing: -0.5px;
  margin-bottom: 4px;
  line-height: 1;
}
.nc-logo-f em {
  color: var(--nc-green);
  font-style: normal;
}
.nc-logo-f span {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: var(--nc-muted);
  letter-spacing: 0;
}
.nc-footer-address {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: var(--nc-muted);
  margin-top: 4px;
  line-height: 1.5;
}
.nc-footer-links {
  display: flex;
  gap: 20px;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 100%;
}
.nc-footer-links a {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: var(--nc-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.nc-footer-links a:hover { color: var(--nc-text); }
.elementor-element-55ddec43 video {
  -webkit-playsinline: true !important;
  playsinline !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}

.elementor-element-55ddec43 .elementor-video-container {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 177.78% !important;
  height: 0 !important;
}

.elementor-element-55ddec43 .elementor-video-container video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}/* End custom CSS */