.elementor-1286 .elementor-element.elementor-element-5e9aeda{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-8b410f5{--display:flex;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-9445e27{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-b4be89c{--display:flex;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-ae8ba33{--spacer-size:50px;}.elementor-1286 .elementor-element.elementor-element-b51c114{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-aa0cfc3{--display:flex;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-d77c609{--spacer-size:50px;}.elementor-1286 .elementor-element.elementor-element-ff5642a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-950cd11{--display:flex;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-772c545{--spacer-size:50px;}.elementor-1286 .elementor-element.elementor-element-b19578b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-8379052{--display:flex;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-e06368e{--spacer-size:50px;}.elementor-1286 .elementor-element.elementor-element-910301c{--spacer-size:50px;}.elementor-1286 .elementor-element.elementor-element-985efb5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-d34f576{--display:flex;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-b2dd0f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-98331bb{--display:flex;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-14fe71d{--spacer-size:50px;}.elementor-1286 .elementor-element.elementor-element-e51e16f{--spacer-size:50px;}.elementor-1286 .elementor-element.elementor-element-c3f0218{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-b19f979{--display:flex;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-bf02b1b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-1286 .elementor-element.elementor-element-10ebbf1{--display:flex;--background-transition:0.3s;}:root{--page-title-display:none;}/* Start custom CSS */:root{
  --eh-primary:#1f4e8c;
  --eh-dark:#1c1f26;
  --eh-text:#2b2f38;
  --eh-muted:#6b7280;
  --eh-bg:#f6f8fb;
  --eh-white:#ffffff;
  --eh-border:#dfe5ee;
  --eh-radius:20px;
  --eh-shadow:0 10px 30px rgba(15, 23, 42, 0.08);
}

.eh-page{
  font-family: inherit;
  color: var(--eh-text);
}

.eh-section{
  background:#fff;
  border:1px solid var(--eh-border);
  border-radius:var(--eh-radius);
  padding:32px;
  box-shadow:var(--eh-shadow);
}

.eh-hero{
  background:linear-gradient(135deg,#f8fbff 0%,#eef4fb 100%);
  border:1px solid var(--eh-border);
  border-radius:28px;
  padding:42px;
  box-shadow:var(--eh-shadow);
}

.eh-badge{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:#eaf2ff;
  color:var(--eh-primary);
  font-size:14px;
  font-weight:700;
  margin-bottom:18px;
}

.eh-title{
  font-size:42px;
  line-height:1.1;
  margin:0 0 16px;
  color:var(--eh-dark);
}

.eh-subtitle{
  font-size:18px;
  line-height:1.6;
  color:var(--eh-muted);
  margin:0 0 24px;
  max-width:850px;
}

.eh-btns{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:20px;
}

.eh-btn{
  display:inline-block;
  padding:14px 22px;
  border-radius:14px;
  text-decoration:none;
  font-weight:700;
  transition:.2s ease;
}

.eh-btn-primary{
  background:var(--eh-primary);
  color:#fff;
}

.eh-btn-primary:hover{
  transform:translateY(-2px);
  opacity:.95;
}

.eh-btn-secondary{
  background:#fff;
  color:var(--eh-primary);
  border:1px solid var(--eh-primary);
}

.eh-btn-secondary:hover{
  transform:translateY(-2px);
}

.eh-grid-2,
.eh-grid-3,
.eh-grid-4{
  display:grid;
  gap:20px;
}

.eh-grid-2{grid-template-columns:repeat(2,1fr);}
.eh-grid-3{grid-template-columns:repeat(3,1fr);}
.eh-grid-4{grid-template-columns:repeat(4,1fr);}

.eh-card{
  background:#fff;
  border:1px solid var(--eh-border);
  border-radius:18px;
  padding:24px;
  box-shadow:var(--eh-shadow);
}

.eh-card h3{
  margin:0 0 12px;
  font-size:22px;
  color:var(--eh-dark);
}

.eh-card p,
.eh-card li{
  color:var(--eh-muted);
  line-height:1.6;
}

.eh-section-title{
  font-size:32px;
  line-height:1.2;
  color:var(--eh-dark);
  margin:0 0 14px;
}

.eh-section-text{
  color:var(--eh-muted);
  line-height:1.7;
  margin:0 0 24px;
}

.eh-list{
  padding-left:20px;
  margin:0;
}

.eh-steps{
  counter-reset:step;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}

.eh-step{
  background:#fff;
  border:1px solid var(--eh-border);
  border-radius:18px;
  padding:22px;
  position:relative;
  box-shadow:var(--eh-shadow);
}

.eh-step::before{
  counter-increment:step;
  content:counter(step);
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--eh-primary);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  margin-bottom:14px;
}

.eh-step h3{
  margin:0 0 10px;
  font-size:20px;
  color:var(--eh-dark);
}

.eh-step p{
  margin:0;
  color:var(--eh-muted);
  line-height:1.6;
}

.eh-note{
  background:#f8fbff;
  border-left:4px solid var(--eh-primary);
  padding:18px 20px;
  border-radius:12px;
  color:var(--eh-text);
  line-height:1.7;
}

.eh-faq-item{
  border:1px solid var(--eh-border);
  border-radius:16px;
  padding:20px;
  background:#fff;
  box-shadow:var(--eh-shadow);
}

.eh-faq-item h3{
  margin:0 0 10px;
  font-size:20px;
  color:var(--eh-dark);
}

.eh-faq-item p{
  margin:0;
  color:var(--eh-muted);
  line-height:1.7;
}

.eh-cta{
  background:linear-gradient(135deg,#1f4e8c 0%,#244f7d 100%);
  color:#fff;
  border-radius:28px;
  padding:40px;
  box-shadow:var(--eh-shadow);
}

.eh-cta h2{
  margin:0 0 14px;
  font-size:34px;
  line-height:1.2;
  color:#fff;
}

.eh-cta p{
  margin:0 0 22px;
  line-height:1.7;
  color:rgba(255,255,255,.9);
}

.eh-cta .eh-btn-secondary{
  background:#fff;
  color:var(--eh-primary);
  border:none;
}

@media (max-width: 1024px){
  .eh-grid-4{grid-template-columns:repeat(2,1fr);}
  .eh-grid-3{grid-template-columns:repeat(2,1fr);}
  .eh-steps{grid-template-columns:repeat(2,1fr);}
  .eh-title{font-size:34px;}
}

@media (max-width: 767px){
  .eh-grid-2,
  .eh-grid-3,
  .eh-grid-4,
  .eh-steps{
    grid-template-columns:1fr;
  }

  .eh-hero,
  .eh-section,
  .eh-cta{
    padding:24px;
    border-radius:20px;
  }

  .eh-title{font-size:28px;}
  .eh-section-title{font-size:26px;}
}:root{
  --eh-primary:#1f4e8c;
  --eh-dark:#1c1f26;
  --eh-text:#2b2f38;
  --eh-muted:#6b7280;
  --eh-bg:#f6f8fb;
  --eh-white:#ffffff;
  --eh-border:#dfe5ee;
  --eh-radius:20px;
  --eh-shadow:0 10px 30px rgba(15, 23, 42, 0.08);
}

.eh-page{
  font-family: inherit;
  color: var(--eh-text);
}

.eh-section{
  background:#fff;
  border:1px solid var(--eh-border);
  border-radius:var(--eh-radius);
  padding:32px;
  box-shadow:var(--eh-shadow);
}

.eh-hero{
  background:linear-gradient(135deg,#f8fbff 0%,#eef4fb 100%);
  border:1px solid var(--eh-border);
  border-radius:28px;
  padding:42px;
  box-shadow:var(--eh-shadow);
}

.eh-badge{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:#eaf2ff;
  color:var(--eh-primary);
  font-size:14px;
  font-weight:700;
  margin-bottom:18px;
}

.eh-title{
  font-size:42px;
  line-height:1.1;
  margin:0 0 16px;
  color:var(--eh-dark);
}

.eh-subtitle{
  font-size:18px;
  line-height:1.6;
  color:var(--eh-muted);
  margin:0 0 24px;
  max-width:850px;
}

.eh-btns{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:20px;
}

.eh-btn{
  display:inline-block;
  padding:14px 22px;
  border-radius:14px;
  text-decoration:none;
  font-weight:700;
  transition:.2s ease;
}

.eh-btn-primary{
  background:var(--eh-primary);
  color:#fff;
}

.eh-btn-primary:hover{
  transform:translateY(-2px);
  opacity:.95;
}

.eh-btn-secondary{
  background:#fff;
  color:var(--eh-primary);
  border:1px solid var(--eh-primary);
}

.eh-btn-secondary:hover{
  transform:translateY(-2px);
}

.eh-grid-2,
.eh-grid-3,
.eh-grid-4{
  display:grid;
  gap:20px;
}

.eh-grid-2{grid-template-columns:repeat(2,1fr);}
.eh-grid-3{grid-template-columns:repeat(3,1fr);}
.eh-grid-4{grid-template-columns:repeat(4,1fr);}

.eh-card{
  background:#fff;
  border:1px solid var(--eh-border);
  border-radius:18px;
  padding:24px;
  box-shadow:var(--eh-shadow);
}

.eh-card h3{
  margin:0 0 12px;
  font-size:22px;
  color:var(--eh-dark);
}

.eh-card p,
.eh-card li{
  color:var(--eh-muted);
  line-height:1.6;
}

.eh-section-title{
  font-size:32px;
  line-height:1.2;
  color:var(--eh-dark);
  margin:0 0 14px;
}

.eh-section-text{
  color:var(--eh-muted);
  line-height:1.7;
  margin:0 0 24px;
}

.eh-list{
  padding-left:20px;
  margin:0;
}

.eh-steps{
  counter-reset:step;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}

.eh-step{
  background:#fff;
  border:1px solid var(--eh-border);
  border-radius:18px;
  padding:22px;
  position:relative;
  box-shadow:var(--eh-shadow);
}

.eh-step::before{
  counter-increment:step;
  content:counter(step);
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--eh-primary);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  margin-bottom:14px;
}

.eh-step h3{
  margin:0 0 10px;
  font-size:20px;
  color:var(--eh-dark);
}

.eh-step p{
  margin:0;
  color:var(--eh-muted);
  line-height:1.6;
}

.eh-note{
  background:#f8fbff;
  border-left:4px solid var(--eh-primary);
  padding:18px 20px;
  border-radius:12px;
  color:var(--eh-text);
  line-height:1.7;
}

.eh-faq-item{
  border:1px solid var(--eh-border);
  border-radius:16px;
  padding:20px;
  background:#fff;
  box-shadow:var(--eh-shadow);
}

.eh-faq-item h3{
  margin:0 0 10px;
  font-size:20px;
  color:var(--eh-dark);
}

.eh-faq-item p{
  margin:0;
  color:var(--eh-muted);
  line-height:1.7;
}

.eh-cta{
  background:linear-gradient(135deg,#1f4e8c 0%,#244f7d 100%);
  color:#fff;
  border-radius:28px;
  padding:40px;
  box-shadow:var(--eh-shadow);
}

.eh-cta h2{
  margin:0 0 14px;
  font-size:34px;
  line-height:1.2;
  color:#fff;
}

.eh-cta p{
  margin:0 0 22px;
  line-height:1.7;
  color:rgba(255,255,255,.9);
}

.eh-cta .eh-btn-secondary{
  background:#fff;
  color:var(--eh-primary);
  border:none;
}

@media (max-width: 1024px){
  .eh-grid-4{grid-template-columns:repeat(2,1fr);}
  .eh-grid-3{grid-template-columns:repeat(2,1fr);}
  .eh-steps{grid-template-columns:repeat(2,1fr);}
  .eh-title{font-size:34px;}
}

@media (max-width: 767px){
  .eh-grid-2,
  .eh-grid-3,
  .eh-grid-4,
  .eh-steps{
    grid-template-columns:1fr;
  }

  .eh-hero,
  .eh-section,
  .eh-cta{
    padding:24px;
    border-radius:20px;
  }

  .eh-title{font-size:28px;}
  .eh-section-title{font-size:26px;}
}/* End custom CSS */