.elementor-kit-104{--e-global-color-primary:#2B366E;--e-global-color-secondary:#2F5DAD;--e-global-color-text:#2B366E;--e-global-color-accent:#AFC6D4;--e-global-color-cc1d9a4:#FFFFFF;--e-global-color-3edf6ab:#EAF4FA;--e-global-color-903162c:#AFC6D4;--e-global-color-8280125:#EAF4FA;--e-global-color-715aa4c:#2B366E;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:400;--e-global-typography-4934e10-font-family:"Open Sans";--e-global-typography-4934e10-font-size:28px;--e-global-typography-4934e10-font-weight:700;--e-global-typography-ed809c6-font-family:"Open Sans";--e-global-typography-ed809c6-font-size:16px;--e-global-typography-ed809c6-font-weight:400;--e-global-typography-a0c973a-font-family:"Open Sans";--e-global-typography-a0c973a-font-size:16px;--e-global-typography-a0c973a-font-weight:500;color:#000000;font-family:"Jost", Sans-serif;--e-page-transition-entrance-animation:e-page-transition-fade-out-right;--e-page-transition-exit-animation:e-page-transition-fade-in-left;--e-page-transition-animation-duration:2000ms;--e-preloader-animation-duration:1800ms;--e-preloader-delay:100ms;--e-preloader-width:14%;--e-preloader-max-width:16%;--e-preloader-opacity:0;}.elementor-kit-104 e-page-transition{background-color:var( --e-global-color-8280125 );}.elementor-kit-104 a{font-family:"Jost", Sans-serif;}.elementor-kit-104 h1{color:#000000;font-family:"Jost", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-104 button,.elementor-kit-104 input[type="button"],.elementor-kit-104 input[type="submit"],.elementor-kit-104 .elementor-button{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 );border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-104 button,.elementor-kit-104 input[type="button"],.elementor-kit-104 input[type="submit"],.elementor-kit-104 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-104 button,.elementor-kit-104 input[type="button"],.elementor-kit-104 input[type="submit"],.elementor-kit-104 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
  min-height: 100vh;
  background-attachment: fixed;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 50px,
      rgba(85, 170, 235, 0.03) 50px,
      rgba(85, 170, 235, 0.03) 51px
    );
  z-index: 0;
  pointer-events: none;
}

body::after {
  content: '';
  position: fixed;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(85, 170, 235, 0.08) 0%, transparent 70%);
  top: 20%;
  right: 10%;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}/* End custom CSS */