.elementor-widget-heading .elementor-heading-title{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 );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-44 .elementor-element.elementor-element-056da95{margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 3%) 0%;text-align:center;}.elementor-widget-gallery .elementor-gallery-item__title{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 );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{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 );line-height:var( --e-global-typography-primary-line-height );}.elementor-44 .elementor-element.elementor-element-fbfaee2{--titles-container-justify-content:center;--image-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:500ms;--content-transition-delay:500ms;--galleries-title-color-normal:var( --e-global-color-07aaa06 );--galleries-title-color-hover:var( --e-global-color-07aaa06 );--galleries-pointer-bg-color-hover:var( --e-global-color-a0fa8f8 );--gallery-title-color-active:var( --e-global-color-07aaa06 );--galleries-pointer-bg-color-active:var( --e-global-color-a0fa8f8 );--galleries-pointer-border-width:0px;}.elementor-44 .elementor-element.elementor-element-fbfaee2 .elementor-gallery-title{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );font-style:var( --e-global-typography-accent-font-style );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );--space-between:3px;}.elementor-44 .elementor-element.elementor-element-fbfaee2 .elementor-gallery__titles-container{margin-bottom:20px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-gallery .elementor-gallery-item__title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-gallery .elementor-gallery-item__description{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-gallery .elementor-gallery-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-44 .elementor-element.elementor-element-fbfaee2 .elementor-gallery-title{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-gallery .elementor-gallery-item__title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-gallery .elementor-gallery-item__description{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-gallery .elementor-gallery-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-44 .elementor-element.elementor-element-fbfaee2 .elementor-gallery-title{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}/* Start custom CSS for heading, class: .elementor-element-056da95 */.memorial-word-glow {
    display: inline-block;

    /* Animated gradient */
    background: linear-gradient(
        90deg,
        #1E3A2B 0%,
        #B8902E 25%,
        #E4C77A 50%,
        #B8902E 75%,
        #1E3A2B 100%
    );

    background-size: 300% auto;

    /* Keep gradient inside the letters */
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
    color: transparent;

    /* Continuous flowing animation */
    animation: memorialWordGlow 7s linear infinite;

    /* Prevent descenders such as g and y being clipped */
    line-height: 1.2;
    padding: 0.02em 0 0.1em;
    overflow: visible;
}


/* Flowing gradient movement */
@keyframes memorialWordGlow {

    0% {
        background-position: 0% center;
    }

    50% {
        background-position: 100% center;
    }

    100% {
        background-position: 0% center;
    }

}


/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {

    .memorial-word-glow {
        animation: none;
        background-position: 50% center;
    }

}/* End custom CSS */