.elementor-17009 .elementor-element.elementor-element-697594d8{--display:flex;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-2bacfb40 */.faq-section {
  background: #0b3d6d;
  color: white;
  padding: 35px;
  border-radius: 10px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 14px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.faq-sign {
  font-size: 18px;
}

.faq-answer {
  display: none;
  background: white;
  color: #0b3d6d;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.faq-item.active .faq-answer {
  display: block;
}/* End custom CSS */