.elementor-22 .elementor-element.elementor-element-219f7a4{--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-c270bd9 */.ceg-insights-hub{
  --navy:#0d1232;
  --blue:#0097d9;
  --red:#d72335;
  --green:#7dba7f;
  --ink:#172033;
  --muted:#667085;
  --line:#dfe5ee;
  --soft:#f4f7fb;
  --soft-2:#f8fbff;
  --white:#ffffff;
  --max:1240px;
  --radius:24px;
  --radius-lg:30px;
  --shadow:0 18px 60px rgba(13,18,50,.10);
  --shadow-soft:0 14px 34px rgba(13,18,50,.06);
  color:var(--ink);
  background:#fff;
  font-family:Inter,Arial,Helvetica,sans-serif;
}

.ceg-insights-hub *{box-sizing:border-box}
.ceg-insights-hub a{color:inherit;text-decoration:none}
.ceg-insights-hub h1,
.ceg-insights-hub h2,
.ceg-insights-hub h3,
.ceg-insights-hub p{margin:0}

.ceg-insights-wrap{
  width:min(var(--max),calc(100% - 40px));
  margin:0 auto;
}

.ceg-insights-section{
  position:relative;
  padding:88px 0;
}

.ceg-insights-section--soft{
  background:linear-gradient(180deg,#f8fbff 0%,#f4f7fb 100%);
}

.ceg-insights-section--dark{
  background:linear-gradient(135deg,#0d1232 0%,#111942 55%,#16245a 100%);
  color:#fff;
  overflow:hidden;
}

.ceg-insights-section--dark::before{
  content:"";
  position:absolute;
  inset:-10% auto auto -8%;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.08) 0%,rgba(255,255,255,0) 72%);
  pointer-events:none;
}

.ceg-insights-hub h1{
  font-size:clamp(2.45rem,4.6vw,4.5rem);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:900;
  color:#fff;
  max-width:760px;
}

.ceg-insights-hub h2{
  font-size:clamp(1.8rem,3vw,3rem);
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:850;
  color:var(--navy);
}

.ceg-insights-hub h3{
  font-size:clamp(1.15rem,1.8vw,1.55rem);
  line-height:1.18;
  font-weight:800;
  color:var(--navy);
}

.ceg-insights-section--dark h2,
.ceg-insights-section--dark h3{
  color:#fff;
}

.ceg-insights-lead{
  font-size:clamp(1rem,1.25vw,1.16rem);
  color:var(--muted);
  max-width:800px;
  line-height:1.82;
}

.ceg-insights-text{
  color:#42526b;
  font-size:1.02rem;
  line-height:1.82;
}

.ceg-insights-section--dark .ceg-insights-lead,
.ceg-insights-section--dark .ceg-insights-text{
  color:rgba(255,255,255,.84);
}

.ceg-insights-stack-16 > * + *{margin-top:16px}
.ceg-insights-stack-18 > * + *{margin-top:18px}
.ceg-insights-stack-24 > * + *{margin-top:24px}

.ceg-insights-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#0d1232 0%,#111942 55%,#16245a 100%);
  color:#fff;
  padding:72px 0 76px;
}

.ceg-insights-hero::before{
  content:"";
  position:absolute;
  inset:-10% auto auto -8%;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.08) 0%,rgba(255,255,255,0) 72%);
  pointer-events:none;
}

.ceg-insights-hero::after{
  content:"";
  position:absolute;
  inset:auto -10% -140px auto;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,151,217,.12) 0%,rgba(0,151,217,0) 68%);
  pointer-events:none;
}

.ceg-insights-hero__grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:48px;
  align-items:center;
}

.ceg-insights-hero__media{
  position:relative;
  min-height:360px;
  border-radius:30px;
  overflow:hidden;
  border:1.5px dashed rgba(255,255,255,.16);
  background:
    linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03)),
    repeating-linear-gradient(45deg,rgba(255,255,255,.04) 0 12px,rgba(255,255,255,.02) 12px 24px);
  box-shadow:0 18px 60px rgba(0,0,0,.18);
}

.ceg-insights-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,0)),
    radial-gradient(circle at top right,rgba(255,255,255,.10),transparent 40%);
  pointer-events:none;
}

.ceg-insights-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  padding-top:2px;
}

.ceg-insights-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 22px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none !important;
  transition:transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ceg-insights-btn:hover{
  transform:translateY(-1px);
}

.ceg-insights-btn--light{
  background:#ffffff !important;
  color:#0d1232 !important;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 16px 36px rgba(0,0,0,.12);
}

