.elementor-210 .elementor-element.elementor-element-0cfea91{--display:flex;--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;}.elementor-210 .elementor-element.elementor-element-0256927{--spacer-size:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-210 .elementor-element.elementor-element-e3e889d{text-align:center;}.elementor-210 .elementor-element.elementor-element-e3e889d .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;color:#FFFFFF;}.elementor-210 .elementor-element.elementor-element-2c04319{--spacer-size:50px;}.elementor-210 .elementor-element.elementor-element-7a28140{--display:flex;--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;}body.elementor-page-210:not(.elementor-motion-effects-element-type-background), body.elementor-page-210 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1F1F20;}/* Start custom CSS for heading, class: .elementor-element-e3e889d */.neonText {
  animation: flickerab 1.5s infinite alternate;
  color: #fff;
  
}

h1 {
  font-size: 4.2rem;    
}

/* flickerabing animation */
@keyframes flickerab {
    
  0%, 18%, 22%, 25%, 53%, 57%, 100% {

      text-shadow:
      0 0 4px #fff,
      0 0 11px #ecc94b,
      0 0 19px #ecc94b,
      0 0 40px #ecc94b,
      0 0 80px #ecc94b,
      0 0 90px #ecc94b,
      0 0 100px #ecc94b,
      0 0 150px #ecc94b;
  color: #ffffff;
  }
  
  20%, 24%, 55% {        
      text-shadow: none;
  }    
}


/* Additional styling */
  
h2 {
 font-size: 1.8rem;
}
.container {
  margin-top: vh;
}

body {
  font-size: 18px;
  font-family: "Helvetica Neue", sans-serif;
  background-color: #fff;
}  

h1, h2 {
  text-transform: uppercase;
  font-weight: 400;
}/* End custom CSS */