.elementor-kit-7{--e-global-color-primary:#EDBA1D;--e-global-color-secondary:#881720;--e-global-color-text:#EFEEF7;--e-global-color-accent:#19264F;--e-global-color-b306963:#19264F;--e-global-color-7309e30:#EFEEF7;--e-global-typography-primary-font-family:"Anton";--e-global-typography-primary-font-size:2em;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:1.5px;--e-global-typography-secondary-font-family:"League Spartan";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"League Spartan";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"League Spartan";--e-global-typography-accent-font-size:1.1em;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:italic;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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;}}:root { --Yellow:#ebb81e; --Blue:#19264f; --Red:#871721; --Offwhite:#efeef7; --Headlines:Oswald; --Buttions:League Spartan; --SecondaryHeadlines:League Spartan; --SmallAccent:24px; --DarkBg:#00000040; --Secondary:League Spartan; --SecondarySize:1.5em; }
/* Start custom CSS */@keyframes gold-text-pulse {
  0% {
    text-shadow: 0 0 4px rgba(255, 207, 64, 0.4);
    opacity: 0.7;
  }
  50% {
    text-shadow: 0 0 15px rgba(255, 207, 64, 0.8), 0 0 25px rgba(255, 207, 64, 0.3);
    opacity: 1;
  }
  100% {
    text-shadow: 0 0 4px rgba(255, 207, 64, 0.4);
    opacity: 0.7;
  }
}

@keyframes top-left-box-pulse {
  0% {
    /* Subtle, tighter glow */
    box-shadow: -8px -8px 10px -8px rgba(255, 207, 64, 0.4);
  }
  50% {
    /* Shifting slightly more out and blooming wider */
    box-shadow: -10px -10px 22px -6px rgba(255, 207, 64, 0.95);
  }
  100% {
    /* Returning smoothly to the start */
    box-shadow: -8px -8px 10px -8px rgba(255, 207, 64, 0.4);
  }
}


@keyframes red-left-glow {
  0% {
    /* Tighter resting state */
    box-shadow: 
      -12px 0 8px -8px rgba(136, 23, 32, 0.9),
      -30px 0 20px -20px rgba(136, 23, 32, 0.5);
  }
  50% {
    /* Pushes much further left for a stronger glow, perfectly choked vertically */
    box-shadow: 
      -18px 0 12px -12px rgba(136, 23, 32, 1),
      -50px 0 35px -35px rgba(136, 23, 32, 0.7);
  }
  100% {
    box-shadow: 
      -12px 0 8px -8px rgba(136, 23, 32, 0.9),
      -30px 0 20px -20px rgba(136, 23, 32, 0.5);
  }
}/* End custom CSS */