.elementor-4545 .elementor-element.elementor-element-06dbb6c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9337f28 */:root{
  --tbblog-brand:#1290ff;
  --tbblog-brand-dark:#0a6ed1;
  --tbblog-ink:#0b1b33;
  --tbblog-muted:#6e7f99;
  --tbblog-bg:#ffffff;
  --tbblog-bg-soft:#f6f9ff;
  --tbblog-card:#ffffff;
  --tbblog-border:rgba(11,27,51,.12);
  --tbblog-shadow:0 14px 40px rgba(11,27,51,.10);
  --tbblog-radius:20px;
  --tbblog-radius-lg:28px;
  --tbblog-max:1180px;
  --tbblog-content:760px;
  --tbblog-toc:300px;
  --tbblog-header-offset:96px;
}

.tbblog-root{
  background:var(--tbblog-bg);
  color:var(--tbblog-ink);
}

.tbblog-root *{ box-sizing:border-box; }

.tbblog-container{
  max-width:var(--tbblog-max);
  margin:0 auto;
  padding:clamp(18px,2.2vw,28px);
}

.tbblog-crumbs{
  font-size:13px;
  color:var(--tbblog-muted);
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:14px;
}

.tbblog-crumbs a{
  color:var(--tbblog-muted);
  text-decoration:none;
}

.tbblog-crumbs a:hover{ color:var(--tbblog-brand-dark); }
.tbblog-crumbs .tbblog-sep{ opacity:.55; }

.tbblog-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:14px;
}

.tbblog-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border:1px solid var(--tbblog-border);
  background:rgba(18,144,255,.06);
  color:var(--tbblog-brand-dark);
  border-radius:999px;
  font-size:12px;
  letter-spacing:.02em;
  white-space:nowrap;
}

.tbblog-pill.tbblog-gray{
  background:rgba(11,27,51,.04);
  color:var(--tbblog-muted);
}

.tbblog-pill a{
  color:inherit;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.tbblog-pill a:hover{ color:var(--tbblog-brand-dark); }

.tbblog-link-strong{
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:3px;
  font-weight:600;
}

.tbblog-headline{
  margin:6px 0 0;
  padding:20px 22px 16px;
  border-radius:18px 18px 14px 14px;
  background:
    radial-gradient(900px 260px at 20% 10%, rgba(18,144,255,.22), rgba(18,144,255,0) 60%),
    linear-gradient(135deg, rgba(18,144,255,.14), rgba(18,144,255,.04));
  border:1px solid rgba(18,144,255,.25);
  box-shadow:0 14px 36px rgba(18,144,255,.16);
  width:100%;
}

.tbblog-headline h1.tbblog-title,
.tbblog-headline .tbblog-title{
  margin:0;
  font-size:clamp(26px,2.6vw,38px) !important;
  line-height:1.15;
  letter-spacing:-.015em;
  color:var(--tbblog-ink) !important;
  text-shadow:none;
}

.tbblog-intro{
  margin:0 0 14px;
  padding:14px 22px 16px;
  border-radius:0 0 18px 18px;
  background:rgba(255,255,255,.75);
  backdrop-filter:saturate(120%) blur(10px);
  border:1px solid rgba(18,144,255,.25);
  border-top:0;
  box-shadow:0 10px 26px rgba(11,27,51,.06);
  width:100%;
}

.tbblog-headline + .tbblog-intro{ margin-top:-10px; }

.tbblog-intro-text{
  margin:0 0 10px;
  font-size:16.5px;
  line-height:1.65;
  color:rgba(11,27,51,.86);
}

.tbblog-intro-text:last-child{ margin-bottom:0; }

.tbblog-intro-text strong{
  font-weight:800;
  color:rgba(11,27,51,.92);
}

.tbblog-author{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin:0 0 18px;
  color:var(--tbblog-muted);
  font-size:13px;
}

.tbblog-author .tbblog-dot{ opacity:.55; }

.tbblog-layout{
  display:grid;
  grid-template-columns:1fr;
  gap:clamp(18px,2vw,26px);
  margin-top:clamp(18px,2vw,26px);
  align-items:start;
}

.tbblog-toc-card{
  border:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}

.tbblog-toc-toggle{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:16px 18px;
  border:1px solid rgba(18,144,255,.22);
  cursor:pointer;
  font-weight:850;
  font-size:16px;
  border-radius:22px;
  background:linear-gradient(135deg,var(--tbblog-brand),var(--tbblog-brand-dark));
  color:#fff;
  text-decoration:none;
  box-shadow:0 10px 28px rgba(18,144,255,.26);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
  white-space:nowrap;
}

.tbblog-toc-toggle:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(18,144,255,.32);
  background:linear-gradient(135deg,var(--tbblog-brand-dark),var(--tbblog-brand));
}

