.elementor-19 .elementor-element.elementor-element-20191f51{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-19 .elementor-element.elementor-element-20191f51:not(.elementor-motion-effects-element-type-background), .elementor-19 .elementor-element.elementor-element-20191f51 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-19 .elementor-element.elementor-element-5599c30{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-theme-site-logo .widget-image-caption{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-19 .elementor-element.elementor-element-68494269 img{width:40%;}.elementor-19 .elementor-element.elementor-element-53610251{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--flex-wrap:wrap;}.elementor-19 .elementor-element.elementor-element-53610251:not(.elementor-motion-effects-element-type-background), .elementor-19 .elementor-element.elementor-element-53610251 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-19 .elementor-element.elementor-element-3d1cdb86 .elementor-button{font-family:"Outfit", Sans-serif;font-weight:500;border-style:solid;border-width:3px 3px 3px 3px;border-color:#4FAFFF;border-radius:4px 4px 4px 4px;padding:18px 36px 18px 36px;}.elementor-19 .elementor-element.elementor-element-251ea601 .elementor-button{font-family:"Outfit", Sans-serif;font-weight:500;border-style:solid;border-width:3px 3px 3px 3px;border-color:#4FAFFF;border-radius:4px 4px 4px 4px;padding:18px 36px 18px 36px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-19 .elementor-element.elementor-element-20191f51{--content-width:1300px;}.elementor-19 .elementor-element.elementor-element-5599c30{--width:100%;}.elementor-19 .elementor-element.elementor-element-53610251{--content-width:1300px;}}@media(max-width:1024px){.elementor-19 .elementor-element.elementor-element-68494269 img{width:92%;}.elementor-19 .elementor-element.elementor-element-53610251{--justify-content:center;}}@media(max-width:767px){.elementor-19 .elementor-element.elementor-element-68494269 img{width:30%;}}/* Start custom CSS for button, class: .elementor-element-3d1cdb86 */.custom-gradient-btn a{
    background: linear-gradient(45deg, 
  #001f3f,  /* Navy Blue */
  #004080,  /* Deep Blue */
  #0074cc,  /* Medium Blue */
  #3399ff,  /* Sky Blue */
  #5dade2,  /* Soft Blue */
  #87cefa,  /* Light Sky Blue */
  #add8e6,  /* Lighter Blue */
  #cceeff,  /* Very Light Blue */
  #001f3f   /* Loop back to Navy */
);

    background-size: 500% 500%;
    animation: gradientMove 8s ease infinite, pulse 1s ease-in-out infinite;
  }

  @keyframes gradientMove {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes pulse {
    0% {
      /*transform: scale(1);*/
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
    }
    50% {
      /*transform: scale(1.05);*/
       box-shadow: 0 0 0 40px rgba(0, 0, 0, 0); 
    }
  }/* End custom CSS */