.elementor-263 .elementor-element.elementor-element-9e4b264{--display:flex;}.elementor-263 .elementor-element.elementor-element-e37da09{--display:flex;}.elementor-263 .elementor-element.elementor-element-50ef67b{width:100%;max-width:100%;}.elementor-263 .elementor-element.elementor-element-9ea2f5b{--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;}:root{--page-title-display:none;}/* Start custom CSS */.center{
  text-align:center;
}

.left{
  text-align:left;
}

.goan-intake-top,
.goan-intake-bottom{
  width:100%;
  box-sizing:border-box;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:#16325c;
}

.goan-intake-top *,
.goan-intake-bottom *,
.goan-intake-top *:before,
.goan-intake-top *:after,
.goan-intake-bottom *:before,
.goan-intake-bottom *:after{
  box-sizing:border-box;
}

.goan-intake-top{
  padding:26px 20px 22px;
  margin:0;
  background:linear-gradient(180deg,#f5faf7 0%, #ffffff 100%);
  border:1px solid #e6ebf1;
  border-radius:24px;
  box-shadow:0 18px 50px rgba(11,37,69,.07);
}

.goan-intake-bottom{
  padding:26px 20px 12px;
  margin:0;
}

.goan-intake-inner{
  max-width:1100px;
  margin:auto;
  text-align:center;
}

.goan-intake-minihead{
  margin:0 auto 28px;
  max-width:1180px;
  background:#ffffff;
  border:1px solid #e6ebf1;
  border-radius:18px;
  box-shadow:0 10px 24px rgba(11,37,69,.05);
}

.goan-intake-minihead-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:16px 20px;
}

.goan-intake-brand a{
  color:#16325c;
  font-weight:900;
  font-size:18px;
  text-decoration:none;
  line-height:1.2;
}

.goan-intake-brand a:hover{
  color:#1f6b52;
  text-decoration:none;
}

.goan-intake-mini-nav{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}

.goan-intake-mini-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid #dce5ef;
  background:#f7fafc;
  color:#16325c;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  line-height:1.2;
  transition:all .2s ease;
}

.goan-intake-mini-nav a:hover{
  background:#16325c;
  border-color:#16325c;
  color:#ffffff;
  text-decoration:none;
  transform:translateY(-1px);
}

.goan-intake-kicker{
  display:inline-block;
  margin-bottom:12px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(31,107,82,.08);
  border:1px solid rgba(31,107,82,.14);
  font-size:12px;
  font-weight:800;
  color:#1f6b52;
  text-transform:uppercase;
  letter-spacing:.08em;
  line-height:1.45;
}

.goan-intake-heading{
  font-size:48px;
  font-weight:900;
  color:#16325c;
  margin:10px 0 14px;
  line-height:1.08;
  letter-spacing:-.02em;
}

.goan-intake-heading-sm{
  font-size:32px;
  font-weight:900;
  color:#16325c;
  margin:0 0 16px;
  line-height:1.14;
  letter-spacing:-.01em;
}

.goan-intake-sub{
  font-size:18px;
  line-height:1.75;
  color:#445870;
  max-width:760px;
  margin:0 auto;
}

.goan-intake-trust{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:28px 0 18px;
}

.goan-intake-trust-item{
  position:relative;
  background:#fff;
  border:1px solid #e6ebf1;
  padding:18px 18px 18px 48px;
  border-radius:16px;
  font-weight:700;
  color:#16325c;
  box-shadow:0 10px 24px rgba(11,37,69,.05);
  text-align:left;
  line-height:1.5;
}

.goan-intake-trust-item:before{
  content:"✓";
  position:absolute;
  left:16px;
  top:17px;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#1f6b52;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
}

.goan-intake-note{
  margin:0 auto 10px;
  max-width:800px;
  color:#445870;
  line-height:1.8;
  font-size:16px;
}

.goan-intake-tip{
  margin:0 auto;
  max-width:800px;
  font-size:14px;
  color:#5f738a;
  line-height:1.75;
  background:#f7fafc;
  border:1px solid #e6ebf1;
  border-radius:14px;
  padding:14px 16px;
}

.goan-intake-divider{
  height:1px;
  background:#e6ebf1;
  margin:42px 0;
}

.goan-intake-two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:start;
  margin-top:8px;
}

.goan-intake-left,
.goan-intake-right{
  text-align:left;
}

.goan-intake-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin:26px 0 0;
}

.goan-intake-step{
  position:relative;
  background:#fff;
  border:1px solid #e6ebf1;
  padding:22px;
  border-radius:18px;
  box-shadow:0 10px 24px rgba(11,37,69,.05);
  text-align:left;
}

