.elementor-kit-1494{--e-global-color-primary:#00AEEF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-30d2f5d1:#0A1223;--e-global-color-1af1d3db:#23A455;--e-global-color-588ac3ef:#243048;--e-global-color-7e27d71e:#E73338;--e-global-color-e0d6a4e:#F6F6F6;--e-global-typography-primary-font-family:"gotham-black";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Brandon";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-588ac3ef );}.elementor-kit-1494 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1494 a{color:var( --e-global-color-7e27d71e );}.elementor-kit-1494 a:hover{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:15px;--container-default-padding-right:15px;--container-default-padding-bottom:15px;--container-default-padding-left:15px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.e-n-menu-title a::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: currentColor;
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 0.3s;
    }

    .e-n-menu-title a:hover::after {
      transform: scaleX(1);
      transform-origin: left;
    }

.menu1-light,
.menu2-light {
  display: block;
}

.menu1-dark,
.menu2-dark {
  display: none;
}

body.bg-light .menu1-light,
body.bg-light .menu2-light {
  display: none;
}

body.bg-light .menu1-dark,
body.bg-light .menu2-dark {
  display: block;
}

.e-n-menu-title a {
  color: #f6f6f6;
  transition: color 0.3s ease;
  position: relative;
  display: inline-block;
}

body.bg-light .e-n-menu-title a {
  color: #243048;
}

.logo-dark {
  display: none;
}

.logo-light {
  display: block;
}

body.bg-light .logo-dark {
  display: block;
}

body.bg-light .logo-light {
  display: none;
}
	
/* "Discover your spark" image rotator */
.hero-rotator {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-images {
  position: absolute;
  inset: 0;

  width: 100vw !important; 
  height: 100%;

  left: 50%;
  transform: translateX(-50%);

  z-index: 1;
}

.hero-img {
  position: absolute !important;
  inset: 0 !important;

  width: 100%;
  height: 100%;

  overflow: hidden;

  opacity: 0;
  transition: opacity 0.6s ease;

  will-change: opacity;
  transform: translateZ(0);
}

.hero-img img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  display: block;
}

.hero-img.is-active {
  opacity: 1;
}

.hero-rotator > *:not(.hero-images) {
  position: relative;
  z-index: 2;
}


.hero-rotator {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-height: 60vh;
}


.hero-trigger {
  cursor: pointer;
  user-select: none;
}

.hero-trigger .elementor-heading-title {
  color: #6F86A6 !important;
  opacity: 0.7;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.hero-trigger.is-active .elementor-heading-title {
  color: #ffffff !important;
  opacity: 1;
}

/* Background Color Change */
#bg-overlay {
  position: fixed;
  inset: 0;
  background-color: #EAE9E8;
  pointer-events: none;
  z-index: -1;

  opacity: 0;
  transition: opacity .6s ease-in-out;
}

body.bg-light #bg-overlay {
  opacity: 1;
}

/* Scroll Text Reveal */

.scroll-text h2 {
  text-align: center;
  font-family: "Gotham-Black", "Gotham", Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1em !important;
  margin: 0;
  padding: 0;
  font-size: clamp(32px, 2.4vw, 56px);
  color: #243048;
}

@media (max-width: 767px) {
  .scroll-text h2 {
    font-size: 12vw !important;
  }
}

.scroll-text .char {
  display: inline-block;
  font: inherit;
  text-transform: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-text .char {
    color: #FFFFFF !important;
  }
}

/* Slide Text Section */

.slide-text-section {
  height: 100vh !important;
  position: relative;
}