.tbblog-toc-toggle:focus-visible{
  outline:3px solid rgba(18,144,255,.35);
  outline-offset:2px;
}

.tbblog-toc-toggle .tbblog-chev{
  width:22px;
  height:22px;
  position:relative;
  flex:0 0 22px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 10px 22px rgba(0,0,0,.10);
}

.tbblog-toc-toggle .tbblog-chev:before,
.tbblog-toc-toggle .tbblog-chev:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:12px;
  height:2px;
  background:rgba(255,255,255,.95);
  transform:translate(-50%,-50%);
  border-radius:2px;
  transition:transform .18s ease, opacity .18s ease;
}

.tbblog-toc-toggle .tbblog-chev:after{
  width:2px;
  height:12px;
  transform:translate(-50%,-50%);
}

.tbblog-toc-card[aria-expanded="true"] .tbblog-toc-toggle .tbblog-chev:after{ opacity:0; }

.tbblog-toc-body{
  display:none;
  margin-top:10px;
  padding:14px 16px 16px;
  border-radius:18px;
  border:1px solid rgba(11,27,51,.10);
  background:rgba(255,255,255,.92);
  box-shadow:0 10px 26px rgba(11,27,51,.08);
}

.tbblog-toc-card[aria-expanded="true"] .tbblog-toc-body{ display:block; }

.tbblog-toc-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.tbblog-toc-list a{
  text-decoration:none;
  color:rgba(11,27,51,.86);
  font-size:14.5px;
  line-height:1.35;
}

.tbblog-toc-list a:hover{ color:var(--tbblog-brand-dark); }

.tbblog-sticky{
  position:sticky;
  top:calc(var(--tbblog-header-offset) + 12px);
}

.tbblog-article{ max-width:var(--tbblog-content); }

.tbblog-lead{
  font-size:16.5px;
  line-height:1.75;
  color:rgba(11,27,51,.86);
  margin:0 0 14px;
}

.tbblog-article p{
  font-size:16px;
  line-height:1.75;
  color:rgba(11,27,51,.86);
  margin:0 0 14px;
}

.tbblog-article h2{
  font-size:clamp(20px,2vw,26px);
  line-height:1.25;
  margin:28px 0 12px;
  letter-spacing:-.01em;
}

.tbblog-article h3{
  font-size:18px;
  line-height:1.35;
  margin:20px 0 10px;
}

.tbblog-article ul,
.tbblog-article ol{
  margin:0 0 14px;
  padding-left:20px;
  color:rgba(11,27,51,.84);
  line-height:1.7;
}

.tbblog-article li{ margin:6px 0; }

.tbblog-article a{
  color:var(--tbblog-brand-dark);
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:3px;
}

.tbblog-article section:not(.tbblog-fm):not(.tbblog-keypoints) > ul{
  list-style:none;
  padding:14px 16px;
  margin:0 0 14px;
  border-radius:18px;
  border:1px solid rgba(11,27,51,.10);
  background:
    radial-gradient(700px 240px at 12% 0%, rgba(18,144,255,.10), rgba(255,255,255,0) 62%),
    rgba(255,255,255,.86);
  backdrop-filter:saturate(120%) blur(10px);
  box-shadow:0 12px 34px rgba(11,27,51,.08);
}

.tbblog-article section:not(.tbblog-fm):not(.tbblog-keypoints) > ul > li{
  position:relative;
  padding:10px 10px 10px 34px;
  margin:0;
  border-radius:14px;
  background:rgba(255,255,255,.80);
  border:1px solid rgba(11,27,51,.08);
  box-shadow:0 10px 24px rgba(11,27,51,.05);
}

