.elementor-1905 .elementor-element.elementor-element-9a75c19{--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;}.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-1905 .elementor-element.elementor-element-4f1f45d{color:var( --e-global-color-81b8a98 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-4f1f45d */<style>
/* Reset default list styling */
ol.lvl1, ol.lvl2, ol.lvl3 {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* LEVEL 1 */
ol.lvl1 { counter-reset: item; }
ol.lvl1 > li {
  counter-increment: item;
  margin-top: 50px;
  padding-left: 1.em;
}
ol.lvl1 > li::marker { content: counter(item) ". "; }

/* LEVEL 2 */
ol.lvl2 { counter-reset: subitem; }
ol.lvl2 > li {
  counter-increment: subitem;
  padding-left: 2.0em;
  margin-top: 30px;
}
ol.lvl2 > li::marker { content: counter(item) "." counter(subitem) " "; }

/* LEVEL 3 */
ol.lvl3 { counter-reset: subsubitem; }
ol.lvl3 > li {
  counter-increment: subsubitem;
  padding-left: 3.0em;
  margin-top: 20px;
}
ol.lvl3 > li::marker { content: counter(item) "." counter(subitem) "." counter(subsubitem) " "; }

/* TEXT ALIGNMENT */
ol li { text-indent: 0; line-height: 1.5; }
</style>/* End custom CSS */