.elementor-14455 .elementor-element.elementor-element-38fd492{--display:flex;}.elementor-14455 .elementor-element.elementor-element-f43c80d{--display:flex;}.elementor-14455 .elementor-element.elementor-global-14415{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:8px 8px 0px 8px;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-text );border-radius:0px 0px 0px 0px;text-align:start;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-14455 .elementor-element.elementor-element-d48fd71{--display:flex;}.elementor-14455 .elementor-element.elementor-element-b176464{--display:flex;}.elementor-14455 .elementor-element.elementor-element-ef98e05{--display:flex;}.elementor-14455 .elementor-element.elementor-element-fb9d6de{--display:flex;}.elementor-14455 .elementor-element.elementor-element-92882d7{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-dd6c4eb *//* ===== Base styles ===== */
  .rl-page {
    display: flex;
    flex-direction: column;
    gap: 28px; /* space between sections */
  }

  .rl-section {
    width: 100%;
  }

  .rl-card {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 20px;
    background: #fff;
  }

  /* ===== Section layouts ===== */

  /* Section 1 &amp; 3: single column */
  .rl-one-col {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* Section 2: two equal columns */
  .rl-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  /* ===== Responsive ===== */
  @media (max-width: 900px) {
    .rl-two-col {
      grid-template-columns: 1fr;
    }
  }

  /* Optional polish */
  .rl-section h2, .rl-section h3 {
    margin-top: 0;
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-38fd492 *//* ===== Base styles ===== */
  .rl-page {
    display: flex;
    flex-direction: column;
    gap: 28px; /* space between sections */
  }

  .rl-section {
    width: 100%;
  }

  .rl-card {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 20px;
    background: #fff;
  }

  /* ===== Section layouts ===== */

  /* Section 1 &amp; 3: single column */
  .rl-one-col {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* Section 2: two equal columns */
  .rl-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  /* ===== Responsive ===== */
  @media (max-width: 900px) {
    .rl-two-col {
      grid-template-columns: 1fr;
    }
  }

  /* Optional polish */
  .rl-section h2, .rl-section h3 {
    margin-top: 0;
  }/* End custom CSS */