


.ng-star-inserted .fbh {position: relative;}

.headerdesktopmode {display:block;}
.headerresponsivemode {display:none;}

/* icons */
    .fbh-ic{display:block;flex:0 0 auto;}

    /* ---- Placeholder logo (always on navy → light) ---- */
    .fbh-logo {
      width:250px; 
      height:59px; 
      padding: 15px 0;
      grid-area: logo;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      
    }
.fbh-logo img {aspect-ratio: inherit;}

    /* ---- Buttons ---- */
    .btn-account {
    display: none;
    grid-area: account;
    background: #FFE126;
    color: #082853;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    padding: 8px 18px;
    cursor: pointer;
    font-family: inherit;
    border-radius: 45px;
    line-height: 150%;
    text-decoration: none;
    text-align: center;
    transition: background .4s ease, transform .4s ease;
}
    .btn-account:hover, .btn-account:focus {background: #289bf4;
    text-decoration: none;
    color: #082853;}

    .btn-signin {
    grid-area: signin;
    background: transparent;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 7px 20px;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    text-align: center;  
    transition: background .4s ease, transform .4s ease;
    filter: opacity(1);
}
    .btn-signin:hover, .btn-signin:focus {background: #289bf4;
    text-decoration: none;
    color: #082853; border-color: #289bf4;}

    /* ---- Search pill (placeholder only) ---- */
    .fbh-search {
    grid-area: search;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #EDEDED;
    border-radius: 999px;
    padding: 7px 15px;
    width: 230px;
}
    .fbh-search .fbh-ic{color: #666;}

    .fbh-search input {
    border: 0;
    background: transparent;
    outline: none;
    font-size: 12px;
    color: #666;
    width: 100%;
    font-family: 'Poppins';
}
    .fbh-search input::placeholder{color:#666;}

    /* ---- Link lists (single source, styled per layout) ---- */
    .fbh-primary{grid-area:primary; display:flex; gap:38px; justify-content:flex-start; list-style: none; padding: 0;
    margin: 0;}

    .fbh-primary a {color:#fff; font-weight:400; font-size:16px; line-height: 150%; transition: .4s ease, transform .4s ease; text-decoration: none; filter: opacity(1);}

    .fbh-primary a:hover {color: #FFE126; text-decoration: none;}

    .fbh-utility {grid-area:util; display:flex; gap:34px; list-style: none;
    margin: 0;
    padding: 0;}

    .fbh-utility a {color: #082853;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    font-style: normal; filter: opacity(1);}

    .fbh-utility a:hover {color: #0B6DBB;}

    /* ---- Burger / close ---- */
    .fbh-burger{
      grid-area:burger;display:none;
      flex-direction:column;justify-content:center;gap:5px;
      width:30px;height:30px;background:transparent;border:0;cursor:pointer;padding:0;
    }
    .fbh-burger span{display:block;height:2px;width:26px;background:#fff;border-radius:2px;}
    .fbh-close{display:none;background:transparent;border:0;color:#fff;cursor:pointer;padding:6px;}

    /* =====================================================
       DESKTOP LAYOUT (single grid; panel flattened via display:contents)
       ===================================================== */
    .fbh {z-index: 99; width:100%; padding: 15px 0; position:fixed; top: 0; background:#fff;   }

    .fbh::after { /* full-bleed navy band behind row 2 */
      z-index:0;
      height: 102px;
      content:'';
      left:0;
      right:0;
      top: 0;
      position:absolute;
      background: #082853;
    }
    .fbh-inner{
      position:relative;
      z-index:1;
      max-width:1440px;
      margin:0 auto;
      padding:0 60px;
      display:grid;
      align-items:center;
      column-gap:16px;
      /* grid-template-columns:auto 1fr auto auto; */
      grid-template-columns:auto auto auto auto;
      grid-template-rows: 0 72px;
      grid-template-areas: "util util search search search" "logo member primary account signin";
    }
    .member { width: 120px; grid-area: member; display: flex; align-items: center; justify-content: flex-start; margin-left: -80px; }
    .fbh-panel{display:contents;} /* children become grid items on desktop */

    /* =====================================================
       MOBILE LAYOUT ≤1024px (panel becomes slide-in overlay)
       ===================================================== */

@media (min-width:1200px) and (max-width:1280px) {
  .fbh-primary a {font-size: 14px;}
}

@media (min-width:1025px) and (max-width:1199px) {
  .fbh-inner {padding: 0 30px;}
 .fbh-primary {gap: 18px;}
.fbh-primary a {font-size: 14px;}
}

 @media (max-width:1345px) {
   
   .member { margin-left: -60px; }
   
   .fbh-inner {
     padding: 0 30px;
   }
   .fbh-primary {
     gap: 20px;
   }
   
}
 @media (max-width:1279px) {
   .fbh-logo {
    width: 200px;
   }
   .member {
     width: 120px;
   }
}

@media (max-width:1200px) {
   
   .member {
     width: 100px;
   }
       
}
    @media (max-width:1024px) {
      
      .fbh { top:0; padding: 0; }
      .member {
        margin-left: -20px;
      }
      .headerdesktopmode {display:none;}
.headerresponsivemode {display:block;}
      
      .fbh::after{display:none;}
      .fbh-inner {display:flex; align-items:center; gap:20px; background:#082853; max-width:none; padding:25px 20px;}
      .fbh-logo{/* margin-right:auto; */ width:170px; height:40px; font-size:13px;}
      .btn-signin{padding:9px 20px;font-size:13px; margin-left: auto;}
      .fbh-burger{display:flex;}

      /* the shared panel is now the overlay */
      .fbh-panel{
        position:fixed;inset:0; z-index:1000; background: #082853;
        display:flex;
        flex-direction:column;
        overflow-y:auto;
        transform:translateX(100%);
        visibility:hidden;
        transition:transform .32s cubic-bezier(.4,0,.2,1), visibility 0s linear .32s;
      }
      .fbh-panel.is-open{
        transform:translateX(0);visibility:visible;
        transition:transform .32s cubic-bezier(.4,0,.2,1), visibility 0s;
      }

      .fbh-close{display:block; position:absolute; top:10px; right:10px; z-index:2;}

      .fbh-search {
    order: 1;
    width: calc(100% - 84px);
    margin: 22px 20px 0;
    background: #fff;
    padding: 10px 20px;
    justify-self: auto;
}
      

      .fbh-primary {
    order: 2;
    flex-direction: column;
    gap: 30px;
    padding: 60px 20px 60px 20px;
}


      

      .btn-account {order:3; margin:auto 20px 30px; width:auto; text-align: center;}

      .fbh-utility {
    order: 4;
    flex-direction: column;
    gap: 0;
    background: #fff;
    padding: 15px 22px 15px;
        display: none;
}

      .fbh-utility a {padding:10px 0; display: inline-block;}
      .fbh-utility a:last-child {border-bottom:0;}
    }

    @media (max-width:500px) {
      
      .fbh-logo {
        width: 170px;
      }
      .member {
        width: 80px;
      }
      
      .fbh-inner {
        gap: 10px;
      }
      
     }
      @media (max-width: 420px) {
        .fbh-logo {
            width: 170px;
        }
        .member {
            width: 80px;
            margin-left: -10px;
        }
        .btn-signin {
            margin-left: auto;
            padding: 5px 12px;
            font-size: 13px;
        }
     }
    body.fb-noscroll{overflow:hidden;}
    a:focus-visible,button:focus-visible,input:focus-visible{
      outline:2px solid #FFE126; outline-offset:2px;border-radius:4px;
    }
    @media (prefers-reduced-motion:reduce){ .fbh-panel{transition:none !important;} }




.page-spacer { flex: 1 1 auto; }

    /* ============ FOOTER ============ */
    .site-footer {
     
    background: #082853;
    color: #fff;
    padding: 45px 0 45px 0px;
}
    
    .site-footer .uk-container { max-width: 1380px; }
  
    .footer-grid {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-areas:
        "brand   social"
        "nav     nav"
        "links   marks"
        "copy    copy";
      row-gap: 34px;
      column-gap: 24px;
      align-items: start;
    }

    /* ---- Brand / logo ---- */
    .footer-brand { grid-area: brand; }
.footer-brand img {aspect-ratio: inherit;}
    .brand-lockup {
      display: inline-flex;
      align-items: center;
      gap: 14px;
    }
    /* Placeholder mark — swap with <img src="logo.svg"> */
    .brand-mark {
      width: 74px;
      height: 60px;
      border: 3px solid #ffffff;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 26px;
      letter-spacing: 1px;
      color: #ffffff;
    }
    .brand-text { line-height: 1; }
    
    

    /* ---- Social ---- */
    .footer-social {
      grid-area: social;
      text-align: right;
    }

    .social-heading {
    color: #289BF4;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 6px 0 12px 0;
    line-height: 150%;
    text-transform: uppercase;
    }
    .social-heading:focus-visible { 
      outline: 1px solid #fff;
      box-shadow: 0 0 2px #fff inset;
      -webkit-box-shadow: 0 0 2px #fff inset;
      -ms-box-shadow: 0 0 2px #fff inset;
      -moz-box-shadow: 0 0 2px #fff inset;
    }
    .social-icons {
      display: flex;
      gap: 10px;
      justify-content: flex-end;
    }
    .social-icons a {
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      transition: opacity 0.2s ease;
      font-size: 20px;
    }
    .social-icons a:hover, .social-icons a:focus { color:#FFE126;}
    .social-icons svg { width: 20px; height: 20px; fill: currentColor; }

    /* ---- Primary nav ---- */
    .footer-nav-primary {
      grid-area: nav;
      display: flex;
      flex-wrap: wrap;
      gap: 12px 32px;
    }
    .footer-nav-primary a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}
    .footer-nav-primary a:hover, .footer-nav-primary a:focus {text-decoration: underline;}

    /* ---- Secondary links ---- */
    .footer-links {
      grid-area: links;
      list-style: none;
      margin:10px 0 0 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
    .footer-links li { display: flex; align-items: center; }
    .footer-links li:not(:last-child)::after {
      content: "";
      width: 1px;
      height: 15px;
      background: #fff;
      margin: 0 20px;
    }
    
    .footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
    .footer-links a:hover, .footer-links a:focus, .footer-links a.navON, .footer-nav-primary a.navON { text-decoration: underline; }


    /* ---- FDIC / Equal Housing marks ---- */
    .footer-marks {
      grid-area: marks;
      display: flex;
      align-items: center;
      gap: 12px;
      justify-self: end;
      margin-top: -35px;
      flex-direction: column;
    }
    .footer-marks img {
        object-fit: contain;
    }
    .footer-logo-text {
        font-size: 14px;
        font-weight: bold;
    }
    /* Placeholder marks — swap each with <img src="..."> */
    .mark-ehl, .mark-fdic {
      color: #ffffff;
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 10px;
      line-height: 1.05;
    }
    .mark-ehl .house {
      width: 26px; height: 26px;
      border: 1.5px solid #ffffff;
      border-radius: 2px;
      display: flex; align-items: center; justify-content: center;
      font-size: 15px;
    }
    .mark-fdic .fdic-word { font-weight: 700; font-size: 15px; letter-spacing: 0.5px; }
    .mark-fdic .member { font-size: 8px; letter-spacing: 1px; text-transform: uppercase; opacity: 0.85; }

    /* ---- Copyright ---- */
    .footer-copyright {
    grid-area: copy;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 150%;
}

    /* Accessible focus */
    .site-footer a:focus-visible {
      outline: 2px solid #fff;
      outline-offset: 3px;
      border-radius: 2px;
    }

.footer-copyright:focus-visible, .footer-marks:focus-visible, .footer-marks img:focus-visible, .footer-logo-text:focus-visible  {outline: 1px solid #fff; -webkit-box-shadow: 0 0 2px #fff inset;
    -ms-box-shadow: 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 2px #fff inset; background: transparent;}

@media (min-width: 960px) {
  .footer-copyright {margin: -35px 0 0 0;}
}

    @media (prefers-reduced-motion: reduce) {
      .site-footer a, .social-icons a { transition: none; }
    }

    @media (min-width: 960px) and (max-width: 1100px) {
      .footer-links li:not(:last-child)::after {margin: 0 10px;}
    }

    /* ============ MOBILE ============ */
    @media (max-width: 959px) {
      .site-footer { padding: 40px 0 40px 0; }
      
      .footer-marks {
        margin-top: 0;
      }

      .footer-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        row-gap: 0;
      }

      .footer-brand   { order: 1; margin-bottom: 30px; }
      .footer-nav-primary { order: 2; }
      .footer-social  { order: 3; }
      .footer-links   { order: 4; }
      .footer-copyright { order: 5; }
      .footer-marks   { order: 6; }

      .brand-lockup { flex-direction: column; gap: 8px; }
      

      .footer-nav-primary {
        flex-direction: column;
        align-items: center;
        gap: 22px;
        margin-bottom: 34px;
      }
      .footer-nav-primary a { font-size: 15px; }

      .footer-social { text-align: center; margin-bottom: 32px; }
      .social-icons { justify-content: center; }

      .footer-links {
        justify-content: center;
        gap: 10px 18px;
        margin-bottom: 22px;
        max-width: 340px;
      }
      .footer-links li:not(:last-child)::after { display: none; }

      .footer-copyright { margin-bottom: 26px; }

      .footer-marks { justify-self: center; }
    }


.ng-star-inserted .fb-fn-fdic-bar {margin: 0;}

/* ===================== FDIC top strip ===================== */
.fb-fn-fdic-bar {background: #0B6DBB; color: #FFF; text-align: left; padding: 3px 0px; font-size: 12px; line-height: 150%; filter: opacity(1); margin: 102px 0 0 0; }

.fb-fn-fdic-bar .uk-container { max-width: 1440px; margin: 0 auto; padding: 0 60px;}

.fb-fn-fdic-bar strong { font-weight: 700; color: #FFF; font-size: 18px;}
.fb-fn-fdic-bar em, .fb-fn-fdic-bar i { font-weight: 400; font-style: italic; color: #FFF;}
.fb-fn-fdic-bar:focus-visible {border: 1px solid #fff; outline: none; box-shadow: none;}

@media (max-width: 1345px) {
 .fb-fn-fdic-bar .uk-container { padding: 0 30px !important;}
}

@media (max-width: 1024px) {
  .fb-fn-fdic-bar {margin: 90px 0 0 0;}
  .fb-fn-fdic-bar .uk-container { padding: 0 20px !important;}
}

@media (max-width: 639px) {
  .fb-fn-fdic-bar { font-size: 9px; padding: 8px 0px 6px 0px;}
  .fb-fn-fdic-bar strong {font-size: 10px;}
}

/* ---------- Section wrapper ---------- */
.fb-faqSection-faq-section {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
}

.fb-faqSection-faq-section ul, .fb-faqSection-faq-section ul li {
    list-style: none;
}

        /* ---------- Pill tab toggle ---------- */
        .fb-faqSection-pill-wrap {
            display: flex;
            justify-content: center;
            margin: 12px 0 30px;
        }

        .fb-faqSection-pill-tabs {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding:2px 4px;
    list-style: none;
    border: 0;
    border-radius: 500px;
    background: #0B6DBB;
    border: 1px solid #0B6DBB;
}

        .fb-faqSection-pill-tabs > li { padding: 0; }

        .fb-faqSection-pill-tabs > li > a {
    display: block;
    padding: 9px 28px 8px 28px;
    border-radius: 999px;
    white-space: nowrap;
    transition: background-color .25s cubic-bezier(.4,0,.2,1), color .25s cubic-bezier(.4,0,.2,1);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #fff;
    text-transform: initial;
    min-width: 113px;
    text-align: center;
}

.fb-faqSection-pill-tabs > li.uk-active > a {
    background: #fff;
    color: #0B6DBB;
}
        .fb-faqSection-pill-tabs > li:not(.uk-active) > a:hover, .fb-faqSection-pill-tabs > li:not(.uk-active) > a:focus {
            
            color: #FFE126;
        }

        /* ---------- FAQ heading ---------- */
        .fb-faqSection-faq-heading {
    margin: 0 0 25px;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
    color: #082853;
}

        /* ---------- Accordion ---------- */
        .fb-faqSection-faq-accordion {
            margin: 0;
            padding: 0;
            border-top: 1px solid #AAA;
        }

        .fb-faqSection-faq-accordion > li {
            margin: 0;
            border-bottom: 1px solid #AAA;
        }

    .fb-faqSection-faq-accordion .uk-accordion-title {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 23px;
    margin: 0;
    text-decoration: none;
    color: #082853;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
          filter: opacity(1);
}
.fb-faqSection-faq-accordion .uk-accordion-title:hover {color: #0b6dbb;}
.fb-faqSection-faq-accordion .uk-accordion-title:hover .template-icon-chevron-down {color: #0b6dbb;}

.fb-faqSection-faq-accordion .uk-accordion-title .template-icon-chevron-down {
    font-size: 32px;
    font-weight: lighter;
    color: #666666;
  transition: background .3s ease, transform .3s ease;
}

        .fb-faqSection-faq-accordion .uk-accordion-title::before { content: none; } /* remove UIkit default marker */

        .fb-faqSection-faq-accordion > li.uk-open .template-icon-chevron-down {
            transform: rotate(180deg);
        }

        .fb-faqSection-faq-q { flex: 1 1 auto; }

        .fb-faqSection-faq-accordion .uk-accordion-content {
            margin: 0;
            padding: 0 8px 26px 75px;
        }

        .fb-faqSection-faq-accordion .uk-accordion-content p {
            margin: 0;
            font-size: 15px;
            font-weight: 400;
            line-height: 1.7;
            color: #4a5568;
        }
        .fb-faqSection-faq-section .uk-accordion>:nth-child(n+2) {
            margin-top: 0;
        }

.fb-faqSection-faq-section .uk-tab::before {border:0;}
.fb-faqSection-faq-section .uk-accordion>:nth-child(n+2) {border-top: 0;
    padding-top: 0;}
.faq-answer-box {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.faq-answer-button {margin-top: 20px;}

        /* ---------- Responsive ---------- */
        @media (max-width: 959px) {
            .fb-faqSection-faq-section { padding: 24px 32px 48px; }
            .fb-faqSection-faq-heading { font-size: 26px; text-align: center;}
        }

        @media (max-width: 639px) {
            .fb-faqSection-faq-section { padding: 20px 18px 40px; border-left: none; }
            .fb-faqSection-pill-wrap { margin: 8px 0 30px; }
            
            .fb-faqSection-faq-heading { font-size: 22px; }
            .fb-faqSection-faq-accordion .uk-accordion-title {
                gap: 10px;
                padding: 20px 10px 20px 40px;
              position: relative;
            }
          .fb-faqSection-faq-accordion .uk-accordion-title .template-icon-chevron-down {position: absolute;  top: 15px; left: 5px;}
            .fb-faqSection-faq-accordion .uk-accordion-content { padding-left: 52px; padding-bottom: 20px; }
        }

/* ---- CTA banner section ---- */
        .fb-togetherBottomcta-banner {
            background: #0B6DBB;
            padding: 50px 20px;
            text-align: center;
        }

        .fb-togetherBottomcta-banner__inner {
            max-width: 770px;
            margin: 0 auto;
        }

        .fb-togetherBottomcta-banner__heading {
            margin: 0 0 30px 0;
            font-size: 25px;
            font-style: normal;
            font-weight: 500;
            line-height: 120%; /* 30px */
            letter-spacing: -0.5px;
            color: #FFF;
          filter: opacity(1);
        }

.fb-togetherBottomcta-banner__heading span {display: inline-block;}
        /* Rich-text-ready copy block (CMS editable) */
        

        .fb-togetherBottomcta-banner__copy {
            margin: 0 0 35px 0;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            color: #FFF;
          filter: opacity(1);
        }

        /* Pill button override */
        
        /* Visible keyboard focus (accessibility) */
        .fb-togetherBottomcta-banner .fb-togetherBottomcta-button:focus-visible {
            outline: 2px solid #fff;
            outline-offset: 3px;
        }

        /* ---- Responsive ---- */
        @media (max-width: 640px) {
            .fb-togetherBottomcta-banner { padding: 48px 5px; }
            .fb-togetherBottomcta-banner__heading { font-size: 22px; margin-bottom: 18px; }
            .fb-togetherBottomcta-banner__copy { margin-bottom: 30px; }
            .fb-togetherBottomcta-banner__copy p { font-size: 15px; }
            .fb-togetherBottomcta-banner .fb-togetherBottomcta-button {
                font-size: 12px;
                padding: 14px 28px;
                white-space: normal;
            }
        }

        @media (max-width: 380px) {
            .fb-togetherBottomcta-banner__heading { font-size: 21px; }
        }

        /* Respect reduced motion */
        @media (prefers-reduced-motion: reduce) {
            .fb-togetherBottomcta-banner .fb-togetherBottomcta-button { transition: none; }
            .fb-togetherBottomcta-banner .fb-togetherBottomcta-button:hover,
            .fb-togetherBottomcta-banner .fb-togetherBottomcta-button:focus { transform: none; }
        }
/* ---------- HERO ---------- */
  .fb-hero {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #072854;
    isolation: isolate;
  }
  .fb-fn-hero__title:focus-visible { 
    outline: 1px solid #fff;
    box-shadow: 0 0 2px #fff inset;
    -webkit-box-shadow: 0 0 2px #fff inset;
    -ms-box-shadow: 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 2px #fff inset;
    }
  .fb-hero__subtitle:focus-visible { 
    outline: 1px solid #fff;
    box-shadow: 0 0 2px #fff inset;
    -webkit-box-shadow: 0 0 2px #fff inset;
    -ms-box-shadow: 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 2px #fff inset;
  }
  /* ---------- Photograph: behind the panel so the arc reveals it ---------- */
  .fb-hero__panel {
    z-index: 2;
  }
  .fb-hero__media {
    z-index: 1;
    width: 60%;
    height: 100%;    
    top: 0;
    left: 40%;
    display: block;   
    position: absolute;
    object-fit: cover;
    object-position: 50% 30%;
  }
  section.fb-hero:after {
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.22) 52.72%);
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.22) 25.72%);
}

  /* ---------- Blue panel (elliptical fallback) ---------- */
  .fb-hero__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 47.4%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, #1E7CCA 0%, #072854 100%);
    border-radius: 0 21px 21px 0 / 0 50% 50% 0;
    display: flex;
    align-items: center;
  }

  /* ---------- Exact circular arc: H = 250px, s = 21px, R = 382.5px ---------- */
  @supports (mask-image: radial-gradient(#000, #000)) or
            (-webkit-mask-image: radial-gradient(#000, #000)) {
    .fb-hero__panel {
      border-radius: 0;

      -webkit-mask-image:
        linear-gradient(#000, #000),
        radial-gradient(circle 382.5px at calc(100% - 382.5px) 50%,
                        #000 381.9px, transparent 382.5px);
      -webkit-mask-size: calc(100% - 21px) 100%, 100% 100%;
      -webkit-mask-position: left center, left center;
      -webkit-mask-repeat: no-repeat, no-repeat;
      -webkit-mask-composite: source-over;

      mask-image:
        linear-gradient(#000, #000),
        radial-gradient(circle 382.5px at calc(100% - 382.5px) 50%,
                        #000 381.9px, transparent 382.5px);
      mask-size: calc(100% - 21px) 100%, 100% 100%;
      mask-position: left center, left center;
      mask-repeat: no-repeat, no-repeat;
      mask-composite: add;
    }
  }

  .fb-hero__inner {
    padding-left: 60px;
    padding-right: 40px;
    width: 100%;
    /* measured text block centre sits ~8px above the panel centre */
    transform: translateY(-4px);
  }

  /* ---------- Typography (all sizes in px) ---------- */
  .fb-fn-hero__title {
    margin: 0;
  }
  .fb-hero__subtitle {
    color: var(--inverse-font-color);
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 40px 0;
    filter: opacity(1);
    line-height: 150%;
  }

  /* ---------- Entrance: single, restrained, reduced-motion aware ---------- */
  @media (prefers-reduced-motion: no-preference) {
    .fb-hero__title,
    .fb-hero__subtitle {
      opacity: 0;
      transform: translateY(8px);
      animation: fbHeroRise 620ms cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    }
    .fb-hero__subtitle { animation-delay: 110ms; }
  }

  @keyframes fbHeroRise {
    to { opacity: 1; transform: translateY(0); }
  }

  /* ============================================================
     RESPONSIVE
     R is recomputed per height so the arc keeps its sweep
     instead of flattening out.
     ============================================================ */

  /* ---------- Large desktop: H = 280px, s = 23.5px, R = 428.8px ---------- */
  @media (min-width: 1600px) {
    .fb-hero { height: 280px; }

    .fb-hero__panel {
      border-radius: 0 23.5px 23.5px 0 / 0 50% 50% 0;
    }

    @supports (mask-image: radial-gradient(#000, #000)) or
              (-webkit-mask-image: radial-gradient(#000, #000)) {
      .fb-hero__panel {
        border-radius: 0;
        -webkit-mask-image:
          linear-gradient(#000, #000),
          radial-gradient(circle 428.8px at calc(100% - 428.8px) 50%,
                          #000 428.2px, transparent 428.8px);
        -webkit-mask-size: calc(100% - 23.5px) 100%, 100% 100%;
        mask-image:
          linear-gradient(#000, #000),
          radial-gradient(circle 428.8px at calc(100% - 428.8px) 50%,
                          #000 428.2px, transparent 428.8px);
        mask-size: calc(100% - 23.5px) 100%, 100% 100%;
      }
    }

    
    .fb-hero__title { font-size: 42px; }
  }

  @media (min-width: 1600px) {
     .fb-hero__inner { 
       padding-left: 24%; 
     }
  }
  

  /* ---------- Small desktop: H = 230px, s = 19.3px, R = 352.3px ---------- */
  @media (max-width: 1279px) {
    .fb-hero { height: 230px; }

    .fb-hero__panel {
      width: 52%;
      border-radius: 0 19.3px 19.3px 0 / 0 50% 50% 0;
    }

    @supports (mask-image: radial-gradient(#000, #000)) or
              (-webkit-mask-image: radial-gradient(#000, #000)) {
      .fb-hero__panel {
        border-radius: 0;
        -webkit-mask-image:
          linear-gradient(#000, #000),
          radial-gradient(circle 352.3px at calc(100% - 352.3px) 50%,
                          #000 351.7px, transparent 352.3px);
        -webkit-mask-size: calc(100% - 19.3px) 100%, 100% 100%;
        mask-image:
          linear-gradient(#000, #000),
          radial-gradient(circle 352.3px at calc(100% - 352.3px) 50%,
                          #000 351.7px, transparent 352.3px);
        mask-size: calc(100% - 19.3px) 100%, 100% 100%;
      }
    }

    .fb-hero__inner    { padding-left: 30px; }
    .fb-hero__title    { font-size: 32px; }
    .fb-hero__subtitle { font-size: 15px; }
  }

  /* ---------- Tablet: H = 220px, s = 18.5px, R = 336.3px ---------- */
  @media (max-width: 959px) {
    .fb-hero { height: 220px; }

    .fb-hero__panel {
      width: 62%;
      border-radius: 0 18.5px 18.5px 0 / 0 50% 50% 0;
    }

    @supports (mask-image: radial-gradient(#000, #000)) or
              (-webkit-mask-image: radial-gradient(#000, #000)) {
      .fb-hero__panel {
        border-radius: 0;
        -webkit-mask-image:
          linear-gradient(#000, #000),
          radial-gradient(circle 336.3px at calc(100% - 336.3px) 50%,
                          #000 335.7px, transparent 336.3px);
        -webkit-mask-size: calc(100% - 18.5px) 100%, 100% 100%;
        mask-image:
          linear-gradient(#000, #000),
          radial-gradient(circle 336.3px at calc(100% - 336.3px) 50%,
                          #000 335.7px, transparent 336.3px);
        mask-size: calc(100% - 18.5px) 100%, 100% 100%;
      }
    }

    .fb-hero__media    { left: 52%; width: 48%; }
    .fb-hero__inner    { padding-left: 36px; }
    .fb-hero__title    { font-size: 28px; }
    .fb-hero__subtitle { font-size: 15px; margin-top: 8px; }
  }

  /* ---------- Mobile: photo full-bleed, gradient panel overlays it ---------- */
  @media (max-width: 639px) {
    .fb-hero { height: 210px; }

    .fb-hero__media {
      left: 0;
      width: 100%;
      object-position: 72% 28%;
    }

    .fb-hero__panel {
      width: 100%;
      border-radius: 0;
      background: linear-gradient(100deg, #1E7CCA 0%, rgba(14, 61, 110, 0.97) 0%, rgba(7, 40, 84, 0.55) 50%, rgba(7, 40, 84, 0.18) 100%);
    }

    @supports (mask-image: radial-gradient(#000, #000)) or
              (-webkit-mask-image: radial-gradient(#000, #000)) {
      .fb-hero__panel {
        -webkit-mask-image: none;
        mask-image: none;
      }
    }

    .fb-hero__inner {
      padding-left: 24px;
      padding-right: 24px;
      max-width: 320px;
      transform: none;
    }

    .fb-hero__title    { font-size: 24px; letter-spacing: -0.2px; }
    .fb-hero__subtitle { font-size: 14px; margin-top: 6px; }
  }

  @media (max-width: 400px) {
    .fb-hero          { height: 190px; }
    .fb-hero__title    { font-size: 21px; }
    .fb-hero__subtitle { font-size: 13px; }
  }
.inner-intro {
    padding: 50px 0;
}
.inner-intro.add-bg-color {
    background-color: #E8E8E8;
}
body.business-banking .inner-intro__heading {
    padding-bottom: 20px;
}
.inner-intro.padding-top-remove {
    padding-top: 0;
}
.inner-intro.padding-bottom-remove {
    padding-bottom: 0;
}
.inner-intro .uk-container {
    max-width: 965px;
    margin: 0 auto;
}
.inner-intro__heading {
    padding: 50px 0;
    text-align: center;
}
body.about-us .inner-intro__heading {
    padding: 50px 0 25px 0;    
}
body.legal-notices .inner-intro__heading {
    padding-top: 100px;
}

.inner-intro__heading h2 {
    margin-bottom: 24px;
}
.inner-intro__content {
    margin-bottom: 24px;
}
.inner-intro__actions a + a {
    margin-left: 10px;
}

body.privacy-policy .inner-intro__heading {
  text-align: left;
}
body.privacy-policy .inner-intro__heading.js-texttoggle {
    padding-top: 100px;
}


body.cookie-policy .inner-intro__heading.js-texttoggle {padding-top: 100px; padding-bottom: 0; text-align: left;}

body.cookie-policy .inner-intro__content {
    margin-bottom: 0px;
}
/*
body.cookie-policy .fb-fn-fdic-bar {margin: 10px 0 0 0;}*/

@media (max-width: 767px) {
  
  body.cookie-policy .inner-intro__heading.js-texttoggle {padding-top: 80px;}
  
  .inner-intro__actions a + a {
    margin-top: 10px;
    margin-left: 0;
  }
  
  
}
.five-column-icon-grid {
    padding: 50px 0;
    margin: 50px 0;
}
body.business-banking  .five-column-icon-grid {
    padding-top: 0;
    margin-top: 0;
}
.five-column-icon-grid .uk-container {
    max-width: 1376px;
}
.snippet-grid-column {
    height: 100%;
    padding: 24px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: #EDEDED;
}
.five-column-icon-grid__content .snippet-grid {
    margin-left: -24px;
}
.five-column-icon-grid__content .snippet-grid > * {
    padding-left: 24px;
}

.five-column-icon-grid__content .icon-image {
    max-width: 50px;
    padding-left: 14px;
}

.five-column-icon-grid__content .snippet-grid-column__action {
    margin-top: auto;
}

.snippet-grid-column__action a {
    width: 100%;
    min-width: 100%;
}
.five-column-icon-grid__content .icon-image img {
    width: 100%;
    object-fit: contain;
}

.snippet-grid-column .title {
    font-size: 18px;
    padding: 0 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.5;
}

@media (max-width: 1200.98px) {
  
    .snippet-grid-column .title {
        font-size: 13px;
    }
    
    .five-column-icon-grid__content .snippet-grid {
        margin-left: -12px;
    }
  
    .five-column-icon-grid__content .snippet-grid > * {
        padding-left: 12px;
    }

}

@media (max-width: 767.98px) {
  
    .snippet-grid-column .title {
      font-size: 16px;
    }
  
}
.card-image img {
    object-fit: contain;
}

.multi-column-grid .uk-container {
    max-width: 1376px;
}


.multi-column-grid-snippets .snippet-content-grid article.uk-width-1-1.multi-grid-column-level-grid:nth-child(1) .snippet-content-grid_column, .multi-column-grid-snippets .snippet-content-grid article.uk-width-1-1.multi-grid-column-level-grid:nth-child(2) .snippet-content-grid_column {
    height: auto;
}


.multi-column-grid-snippets .snippet-content-grid article.uk-width-1-1.multi-grid-column-level-grid:nth-child(1) {
    width: 40%;
}


.multi-column-grid-snippets .snippet-content-grid article.uk-width-1-1.multi-grid-column-level-grid:nth-child(2) {
    width: 60%;
    height: auto;
}


.multi-column-grid__section {
    margin-bottom: 24px !important;
}


.multi-column-grid__section-view {
    padding: 50px 70px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(127, 179, 222, 0.15) 0%, #E3E3E3 100%), var(--Background-color-primary, #FFF);
}


.multi-column-grid__section-heading {
    display: flex;
    column-gap: 24px;
    align-items: center;
}
.multi-column-grid__section-heading-content h2 {
    color: #0B6DBB;
    margin-bottom: 5px;
}
.multi-column-grid__section-heading-icon .icon-image {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: linear-gradient(180deg, #289BF4 0%, #082853 100%), #FFF;
}

.multi-column-grid__section-heading-icon .icon-image svg {
    width: 28px !important;
}

.multi-column-grid__section-heading-icon .icon-image svg path {
    fill: #fff !important;
}

.multi-column-grid-snippets {
    max-width: calc(100% - 145px);
    padding-top: 50px;
    margin: 0 auto;
}

.multi-column-grid-snippets .snippet-content-grid {
    margin-left: -24px;
}
.multi-column-grid-snippets .snippet-content-grid > * {
    padding-left: 24px;
}
.snippet-content-grid_column {
    height: 100%;
    padding: 24px;
    display: flex;
    border-radius: 20px;
    background-color: #fff;
    flex-direction: column;
}

.snippet-content-grid_column .description {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.disclaimer-title {
    color: #0B6DBB;
    font-size: 14px;
    padding: 10px 0;
}

.disclaimer-description {
    font-size: 12px;
}

.download-app-title {
    color: var(--primary-color);
    font-size: 14px;
    padding: 10px 0;
}

.multi-column-grid__action {
    padding: 25px 0;
}

.snippet-content-grid_column .title {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.1;
}

.snippet-content-grid_column .disclaimer-main {
    margin-top: auto;
}

.full-column-grid-article .description ul li {
    margin-bottom: 15px;
}

@media (max-width: 1200.98px) {

    .multi-column-grid-snippets {
        max-width: 100%;
    }
  
}

@media (max-width: 1023.98px) {

    .snippet-content-grid_column {
      padding: 15px;
    }
  
}

@media (max-width: 959.98px) {
  
    .multi-column-grid__section-view {
      padding: 20px;
    }
  
}


@media (max-width: 767.98px) {
  
  .multi-column-grid__section-heading {
    display: block;
  }
  
  .multi-column-grid__section-heading-icon {
    padding-bottom: 10px;
  }
  
  .multi-column-grid__section-heading-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .multi-column-grid-snippets .snippet-content-grid article.uk-width-1-1.multi-grid-column-level-grid:nth-child(1), .multi-column-grid-snippets .snippet-content-grid article.uk-width-1-1.multi-grid-column-level-grid:nth-child(2) {
    width: 100%;
  }
  
  .uk-grid.full-column-grid {
    flex-direction: column-reverse;
  }
  
}