.elementor-1764 .elementor-element.elementor-element-84d5c40{--display:flex;}/* Start custom CSS for html, class: .elementor-element-aeb9d3e */.jf-contact-page{
  --jf-bg:#04132b;
  --jf-bg-2:#081a38;
  --jf-panel:#0b1d3a;
  --jf-panel-2:#0a1730;
  --jf-border:rgba(255,255,255,.08);
  --jf-text:#f4f4f4;
  --jf-muted:#d7dfef;
  --jf-soft:#9db0d1;
  --jf-red:#ff3b30;
  --jf-red-dark:#e53329;
  --jf-gold:#b78b4e;
  --jf-shadow:0 18px 40px rgba(0,0,0,.28);
  --jf-radius-xl:26px;
  --jf-radius-lg:22px;
  --jf-radius-md:16px;
  --jf-gap:24px;
  --jf-max:1140px;

  background:
    radial-gradient(circle at 20% 0%, rgba(34,70,160,.16), transparent 36%),
    radial-gradient(circle at 80% 10%, rgba(14,40,120,.14), transparent 34%),
    linear-gradient(180deg,var(--jf-bg) 0%,var(--jf-bg-2) 100%);
  color:var(--jf-text);
  padding:80px 20px 60px;
  font-family:Arial, Helvetica, sans-serif;
  overflow-x:hidden;
}

.jf-contact-page,
.jf-contact-page *{
  box-sizing:border-box;
}

.jf-contact-container{
  max-width:var(--jf-max);
  margin:0 auto;
  width:100%;
}

.jf-contact-eyebrow{
  font-size:13px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--jf-soft);
  margin:0 0 12px;
  font-weight:700;
  text-align:center;
}

.jf-contact-hero{
  text-align:center;
  margin-bottom:40px;
}

.jf-contact-hero h1{
  font-size:64px;
  line-height:1.05;
  margin:0 auto 20px;
  font-weight:300;
  max-width:900px;
}

.jf-contact-subtext{
  font-size:19px;
  max-width:800px;
  margin:0 auto 14px;
  color:var(--jf-muted);
  line-height:1.7;
}

.jf-contact-hero-buttons{
  margin-top:26px;
  display:flex;
  justify-content:center;
  align-items:stretch;
  flex-wrap:wrap;
  gap:14px;
}
.jf-form-tight{
padding:0;
overflow:hidden;
}

.jf-form-tight iframe{
display:block;
width:1px;
min-width:100%;
border:none;
background:white;
}
.jf-contact-btn{
  background:var(--jf-red);
  color:#fff;
  padding:16px 26px;
  border-radius:14px;
  font-weight:700;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  min-height:56px;
  transition:all .2s ease;
  box-shadow:0 14px 30px rgba(255,59,48,.22);
  text-align:center;
}

.jf-contact-btn:hover{
  background:var(--jf-red-dark);
  transform:translateY(-2px);
}

.jf-contact-btn-outline{
  background:transparent;
  border:1px solid rgba(255,255,255,.15);
  box-shadow:none;
}

.jf-section-title{
  font-size:38px;
  margin:0 0 24px;
  text-align:center;
}

.jf-contact-intro-box{
  background:var(--jf-panel);
  border-radius:var(--jf-radius-xl);
  padding:32px;
  border:1px solid var(--jf-border);
  margin-bottom:44px;
  text-align:center;
}

.jf-contact-intro-box h2{
  margin:0 0 14px;
  font-size:38px;
}

.jf-contact-intro-box p{
  color:var(--jf-muted);
  line-height:1.7;
  max-width:900px;
  margin:0 auto 12px;
}

.jf-contact-path-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--jf-gap);
  margin-bottom:60px;
  align-items:stretch;
}

.jf-contact-path-card{
  background:var(--jf-panel);
  border-radius:var(--jf-radius-xl);
  padding:30px;
  border:1px solid var(--jf-border);
  display:flex;
  flex-direction:column;
  min-height:100%;
  text-align:left;
}

.jf-contact-path-card-featured{
  border:1px solid rgba(183,139,78,.5);
}

.jf-contact-path-label{
  margin:0 0 14px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--jf-gold);
  font-weight:700;
  min-height:18px;
}

.jf-contact-path-card h3{
  font-size:26px;
  line-height:1.2;
  margin:0 0 12px;
  min-height:62px;
  display:flex;
  align-items:flex-start;
}

.jf-contact-path-card p{
  color:var(--jf-muted);
  line-height:1.65;
  margin:0 0 18px;
  min-height:104px;
}

.jf-contact-path-card ul{
  list-style:none;
  padding:0;
  margin:0 0 22px;
  display:grid;
  gap:10px;
}

.jf-contact-path-card li{
  padding:12px 14px 12px 36px;
  background:rgba(255,255,255,.03);
  border-radius:16px;
  position:relative;
  min-height:52px;
  display:flex;
  align-items:center;
}

.jf-contact-path-card li:before{
  content:"";
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  width:8px;
  height:8px;
  border-radius:100%;
  background:var(--jf-gold);
}

.jf-contact-path-card .jf-contact-btn{
  margin-top:auto;
  width:100%;
}

.jf-contact-form-wrap{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--jf-gap);
  margin-bottom:60px;
  align-items:stretch;
}

.jf-contact-form-copy,
.jf-contact-form-card{
  background:var(--jf-panel);
  border-radius:var(--jf-radius-xl);
  padding:30px;
  border:1px solid var(--jf-border);
  min-height:100%;
}

.jf-contact-form-copy{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  text-align:left;
}

.jf-contact-form-copy .jf-contact-eyebrow{
  text-align:left;
  margin-bottom:10px;
}

