.elementor-kit-8{--e-global-color-primary:#5ED3CF;--e-global-color-secondary:#066274;--e-global-color-text:#00212A;--e-global-color-accent:#FFFFFF;--e-global-color-31861c1:#E2EBEB;--e-global-typography-primary-font-family:"Syne";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Noto Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Syne";--e-global-typography-accent-font-weight:500;--e-global-typography-69d7cb3-font-family:"Syne";--e-global-typography-69d7cb3-font-size:52px;--e-global-typography-69d7cb3-font-weight:600;--e-global-typography-69d7cb3-line-height:1.25em;--e-global-typography-737cfd8-font-family:"Syne";--e-global-typography-737cfd8-font-size:40px;--e-global-typography-737cfd8-font-weight:600;--e-global-typography-737cfd8-line-height:1.2em;--e-global-typography-8a28543-font-family:"Syne";--e-global-typography-8a28543-font-size:28px;--e-global-typography-8a28543-font-weight:600;--e-global-typography-8a28543-line-height:1.2em;--e-global-typography-0985440-font-family:"Syne";--e-global-typography-0985440-font-size:20px;--e-global-typography-0985440-font-weight:600;--e-global-typography-0985440-line-height:1.2em;--e-global-typography-b9f3ab7-font-family:"Syne";--e-global-typography-b9f3ab7-font-size:18px;--e-global-typography-b9f3ab7-font-weight:600;--e-global-typography-b9f3ab7-line-height:1.2em;--e-global-typography-085e882-font-family:"Noto Sans";--e-global-typography-085e882-font-size:14px;--e-global-typography-085e882-font-weight:600;--e-global-typography-085e882-text-transform:uppercase;--e-global-typography-085e882-line-height:1.2em;--e-global-typography-085e882-letter-spacing:0px;--e-global-typography-0131e7d-font-family:"Noto Sans";--e-global-typography-0131e7d-font-size:18px;--e-global-typography-0131e7d-font-weight:400;--e-global-typography-0131e7d-line-height:1.5em;--e-global-typography-f0e87a7-font-family:"Noto Sans";--e-global-typography-f0e87a7-font-size:16px;--e-global-typography-f0e87a7-font-weight:600;--e-global-typography-f0e87a7-text-transform:uppercase;--e-global-typography-f0e87a7-line-height:1.2em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"Syne", Sans-serif;font-size:52px;font-weight:700;font-style:normal;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );border-radius:16px 16px 16px 16px;}.elementor-kit-8 img{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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-kit-8{--e-global-typography-69d7cb3-font-size:42px;--e-global-typography-737cfd8-font-size:32px;--e-global-typography-8a28543-font-size:24px;--e-global-typography-0985440-font-size:18px;--e-global-typography-b9f3ab7-font-size:16px;--e-global-typography-085e882-font-size:12px;--e-global-typography-0131e7d-font-size:16px;--e-global-typography-f0e87a7-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-69d7cb3-font-size:32px;--e-global-typography-737cfd8-font-size:28px;--e-global-typography-8a28543-font-size:20px;--e-global-typography-0985440-font-size:16px;--e-global-typography-b9f3ab7-font-size:14px;--e-global-typography-085e882-font-size:12px;--e-global-typography-0131e7d-font-size:16px;--e-global-typography-f0e87a7-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Heading-font:Syne; --Body-font:Noto Sans; --Main:#5ED3CF; --Secondary:#066274; --White:#ffffff; --Black:#00212A; --e-gv-06b50f0:#495456; --grey:#e2ebeb; }
/* Start custom CSS */.green {
  /* Updated top-to-bottom gradient with your specific colors */
  background: linear-gradient(to bottom, #5ED3CF, #066274);
  
  /* Clip the background to the text */
  -webkit-background-clip: text;
  background-clip: text;
  
  /* Make the actual text fill transparent so the background shows through */
  -webkit-text-fill-color: transparent;
  color: transparent; 
} /* <--- THIS BRACKET WAS MISSING */
  
.dark-green {
  /* It is highly recommended to add this for inline elements like <span> */
  display: inline-block;

  /* Lighter gradient optimized for a dark background */
  background-image: linear-gradient(to bottom, #EAFDFC, #5ED3CF);
  
  /* Clip the background to the text */
  -webkit-background-clip: text;
  background-clip: text;
  
  /* Make the text fill transparent */
  -webkit-text-fill-color: transparent;
  color: transparent; 
}/* End custom CSS */