.elementor-5805 .elementor-element.elementor-element-654cf09c img{border-style:solid;border-color:#D6E2F0;border-radius:1px 1px 1px 1px;}@media(min-width:768px){.elementor-5805 .elementor-element.elementor-element-27c07a56{width:44.914%;}.elementor-5805 .elementor-element.elementor-element-7ffa57ce{width:55.086%;}}/* Start custom CSS for html, class: .elementor-element-74824e21 */.page-header{
display:none;    
}
a{ color:#0b63ce; text-decoration:none; }
a:hover{ text-decoration:underline; }

.container{
  max-width:1080px;
  margin:0 auto;
  padding:0 22px;
}

/* ---------- Top Nav ---------- */
.topbar{
  background:#fff;
  border-bottom:1px solid #e5e7eb;
  position:sticky;
  top:0;
  z-index:20;
}
.navrow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 0;
  gap:16px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  letter-spacing:.2px;
}
.logoMark{ width:26px;height:26px; display:inline-grid; place-items:center; }
.logoMark svg{ width:26px;height:26px; }
.brand span{ font-size:15px; }

.menu{
  display:flex;
  align-items:center;
  gap:26px;
  color:#374151;
  font-size:14px;
  white-space:nowrap;
}
.menu a{ color:#374151; font-weight:500; }
.menu a.active{ color:#0b63ce; font-weight:700; }
.caret{
  display:inline-block;
  transform:translateY(-1px);
  margin-left:5px;
  border:4px solid transparent;
  border-top-color:#9ca3af;
}

.loginBtn{
  border:1px solid #9cc0ff;
  color:#0b63ce;
  padding:8px 18px;
  border-radius:10px;
  font-weight:600;
  font-size:14px;
  background:#fff;
}

/* ---------- Hero ---------- */
.hero{ padding:26px 0 14px; }
.crumb{ font-size:14px; color:#6b7280; margin-bottom:10px; }
h1{
  margin:0;
  font-size:44px;
  letter-spacing:-.8px;
  line-height:1.1;
}
.lead{
  margin:14px 0 10px;
  color:#374151;
  font-size:14px;
}
.primaryBtn{
  display:inline-block;
  background:#0b63ce;
  color:#fff !important;
  border:none;
  padding:12px 18px;
  border-radius:10px;
  font-weight:700;
  font-size:14px;
  margin-top:10px;
  box-shadow:0 10px 20px rgba(11,99,206,.18);
}
.primaryBtn:hover{ background:#0a58b8; text-decoration:none; }

/* ---------- Cookie ---------- */
.cookie{
  margin:18px 0 6px;
  border-top:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb;
  padding:12px 0;
}
.cookieRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.cookie p{
  margin:0;
  font-size:14px;
  color:#6b7280;
  max-width:720px;
}
.cookieActions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.cookieActions .btn{
  border:1px solid #cfe0ff;
  background:#fff;
  color:#0b63ce;
  padding:8px 12px;
  border-radius:10px;
  font-weight:700;
  font-size:14px;
  white-space:nowrap;
}
.cookieActions .btn.primary{
  background:#0b63ce;
  color:#fff;
  border-color:#0b63ce;
}
.cookieActions .x{
  width:28px;height:28px;
  border-radius:10px;
  border:1px solid #e5e7eb;
  display:grid;
  place-items:center;
  color:#6b7280;
  background:#fff;
  font-weight:900;
  cursor:pointer;
}

/* ---------- Qualifying Programs ---------- */
.section{ padding:18px 0 6px; }
.qualifyGrid{
  display:grid;
  grid-template-columns: 1.50fr 1.50fr;
  gap:28px;
  align-items:start;
  padding-top:8px;
}
.h2big{
  font-size:32px;
  margin:0 0 10px;
  letter-spacing:-.6px;
  line-height:1.05;
}
.textSmall{
  font-size:14px;
  color:#374151;
  margin:0 0 14px;
}
.bullets{
  margin:0;
  padding-left:16px;
  font-size:14px;
  color:#374151;
}
.bullets li{ margin:4px 0; }

.programCards{
  border-left:1px solid #e5e7eb;
  padding-left:22px;
}
.cardsGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  border:1px solid #e5e7eb;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}
.card{
  min-height:150px;
  padding:18px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-right:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb;
  text-align:center;
}
.card:nth-child(3n){ border-right:none; }
.card:nth-last-child(-n+3){ border-bottom:none; }
.iconCircle{
  width:54px;height:54px;
  border-radius:999px;
  border:2px solid #cfe0ff;
  display:grid;
  place-items:center;
  color:#0b63ce;
  font-weight:900;
}
.card .label{
  font-size:14px;
  font-weight:800;
  color:#0b63ce;
  line-height:1.15;
}

/* ---------- Content sections ---------- */
.contentSection{ padding:26px 0 6px; }
.h2{
  font-size:30px;
  margin:0 0 10px;
  letter-spacing:-.6px;
}
.para{
  margin:0 0 10px;
  font-size:14px;
  color:#374151;
  max-width:860px;
}
.steps{
  margin:0;
  padding-left:18px;
  font-size:14px;
  color:#374151;
}
.steps li{ margin:6px 0; }

/* ============================================================
   BOXED "CONNECT YOU TO" SECTION
   ============================================================ */
.bandWrap{
  padding:18px 0 0;
}
.bandBox{
  background:linear-gradient(180deg, #063e66, #083b5f);
  border-radius:18px;
  padding:26px 18px 22px;
  color:#fff;
  box-shadow:0 18px 40px rgba(0,0,0,.10);

  margin:0 auto;
}

.bandTitle{
  text-align:center;
  font-weight:900;
  font-size:24px;
  margin:0 0 18px;
  letter-spacing:-.3px;
}

.bandGridBoxed{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:18px 46px;
  align-items:start;
  padding:6px 10px 0;
}

.bandCell{
  display:flex;
  align-items:flex-start;
  gap:16px;
  min-height:110px;
}

.bandIconBox{
  width:68px;height:68px;
  border-radius:14px;
  border:2px solid rgba(255,255,255,.20);
  background:rgba(255,255,255,.06);
  display:grid;
  place-items:center;
  flex:0 0 68px;
}
.bandIconBox svg{
  width:34px;height:34px;
  stroke:#fff;
  fill:none;
  opacity:.95;
}

.bandText h4{
  margin:2px 0 6px;
  font-size:14px;
  font-weight:900;
  letter-spacing:.2px;
}
.bandText p{
  margin:0;
  font-size:14px;
  color:rgba(255,255,255,.88);
  line-height:1.55;
  max-width:440px;
}
.bandText a{ color:#bfe0ff; }
.bandText a:hover{ color:#e6f2ff; }

/* ---------- CTA bottom ---------- */
.cta{
  margin:22px 0 34px;
  background:#f3f7ff;
  border:1px solid #d8e6ff;
  border-radius:16px;
  padding:20px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.cta h3{
  margin:0;
  font-size:28px;
  letter-spacing:-.6px;
}
.cta p{ margin:6px 0 0; color:#374151; font-size:14px; }
.ctaBtn{
  background:#0b63ce;
  color:#fff;
  border:none;
  padding:10px 14px;
  border-radius:10px;
  font-weight:900;
  font-size:14px;
  white-space:nowrap;
  box-shadow:0 10px 20px rgba(11,99,206,.18);
}/* End custom CSS */