.elementor-1633 .elementor-element.elementor-element-c2e8667{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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-1633 .elementor-element.elementor-element-8c3a562{font-family:"Open Sans", Sans-serif;font-size:18px;font-weight:400;line-height:1.7em;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-8c3a562 *//* Restore bullets for unordered lists */
.elementor-widget-container ul {
  list-style-type: disc;   /* bullet style */
  margin-left: 1.5em;
  padding-left: 0;
}

/* Restore numbers for ordered lists */
.elementor-widget-container ol {
  list-style-type: decimal; /* numbers */
  margin-left: 1.5em;
  padding-left: 0;
}

/* Nested unordered lists */
.elementor-widget-container ul ul {
  list-style-type: circle; /* second level bullets */
  margin-left: 1.5em;
}

/* Nested ordered lists */
.elementor-widget-container ol ol {
  list-style-type: lower-alpha; /* second level numbers */
  margin-left: 1.5em;
}

/* --- H2 Styling in Text Editor --- */
.elementor-widget-text-editor h2 {
    color: #000000; /* Change text color */
    font-size: 1.8rem; /* Size of text */
    font-weight: 700; /* Text thickness */
    line-height: 1.3;
    margin-bottom: 15px;
}

/* --- H3 Styling in Text Editor --- */
.elementor-widget-text-editor h3 {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 10px;
}/* End custom CSS */