.elementor-8 .elementor-element.elementor-element-f3ba574{--display:flex;}.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-8 .elementor-element.elementor-element-1e78d657{--display:flex;}.elementor-8 .elementor-element.elementor-element-1b1e55d{--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-8 .elementor-element.elementor-element-5452027{--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-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8 .elementor-element.elementor-element-4187b02 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-8 .elementor-element.elementor-element-dd5d41f{--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;}/* Start custom CSS for text-editor, class: .elementor-element-391a4d44 */.contact-flex-section {
  width: 100%;
  background: #fafbfc;
  padding: 22px 0;
}

.contact-flex-container {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  min-height: 270px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.contact-flex-info {
  width: 30%;
  padding: 20px 18px 18px 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-right: 1px solid #f1f1f1;
  font-size: 0.98rem;
  color: #212121;
}

.contact-flex-intro {
  font-size: 0.99rem;
  color: #444;
  line-height: 1.45;
  margin-bottom: 14px;
}

.contact-flex-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contact-flex-list a {
  color: #0787ea;
  text-decoration: underline;
  transition: color 0.15s;
}

.contact-flex-list a:hover {
  color: #055e9c;
}

.contact-flex-map {
  width: 70%;
  min-height: 260px;
}

.contact-flex-map iframe {
  width: 100%;
  height: 100%;
  min-height: 250px;
  display: block;
  border: none;
}

/* Responsive for tablets and phones */
@media (max-width: 700px) {
  .contact-flex-container {
    flex-direction: column;
    max-width: 98%;
    min-height: unset;
  }
  .contact-flex-info,
  .contact-flex-map {
    width: 100%;
  }
  .contact-flex-info {
    border-right: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 16px 8px 13px 8px;
    font-size: 0.97rem;
  }
  .contact-flex-map iframe {
    min-height: 130px;
    height: 180px;
  }
}/* End custom CSS */