.elementor-3046 .elementor-element.elementor-element-7ca4ead{--display:flex;}.elementor-3046 .elementor-element.elementor-element-8838f86{--display:flex;}.elementor-3046 .elementor-element.elementor-element-48c5059{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a82b9aa */.thb-market-breakout{
  --brand-navy:#051531;
  --brand-orange:#ff924c;
  position:relative;
  width:100vw;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  padding:80px 20px;
  background:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:#051531;
  box-sizing:border-box;
  line-height:1.6;
  overflow-x:hidden;
}
.thb-market-breakout *{box-sizing:border-box}
.thb-market-container{max-width:1100px;margin:0 auto}
.thb-video-header{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
  margin-bottom:80px;
}
.thb-lite-video{
  position:relative;
  width:100%;
  padding:0;
  border:0;
  border-radius:20px;
  overflow:hidden;
  background:#000;
  cursor:pointer;
  box-shadow:0 20px 40px rgba(0,0,0,.1);
}
.thb-lite-video:before{
  content:"";
  display:block;
  padding-top:56.25%;
}
.thb-lite-video-bg,
.thb-lite-video iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.thb-lite-video-bg{
  display:block;
  background:center center/cover no-repeat;
}
.thb-lite-video-play{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:76px;
  height:52px;
  border-radius:14px;
  background:rgba(0,0,0,.78);
  box-shadow:0 12px 28px rgba(0,0,0,.28);
}
.thb-lite-video-play:before{
  content:"";
  position:absolute;
  left:30px;
  top:16px;
  border-style:solid;
  border-width:10px 0 10px 18px;
  border-color:transparent transparent transparent #fff;
}
.thb-intro-text p{
  margin:0 0 18px;
  font-size:1.08rem;
  color:#334155;
}
.thb-market-kicker{
  font-size:.9rem;
  font-weight:800;
  color:#ff924c;
  letter-spacing:2px;
  margin-bottom:10px;
}
.thb-market-title{
  font-size:clamp(2rem,4vw,2.8rem);
  font-weight:900;
  line-height:1.1;
  margin:0 0 20px;
  color:#051531;
}
.thb-market-h2{
  font-size:1.8rem;
  font-weight:800;
  margin:0 0 20px;
  color:#051531;
}
.thb-section-header{text-align:left;margin-bottom:24px}
.thb-section-intro{
  margin:0;
  font-size:1.08rem;
  color:#334155;
}
.thb-snapshot-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:20px;
  margin-bottom:60px;
}
.snapshot-card{
  background:#f8fafc;
  padding:25px;
  border-radius:20px;
  transition:.3s ease;
  border:1px solid #e2e8f0;
}
.snapshot-card:hover{
  transform:translateY(-5px);
  border-bottom:3px solid #ff924c;
}
.thb-card-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#fff1e7;
  color:#ff924c;
  font-size:1.1rem;
  font-weight:900;
  margin-bottom:15px;
}
.snapshot-card strong{
  display:block;
  font-size:1.1rem;
  margin-bottom:8px;
  color:#051531;
}
.snapshot-card p{
  margin:0;
  color:#334155;
}
.thb-dual-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  margin-bottom:40px;
}
.thb-grid-box{
  padding:40px 32px;
  background:#f8fafc;
  border-radius:24px;
  border:1px solid #e2e8f0;
}
.thb-grid-box.highlight{
  background:#051531;
  color:#fff;
  border:none;
  box-shadow:0 18px 40px rgba(5,21,49,.18);
}
.thb-grid-box.highlight .thb-market-h2{color:#fff}
.thb-market-list{
  list-style:none;
  padding:0;
  margin:0;
}
.thb-market-list li{
  margin-bottom:16px;
  padding-left:28px;
  position:relative;
  font-size:1.04rem;
}
.thb-market-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#ff924c;
  font-weight:900;
}
.thb-why-section{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:28px;
  padding:36px;
  margin-bottom:60px;
  box-shadow:0 10px 24px rgba(0,0,0,.04);
}
.thb-why-section p{
  margin:0 0 16px;
  font-size:1.08rem;
  color:#334155;
}
.thb-why-section p:last-child{margin-bottom:0}
.thb-case-study{
  background:linear-gradient(135deg,#fff7f2 0%,#fff 100%);
  border:1px solid rgba(255,146,76,.25);
  border-radius:28px;
  padding:36px;
  margin-bottom:60px;
  box-shadow:0 10px 24px rgba(0,0,0,.04);
}
.case-badge{
  display:inline-block;
  background:#ff924c;
  color:#fff;
  font-weight:800;
  letter-spacing:1px;
  font-size:.8rem;
  padding:9px 14px;
  border-radius:999px;
  margin-bottom:18px;
}
.thb-case-study p{
  margin:0 0 14px;
  font-size:1.08rem;
  color:#334155;
}
.thb-case-study p:last-child{margin-bottom:0}
.thb-steps-footer{
  background:#f8fafc;
  padding:42px 34px;
  border-radius:32px;
  border:1px solid #e2e8f0;
  margin-bottom:60px;
}
.thb-steps-intro{
  margin:0 0 24px;
  font-size:1.08rem;
  color:#334155;
}
.thb-market-steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  margin:30px 0;
}
.step{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:22px 16px;
  text-align:center;
  color:#334155;
  box-shadow:0 6px 16px rgba(0,0,0,.03);
}
.step .num{
  display:inline-flex;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#ff924c;
  color:#fff;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:12px;
}
.step strong{
  display:block;
  color:#051531;
  margin-bottom:8px;
}
.step p{
  margin:0;
  font-size:.96rem;
}
.thb-final-cta{
  text-align:center;
  margin-top:12px;
}
.thb-btn-market{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:#ff924c;
  color:#fff !important;
  text-decoration:none;
  font-weight:900;
  font-size:1.3rem;
  padding:20px 42px;
  border-radius:999px;
  box-shadow:0 15px 35px rgba(255,146,76,.35);
  transition:.3s;
}
.thb-btn-icon{
  width:20px;
  height:20px;
  fill:currentColor;
  flex-shrink:0;
}
.thb-btn-market:hover{
  transform:translateY(-3px);
  background:#e97f35;
}
.thb-market-faqs{
  padding:10px 0 0;
}
.thb-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.thb-faq-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:22px;
  padding:26px;
  box-shadow:0 10px 22px rgba(0,0,0,.04);
}
.thb-faq-card h3{
  margin:0 0 12px;
  font-size:1.16rem;
  line-height:1.3;
  color:#051531;
}
.thb-faq-card p{
  margin:0;
  font-size:1.02rem;
  color:#334155;
}
@media (max-width:991px){
  .thb-video-header,
  .thb-dual-grid,
  .thb-faq-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .thb-market-steps{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:768px){
  .thb-market-container{padding:0}
  .thb-market-title{font-size:2rem}
  .thb-market-h2{font-size:1.5rem}
  .thb-steps-footer,
  .thb-case-study,
  .thb-why-section{
    padding:28px 20px;
  }
  .thb-market-steps{grid-template-columns:1fr}
  .thb-btn-market{
    width:100%;
    text-align:center;
    font-size:1.15rem;
  }
}/* End custom CSS */