.elementor-widget-text-editor{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-10112 .elementor-element.elementor-element-9cf5296 > .elementor-widget-container{margin:0px 0px -6px 0px;padding:0px 0px 0px 0px;}.elementor-10112 .elementor-element.elementor-element-9cf5296 p{margin-block-end:10px;}.elementor-10112 .elementor-element.elementor-element-7dbff9a p{margin-block-end:0px;}.elementor-10112 .elementor-element.elementor-element-65bb069 p{margin-block-end:0px;}.elementor-10112 .elementor-element.elementor-element-873ce08 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-10112 .elementor-element.elementor-element-765ac04 p{margin-block-end:0px;}.elementor-10112 .elementor-element.elementor-element-8d112bf{columns:1;}.elementor-10112 .elementor-element.elementor-element-0058e62 p{margin-block-end:0px;}.elementor-10112 .elementor-element.elementor-element-e675258{columns:1;}.elementor-10112 .elementor-element.elementor-element-b039c96 p{margin-block-end:0px;}.elementor-10112 .elementor-element.elementor-element-1d70b2e p{margin-block-end:0px;}/* Start custom CSS for text-editor, class: .elementor-element-8d112bf */.custom-list {
  counter-reset: mycounter; /* 1. Resets the counter for the list */
  list-style: none; /* 2. Removes default list numbers */
  padding-left: 0; /* 3. Adjust padding as needed */
}

.custom-list li {
  counter-increment: mycounter; /* 4. Increments the counter for each list item */
  position: relative;
  padding-left: 40px; /* 5. Space for the custom number */
  margin-bottom: 1em;
}

.custom-list li::before {
  content: counter(mycounter) ". "; /* 6. Displays the counter value followed by a period and space */
  position: absolute;
  left: 0;
  /* Add your custom styles below */
  color: #000000; /* Example: change color to red */
  font-weight: bold; /* Example: make the number bold */
  font-size: 18px; /* Example: change the size */
  width: 30px; /* Adjust width for alignment */
  text-align: right; /* Align numbers to the right within their space */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e675258 */.custom-list {
  counter-reset: mycounter; /* 1. Resets the counter for the list */
  list-style: none; /* 2. Removes default list numbers */
  padding-left: 0; /* 3. Adjust padding as needed */
}

.custom-list li {
  counter-increment: mycounter; /* 4. Increments the counter for each list item */
  position: relative;
  padding-left: 40px; /* 5. Space for the custom number */
  margin-bottom: 1em;
}

.custom-list li::before {
  content: counter(mycounter) ". "; /* 6. Displays the counter value followed by a period and space */
  position: absolute;
  left: 0;
  /* Add your custom styles below */
  color: #000000; /* Example: change color to red */
  font-weight: bold; /* Example: make the number bold */
  font-size: 18px; /* Example: change the size */
  width: 30px; /* Adjust width for alignment */
  text-align: right; /* Align numbers to the right within their space */
}/* End custom CSS */