.tbblog-article section:not(.tbblog-fm):not(.tbblog-keypoints) > ul > li + li{ margin-top:10px; }

.tbblog-article section:not(.tbblog-fm):not(.tbblog-keypoints) > ul > li:before{
  content:"";
  position:absolute;
  left:12px;
  top:50%;
  transform:translateY(-50%);
  width:14px;
  height:14px;
  border-radius:6px;
  background:linear-gradient(135deg, rgba(18,144,255,.22), rgba(10,110,209,.10));
  border:1px solid rgba(18,144,255,.28);
  box-shadow:0 10px 18px rgba(18,144,255,.14);
}

.tbblog-article section:not(.tbblog-fm):not(.tbblog-keypoints) > ul > li:after{
  content:"";
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-55%) rotate(-45deg);
  width:7px;
  height:4px;
  border-left:2px solid rgba(10,110,209,.95);
  border-bottom:2px solid rgba(10,110,209,.95);
}

.tbblog-article p:has(> strong:first-child){
  position:relative;
  padding:14px 16px 14px 54px;
  border-radius:18px;
  border:1px solid rgba(11,27,51,.10);
  background:
    radial-gradient(700px 220px at 14% 0%, rgba(18,144,255,.10), rgba(255,255,255,0) 62%),
    rgba(255,255,255,.90);
  box-shadow:0 12px 32px rgba(11,27,51,.08);
  margin:0 0 12px;
}

.tbblog-article p:has(> strong:first-child):before{
  content:"";
  position:absolute;
  left:16px;
  top:16px;
  width:28px;
  height:28px;
  border-radius:10px;
  background:linear-gradient(135deg, rgba(18,144,255,.95), rgba(10,110,209,.85));
  box-shadow:0 12px 24px rgba(18,144,255,.22);
}

.tbblog-article p:has(> strong:first-child):after{
  content:"";
  position:absolute;
  left:26px;
  top:25px;
  width:8px;
  height:4px;
  border-left:2px solid rgba(255,255,255,.95);
  border-bottom:2px solid rgba(255,255,255,.95);
  transform:rotate(-45deg);
}

.tbblog-article p > strong:first-child{
  display:block;
  margin:0 0 6px;
  padding:0;
  border:0;
  background:transparent;
  color:rgba(11,27,51,.92);
  font-weight:900;
  letter-spacing:-.01em;
}

.tbblog-article p > strong:first-child + br{ display:none; }

.tbblog-keypoints{
  position:relative;
  border:1px solid rgba(11,27,51,.10);
  border-radius:var(--tbblog-radius-lg);
  background:rgba(255,255,255,.82);
  backdrop-filter:saturate(120%) blur(10px);
  box-shadow:0 12px 34px rgba(11,27,51,.08);
  padding:16px 18px 16px;
  margin:0 0 14px;
  overflow:hidden;
}

.tbblog-keypoints:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:6px;
  background:linear-gradient(180deg, rgba(18,144,255,.95), rgba(10,110,209,.65));
  opacity:.85;
}

.tbblog-keypoints h3{
  margin:0 0 10px;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(11,27,51,.72);
  display:flex;
  align-items:center;
  gap:10px;
}

.tbblog-keypoints h3:before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:rgba(18,144,255,.22);
  box-shadow:0 10px 18px rgba(18,144,255,.18);
  flex:0 0 10px;
}

.tbblog-keypoints p{
  margin:0;
  font-size:15.8px;
  line-height:1.65;
  color:rgba(11,27,51,.84);
}

.tbblog-keypoints ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.tbblog-keypoints li{
  position:relative;
  padding-left:26px;
  line-height:1.6;
  color:rgba(11,27,51,.84);
}

.tbblog-keypoints li:before{
  content:"";
  position:absolute;
  left:0;
  top:.35em;
  width:16px;
  height:16px;
  border-radius:6px;
  background:linear-gradient(135deg, rgba(18,144,255,.20), rgba(10,110,209,.10));
  border:1px solid rgba(18,144,255,.28);
  box-shadow:0 8px 18px rgba(18,144,255,.14);
}

