.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#A40F0D;--e-global-color-text:#FFFFFF;--e-global-color-accent:#9CA3AF;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-size:2.25rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:2.5rem;--e-global-typography-text-font-family:"Oswald";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );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 );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Oswald", Sans-serif;font-weight:500;text-transform:uppercase;color:var( --e-global-color-text );box-shadow:0px 0px 10px 5px #FFFFFF;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-primary );box-shadow:0px 0px 10px 5px #9A1919;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 h1{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-kit-7 h2{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-7 h3{color:var( --e-global-color-text );}.elementor-kit-7 h4{color:var( --e-global-color-text );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-7 h5{color:var( --e-global-color-text );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-7 h6{color:var( --e-global-color-text );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-7 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-7 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Base style */
.glitch-title {
  position: relative;
  text-shadow:
    rgba(255, 0, 0, 0.75) -0.8px 0.2px 0,
    rgba(0, 255, 0, 0.75)  0.8px -0.2px 0,
    rgba(0, 0, 255, 0.75) -1px -2px 0;
  animation: glitchShift 1.4s infinite steps(12);
}

/* Jitter the RGB offsets and occasionally nudge the whole word */
@keyframes glitchShift {
  0% {
    text-shadow:
      rgba(255,0,0,.75) -1px 0   0,
      rgba(0,255,0,.75)   1px 0   0,
      rgba(0,0,255,.75)   0  -2px 0;
    transform: translate(0,0);
  }
  10% {
    text-shadow:
      rgba(255,0,0,.75) -2px 1px 0,
      rgba(0,255,0,.75)  2px -1px 0,
      rgba(0,0,255,.75) -1px -2px 0;
  }
  20% { transform: translate(0.5px, -0.5px); }
  30% {
    text-shadow:
      rgba(255,0,0,.75) -0.5px 0 0,
      rgba(0,255,0,.75)  0.5px 0 0,
      rgba(0,0,255,.75)  0 -1px  0;
    transform: translate(-0.5px, 0.5px);
  }
  40% { transform: translate(0,0); }
  60% {
    text-shadow:
      rgba(255,0,0,.75) -2px -1px 0,
      rgba(0,255,0,.75)  2px  1px 0,
      rgba(0,0,255,.75)  1px -1px 0;
  }
  80% { transform: translate(0.8px, -0.3px); }
  100% {
    text-shadow:
      rgba(255,0,0,.75) -1px 0.2px 0,
      rgba(0,255,0,.75)  1px -0.2px 0,
      rgba(0,0,255,.75) -1px -2px 0;
    transform: translate(0,0);
  }
}/* End custom CSS */