.elementor-9091 .elementor-element.elementor-element-7b19a29{--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;}/* Start custom CSS for html, class: .elementor-element-4cad2ae */.midposi-article.em-article{
  --em-blue:#1f5fa8;
  --em-navy:#0f2747;
  --em-border:#d9e4f2;
  --em-soft:#f4f8fc;
  --em-text:#243444;
  --em-muted:#607286;
  --em-white:#ffffff;
  --em-shadow:0 10px 30px rgba(15,39,71,.08);
  max-width:980px;
  margin:0 auto;
  color:var(--em-text);
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.72;
}

.em-article *{
  box-sizing:border-box;
}

.em-hero{
  background:linear-gradient(135deg,#f7fbff 0%,#edf5fc 100%);
  border:1px solid var(--em-border);
  border-radius:20px;
  padding:38px 28px;
  margin-bottom:28px;
}

.em-kicker{
  margin:0 0 12px;
  color:var(--em-blue);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.em-hero h1{
  margin:0 0 14px;
  color:var(--em-navy);
  font-size:38px;
  line-height:1.18;
}

.em-subtitle{
  margin:0;
  max-width:820px;
  color:var(--em-muted);
  font-size:17px;
}

.em-section{
  background:var(--em-white);
  border:1px solid var(--em-border);
  border-radius:18px;
  padding:28px;
  margin:0 0 22px;
  box-shadow:var(--em-shadow);
}

.em-article h2{
  margin:0 0 14px;
  color:var(--em-navy);
  font-size:28px;
  line-height:1.25;
}

.em-article h3{
  margin:18px 0 10px;
  color:var(--em-blue);
  font-size:20px;
  line-height:1.3;
}

.em-article p{
  margin:0 0 14px;
  font-size:16px;
}

.em-article ul,
.em-article ol{
  margin:0 0 14px 22px;
  padding:0;
}

.em-article li{
  margin:0 0 10px;
}

.snippet-answer{
  border-left:5px solid var(--em-blue);
  background:#f8fbff;
}

.em-figure{
  margin:22px 0 0;
}

.em-figure img{
  width:100%;
  height:auto;
  display:block;
  border-radius:16px;
  border:1px solid var(--em-border);
  background:#eef4fa;
}

.em-figure figcaption{
  margin-top:10px;
  color:var(--em-muted);
  font-size:14px;
}

.em-grid{
  display:grid;
  gap:18px;
}

.em-grid-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.em-card{
  background:var(--em-soft);
  border:1px solid var(--em-border);
  border-radius:16px;
  padding:20px;
}

.em-card h3{
  margin-top:0;
}

.em-alerts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.em-alert{
  border-radius:16px;
  padding:18px;
  border:1px solid var(--em-border);
}

.em-alert h3{
  margin-top:0;
  margin-bottom:8px;
}

.level-1{background:#f5f9ff;}
.level-2{background:#fff9ef;}
.level-3{background:#fff2ef;}
.level-4{background:#fff0f4;}

.em-steps li{
  padding-left:2px;
}

.em-links{
  margin-top:8px;
}

.em-links a,
.em-cta a,
.em-article a{
  color:var(--em-blue);
  text-decoration:none;
  font-weight:600;
}

.em-links a:hover,
.em-cta a:hover,
.em-article a:hover{
  text-decoration:underline;
}

.em-cta{
  background:linear-gradient(135deg,#0f2747 0%,#1f5fa8 100%);
  color:#fff;
  border-color:transparent;
}

.em-cta h2,
.em-cta p,
.em-cta a{
  color:#fff;
}

@media (max-width:768px){
  .em-hero{
    padding:26px 18px;
  }

  .em-hero h1{
    font-size:28px;
  }

  .em-section{
    padding:20px 18px;
  }

  .em-article h2{
    font-size:24px;
  }

  .em-grid-2,
  .em-alerts{
    grid-template-columns:1fr;
  }
}/* End custom CSS */