.elementor-25385 .elementor-element.elementor-element-d111353{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-25385 .elementor-element.elementor-element-da64216 .elementor-heading-title{font-family:"Rubik", Sans-serif;font-size:1.3em;font-weight:600;}.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 for text-editor, class: .elementor-element-b3a5254 */.os-faq-static-wrap {
    --os-blue: #0A3A79D9;
    --os-blue-soft: rgba(10, 58, 121, 0.08);
    --os-blue-border: rgba(10, 58, 121, 0.18);
    --os-blue-border-strong: rgba(10, 58, 121, 0.34);
    --os-text: #1c2b3a;
    --os-muted: #5a7a8a;
    --os-bg: #f7fafc;
    --os-white: #ffffff;
    --os-radius: 6px;
    --os-font: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;

    width: 100%;
    margin: 0;
    padding: 0;
    font-family: var(--os-font);
    font-size: 15px;
    line-height: 1.75;
    color: var(--os-text);
  }

  .os-faq-static-wrap * {
    box-sizing: border-box;
  }

  .os-faq-static-nav {
    width: 100%;
    margin: 0 0 32px 0;
    padding: 24px 26px;
    background: var(--os-blue-soft);
    border: 1px solid var(--os-blue-border);
    border-left: 4px solid var(--os-blue);
    border-radius: var(--os-radius);
  }

  .os-faq-static-nav-title {
    margin: 0 0 14px 0;
    font-size: 0.78rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--os-blue);
  }

  .os-faq-static-nav ol {
    margin: 0;
    padding-left: 20px;
    columns: 2;
    column-gap: 34px;
  }

  .os-faq-static-nav li {
    margin: 0 0 8px 0;
    padding-left: 4px;
    break-inside: avoid;
    color: var(--os-blue);
  }

  .os-faq-static-nav a {
    color: var(--os-blue);
    text-decoration: none;
    font-weight: 600;
    line-height: 1.45;
  }

  .os-faq-static-nav a:hover {
    text-decoration: underline;
  }

  .os-faq-static-section {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
    width: 100%;
    margin: 0 0 22px 0;
    padding: 28px 0 30px 0;
    border-bottom: 1px solid var(--os-blue-border);
    scroll-margin-top: 110px;
  }

  .os-faq-static-section:first-of-type {
    border-top: 1px solid var(--os-blue-border);
  }

  .os-faq-static-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--os-blue-soft);
    border: 1px solid var(--os-blue-border-strong);
    color: var(--os-blue);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
  }

  .os-faq-static-content h2 {
    margin: 0 0 14px 0;
    font-size: 1.45rem;
    line-height: 1.28;
    font-weight: 700;
    color: var(--os-blue);
  }

  .os-faq-static-answer {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .os-faq-static-answer p {
    margin: 0 0 11px 0;
    color: var(--os-text);
    font-size: 0.98rem;
  }

  .os-faq-static-answer p:last-child {
    margin-bottom: 0;
  }

  .os-faq-static-answer ul {
    margin: 6px 0 12px 20px;
    padding: 0;
    color: var(--os-text);
    font-size: 0.98rem;
  }

  .os-faq-static-answer li {
    margin-bottom: 7px;
  }

  .os-faq-static-answer ul ul {
    margin-top: 6px;
    margin-bottom: 4px;
    list-style: circle;
  }

  .os-faq-static-answer strong {
    color: var(--os-blue);
  }

  .os-author-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    margin: 44px 0 0 0;
    padding: 24px 28px;
    background: var(--os-bg);
    border-left: 4px solid var(--os-blue);
    border-radius: var(--os-radius);
  }

  .os-author-avatar {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--os-blue-soft);
    border: 2px solid var(--os-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--os-blue);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .os-author-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--os-blue);
    margin-bottom: 4px;
  }

  .os-author-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--os-blue);
    margin-bottom: 6px;
  }

  .os-author-bio {
    font-size: 0.9rem;
    color: var(--os-muted);
    line-height: 1.65;
  }



  .os-faq-static-answer a.os-faq-link {
    color: var(--os-blue);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    font-weight: 600;
  }

  .os-faq-static-answer a.os-faq-link:hover,
  .os-author-card a:hover {
    text-decoration-thickness: 2px;
  }

  .os-author-name a,
  .os-author-bio a {
    color: var(--os-blue);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
  }

  @media (max-width: 760px) {
    .os-faq-static-nav ol {
      columns: 1;
    }

    .os-faq-static-section {
      grid-template-columns: 1fr;
      gap: 12px;
      padding: 24px 0 26px 0;
    }

    .os-faq-static-number {
      width: 38px;
      height: 38px;
    }

    .os-faq-static-content h2 {
      font-size: 1.22rem;
    }

    .os-author-card {
      flex-direction: column;
      gap: 14px;
      padding: 20px 16px;
    }
  }/* End custom CSS */