.elementor-kit-6{--e-global-color-primary:#37C8AE;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#0C2D34;--e-global-color-accent:#0C2D34;--e-global-color-7419399:#8C929F;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:clamp(2rem, 4vw, 4rem);--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:clamp(1.75rem, 3.5vw, 3.5rem);--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:clamp(1rem, 1.5vw, 1.25rem);--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:clamp(1.5rem, 3vw, 3rem);--e-global-typography-accent-font-weight:500;--e-global-typography-0f4d47e-font-family:"Manrope";--e-global-typography-0f4d47e-font-size:clamp(1rem, 1.1vw, 1rem);--e-global-typography-0f4d47e-font-weight:400;--e-global-typography-0f4d47e-line-height:1.3;--e-global-typography-e1d877d-font-family:"Manrope";--e-global-typography-e1d877d-font-size:20px;--e-global-typography-e1d877d-font-weight:600;--e-global-typography-e1d877d-line-height:26px;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-text );}.elementor-kit-6 a{font-family:"Manrope", Sans-serif;font-size:clamp(1rem, 1.2vw, 1.1rem);font-weight:400;text-decoration:none;}.elementor-kit-6 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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-6 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:15px;--container-default-padding-right:15px;--container-default-padding-bottom:15px;--container-default-padding-left:15px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:15px;--container-default-padding-right:15px;--container-default-padding-bottom:15px;--container-default-padding-left:15px;}}/* Start custom CSS *//* Responsive Font Sizes using clamp() */
h1 {
  font-size: clamp(2rem, 4vw, 4rem); /* Minimum 2rem, adjusts up to 4rem */
}

h2 {
  font-size: clamp(1.75rem, 3.5vw, 3.5rem); /* Minimum 1.75rem, adjusts up to 3.5rem */
}

h3 {
  font-size: clamp(1.5rem, 3vw, 3rem); /* Minimum 1.5rem, adjusts up to 3rem */
}

h4 {
  font-size: clamp(1.25rem, 2.5vw, 2.5rem); /* Minimum 1.25rem, adjusts up to 2.5rem */
}

h5 {
  font-size: clamp(1rem, 2vw, 2rem); /* Minimum 1rem, adjusts up to 2rem */
}

p {
  font-size: clamp(1rem, 1.5vw, 1.25rem); /* Minimum 1rem, adjusts up to 1.25rem */
}/* End custom CSS */