.jf-contact-form-copy h2{
  margin:0 0 14px;
  font-size:38px;
  line-height:1.15;
}

.jf-contact-form-copy p{
  color:var(--jf-muted);
  line-height:1.7;
  margin:0 0 12px;
}

.jf-contact-mini-points{
  margin-top:20px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.jf-contact-mini-point{
  background:rgba(255,255,255,.04);
  padding:14px 16px;
  border-radius:12px;
  min-height:52px;
  display:flex;
  align-items:center;
}

.jf-jotform-wrap{
  width:100%;
  overflow:hidden;
  border-radius:20px;
}

.jf-jotform-wrap iframe{
  display:block;
  width:1px;
  min-width:100%;
  max-width:100%;
  border:none;
  background:#fff;
}

.jf-contact-process-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--jf-gap);
  margin-bottom:60px;
  align-items:stretch;
}

.jf-contact-step{
  background:var(--jf-panel);
  border-radius:var(--jf-radius-lg);
  padding:28px;
  border:1px solid var(--jf-border);
  text-align:center;
  min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.jf-contact-step span{
  width:56px;
  height:56px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:700;
  color:var(--jf-bg);
  background:var(--jf-gold);
  margin-bottom:16px;
}

.jf-contact-step h3{
  font-size:24px;
  line-height:1.25;
  margin:0 0 12px;
  min-height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.jf-contact-step p{
  color:var(--jf-muted);
  line-height:1.65;
  margin:0;
}

.jf-contact-trust-box{
  background:var(--jf-panel);
  border-radius:var(--jf-radius-xl);
  padding:32px;
  border:1px solid var(--jf-border);
  margin-bottom:60px;
  text-align:center;
}

.jf-contact-trust-box h2{
  margin:0 0 20px;
  font-size:38px;
}

.jf-contact-trust-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:20px;
}

.jf-contact-trust-item{
  background:rgba(255,255,255,.04);
  padding:16px;
  border-radius:12px;
  min-height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.jf-contact-trust-note{
  margin-top:20px;
  color:var(--jf-soft);
  text-align:center;
}

.jf-contact-trust-note a{
  color:#fff;
  text-decoration:none;
}

.jf-contact-trust-note a:hover{
  text-decoration:underline;
}

.jf-contact-faq .jf-section-title{
  margin-bottom:24px;
}

.jf-contact-faq-list{
  max-width:860px;
  margin:0 auto;
}

.jf-contact-faq-item{
  background:var(--jf-panel);
  border-radius:18px;
  margin-bottom:14px;
  border:1px solid var(--jf-border);
  overflow:hidden;
}

.jf-contact-faq-item summary{
  padding:20px 24px;
  font-weight:600;
  cursor:pointer;
  list-style:none;
  position:relative;
}

.jf-contact-faq-item summary::-webkit-details-marker{
  display:none;
}

.jf-contact-faq-item summary::after{
  content:"+";
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  font-size:28px;
  color:var(--jf-gold);
}

.jf-contact-faq-item[open] summary::after{
  content:"−";
}

.jf-contact-faq-content{
  padding:0 24px 20px;
  color:var(--jf-muted);
  text-align:left;
  line-height:1.7;
}

.jf-contact-final-cta{
  text-align:center;
  margin-top:60px;
}

.jf-contact-final-cta h2{
  margin:0 0 14px;
  font-size:42px;
}

.jf-contact-final-cta p{
  max-width:700px;
  margin:0 auto 20px;
  color:var(--jf-muted);
  line-height:1.7;
}

/* TABLET */
@media (max-width:1024px){

  .jf-contact-page{
    padding:70px 18px 46px;
  }

  .jf-contact-hero h1{
    font-size:52px;
  }

  .jf-section-title,
  .jf-contact-intro-box h2,
  .jf-contact-form-copy h2,
  .jf-contact-trust-box h2,
  .jf-contact-final-cta h2{
    font-size:32px;
  }

  .jf-contact-path-grid,
  .jf-contact-form-wrap,
  .jf-contact-process-grid,
  .jf-contact-trust-grid{
    grid-template-columns:1fr;
  }

  .jf-contact-path-card h3,
  .jf-contact-path-card p,
  .jf-contact-step h3{
    min-height:0;
  }
}

/* MOBILE */
@media (max-width:768px){

  .jf-contact-page{
    padding:110px 14px 40px;
  }

  .jf-contact-hero{
    margin-bottom:30px;
  }

  .jf-contact-hero h1{
    font-size:38px;
    line-height:1.1;
  }

  .jf-contact-subtext{
    font-size:16px;
  }

  .jf-section-title,
  .jf-contact-intro-box h2,
  .jf-contact-form-copy h2,
  .jf-contact-trust-box h2,
  .jf-contact-final-cta h2{
    font-size:26px;
    line-height:1.18;
  }

  .jf-contact-btn{
    width:100%;
    min-width:0;
  }

  .jf-contact-hero-buttons{
    flex-direction:column;
  }

  .jf-contact-intro-box,
  .jf-contact-path-card,
  .jf-contact-form-copy,
  .jf-contact-form-card,
  .jf-contact-step,
  .jf-contact-trust-box{
    padding:22px 18px;
    border-radius:20px;
  }

  .jf-contact-mini-points{
    grid-template-columns:1fr;
  }

  .jf-jotform-wrap{
    border-radius:16px;
  }

  .jf-jotform-wrap iframe{
    height:980px !important;
  }

  .jf-contact-faq-item summary{
    padding:18px 20px;
    padding-right:52px;
  }

  .jf-contact-faq-item summary::after{
    right:18px;
    font-size:24px;
  }
}/* End custom CSS */