.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-06f671d:#00B9F3;--e-global-color-a9fd5a0:#00FFFF;--e-global-color-5879636:#D8FFFF;--e-global-color-c55b112:#FFB438;--e-global-color-9efb1f6:#FF9200;--e-global-color-3c76953:#FD5900;--e-global-color-6084c31:#FFFFFF;--e-global-color-4467e9b:#000000;--e-global-color-1c525ed:#FFFFFF94;--e-global-color-d9231ea:#FFFFFF09;--e-global-color-daac91b:#FFFFFF14;--e-global-color-d2073df:#0A0A0A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-71de9c6-font-size:55px;--e-global-typography-71de9c6-font-weight:500;--e-global-typography-71de9c6-text-transform:uppercase;--e-global-typography-71de9c6-line-height:1em;--e-global-typography-71de9c6-letter-spacing:1px;--e-global-typography-1855011-font-family:"DM Sans";--e-global-typography-1855011-font-size:12px;--e-global-typography-1855011-font-weight:600;--e-global-typography-1855011-text-transform:uppercase;--e-global-typography-1855011-letter-spacing:2px;--e-global-typography-77c1d72-font-size:40px;--e-global-typography-77c1d72-text-transform:uppercase;--e-global-typography-77c1d72-line-height:1.1em;font-family:"Inter", Sans-serif;--e-page-transition-entrance-animation:e-page-transition-fade-out-down;--e-page-transition-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-9efb1f6 );--e-preloader-size:20px;}.elementor-kit-9 e-page-transition{background-color:var( --e-global-color-6084c31 );}.elementor-kit-9 h1{font-family:"Neural", Sans-serif;}.elementor-kit-9 h2{font-family:"Neural", Sans-serif;font-weight:normal;letter-spacing:1px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-family:"Inter", Sans-serif;font-weight:700;border-style:solid;border-width:2px 2px 2px 2px;border-radius:8px 8px 8px 8px;padding:16px 24px 16px 24px;}.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-kit-9{--e-global-typography-71de9c6-font-size:50px;--e-global-typography-77c1d72-font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-71de9c6-font-size:45px;--e-global-typography-71de9c6-line-height:1em;--e-global-typography-77c1d72-font-size:35px;--e-global-typography-77c1d72-line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@keyframes revealUp {
  from {
    transform: translateY(20px);
    opacity: 0;
    filter: blur(8px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0px);
  }
}
.line-mask {
  overflow: hidden !important;
  display: block !important;
}
.line-mask span {
  display: inline-block !important;
  opacity: 0;
}
.line-mask.is-visible span {
  animation: revealUp 2s cubic-bezier(0.16, 1, 0.3, 1) both !important;
  animation-delay: 0s !important;
}

.line-mask.delay-1 span { animation-delay: 0.2s !important; }

.line-mask.delay-2 span { animation-delay: 0.4s !important; }
.line-mask.delay-3 span { animation-delay: 0.6s !important; }
.line-mask.delay-4 span { animation-delay: 0.8s !important; }


.line-mask:nth-child(2).is-visible span {
  animation-delay: 0.5s !important;
}




/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-25px,0);
        filter: blur(8px);
    }
    to {
        opacity: 1;
        transform: none;
        filter: blur(0px);
    }
}
.elementor-element.fadeInDown {
    animation-name: fadeDown
}
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-25px,0,0);
        filter: blur(8px);
    }
    to {
        opacity: 1;
        transform: none;
        filter: blur(0px);
    }
}
.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}
@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(25px,0,0);
        filter: blur(8px);
    }
    to {
        opacity: 1;
        transform: none;
        filter: blur(0px);
    }
}
.elementor-element.fadeInRight {
    animation-name: fadeRight
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,25px,0);
        filter: blur(8px);
    }
    to {
        opacity: 1;
        transform: none;
        filter: blur(0px);
    }
}
.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Neural';
	font-display: auto;
	src: url('https://themightydream.org/wp-content/uploads/2026/04/neueral-extralight.ttf') format('truetype');
}
/* End Custom Fonts CSS */