.tbblog-keypoints li:after{
  content:"";
  position:absolute;
  left:5px;
  top:.63em;
  width:7px;
  height:4px;
  border-left:2px solid rgba(10,110,209,.95);
  border-bottom:2px solid rgba(10,110,209,.95);
  transform:rotate(-45deg);
}

.tbblog-keypoints[aria-label="TL;DR"]{
  border-color:rgba(18,144,255,.22);
  background:
    radial-gradient(900px 240px at 20% 0%, rgba(18,144,255,.14), rgba(255,255,255,0) 60%),
    rgba(255,255,255,.82);
}

.tbblog-keypoints[aria-label="TL;DR"]:before{
  width:8px;
  opacity:.95;
}

.tbblog-keypoints[aria-label="TL;DR"] p{
  font-size:16px;
  color:rgba(11,27,51,.86);
}

.tbblog-keypoints[aria-label="Schlüsselpunkte"]{
  background:
    radial-gradient(700px 220px at 10% 0%, rgba(11,27,51,.06), rgba(255,255,255,0) 60%),
    rgba(255,255,255,.82);
}

.tbblog-callout{
  border-radius:var(--tbblog-radius);
  border:1px solid var(--tbblog-border);
  padding:14px 16px;
  margin:18px 0;
  background:rgba(255,255,255,.85);
  box-shadow:0 10px 26px rgba(11,27,51,.08);
}

.tbblog-callout .tbblog-co-head{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  margin:0 0 8px;
  font-size:14px;
}

.tbblog-badge{
  width:30px;
  height:30px;
  border-radius:10px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(135deg,var(--tbblog-brand),var(--tbblog-brand-dark));
  flex:0 0 30px;
  box-shadow:0 10px 20px rgba(18,144,255,.25);
}

.tbblog-callout p{ margin:0 0 10px; }
.tbblog-callout p:last-child{ margin-bottom:0; }

.tbblog-cta{
  margin:26px 0 6px;
  border-radius:var(--tbblog-radius-lg);
  border:1px solid rgba(18,144,255,.25);
  background:linear-gradient(135deg, rgba(18,144,255,.12), rgba(255,255,255,.78));
  box-shadow:0 14px 36px rgba(18,144,255,.14);
  padding:18px 18px;
}

.tbblog-cta h3{
  margin:0 0 6px;
  font-size:16px;
}

.tbblog-cta p{
  margin:0;
  color:rgba(11,27,51,.78);
}

.tbblog-hero{
  border-radius:var(--tbblog-radius-lg);
  overflow:hidden;
  border:1px solid var(--tbblog-border);
  box-shadow:var(--tbblog-shadow);
  background:linear-gradient(135deg, rgba(18,144,255,.10), rgba(10,110,209,.06));
  position:relative;
  --tbblog-hero-h:550px;
  --tbblog-hero-zoom:1.0;
  --tbblog-hero-shift-x:0px;
  --tbblog-hero-shift-y:0px;
  height:var(--tbblog-hero-h);
}

.tbblog-hero img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:
    calc(50% + var(--tbblog-hero-shift-x))
    calc(50% + var(--tbblog-hero-shift-y));
  transform:scale(var(--tbblog-hero-zoom));
  transform-origin:center center;
}

.tbblog-hero.tbblog-figure-inline{
  --tbblog-hero-h:240px;
  --tbblog-hero-zoom:1.00;
  --tbblog-hero-shift-x:0px;
  --tbblog-hero-shift-y:0px;
  margin:18px 0;
}

.tbblog-hero.tbblog-figure-a{
  --tbblog-hero-h:300px;
  --tbblog-hero-zoom:1.0;
  --tbblog-hero-shift-x:0px;
  --tbblog-hero-shift-y:0px;
}

.tbblog-hero.tbblog-figure-b{
  --tbblog-hero-h:500px;
  --tbblog-hero-zoom:1.0;
  --tbblog-hero-shift-x:0px;
  --tbblog-hero-shift-y:0px;
}

