.elementor-kit-7{--e-global-color-primary:#1A2B49;--e-global-color-secondary:#122039;--e-global-color-text:#1A2B49;--e-global-color-accent:#003B6D;--e-global-color-0d1f28c:#FF5B00;--e-global-color-0c6c884:#F8F8F8;--e-global-color-ae7ab98:#E4E9E9;--e-global-color-c0a1184:#D4D6DD;--e-global-color-c2fa2f3:#949CA2;--e-global-color-de1b9b0:#797A88;--e-global-color-c798801:#FCFCFC;--e-global-color-45408bb:#B9BECD;--e-global-color-53bd778:#FDF9FA;--e-global-color-b2ab8a6:#F8FAFC;--e-global-color-46e26dd:#FFE3AC;--e-global-color-bc427d5:#FFEFD0;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4rem;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-size:24px;font-weight:600;line-height:1.32em;}.elementor-kit-7 h2{font-size:26px;font-weight:600;line-height:1.32em;}.elementor-kit-7 h3{font-size:24px;font-weight:600;line-height:1.32em;}.elementor-kit-7 h4{font-size:16px;font-weight:600;line-height:1.32em;}.elementor-kit-7 h5{font-size:14px;font-weight:600;}.elementor-kit-7 h6{font-size:12px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:22px;}.elementor-kit-7 h2{font-size:20px;}.elementor-kit-7 h3{font-size:18px;}.elementor-kit-7 h4{font-size:16px;}.elementor-kit-7 h5{font-size:12px;}.elementor-kit-7 h6{font-size:10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  position: relative;
  background: #ffffff;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: 
    linear-gradient(rgba(15, 118, 110, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, 0.03) 1px, transparent 1px),
    radial-gradient(circle 3px at center, rgba(245, 158, 11, 0.15) 0%, transparent 100%);
  background-size: 80px 80px, 80px 80px, 80px 80px;
  background-position: center center;
  animation: gridPulse 30s ease-in-out infinite;
}

@keyframes gridPulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 0.8; }
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: 
    radial-gradient(circle 600px at 80% 20%, rgba(20, 184, 166, 0.06), transparent),
    radial-gradient(circle 400px at 15% 75%, rgba(245, 158, 11, 0.05), transparent);
}

#main, #content, .site-content, main, .elementor {
  position: relative;
  z-index: 1;
}/* End custom CSS */