.elementor-1384 .elementor-element.elementor-element-ca7555d{--display:flex;--min-height:0px;--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-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-1384 .elementor-element.elementor-element-14d3714{width:100%;max-width:100%;text-align:center;}.elementor-1384 .elementor-element.elementor-element-14d3714 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:5.5vw;font-weight:900;color:#00009E;}.elementor-1384 .elementor-element.elementor-element-8e74b83{--display:flex;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1384 .elementor-element.elementor-element-8a03c40{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1384 .elementor-element.elementor-element-ca7555d{--width:100%;}}/* Start custom CSS for heading, class: .elementor-element-14d3714 */.blue-wipe-text {
    position: relative;

    background: linear-gradient(
        90deg,
        #1A1A1A 0%,
        #1A1A1A 40%,
        #4D4DFF 48%,
        #7A7AFF 50%,
        #0F0FB8 52%,
        #1A1A1A 60%,
        #1A1A1A 100%
    );

    background-size: 250% 100%;
    background-position: 120% 0;

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

    display: inline-block;

    /* 🔥 removes typing cursor + weird selection feel */
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
}

/* animation */
:root {
    --flash-duration: 6s;
}

@keyframes flashSweep {
    from { background-position: 120% 0; }
    to   { background-position: -20% 0; }
}

.blue-wipe-text.animate {
    animation: flashSweep var(--flash-duration) cubic-bezier(0.2, 0.7, 0.2, 1);
}/* End custom CSS */