.tbblog-fm{
  border:1px solid rgba(11,27,51,.10);
  border-radius:var(--tbblog-radius-lg);
  background:
    radial-gradient(900px 260px at 10% 0%, rgba(18,144,255,.10), rgba(255,255,255,0) 60%),
    rgba(255,255,255,.86);
  backdrop-filter:saturate(120%) blur(10px);
  box-shadow:0 12px 34px rgba(11,27,51,.08);
  padding:16px 16px 14px;
  margin:18px 0 14px;
  overflow:hidden;
  position:relative;
}

.tbblog-fm:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:8px;
  background:linear-gradient(180deg, rgba(18,144,255,.95), rgba(10,110,209,.60));
  opacity:.9;
}

.tbblog-fm-head{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin:0 0 12px;
  padding-left:8px;
}

.tbblog-fm-title{
  margin:0;
  font-size:16px;
  font-weight:900;
  letter-spacing:-.01em;
  color:rgba(11,27,51,.92);
}

.tbblog-fm-sub{
  margin:0;
  font-size:13px;
  line-height:1.45;
  color:rgba(11,27,51,.68);
}

.tbblog-fm-grid{
  list-style:none;
  margin:0;
  padding:0 0 0 8px;
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  align-items:stretch;
}

.tbblog-fm-grid > li,
.tbblog-fm-item{
  margin:0 !important;
  padding:12px 12px !important;
  list-style:none !important;
}

.tbblog-fm-grid > li::marker{ content:"" !important; }

.tbblog-fm-grid > li:before,
.tbblog-fm-grid > li:after,
.tbblog-fm-item:before,
.tbblog-fm-item:after{
  content:none !important;
  display:none !important;
}

.tbblog-fm-item{
  border:1px solid rgba(11,27,51,.10);
  background:rgba(255,255,255,.92);
  border-radius:16px;
  box-shadow:0 10px 26px rgba(11,27,51,.06);
  display:flex;
  flex-direction:column;
  gap:8px;
  height:100%;
  min-height:0;
}

.tbblog-fm-row{
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.tbblog-fm-dot{
  width:28px;
  height:28px;
  border-radius:10px;
  flex:0 0 28px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(135deg, rgba(18,144,255,.95), rgba(10,110,209,.85));
  box-shadow:0 10px 20px rgba(18,144,255,.22);
  margin-top:1px;
}

.tbblog-fm-dot:before{
  content:"!";
  font-weight:900;
  font-size:14px;
  line-height:1;
}

.tbblog-fm-text{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
  min-height:0;
}

.tbblog-fm-line{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:8px;
  line-height:1.55;
}

.tbblog-fm-cause{
  font-weight:850;
  color:rgba(11,27,51,.92);
}

.tbblog-fm-arrow{
  color:rgba(11,27,51,.40);
  font-weight:800;
}

.tbblog-fm-impact{
  color:rgba(11,27,51,.78);
  font-weight:650;
}

.tbblog-fm-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(11,27,51,.10);
  background:rgba(11,27,51,.04);
  color:rgba(11,27,51,.68);
  width:fit-content;
  margin-top:auto;
}

.tbblog-fm-tag:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(18,144,255,.25);
  box-shadow:0 10px 18px rgba(18,144,255,.16);
}

.tbblog-faq{
  margin-top:28px;
  max-width:var(--tbblog-content);
}

.tbblog-faq h2{ margin-bottom:10px; }

.tbblog-faq details{
  background:transparent;
  border:0;
  padding:0;
  margin:0 0 12px;
  box-shadow:none;
}

.tbblog-faq summary{
  cursor:pointer;
  font-weight:850;
  color:#fff;
  font-size:16px;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 18px;
  border:1px solid rgba(18,144,255,.22);
  border-radius:22px;
  background:linear-gradient(135deg,var(--tbblog-brand),var(--tbblog-brand-dark));
  box-shadow:0 10px 28px rgba(18,144,255,.26);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
  position:relative;
}

.tbblog-faq summary:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(18,144,255,.32);
  background:linear-gradient(135deg,var(--tbblog-brand-dark),var(--tbblog-brand));
}

.tbblog-faq summary::-webkit-details-marker{ display:none; }
.tbblog-faq summary::marker{ content:""; }

.tbblog-faq details > summary::after{
  content:"+";
  width:22px;
  height:22px;
  flex:0 0 22px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 10px 22px rgba(0,0,0,.10);
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:900;
  font-size:16px;
  line-height:1;
  margin-left:auto;
}

