.elementor-18481 .elementor-element.elementor-element-26b9df4e{--display:flex;}.elementor-18481 .elementor-element.elementor-element-66dd0c6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-18481 .elementor-element.elementor-element-80d00b3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-30f6d545 */.custom-numbered-list ol {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 1.5em;
}

.custom-numbered-list ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 2em;
  margin-bottom: 10px;
  line-height: 1.6;
}

.custom-numbered-list ol li::before {
  content: counter(custom-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #0066cc;
  font-weight: bold;
}

.custom-bullet ul {
  list-style: none;
  padding-left: 1.5em;
}

.custom-bullet ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 10px;
  line-height: 1.6;
}

.custom-bullet ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background-color: #0066cc;
  border-radius: 50%;
}/* End custom CSS */