.elementor-2937 .elementor-element.elementor-element-03c7c35{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:90px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2937 .elementor-element.elementor-element-e9b9455 > .elementor-widget-container{background-color:#2484C600;padding:30px 30px 30px 30px;border-radius:12px 12px 12px 12px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.06);}.elementor-2937 .elementor-element.elementor-element-e9b9455{font-family:"Lato", Sans-serif;font-size:18px;font-weight:500;line-height:31px;color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-e9b9455 *//* === GLOBAL TYPOGRAPHY === */
body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 31px;
  color: #000; /* Default text color */
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #000; /* Keep headings black */
  line-height: 1.4em;
}

/* === LINKS & UL STYLING === */
a {
  color: #2EA3F3;
  font-weight: 700;
  text-decoration: underline;
}

a:hover {
  color: #1b78b9;
  text-decoration: none;
}

ul, ol {
  color: black;
  font-weight: bold;
}

/* === STRONG STYLING (optional for inner page clarity) === */
strong {
  font-weight: 700;
}

/* === ID Tag Anchors Styling === */
[id] {
  scroll-margin-top: 100px; /* Adjust if you have a sticky header */
}
.toc-link {
  color: #2EA3F3;
  font-weight: bold;
  display: block;
  padding: 6px 0;
}/* End custom CSS */