.slide-text-wrapper {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.slide-text {
  display: inline-block !important;
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
  margin: 0 !important; 
}

.slide-text-section,
.slide-text-wrapper,
.slide-text,
.pin-spacer {
  transition: none !important;
}

/* Accordian Hover */

.hover-preview {
  position: fixed;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 300px;
  height: 200px;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.preview-media {
  position: absolute;
  border-radius: 20px !important;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.preview-media.active {
  display: block;
}

.hover-preview.active {
  opacity: 1;
}

.hover-accordion .e-n-accordion-item-title {
  color: #fff !important;
  transition: color 0.25s ease;
}

.hover-accordion .e-n-accordion-item-title.dim {
  color: #5b6572 !important;
}

.hover-accordion .e-n-accordion-item-title:not(.dim) {
  color: #fff !important;
}

.e-n-accordion-item-title-header {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}

.e-n-accordion-item-title-text {
  white-space: nowrap;
  align-content: center !important;
}

.e-n-accordion-item-title-header,
.e-n-accordion-item-title-text,
.hover-subtext {
  display: flex;
  align-items: center;
}

.hover-subtext {
  font-size: 1vw;
  font-weight: 600;
  font-style: italic;
  margin-left: 20px;
  color: #939393;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .hover-subtext {
    font-size: 2vw;
  }
}

.e-n-accordion-item-title:not(.dim):hover .hover-subtext {
  opacity: 1;
  transform: translateX(0);
}

.e-n-accordion-item-title.dim .hover-subtext {
  opacity: 0;
  transform: translateX(20px);
}

/* Fireworks Animation */

.fireworks-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

.slide-text-section {
  position: relative;
  z-index: 10;
}

.rocket,
.burst {
  position: absolute;
  left: 50%;
  bottom: 30px;
}

.ignite-fireworks-container .trail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 90px;
  margin-left: -1.5px;
  transform-origin: bottom center;
  transform: scaleY(0.15);
  border-radius: 999px 999px 0 0;

  visibility: hidden;
  opacity: 0; 
  filter: blur(0.8px);
}

.trail-1,
.trail-3,
.trail-5 {
  background: linear-gradient(to top, rgba(231,51,56,0), #E73338);
}

.trail-2,
.trail-4 {
  background: linear-gradient(to top, rgba(36,48,72,0), #243048);
}

.particle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Brandon';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://lumencreative.agency/wp-content/uploads/BrandonText-Light.eot');
	src: url('https://lumencreative.agency/wp-content/uploads/BrandonText-Light.eot?#iefix') format('embedded-opentype'),
		url('https://lumencreative.agency/wp-content/uploads/BrandonText-Light.woff2') format('woff2'),
		url('https://lumencreative.agency/wp-content/uploads/BrandonText-Light.woff') format('woff'),
		url('https://lumencreative.agency/wp-content/uploads/BrandonText-Light.ttf') format('truetype'),
		url('https://lumencreative.agency/wp-content/uploads/BrandonText-Light.svg#Brandon') format('svg');
}
@font-face {
	font-family: 'Brandon';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://lumencreative.agency/wp-content/uploads/BrandonText-Bold.eot');
	src: url('https://lumencreative.agency/wp-content/uploads/BrandonText-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://lumencreative.agency/wp-content/uploads/BrandonText-Bold.woff2') format('woff2'),
		url('https://lumencreative.agency/wp-content/uploads/BrandonText-Bold.woff') format('woff'),
		url('https://lumencreative.agency/wp-content/uploads/BrandonText-Bold.ttf') format('truetype'),
		url('https://lumencreative.agency/wp-content/uploads/BrandonText-Bold.svg#Brandon') format('svg');
}
@font-face {
	font-family: 'Brandon';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lumencreative.agency/wp-content/uploads/BrandonText-Regular.eot');
	src: url('https://lumencreative.agency/wp-content/uploads/BrandonText-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://lumencreative.agency/wp-content/uploads/BrandonText-Regular.woff2') format('woff2'),
		url('https://lumencreative.agency/wp-content/uploads/BrandonText-Regular.woff') format('woff'),
		url('https://lumencreative.agency/wp-content/uploads/BrandonText-Regular.ttf') format('truetype'),
		url('https://lumencreative.agency/wp-content/uploads/BrandonText-Regular.svg#Brandon') format('svg');
}
/* End Custom Fonts CSS */