.tbblog-faq details[open] > summary::after{ content:"–"; }

.tbblog-faq details > *:not(summary){
  display:block;
  margin-top:10px;
  padding:14px 16px 16px;
  color:rgba(11,27,51,.86);
  line-height:1.75;
  font-size:15.5px;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.90));
  border:1px solid rgba(18,144,255,.14);
  border-radius:18px;
  box-shadow:0 14px 34px rgba(11,27,51,.08);
}

.tbblog-faq details > *:not(summary) p{
  margin:0;
  color:rgba(11,27,51,.86);
}

@media (min-width:720px){
  .tbblog-fm-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}

@media (max-width:1200px){
  .tbblog-hero{
    --tbblog-hero-h:500px;
    --tbblog-hero-zoom:1.0;
    --tbblog-hero-shift-x:0px;
    --tbblog-hero-shift-y:20px;
  }
  .tbblog-hero.tbblog-figure-a{
    --tbblog-hero-h:250px;
    --tbblog-hero-zoom:1.02;
    --tbblog-hero-shift-x:0px;
    --tbblog-hero-shift-y:0px;
  }
  .tbblog-hero.tbblog-figure-b{
    --tbblog-hero-h:400px;
    --tbblog-hero-zoom:1.02;
    --tbblog-hero-shift-x:0px;
    --tbblog-hero-shift-y:0px;
  }
}

@media (max-width:1024px){
  .tbblog-hero{
    --tbblog-hero-h:400px;
    --tbblog-hero-zoom:1.0;
    --tbblog-hero-shift-x:0px;
    --tbblog-hero-shift-y:20px;
  }
  .tbblog-hero.tbblog-figure-a{
    --tbblog-hero-h:275px;
    --tbblog-hero-zoom:1.0;
    --tbblog-hero-shift-x:0px;
    --tbblog-hero-shift-y:0px;
  }
  .tbblog-hero.tbblog-figure-b{
    --tbblog-hero-h:500px;
    --tbblog-hero-zoom:1.02;
    --tbblog-hero-shift-x:0px;
    --tbblog-hero-shift-y:0px;
  }
}

@media (max-width:880px){
  .tbblog-hero{
    --tbblog-hero-h:400px;
    --tbblog-hero-zoom:1.0;
    --tbblog-hero-shift-x:0px;
    --tbblog-hero-shift-y:0px;
  }
  .tbblog-hero.tbblog-figure-a{
    --tbblog-hero-h:250px;
    --tbblog-hero-zoom:1.0;
    --tbblog-hero-shift-x:0px;
    --tbblog-hero-shift-y:0px;
  }
  .tbblog-hero.tbblog-figure-b{
    --tbblog-hero-h:500px;
    --tbblog-hero-zoom:1.0;
    --tbblog-hero-shift-x:0px;
    --tbblog-hero-shift-y:0px;
  }
}

@media (min-width:1024px){
  .tbblog-layout{
    grid-template-columns:minmax(0, var(--tbblog-content)) minmax(0, var(--tbblog-toc));
    justify-content:center;
  }
  .tbblog-toc-mobile{ display:none; }
  .tbblog-toc-desktop{ display:block; }
  .tbblog-fm-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}

