.elementor-1235 .elementor-element.elementor-element-58d4ca7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-39b652c *//* =========================
   WDG HOMEPAGE (Elementor-proof)
   Plaats in: Customizer > Extra CSS
   ========================= */

.wdg-hub{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0;
  color:rgba(33,37,41,.92);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

.wdg-sr-only{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

/* HERO */
.wdg-hero{
  padding:42px 20px 18px;
}
.wdg-hero-inner{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:42px;
  align-items:center;
}
.wdg-kicker{
  display:inline-block;
  font-weight:800;
  color:#2a6db0;
  margin-bottom:10px;
  letter-spacing:-0.01em;
}
.wdg-h1{
  font-size:2.25rem;
  line-height:1.15;
  margin:0 0 12px;
  letter-spacing:-0.02em;
}
.wdg-lead{
  margin:0 0 18px;
  color:rgba(33,37,41,.78);
  line-height:1.6;
  max-width:58ch;
}
.wdg-hero-img{
  width:100%;
  height:auto;
  border-radius:18px;
  box-shadow:0 18px 42px rgba(33,37,41,.10);
  border:1px solid rgba(33,37,41,.08);
  background:#fff;
}

/* SEARCH */
.wdg-search{
  display:flex;
  gap:10px;
  align-items:center;
  margin:10px 0 10px;
}
.wdg-search-input{
  flex:1;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(33,37,41,.16);
  background:#fff;
  outline:none;
}
.wdg-search-input:focus{
  border-color:rgba(42,109,176,.55);
  box-shadow:0 0 0 4px rgba(42,109,176,.12);
}
.wdg-search-btn{
  padding:12px 16px;
  border-radius:12px;
  border:1px solid rgba(42,109,176,.35);
  background:#2a6db0;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}
.wdg-search-btn:hover{
  filter:brightness(.98);
}

/* POPULAR */
.wdg-popular{
  margin-top:10px;
  font-size:.95rem;
  color:rgba(33,37,41,.72);
  line-height:1.45;
}
.wdg-popular-label{
  font-weight:800;
  color:rgba(33,37,41,.82);
  margin-right:6px;
}
.wdg-popular a{
  color:#2a6db0;
  text-decoration:underline;
  text-underline-offset:2px;
}
.wdg-dot{
  margin:0 6px;
  color:rgba(33,37,41,.35);
}

/* CTA */
.wdg-hero-cta{
  display:flex;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}
.wdg-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:14px;
  padding:11px 14px;
  font-weight:800;
  text-decoration:none!important;
  border:1px solid rgba(33,37,41,.12);
}
.wdg-btn-primary{
  background:#2a6db0;
  color:#fff!important;
  border-color:rgba(42,109,176,.25);
  box-shadow:0 12px 26px rgba(42,109,176,.18);
}
.wdg-btn-primary:hover{ filter:brightness(.98); }
.wdg-btn-ghost{
  background:rgba(255,255,255,.92);
  color:#2a6db0!important;
}
.wdg-btn-ghost:hover{
  border-color:rgba(42,109,176,.28);
  box-shadow:0 12px 26px rgba(33,37,41,.08);
}
.wdg-btn-full{ width:100%; }

/* BADGES */
.wdg-badges{
  margin:14px 0 0;
  padding:0;
  list-style:none;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.wdg-badges li{
  font-size:.9rem;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(42,109,176,.08);
  border:1px solid rgba(42,109,176,.14);
  color:rgba(33,37,41,.82);
}

/* CONTENT */
.wdg-content{
  padding:8px 20px 40px;
}

/* CARD */
.wdg-card{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(33,37,41,.08);
  border-radius:18px;
  box-shadow:0 14px 34px rgba(33,37,41,.07);
  padding:20px;
  margin-bottom:18px;
}
.wdg-card-head{ margin-bottom:12px; }
.wdg-h2{
  margin:0 0 6px;
  font-size:1.25rem;
  letter-spacing:-0.01em;
}
.wdg-muted{
  margin:0;
  color:rgba(33,37,41,.72);
  line-height:1.55;
}
.wdg-card-foot{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(33,37,41,.08);
}
.wdg-link-strong{
  font-weight:800;
  text-decoration:none!important;
  color:#2a6db0!important;
}

/* TILES */
.wdg-tiles{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  margin-top:12px;
}
.wdg-tile{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(33,37,41,.08);
  background:rgba(255,255,255,.92);
  box-shadow:0 10px 22px rgba(33,37,41,.06);
  color:rgba(33,37,41,.92);
}
.wdg-tile-title{
  font-weight:900;
  letter-spacing:-0.01em;
}
.wdg-tile-sub{
  font-size:.92rem;
  color:rgba(33,37,41,.65);
}
.wdg-tile-arrow{
  position:absolute;
  right:12px;
  top:12px;
  font-size:22px;
  color:#2a6db0;
  line-height:1;
}
@media (hover:hover) and (pointer:fine){
  .wdg-tile:hover{
    transform:translateY(-1px);
    box-shadow:0 16px 30px rgba(33,37,41,.08);
    border-color:rgba(42,109,176,.22);
  }
}

/* GRID */
.wdg-grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 360px;
  gap:18px;
  align-items:start;
}
.wdg-main{ min-width:0; }
.wdg-aside{ position:relative; }

/* LINKS LIST */
.wdg-links{
  margin:10px 0 0;
  padding-left:18px;
  line-height:1.9;
}
.wdg-links a{
  color:#2a6db0;
  text-decoration:none;
}
.wdg-links a:hover{ text-decoration:underline; }

/* STEPS */
.wdg-steps{
  margin:10px 0 0;
  padding-left:18px;
  line-height:1.75;
  color:rgba(33,37,41,.82);
}
.wdg-steps strong{ color:rgba(33,37,41,.92); }

/* PILLS */
.wdg-split{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:14px;
}
.wdg-pill{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(33,37,41,.10);
  background:rgba(33,37,41,.03);
  color:rgba(33,37,41,.88);
  text-decoration:none!important;
  font-weight:700;
  font-size:.92rem;
}
.wdg-pill:hover{
  border-color:rgba(42,109,176,.22);
  box-shadow:0 10px 22px rgba(33,37,41,.06);
}

/* FAQ */
.wdg-faq details{
  border:1px solid rgba(33,37,41,.08);
  border-radius:14px;
  padding:10px 12px;
  background:rgba(255,255,255,.92);
  margin-top:10px;
}
.wdg-faq summary{
  cursor:pointer;
  font-weight:900;
  color:rgba(33,37,41,.90);
  list-style:none;
}
.wdg-faq summary::-webkit-details-marker{ display:none; }
.wdg-faq summary:after{
  content:"›";
  float:right;
  color:#2a6db0;
  transform:rotate(90deg);
}
.wdg-faq details[open] summary:after{
  transform:rotate(-90deg);
}
.wdg-faq-body{
  margin-top:10px;
  color:rgba(33,37,41,.78);
  line-height:1.65;
}
.wdg-faq-body a{
  color:#2a6db0;
  font-weight:800;
  text-decoration:none;
}
.wdg-faq-body a:hover{ text-decoration:underline; }

/* ASIDE */
.wdg-aside-card{
  position:sticky;
  top:18px;
}
.wdg-aside-title{
  font-weight:900;
  margin-bottom:10px;
}
.wdg-aside-nav{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.wdg-aside-link{
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(33,37,41,.08);
  background:rgba(33,37,41,.02);
  text-decoration:none!important;
  color:rgba(33,37,41,.90);
  font-weight:800;
}
.wdg-aside-link:hover{
  border-color:rgba(42,109,176,.22);
  box-shadow:0 12px 26px rgba(33,37,41,.06);
}
.wdg-aside-sep{
  height:1px;
  background:rgba(33,37,41,.08);
  margin:14px 0;
}
.wdg-mini-title{
  font-weight:900;
  margin-bottom:6px;
}
.wdg-mini-text{
  margin:0 0 12px;
  color:rgba(33,37,41,.72);
  line-height:1.6;
}

/* NOTE */
.wdg-note{
  margin-top:8px;
}
.wdg-note-inner{
  border-radius:18px;
  padding:18px 20px;
  border:1px dashed rgba(33,37,41,.18);
  background:rgba(33,37,41,.02);
}

/* RESPONSIVE */
@media (max-width: 980px){
  .wdg-grid{ grid-template-columns:1fr; }
  .wdg-aside-card{ position:static; }
}
@media (max-width: 768px){
  .wdg-hero-inner{ grid-template-columns:1fr; }
  .wdg-h1{ font-size:1.85rem; }
  .wdg-tiles{ grid-template-columns:1fr; }
  .wdg-search{ flex-direction:column; align-items:stretch; }
  .wdg-search-btn{ width:100%; }
}/* End custom CSS */