.goan-intake-step-num{
  width:42px;
  height:42px;
  margin:0 0 14px;
  border-radius:12px;
  background:#16325c;
  color:#ffffff;
  font-size:16px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
}

.goan-intake-step h3{
  margin:0 0 10px;
  color:#16325c;
  font-size:22px;
  line-height:1.24;
}

.goan-intake-step p{
  margin:0;
  color:#445870;
  line-height:1.75;
  font-size:15px;
}

.goan-intake-why-points{
  display:grid;
  gap:12px;
  margin-top:22px;
}

.goan-intake-why-item{
  position:relative;
  background:#ffffff;
  border:1px solid #e6ebf1;
  border-radius:14px;
  padding:14px 16px 14px 42px;
  color:#16325c;
  font-weight:700;
  line-height:1.6;
  box-shadow:0 10px 24px rgba(11,37,69,.04);
}

.goan-intake-why-item:before{
  content:"•";
  position:absolute;
  left:18px;
  top:12px;
  color:#1f6b52;
  font-size:24px;
  font-weight:900;
  line-height:1;
}

.goan-intake-faq{
  margin-top:10px;
  text-align:left;
}

.goan-intake-faq-item{
  margin-bottom:16px;
  background:#fff;
  border:1px solid #e6ebf1;
  border-radius:14px;
  padding:18px 20px;
  box-shadow:0 10px 24px rgba(11,37,69,.04);
}

.goan-intake-faq-item strong{
  display:block;
  margin-bottom:8px;
  color:#16325c;
  font-size:16px;
  line-height:1.4;
}

.goan-intake-faq-item p{
  margin:0;
  color:#445870;
  line-height:1.75;
  font-size:15px;
}

.goan-intake-cta{
  margin-top:30px;
  padding:20px 22px;
  border-radius:18px;
  background:linear-gradient(135deg,#16325c 0%, #20497f 100%);
  color:#ffffff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  text-align:left;
  box-shadow:0 16px 34px rgba(22,50,92,.18);
}

.goan-intake-cta-text{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.goan-intake-cta-text strong{
  font-size:20px;
  line-height:1.2;
  color:#ffffff;
}

.goan-intake-cta-text span{
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,.88);
}

.goan-intake-cta-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}

.goan-intake-cta-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  font-size:14px;
  transition:all .2s ease;
}

.goan-intake-cta-links a:first-child{
  background:#ffffff;
  color:#16325c;
}

.goan-intake-cta-links a:first-child:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(0,0,0,.14);
}

.goan-intake-cta-links a:last-child{
  background:transparent;
  color:#ffffff;
  border:1px solid rgba(255,255,255,.28);
}

.goan-intake-cta-links a:last-child:hover{
  background:rgba(255,255,255,.10);
}

.goan-intake-footer-lite{
  margin-top:24px;
  font-size:14px;
  color:#6b7c93;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  align-items:center;
}

.goan-intake-footer-lite a{
  color:#16325c;
  text-decoration:none;
  font-weight:700;
}

.goan-intake-footer-lite a:hover{
  color:#1f6b52;
  text-decoration:none;
}

@media(max-width:900px){
  .goan-intake-minihead-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .goan-intake-mini-nav{
    justify-content:flex-start;
  }

  .goan-intake-steps{
    grid-template-columns:1fr;
  }

  .goan-intake-two-col{
    grid-template-columns:1fr;
    gap:26px;
  }

  .goan-intake-cta{
    flex-direction:column;
    align-items:flex-start;
  }

  .goan-intake-cta-links{
    justify-content:flex-start;
  }
}

@media(max-width:768px){
  .goan-intake-top,
  .goan-intake-bottom{
    padding-left:16px;
    padding-right:16px;
  }

  .goan-intake-heading{
    font-size:32px;
  }

  .goan-intake-heading-sm{
    font-size:26px;
  }

  .goan-intake-sub{
    font-size:17px;
  }

  .goan-intake-trust{
    grid-template-columns:1fr;
  }

  .goan-intake-mini-nav a{
    width:100%;
    justify-content:flex-start;
  }

  .goan-intake-cta-links{
    width:100%;
    flex-direction:column;
  }

  .goan-intake-cta-links a{
    width:100%;
  }
}

@media(max-width:520px){
  .goan-intake-minihead-inner{
    padding:14px 16px;
  }

  .goan-intake-top{
    border-radius:20px;
  }

  .goan-intake-kicker{
    font-size:11px;
    width:100%;
    text-align:center;
  }

  .goan-intake-step{
    padding:18px;
  }

  .goan-intake-step h3{
    font-size:20px;
  }

  .goan-intake-faq-item{
    padding:16px 16px;
  }
}/* End custom CSS */