.elementor-5409 .elementor-element.elementor-element-b3fb222{margin-top:100px;margin-bottom:100px;}.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 );}/* Start custom CSS */.legal-wrap{
    --b:#e6e6e8;
    --bg:#ffffff;
    --card:#f7f7f8;
    --txt:#1f2328;
    --muted:#6b7280;

    max-width: 980px;
    margin: 0 auto;
    color: var(--txt);
  }
  .legal-header{
    background: var(--bg);
    border: 1px solid var(--b);
    border-radius: 14px;
    padding: 22px;
    margin-bottom: 16px;
  }
  .legal-header h1{
    margin: 0 0 8px 0;
    font-size: 30px;
    line-height: 1.2;
  }
  .legal-lead{
    margin: 0;
    color: var(--muted);
    font-size: 14px;
  }
  .legal-card{
    background: var(--card);
    border: 1px solid var(--b);
    border-radius: 14px;
    padding: 18px;
    margin: 14px 0;
  }
  .legal-card h2{
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.25;
  }
  .legal-card p{
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .legal-card p:last-child{ margin-bottom: 0; }
  .legal-card a{ text-decoration: underline; }
  .legal-note{
    color: var(--muted);
    font-size: 13px;
  }
  .legal-footer{
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px dashed var(--b);
  }/* End custom CSS */