@media (max-width:767px){
  :root{ --tbblog-header-offset:72px; }

  .tbblog-root,
  .tbblog-container{ overflow-x:hidden; }

  .tbblog-container{ padding:16px 14px; }

  .tbblog-layout,
  .tbblog-article,
  .tbblog-toc-mobile,
  .tbblog-toc-card,
  .tbblog-toc-body{
    min-width:0;
    max-width:100%;
  }

  .tbblog-root img,
  .tbblog-root svg,
  .tbblog-root video,
  .tbblog-root iframe{
    max-width:100%;
    height:auto;
  }

  .tbblog-article,
  .tbblog-article *{
    overflow-wrap:anywhere;
    word-break:break-word;
  }

  .tbblog-toc-toggle{
    max-width:100%;
    white-space:normal;
  }

  .tbblog-crumbs{
    font-size:12px;
    gap:6px;
    margin-bottom:10px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
  }

  .tbblog-crumbs span{ display:none; }

  .tbblog-crumbs a{
    display:inline-flex;
    align-items:center;
    white-space:nowrap;
  }

  .tbblog-crumbs .tbblog-sep{
    display:inline-flex;
    opacity:.5;
  }

  .tbblog-crumbs a:nth-of-type(n+4),
  .tbblog-crumbs a:nth-of-type(n+4) + .tbblog-sep{
    display:none;
  }

  .tbblog-crumbs .tbblog-sep:last-child{ display:none !important; }

  .tbblog-meta{ display:none !important; }

  .tbblog-headline{
    padding:14px 14px 12px;
    border-radius:16px;
    margin-top:4px;
  }

  .tbblog-headline h1.tbblog-title,
  .tbblog-headline .tbblog-title{
    font-size:clamp(22px,7.2vw,30px) !important;
    line-height:1.15;
  }

  .tbblog-intro{
    padding:10px 14px 12px;
    border-radius:0 0 16px 16px;
    margin-bottom:10px;
  }

  .tbblog-intro-text{
    font-size:15px;
    line-height:1.6;
  }

  .tbblog-author{
    margin:0 0 14px;
    font-size:12.5px;
  }

  .tbblog-hero{
    width:100%;
    max-width:100%;
    height:auto !important;
    aspect-ratio:auto;
    --tbblog-hero-h:auto;
    --tbblog-hero-zoom:1 !important;
    --tbblog-hero-shift-x:0px !important;
    --tbblog-hero-shift-y:0px !important;
  }

  .tbblog-hero img{
    width:100%;
    max-width:100%;
    height:auto !important;
    display:block;
    transform:none !important;
    object-fit:cover;
    object-position:50% 50% !important;
  }

  .tbblog-hero.tbblog-figure-inline{
    width:100%;
    max-width:100%;
    height:auto !important;
    aspect-ratio:auto;
    margin:14px 0;
  }

  .tbblog-hero.tbblog-figure-inline img{
    width:100%;
    height:auto !important;
    object-fit:contain;
  }

  .tbblog-article section:not(.tbblog-fm):not(.tbblog-keypoints) > ul{
    padding:12px 12px;
    border-radius:16px;
  }

  .tbblog-article section:not(.tbblog-fm):not(.tbblog-keypoints) > ul > li{
    padding:10px 10px 10px 34px;
    border-radius:14px;
  }

  .tbblog-article p:has(> strong:first-child){
    padding:12px 12px 12px 50px;
    border-radius:16px;
  }

  .tbblog-article p:has(> strong:first-child):before{
    left:12px;
    top:12px;
    width:26px;
    height:26px;
    border-radius:10px;
  }

  .tbblog-article p:has(> strong:first-child):after{
    left:21px;
    top:20px;
  }

  .tbblog-fm,
  .tbblog-fm-grid,
  .tbblog-fm-item,
  .tbblog-fm-row,
  .tbblog-fm-text,
  .tbblog-fm-line{
    min-width:0;
    max-width:100%;
  }

  .tbblog-fm-grid{ padding-left:8px; }

  .tbblog-fm-tag{
    max-width:100%;
    width:auto;
    display:inline-block;
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:break-word;
  }

  .tbblog-faq summary{
    padding:12px 14px;
    font-size:14.75px;
    line-height:1.35;
    border-radius:16px;
    box-shadow:0 7px 16px rgba(18,144,255,.18);
    transform:none;
  }

  .tbblog-faq summary:hover{
    transform:none;
    box-shadow:0 9px 20px rgba(18,144,255,.22);
  }

  .tbblog-faq details > *:not(summary){
    margin-top:8px;
    padding:12px 14px 14px;
    font-size:14.75px;
    line-height:1.7;
    border-radius:14px;
  }

  .tbblog-faq details > summary::after{
    width:18px;
    height:18px;
    flex:0 0 18px;
    font-size:14px;
  }
}

@media (prefers-reduced-motion: reduce){
  .tbblog-toc-toggle,
  .tbblog-fm-item,
  .tbblog-faq summary{
    transition:none !important;
  }
}/* End custom CSS */