.ceg-insights-btn--light:hover,
.ceg-insights-btn--light:focus,
.ceg-insights-btn--light:visited{
  background:#f4f7fb !important;
  color:#0d1232 !important;
}

.ceg-insights-btn--light span{
  color:#0d1232 !important;
}

.ceg-insights-btn--ghost-dark{
  border:1px solid rgba(255,255,255,.18);
  background:transparent;
  color:#ffffff !important;
}

.ceg-insights-btn--ghost-dark:hover,
.ceg-insights-btn--ghost-dark:focus,
.ceg-insights-btn--ghost-dark:visited{
  color:#ffffff !important;
  border-color:rgba(255,255,255,.30);
  background:rgba(255,255,255,.06);
}

.ceg-insights-btn--ghost-dark span{
  color:#ffffff !important;
}

.ceg-insights-intro{
  max-width:900px;
}

.ceg-insights-section-head{
  max-width:860px;
  margin-bottom:26px;
}

.ceg-insights-cards{
  display:grid;
  gap:24px;
  margin-top:26px;
}

.ceg-insights-cards--topics{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.ceg-insights-cards--articles{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.ceg-insights-cards--paths{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.ceg-insights-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow-soft);
  overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ceg-insights-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 60px rgba(13,18,50,.12);
  border-color:rgba(13,18,50,.14);
}

.ceg-insights-card__body{
  padding:30px 28px;
}

.ceg-insights-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  background:
    linear-gradient(135deg,rgba(0,151,217,.14),rgba(13,18,50,.06));
  border:1px solid rgba(13,18,50,.08);
}

.ceg-insights-media-placeholder{
  position:relative;
  min-height:240px;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(0,151,217,.14),rgba(13,18,50,.04)),
    repeating-linear-gradient(45deg,rgba(13,18,50,.05) 0 12px,rgba(255,255,255,.55) 12px 24px);
  border-bottom:1px solid var(--line);
}

.ceg-insights-media-placeholder::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,0)),
    radial-gradient(circle at top right,rgba(255,255,255,.32),transparent 38%);
  pointer-events:none;
}

.ceg-insights-article .ceg-insights-card__body h3 a{
  transition:color .25s ease;
}

.ceg-insights-article .ceg-insights-card__body h3 a:hover{
  color:var(--blue);
}

.ceg-insights-grid-2{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:46px;
  align-items:start;
}

.ceg-insights-side-panel{
  background:linear-gradient(180deg,#f8fbff 0%,#f4f7fb 100%);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px 28px;
  box-shadow:var(--shadow-soft);
}

.ceg-insights-list{
  padding:0;
  margin:2px 0 0;
  list-style:none;
  display:grid;
  gap:12px;
}

.ceg-insights-list li{
  position:relative;
  padding-left:18px;
  color:#42526b;
  line-height:1.68;
}

.ceg-insights-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.78em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--blue);
  transform:translateY(-50%);
}

.ceg-insights-path{
  display:block;
}

.ceg-insights-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:2px;
  color:#0d1232;
  font-weight:800;
  transition:opacity .2s ease, transform .2s ease;
}

.ceg-insights-path:hover .ceg-insights-link{
  transform:translateX(2px);
}

.ceg-insights-cta{
  display:grid;
  grid-template-columns:1fr auto;
  gap:34px;
  align-items:center;
}

@media (max-width:1180px){
  .ceg-insights-cards--topics{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ceg-insights-cards--articles,
  .ceg-insights-cards--paths{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:1080px){
  .ceg-insights-hero__grid,
  .ceg-insights-grid-2,
  .ceg-insights-cta{
    grid-template-columns:1fr;
  }

  .ceg-insights-section{
    padding:74px 0;
  }

  .ceg-insights-hero{
    padding:64px 0 68px;
  }

  .ceg-insights-hero__media{
    min-height:300px;
  }
}

@media (max-width:767px){
  .ceg-insights-wrap{
    width:min(var(--max),calc(100% - 24px));
  }

  .ceg-insights-section{
    padding:60px 0;
  }

  .ceg-insights-hero{
    padding:54px 0 58px;
  }

  .ceg-insights-cards--topics,
  .ceg-insights-cards--articles,
  .ceg-insights-cards--paths{
    grid-template-columns:1fr;
  }

  .ceg-insights-card__body,
  .ceg-insights-side-panel{
    padding:24px 22px;
  }

  .ceg-insights-hero__actions{
    flex-direction:column;
    align-items:stretch;
  }

  .ceg-insights-btn{
    width:100%;
  }

  .ceg-insights-hero__media{
    min-height:220px;
    border-radius:22px;
  }

  .ceg-insights-media-placeholder{
    min-height:210px;
  }
}/* End custom CSS */