.elementor-22362 .elementor-element.elementor-element-037666f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-22362 .elementor-element.elementor-element-9d08413{font-family:"Barlow", Sans-serif;font-weight:400;}/* Start custom CSS */.modal-trigger {
  cursor: pointer;
  color: #0b57d0;
  text-decoration: underline;
}

.custom-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.custom-modal.is-open {
  display: block;
}

.custom-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.custom-modal__dialog {
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: calc(100% - 32px);
  margin: 10vh auto;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.custom-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.custom-modal__title {
  margin: 0 0 12px;
}

.custom-modal__content {
  line-height: 1.6;
}/* End custom CSS */