.elementor-26064 .elementor-element.elementor-element-67d76d6c > .elementor-container{max-width:750px;}.elementor-26064 .elementor-element.elementor-element-67d76d6c{margin-top:0px;margin-bottom:0px;}.elementor-26064 .elementor-element.elementor-element-5ae1183b > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-26064 .elementor-element.elementor-element-5ae1183b > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-26064 .elementor-element.elementor-element-7cfc5f4e{text-align:center;}.elementor-26064 .elementor-element.elementor-element-7cfc5f4e .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:45px;font-weight:500;color:var( --e-global-color-secondary );}.elementor-widget-theme-post-content{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-26064 .elementor-element.elementor-element-469a41a4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:50px 0px 50px 0px;}.elementor-26064 .elementor-element.elementor-element-469a41a4{text-align:left;color:#3d4459;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:300;line-height:1.6em;}@media(max-width:1024px){.elementor-26064 .elementor-element.elementor-element-67d76d6c{padding:0px 30px 0px 30px;}}@media(max-width:767px){.elementor-26064 .elementor-element.elementor-element-67d76d6c{margin-top:0px;margin-bottom:0px;padding:0px 30px 20px 30px;}.elementor-26064 .elementor-element.elementor-element-7cfc5f4e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-26064 .elementor-element.elementor-element-7cfc5f4e .elementor-heading-title{font-size:25px;}.elementor-26064 .elementor-element.elementor-element-469a41a4 > .elementor-widget-container{padding:10px 0px 10px 0px;}}/* Start custom CSS for section, class: .elementor-element-67d76d6c *//* Set a base font for the whole site */
body {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 15px;
  color: #222;
  margin: 0;
  padding: 0;
}

/* Apply consistent font family and weight to all text */
body, p, span, a, li, ul, ol, label, input, button, textarea,
h1, h2, h3, h4, h5, h6, blockquote, figcaption, th, td {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Uniform font weight for all headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0 0 0.5em;
}

/* Responsive font sizes for headings */
h1 {
  font-size: clamp(2rem, 5vw, 3rem);
}
h2 {
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
}
h3 {
  font-size: clamp(1.5rem, 4vw, 2rem);
}
h4 {
  font-size: clamp(1.25rem, 3.5vw, 1.5rem);
}
h5 {
  font-size: clamp(1.1rem, 3vw, 1.25rem);
}
h6 {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
}

/* Optional: Make paragraphs more readable */
p {
  margin-bottom: 1em;
  font-size: 18px;
}/* End custom CSS */