:root{
  --ist-bg:#f4f7fb;
  --ist-card:#ffffff;
  --ist-soft:#f8fafc;
  --ist-text:#122033;
  --ist-muted:#5f7187;
  --ist-line:#e4ebf3;
  --ist-line2:#d5e0ec;
  --ist-dark:#102235;
  --ist-orange:#f39213;
  --ist-orange2:#ff7f0f;
  --ist-orange-soft:#fff4e6;
  --ist-green:#078f5b;
  --ist-shadow:0 10px 28px rgba(15,31,49,.055);
  --ist-shadow2:0 22px 55px rgba(15,31,49,.095);
  --ist-radius:18px;
  --ist-shell:min(1120px,calc(100% - 46px));
}*{box-sizing:border-box}html{scroll-behavior:smooth}body{
  margin:0!important;
  background:var(--ist-bg)!important;
  color:var(--ist-text)!important;
  font-family:"Manrope",Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  line-height:1.68!important;
}a{text-decoration:none!important;transition:.2s ease}img{max-width:100%;display:block}.no-shell{width:var(--ist-shell)!important;max-width:var(--ist-shell)!important;margin-inline:auto!important}.no-header{
  position:sticky!important;
  top:0!important;
  z-index:1000!important;
  background:rgba(255,255,255,.98)!important;
  color:var(--ist-text)!important;
  border-bottom:1px solid var(--ist-line)!important;
  box-shadow:0 8px 22px rgba(15,31,49,.045)!important;
  backdrop-filter:blur(16px)!important;
}.no-header-dark,
.no-header-light{
  background:rgba(255,255,255,.98)!important;
  color:var(--ist-text)!important;
}.no-topline{
  background:#f9fbfd!important;
  border-bottom:1px solid var(--ist-line)!important;
}.no-topline-inner{
  min-height:32px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
}.no-topline-left,
.no-topline-right{
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  flex-wrap:wrap!important;
}.no-topline span,
.no-topline a{
  color:#62758a!important;
  font-size:12px!important;
  text-decoration:none!important;
}.no-navbar{
  min-height:74px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
}.no-brand{
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
}.no-brand img,
.no-footer-brand img{
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
  filter:none!important;
  width:168px!important;
  max-height:58px!important;
  object-fit:contain!important;
}.no-brand{
  background:#fff!important;
  border:1px solid var(--ist-line)!important;
  border-radius:12px!important;
  padding:7px 11px!important;
  box-shadow:0 8px 18px rgba(15,31,49,.045)!important;
}.no-menu{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:25px!important;
  flex:1 1 auto!important;
}.no-menu a{
  color:var(--ist-text)!important;
  opacity:1!important;
  font-size:13px!important;
  font-weight:850!important;
  text-transform:none!important;
  letter-spacing:.01em!important;
  padding:8px 0!important;
  position:relative!important;
}.no-menu a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,var(--ist-orange),var(--ist-orange2));
  border-radius:999px;
  transform:scaleX(0);
  transform-origin:left;
  transition:.2s ease;
}.no-menu a:hover:after{transform:scaleX(1)}.no-quote,
.no-actions a:first-child,
.no-price-note a,
.no-price-info a,
.no-form button,
.no-side-cta a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:43px!important;
  padding:0 18px!important;
  border-radius:12px!important;
  border:0!important;
  background:linear-gradient(135deg,var(--ist-orange),var(--ist-orange2))!important;
  color:#fff!important;
  font-weight:900!important;
  font-size:13px!important;
  box-shadow:0 12px 26px rgba(243,146,19,.20)!important;
}.no-quote:hover,
.no-actions a:first-child:hover,
.no-form button:hover{
  transform:translateY(-1px)!important;
}.no-menu-btn{
  display:none!important;
  width:44px!important;
  height:44px!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid var(--ist-line2)!important;
  border-radius:13px!important;
  background:#fff!important;
  color:var(--ist-text)!important;
  box-shadow:0 8px 18px rgba(15,31,49,.055)!important;
  cursor:pointer!important;
}.no-menu-btn span{
  display:block!important;
  width:22px!important;
  height:2px!important;
  margin:4px 0!important;
  background:var(--ist-text)!important;
  border-radius:999px!important;
}.no-header.no-menu-open .no-menu-btn span:nth-child(1){transform:translateY(6px) rotate(45deg)!important}.no-header.no-menu-open .no-menu-btn span:nth-child(2){opacity:0!important}.no-header.no-menu-open .no-menu-btn span:nth-child(3){transform:translateY(-6px) rotate(-45deg)!important}.no-section{
  padding:76px 0!important;
  background:#fff!important;
}.no-section-head{
  max-width:720px!important;
  margin:0 auto 34px!important;
  text-align:center!important;
}.no-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:28px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:var(--ist-orange-soft)!important;
  border:1px solid #ffd7a8!important;
  color:#a85e00!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}.no-eyebrow:after{display:none!important}.no-section-head h2{
  margin:13px 0 9px!important;
  color:var(--ist-text)!important;
  font-size:clamp(30px,3.8vw,44px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
}.no-section-head p{
  margin:0!important;
  color:var(--ist-muted)!important;
  font-size:15px!important;
  line-height:1.75!important;
}.no-detail-hero{
  position:relative!important;
  min-height:235px!important;
  padding:0!important;
  background:#0f1f31!important;
  overflow:hidden!important;
}.no-detail-hero>img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:brightness(.58) saturate(1.03)!important;
}.no-detail-overlay{
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(90deg,rgba(11,24,38,.70),rgba(11,24,38,.42),rgba(11,24,38,.12)),
    linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.18))!important;
}.no-detail-hero-copy{
  position:relative!important;
  z-index:2!important;
  padding:74px 0 32px!important;
  color:#fff!important;
}.no-breadcrumb{
  display:flex!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin-bottom:10px!important;
  color:#e3edf6!important;
  font-size:13px!important;
}.no-breadcrumb a{color:#fff!important}.no-detail-hero h1,
.no-detail-hero-copy h1{
  margin:9px 0 0!important;
  color:#fff!important;
  font-size:clamp(34px,4.2vw,54px)!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
}.no-detail-hero .no-eyebrow{
  background:#fff1df!important;
  border-color:#ffd3a3!important;
  color:#a85e00!important;
}.no-detail-section{
  background:#f5f7fb!important;
  padding:36px 0 68px!important;
}.no-detail-layout{
  display:grid!important;
  grid-template-columns:minmax(0,780px) 290px!important;
  gap:26px!important;
  align-items:start!important;
  justify-content:center!important;
}.no-detail-main{
  background:#fff!important;
  border:1px solid var(--ist-line)!important;
  border-radius:18px!important;
  box-shadow:var(--ist-shadow)!important;
  padding:18px!important;
  overflow:hidden!important;
}.no-tabs{display:none!important}.no-detail-gallery{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0 0 22px!important;
}.no-detail-main-img{
  width:100%!important;
  height:420px!important;
  object-fit:cover!important;
  border-radius:14px!important;
}.no-thumb-row{
  display:flex!important;
  gap:8px!important;
  overflow-x:auto!important;
  margin-top:10px!important;
  padding-bottom:2px!important;
}.no-thumb-row a{
  flex:0 0 82px!important;
  border-radius:9px!important;
  overflow:hidden!important;
  border:1px solid var(--ist-line)!important;
}.no-thumb-row img{
  width:82px!important;
  height:58px!important;
  object-fit:cover!important;
}.no-article-block{
  padding:0 4px!important;
}.no-article-block h2{
  font-size:25px!important;
  line-height:1.22!important;
  letter-spacing:-.03em!important;
  color:var(--ist-text)!important;
  margin:25px 0 11px!important;
}.no-article-block h3{
  font-size:19px!important;
  line-height:1.28!important;
  color:var(--ist-text)!important;
  margin:21px 0 9px!important;
}.no-article-block p{
  font-size:15px!important;
  line-height:1.86!important;
  color:#34475b!important;
  margin:0 0 14px!important;
}.no-article-block ul{
  padding-left:20px!important;
  color:#34475b!important;
  line-height:1.8!important;
}.no-article-block h2 + h2,
.no-article-block h2 + section,
.no-article-block h3 + h2{
  margin-top:16px!important;
}.no-price,
.no-price-compact{
  background:#fff8ee!important;
}.no-price .no-shell,
.no-price-compact{
  background:#fff8ee!important;
  border-radius:18px!important;
}.no-price-compact{
  padding:24px 0 8px!important;
  margin:24px 0!important;
}.no-price-compact .no-section-head{
  margin-bottom:18px!important;
}.no-price-compact .no-section-head h2{
  font-size:32px!important;
}.no-price-card{
  background:#fff!important;
  border:1px solid var(--ist-line)!important;
  border-radius:16px!important;
  overflow:hidden!important;
  box-shadow:var(--ist-shadow)!important;
}.no-price-card table{
  width:100%!important;
  border-collapse:collapse!important;
}.no-price-card th{
  background:#102235!important;
  color:#fff!important;
  padding:14px 16px!important;
  font-size:12px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}.no-price-card td{
  padding:13px 16px!important;
  border-bottom:1px solid #edf3f8!important;
  font-size:14px!important;
  color:var(--ist-text)!important;
  vertical-align:top!important;
}.no-price-card td:last-child{
  text-align:right!important;
  color:var(--ist-green)!important;
  font-weight:1000!important;
  white-space:nowrap!important;
}.no-price-card td span{
  display:block!important;
  color:var(--ist-muted)!important;
  font-size:12px!important;
  line-height:1.45!important;
  margin-top:4px!important;
}.no-price-note{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  background:#102235!important;
  color:#d9e5f0!important;
  padding:14px 16px!important;
}.no-gallery-grid{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:12px!important;
}.no-gallery-grid figure{
  margin:0!important;
  background:#fff!important;
  border:1px solid var(--ist-line)!important;
  border-radius:14px!important;
  padding:5px!important;
  box-shadow:var(--ist-shadow)!important;
}.no-gallery-grid figure img{
  width:100%!important;
  height:165px!important;
  object-fit:cover!important;
  border-radius:10px!important;
}.no-gallery-grid figure figcaption{
  padding:7px 3px 2px!important;
  text-align:center!important;
  font-size:11px!important;
  color:var(--ist-muted)!important;
  line-height:1.3!important;
}.no-sidebar{
  position:sticky!important;
  top:96px!important;
}.no-side-card{
  background:#fff!important;
  border:1px solid var(--ist-line)!important;
  border-radius:16px!important;
  box-shadow:var(--ist-shadow)!important;
  padding:18px!important;
  margin-bottom:16px!important;
  overflow:hidden!important;
}.no-side-cta{
  background:#102235!important;
  color:#fff!important;
}.no-side-cta h3{color:#fff!important}.no-side-cta p{color:#d4e0ec!important}.no-side-cta a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:0 16px!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,var(--ist-orange),var(--ist-orange2))!important;
  color:#fff!important;
  font-weight:900!important;
}.no-side-card h3{
  font-size:18px!important;
  margin:0 0 12px!important;
  color:var(--ist-text)!important;
}.no-side-card a{
  display:block!important;
  padding:8px 0!important;
  border-bottom:1px solid #edf3f8!important;
  color:#40546a!important;
  font-size:13px!important;
  line-height:1.45!important;
}.no-side-card a:hover{color:var(--ist-orange2)!important}.no-services{background:#fff!important}.no-card-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
}.no-service-card{
  background:#fff!important;
  border:1px solid var(--ist-line)!important;
  border-radius:18px!important;
  box-shadow:var(--ist-shadow)!important;
  overflow:hidden!important;
  transition:.22s ease!important;
}.no-service-card:hover{
  transform:translateY(-5px)!important;
  box-shadow:var(--ist-shadow2)!important;
}.no-card-image{
  display:block!important;
  aspect-ratio:4/2.65!important;
  overflow:hidden!important;
  background:#eef3f8!important;
}.no-card-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transition:.35s ease!important;
}.no-service-card:hover .no-card-image img{transform:scale(1.04)!important}.no-service-card>div{padding:18px 18px 20px!important}.no-service-card h3{
  font-size:20px!important;
  line-height:1.22!important;
  letter-spacing:-.03em!important;
  margin:0 0 8px!important;
}.no-service-card h3 a{color:var(--ist-text)!important}.no-service-card p{
  font-size:14px!important;
  line-height:1.72!important;
  color:var(--ist-muted)!important;
  margin:0 0 13px!important;
  min-height:70px!important;
}.no-text-link{
  color:var(--ist-orange2)!important;
  font-size:13px!important;
  font-weight:950!important;
}.no-contact-section{
  background:#f8fafc!important;
  color:var(--ist-text)!important;
  border-top:1px solid var(--ist-line)!important;
}.no-contact-grid{
  display:grid!important;
  grid-template-columns:1fr 410px!important;
  gap:34px!important;
  align-items:start!important;
}.no-contact-copy h2{
  color:var(--ist-text)!important;
  font-size:clamp(32px,4vw,46px)!important;
  line-height:1.1!important;
  letter-spacing:-.045em!important;
  margin:12px 0!important;
}.no-contact-copy p{color:var(--ist-muted)!important}.no-contact-list{
  display:grid!important;
  gap:10px!important;
}.no-contact-list a,
.no-contact-list span{
  display:grid!important;
  grid-template-columns:88px 1fr!important;
  background:#fff!important;
  border:1px solid var(--ist-line)!important;
  border-radius:12px!important;
  padding:10px 12px!important;
  color:var(--ist-text)!important;
  box-shadow:var(--ist-shadow)!important;
}.no-form{
  background:#fff!important;
  border:1px solid var(--ist-line)!important;
  border-radius:18px!important;
  padding:18px!important;
  box-shadow:var(--ist-shadow2)!important;
}.no-form-row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}.no-form label{
  display:block!important;
  color:var(--ist-text)!important;
  font-size:13px!important;
  font-weight:850!important;
  margin-bottom:10px!important;
}.no-form input,
.no-form textarea{
  width:100%!important;
  background:#f8fafc!important;
  border:1px solid var(--ist-line2)!important;
  border-radius:10px!important;
  color:var(--ist-text)!important;
  padding:12px!important;
  outline:none!important;
}.no-form textarea{
  min-height:112px!important;
}.no-footer{
  background:#0d1b2a!important;
  color:#dce7f2!important;
}.no-footer-grid,
.no-footer-main{
  display:grid!important;
  grid-template-columns:1.2fr repeat(3,1fr)!important;
  gap:28px!important;
  padding:40px 0!important;
}.no-footer h4{
  color:#fff!important;
  font-size:15px!important;
  margin:0 0 12px!important;
}.no-footer p,
.no-footer a{
  color:#c3d0de!important;
  font-size:13px!important;
  line-height:1.75!important;
}.no-footer-bottom,
.no-copy{
  border-top:1px solid rgba(255,255,255,.08)!important;
  text-align:center!important;
  color:#9eb1c5!important;
  padding:18px 0!important;
  font-size:13px!important;
}.no-mobile-bar{display:none!important}@media(max-width:1100px){
  .no-menu{display:none!important}
  .no-menu-btn{display:inline-flex!important}

  .no-header.no-menu-open .no-menu{
    display:flex!important;
    position:absolute!important;
    left:14px!important;
    right:14px!important;
    top:calc(100% + 8px)!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    background:#fff!important;
    border:1px solid var(--ist-line)!important;
    border-radius:18px!important;
    padding:10px!important;
    box-shadow:0 24px 60px rgba(15,31,49,.18)!important;
    z-index:1001!important;
  }
  .no-header.no-menu-open .no-menu a{
    display:flex!important;
    align-items:center!important;
    min-height:44px!important;
    color:var(--ist-text)!important;
    padding:0 12px!important;
    border-radius:12px!important;
  }
  .no-header.no-menu-open .no-menu a:hover{
    background:#f6f8fb!important;
  }
  .no-header.no-menu-open .no-menu a:after{display:none!important}

  .no-detail-layout,
  .no-contact-grid,
  .no-footer-grid,
  .no-footer-main{
    grid-template-columns:1fr!important;
  }
  .no-sidebar{position:static!important}
}@media(max-width:760px){
  body{padding-bottom:64px!important}
  .no-shell{
    width:calc(100% - 24px)!important;
    max-width:calc(100% - 24px)!important;
  }
  .no-topline{display:none!important}
  .no-navbar{min-height:66px!important}
  .no-brand{
    padding:6px 9px!important;
  }
  .no-brand img{
    width:142px!important;
    max-height:52px!important;
  }
  .no-quote{display:none!important}

  .no-detail-hero{
    min-height:210px!important;
  }
  .no-detail-hero-copy{
    padding:66px 0 22px!important;
  }
  .no-detail-hero h1,
  .no-detail-hero-copy h1{
    font-size:clamp(30px,10vw,42px)!important;
  }
  .no-detail-section{
    padding:28px 0 58px!important;
  }
  .no-detail-main{
    padding:14px!important;
    border-radius:18px!important;
  }
  .no-detail-main-img{
    height:280px!important;
  }
  .no-thumb-row a{flex-basis:78px!important}
  .no-thumb-row img{
    width:78px!important;
    height:54px!important;
  }
  .no-article-block h2{font-size:24px!important}
  .no-gallery-grid{
    grid-template-columns:1fr!important;
  }
  .no-gallery-grid figure img{
    height:190px!important;
  }
  .no-price-card{
    overflow-x:auto!important;
  }
  .no-price-card table{
    min-width:620px!important;
  }
  .no-form-row{
    grid-template-columns:1fr!important;
  }
  .no-card-grid{
    grid-template-columns:1fr!important;
  }
  .no-mobile-bar{
    display:flex!important;
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    z-index:1000!important;
    gap:8px!important;
    background:#fff!important;
    border:1px solid var(--ist-line)!important;
    border-radius:16px!important;
    padding:8px!important;
    box-shadow:var(--ist-shadow2)!important;
  }
  .no-mobile-bar a{
    flex:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    border-radius:10px!important;
    color:#fff!important;
    font-weight:900!important;
  }
  .no-mobile-bar a:nth-child(1){background:#4f83c2!important}
  .no-mobile-bar a:nth-child(2){background:#58b84a!important}
}.no-brand{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
}.no-brand img{
  width:190px!important;
  max-height:68px!important;
  object-fit:contain!important;
  background:#fff!important;
  border:1px solid #e3eaf2!important;
  border-radius:14px!important;
  padding:10px 14px!important;
  box-shadow:0 10px 28px rgba(15,31,49,.075)!important;
  filter:none!important;
}.no-footer-brand img{
  width:220px!important;
  max-height:none!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:.92!important;
}.no-header{
  background:rgba(255,255,255,.985)!important;
  border-bottom:1px solid #e4ebf3!important;
  box-shadow:0 8px 22px rgba(15,31,49,.055)!important;
}.no-navbar{
  min-height:84px!important;
}.no-topline{
  background:#f9fbfd!important;
}.no-menu{
  gap:30px!important;
}.no-menu a{
  color:#122033!important;
  font-size:14px!important;
  font-weight:900!important;
}.no-quote{
  min-height:48px!important;
  padding:0 22px!important;
  border-radius:14px!important;
  font-size:14px!important;
}.no-detail-hero{
  min-height:370px!important;
  background-image:url("/images/hizmetler/istanbul-slider-arkaplan-gorselleri-001.webp")!important;
  background-size:cover!important;
  background-position:center 54%!important;
  background-repeat:no-repeat!important;
  background-color:#102235!important;
  isolation:isolate!important;
}.no-detail-hero > img{
  opacity:0!important;
  visibility:hidden!important;
  display:none!important;
}.no-detail-overlay{
  background:
    linear-gradient(90deg,rgba(9,21,35,.66) 0%,rgba(9,21,35,.44) 44%,rgba(9,21,35,.16) 100%),
    linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.10))!important;
}.no-detail-hero-copy{
  padding:116px 0 66px!important;
  max-width:880px!important;
}.no-breadcrumb{
  color:#eef5fb!important;
  font-size:14px!important;
  font-weight:750!important;
  margin-bottom:14px!important;
  text-shadow:0 2px 12px rgba(0,0,0,.24)!important;
}.no-breadcrumb a{
  color:#fff!important;
}.no-detail-hero .no-eyebrow{
  min-height:34px!important;
  padding:0 16px!important;
  background:#fff3df!important;
  border-color:#ffd199!important;
  color:#9b5700!important;
  box-shadow:0 8px 24px rgba(0,0,0,.13)!important;
}.no-detail-hero h1,
.no-detail-hero-copy h1{
  max-width:780px!important;
  color:#fff!important;
  font-size:clamp(44px,5.4vw,74px)!important;
  line-height:1.02!important;
  letter-spacing:-.058em!important;
  text-shadow:0 4px 22px rgba(0,0,0,.35)!important;
}.no-home-hero{
  background-image:url("/images/hizmetler/istanbul-slider-arkaplan-gorselleri-002.webp")!important;
  background-size:cover!important;
  background-position:center 52%!important;
  background-repeat:no-repeat!important;
  background-color:#102235!important;
}.no-home-hero > img{
  opacity:0!important;
  visibility:hidden!important;
  display:none!important;
}.no-home-hero .no-hero-overlay,
.no-hero-overlay{
  background:
    linear-gradient(90deg,rgba(9,21,35,.70) 0%,rgba(9,21,35,.48) 45%,rgba(9,21,35,.16) 100%),
    linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.12))!important;
}.no-detail-section{
  background:#f4f7fb!important;
  padding:42px 0 72px!important;
}.no-detail-layout{
  grid-template-columns:minmax(0,800px) 300px!important;
  gap:30px!important;
}.no-detail-main{
  background:#fff!important;
  border:1px solid #e3eaf2!important;
  border-radius:22px!important;
  box-shadow:0 18px 45px rgba(15,31,49,.075)!important;
  padding:22px!important;
}.no-detail-main-img{
  height:450px!important;
  border-radius:17px!important;
}.no-thumb-row{
  gap:10px!important;
  margin-top:12px!important;
}.no-thumb-row a{
  flex-basis:88px!important;
  border-radius:11px!important;
}.no-thumb-row img{
  width:88px!important;
  height:62px!important;
}.no-article-block{
  padding:4px 6px 0!important;
}.no-article-block h2{
  font-size:28px!important;
  line-height:1.20!important;
  margin:28px 0 12px!important;
}.no-article-block h3{
  font-size:20px!important;
  margin:23px 0 10px!important;
}.no-article-block p{
  font-size:15.5px!important;
  line-height:1.9!important;
  color:#33475c!important;
}.no-article-block p + p{
  margin-top:-2px!important;
}.no-side-card{
  border-radius:18px!important;
  box-shadow:0 14px 34px rgba(15,31,49,.07)!important;
}.no-side-cta{
  background:linear-gradient(180deg,#102235,#0b1a2b)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:#fff!important;
}.no-side-cta span{
  color:#fff!important;
  opacity:.95!important;
}.no-side-cta h3{
  color:#ffffff!important;
  opacity:1!important;
  font-size:20px!important;
  line-height:1.25!important;
  margin:8px 0 12px!important;
}.no-side-cta p{
  color:#e6eef7!important;
  opacity:1!important;
  line-height:1.7!important;
  font-size:14px!important;
}.no-side-cta a{
  width:100%!important;
  min-height:48px!important;
  color:#fff!important;
  font-weight:950!important;
  font-size:14px!important;
  border-radius:13px!important;
}.no-side-card:not(.no-side-cta) h3{
  font-size:19px!important;
  margin-bottom:10px!important;
}.no-side-card:not(.no-side-cta) a{
  color:#3b4f66!important;
  font-size:13.5px!important;
  padding:9px 0!important;
}.no-side-card:not(.no-side-cta) a:hover{
  color:#f07f0b!important;
}.no-price-compact{
  background:#fff7ec!important;
  padding:28px 18px 18px!important;
  border-radius:22px!important;
  margin:28px 0!important;
}.no-price-compact .no-section-head h2{
  font-size:34px!important;
}.no-price-card{
  border-radius:18px!important;
  box-shadow:0 14px 34px rgba(15,31,49,.065)!important;
}.no-price-card th{
  background:#102235!important;
}.no-price-card td{
  font-size:14.5px!important;
}.no-gallery-grid{
  gap:14px!important;
}.no-gallery-grid figure{
  border-radius:16px!important;
  padding:6px!important;
  box-shadow:0 12px 28px rgba(15,31,49,.055)!important;
}.no-gallery-grid figure img{
  height:178px!important;
  border-radius:12px!important;
}.no-contact-section{
  background:#f8fafc!important;
  padding-top:62px!important;
  padding-bottom:62px!important;
}.no-contact-grid{
  align-items:center!important;
}.no-form{
  border-radius:20px!important;
}.no-footer{
  background:#0d1b2a!important;
}.no-footer-grid{
  align-items:start!important;
}@media(max-width:1100px){
  .no-menu-btn{
    display:inline-flex!important;
  }

  .no-header.no-menu-open .no-menu{
    display:flex!important;
    position:absolute!important;
    left:14px!important;
    right:14px!important;
    top:calc(100% + 8px)!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    background:#fff!important;
    border:1px solid #e3eaf2!important;
    border-radius:18px!important;
    padding:10px!important;
    box-shadow:0 24px 60px rgba(15,31,49,.18)!important;
    z-index:1001!important;
  }

  .no-header.no-menu-open .no-menu a{
    min-height:46px!important;
    padding:0 13px!important;
    color:#122033!important;
    border-radius:12px!important;
    display:flex!important;
    align-items:center!important;
  }

  .no-header.no-menu-open .no-menu a:hover{
    background:#f5f7fb!important;
  }

  .no-detail-layout{
    grid-template-columns:1fr!important;
  }

  .no-sidebar{
    position:static!important;
  }
}@media(max-width:760px){
  body{
    padding-bottom:68px!important;
  }

  .no-topline{
    display:none!important;
  }

  .no-navbar{
    min-height:72px!important;
  }

  .no-brand img{
    width:150px!important;
    max-height:56px!important;
    padding:8px 10px!important;
    border-radius:12px!important;
  }

  .no-detail-hero{
    min-height:300px!important;
    background-image:url("/images/hizmetler/istanbul-slider-arkaplan-gorselleri-001.webp")!important;
    background-position:center center!important;
  }

  .no-detail-overlay{
    background:
      linear-gradient(90deg,rgba(9,21,35,.72),rgba(9,21,35,.48),rgba(9,21,35,.25)),
      linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.12))!important;
  }

  .no-detail-hero-copy{
    padding:82px 0 34px!important;
  }

  .no-detail-hero h1,
  .no-detail-hero-copy h1{
    font-size:clamp(34px,11vw,48px)!important;
    line-height:1.05!important;
  }

  .no-detail-section{
    padding:28px 0 58px!important;
  }

  .no-detail-main{
    padding:14px!important;
    border-radius:18px!important;
  }

  .no-detail-main-img{
    height:300px!important;
    border-radius:14px!important;
  }

  .no-thumb-row a{
    flex-basis:78px!important;
  }

  .no-thumb-row img{
    width:78px!important;
    height:54px!important;
  }

  .no-article-block h2{
    font-size:24px!important;
  }

  .no-article-block p{
    font-size:15px!important;
    line-height:1.82!important;
  }

  .no-gallery-grid{
    grid-template-columns:1fr!important;
  }

  .no-gallery-grid figure img{
    height:205px!important;
  }

  .no-price-card{
    overflow-x:auto!important;
  }

  .no-price-card table{
    min-width:620px!important;
  }

  .no-side-cta h3{
    color:#fff!important;
  }

  .no-side-cta p{
    color:#e6eef7!important;
  }

  .no-mobile-bar{
    display:flex!important;
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    z-index:1000!important;
    gap:8px!important;
    background:#fff!important;
    border:1px solid #e3eaf2!important;
    border-radius:16px!important;
    padding:8px!important;
    box-shadow:0 22px 50px rgba(15,31,49,.16)!important;
  }

  .no-mobile-bar a{
    flex:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:46px!important;
    border-radius:11px!important;
    color:#fff!important;
    font-weight:950!important;
  }

  .no-mobile-bar a:nth-child(1){
    background:#4f83c2!important;
  }

  .no-mobile-bar a:nth-child(2){
    background:#58b84a!important;
  }
}.no-brand{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
}.no-brand img{
  width:190px!important;
  max-height:68px!important;
  object-fit:contain!important;
  background:#fff!important;
  border:1px solid #e3eaf2!important;
  border-radius:14px!important;
  padding:10px 14px!important;
  box-shadow:0 10px 28px rgba(15,31,49,.075)!important;
  filter:none!important;
}.no-footer-brand img{
  width:220px!important;
  max-height:none!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:.92!important;
}link[rel~="icon"]{display:none}.no-header{
  background:rgba(255,255,255,.985)!important;
  border-bottom:1px solid #e4ebf3!important;
  box-shadow:0 8px 22px rgba(15,31,49,.055)!important;
}.no-navbar{
  min-height:84px!important;
}.no-topline{
  background:#f9fbfd!important;
}.no-menu{
  gap:30px!important;
}.no-menu a{
  color:#122033!important;
  font-size:14px!important;
  font-weight:900!important;
}.no-quote{
  min-height:48px!important;
  padding:0 22px!important;
  border-radius:14px!important;
  font-size:14px!important;
}.no-menu-btn{
  display:none!important;
  width:48px!important;
  height:48px!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:column!important;
  gap:5px!important;
  border:1px solid #d7e1ec!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#ffffff,#f8fafc)!important;
  color:#102235!important;
  box-shadow:0 10px 26px rgba(15,31,49,.075)!important;
  cursor:pointer!important;
  padding:0!important;
}.no-menu-btn span{
  display:block!important;
  width:22px!important;
  height:2px!important;
  margin:0!important;
  background:#102235!important;
  border-radius:999px!important;
  transition:.22s ease!important;
}.no-header.no-menu-open .no-menu-btn{
  background:#102235!important;
  border-color:#102235!important;
}.no-header.no-menu-open .no-menu-btn span{
  background:#fff!important;
}.no-header.no-menu-open .no-menu-btn span:nth-child(1){
  transform:translateY(7px) rotate(45deg)!important;
}.no-header.no-menu-open .no-menu-btn span:nth-child(2){
  opacity:0!important;
}.no-header.no-menu-open .no-menu-btn span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg)!important;
}.no-detail-hero{
  min-height:370px!important;
  background-size:cover!important;
  background-position:center 54%!important;
  background-repeat:no-repeat!important;
  background-color:#102235!important;
  isolation:isolate!important;
}.no-detail-hero > img{
  opacity:0!important;
  visibility:hidden!important;
  display:none!important;
}.no-detail-overlay{
  background:
    linear-gradient(90deg,rgba(9,21,35,.62) 0%,rgba(9,21,35,.40) 45%,rgba(9,21,35,.10) 100%),
    linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.09))!important;
}.no-detail-hero-copy{
  padding:116px 0 66px!important;
  max-width:880px!important;
}.no-breadcrumb{
  color:#eef5fb!important;
  font-size:14px!important;
  font-weight:750!important;
  margin-bottom:14px!important;
  text-shadow:0 2px 12px rgba(0,0,0,.24)!important;
}.no-breadcrumb a{
  color:#fff!important;
}.no-detail-hero .no-eyebrow{
  min-height:34px!important;
  padding:0 16px!important;
  background:#fff3df!important;
  border-color:#ffd199!important;
  color:#9b5700!important;
  box-shadow:0 8px 24px rgba(0,0,0,.13)!important;
}.no-detail-hero h1,
.no-detail-hero-copy h1{
  max-width:780px!important;
  color:#fff!important;
  font-size:clamp(44px,5.4vw,74px)!important;
  line-height:1.02!important;
  letter-spacing:-.058em!important;
  text-shadow:0 4px 22px rgba(0,0,0,.35)!important;
}.no-home-hero{
  background-size:cover!important;
  background-position:center 52%!important;
  background-repeat:no-repeat!important;
  background-color:#102235!important;
}.no-home-hero > img{
  opacity:0!important;
  visibility:hidden!important;
  display:none!important;
}.no-home-hero .no-hero-overlay,
.no-hero-overlay{
  background:
    linear-gradient(90deg,rgba(9,21,35,.68) 0%,rgba(9,21,35,.46) 45%,rgba(9,21,35,.14) 100%),
    linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.10))!important;
}.no-detail-section{
  background:#f4f7fb!important;
  padding:42px 0 72px!important;
}.no-detail-layout{
  grid-template-columns:minmax(0,800px) 300px!important;
  gap:30px!important;
}.no-detail-main{
  background:#fff!important;
  border:1px solid #e3eaf2!important;
  border-radius:22px!important;
  box-shadow:0 18px 45px rgba(15,31,49,.075)!important;
  padding:22px!important;
}.no-detail-main-img{
  height:450px!important;
  border-radius:17px!important;
  transition:opacity .28s ease, transform .28s ease!important;
}.no-detail-main-img.is-changing{
  opacity:.35!important;
  transform:scale(.995)!important;
}.no-thumb-row{
  gap:10px!important;
  margin-top:12px!important;
  scrollbar-width:thin!important;
}.no-thumb-row a{
  flex-basis:88px!important;
  border-radius:11px!important;
  opacity:.72!important;
  transition:.2s ease!important;
  border:2px solid transparent!important;
}.no-thumb-row a:hover,
.no-thumb-row a.is-active{
  opacity:1!important;
  border-color:#f39213!important;
}.no-thumb-row img{
  width:88px!important;
  height:62px!important;
}.no-article-block{
  padding:4px 6px 0!important;
}.no-article-block h2{
  font-size:28px!important;
  line-height:1.20!important;
  margin:28px 0 12px!important;
}.no-article-block h3{
  font-size:20px!important;
  margin:23px 0 10px!important;
}.no-article-block p{
  font-size:15.5px!important;
  line-height:1.9!important;
  color:#33475c!important;
}.no-side-card{
  border-radius:18px!important;
  box-shadow:0 14px 34px rgba(15,31,49,.07)!important;
}.no-side-cta{
  background:linear-gradient(180deg,#102235,#0b1a2b)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:#fff!important;
}.no-side-cta span{
  color:#fff!important;
  opacity:.95!important;
}.no-side-cta h3{
  color:#ffffff!important;
  opacity:1!important;
  font-size:20px!important;
  line-height:1.25!important;
  margin:8px 0 12px!important;
}.no-side-cta p{
  color:#e6eef7!important;
  opacity:1!important;
  line-height:1.7!important;
  font-size:14px!important;
}.no-side-cta a{
  width:100%!important;
  min-height:48px!important;
  color:#fff!important;
  font-weight:950!important;
  font-size:14px!important;
  border-radius:13px!important;
}.no-price-compact{
  background:#fff7ec!important;
  padding:28px 18px 18px!important;
  border-radius:22px!important;
  margin:28px 0!important;
}.no-price-compact .no-section-head h2{
  font-size:34px!important;
}.no-price-card{
  border-radius:18px!important;
  box-shadow:0 14px 34px rgba(15,31,49,.065)!important;
}.no-gallery-grid{
  gap:14px!important;
}.no-gallery-grid figure{
  border-radius:16px!important;
  padding:6px!important;
  box-shadow:0 12px 28px rgba(15,31,49,.055)!important;
}.no-gallery-grid figure img{
  height:178px!important;
  border-radius:12px!important;
}.no-contact-section{
  background:#f8fafc!important;
  padding-top:62px!important;
  padding-bottom:62px!important;
}.no-contact-grid{
  align-items:center!important;
}.no-form{
  border-radius:20px!important;
}@media(max-width:1100px){
  .no-menu-btn{
    display:inline-flex!important;
  }
  .no-header.no-menu-open .no-menu{
    display:flex!important;
    position:absolute!important;
    left:14px!important;
    right:14px!important;
    top:calc(100% + 8px)!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    background:#fff!important;
    border:1px solid #e3eaf2!important;
    border-radius:18px!important;
    padding:10px!important;
    box-shadow:0 24px 60px rgba(15,31,49,.18)!important;
    z-index:1001!important;
  }
  .no-header.no-menu-open .no-menu a{
    min-height:46px!important;
    padding:0 13px!important;
    color:#122033!important;
    border-radius:12px!important;
    display:flex!important;
    align-items:center!important;
  }
  .no-header.no-menu-open .no-menu a:hover{
    background:#f5f7fb!important;
  }
  .no-detail-layout{
    grid-template-columns:1fr!important;
  }
  .no-sidebar{
    position:static!important;
  }
}@media(max-width:760px){
  body{
    padding-bottom:68px!important;
  }
  .no-topline{
    display:none!important;
  }
  .no-navbar{
    min-height:72px!important;
  }
  .no-brand img{
    width:150px!important;
    max-height:56px!important;
    padding:8px 10px!important;
    border-radius:12px!important;
  }
  .no-detail-hero{
    min-height:300px!important;
    background-position:center center!important;
  }
  .no-detail-overlay{
    background:
      linear-gradient(90deg,rgba(9,21,35,.70),rgba(9,21,35,.44),rgba(9,21,35,.20)),
      linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.10))!important;
  }
  .no-detail-hero-copy{
    padding:82px 0 34px!important;
  }
  .no-detail-hero h1,
  .no-detail-hero-copy h1{
    font-size:clamp(34px,11vw,48px)!important;
    line-height:1.05!important;
  }
  .no-detail-section{
    padding:28px 0 58px!important;
  }
  .no-detail-main{
    padding:14px!important;
    border-radius:18px!important;
  }
  .no-detail-main-img{
    height:300px!important;
    border-radius:14px!important;
  }
  .no-thumb-row a{
    flex-basis:78px!important;
  }
  .no-thumb-row img{
    width:78px!important;
    height:54px!important;
  }
  .no-gallery-grid{
    grid-template-columns:1fr!important;
  }
  .no-gallery-grid figure img{
    height:205px!important;
  }
  .no-price-card{
    overflow-x:auto!important;
  }
  .no-price-card table{
    min-width:620px!important;
  }
  .no-mobile-bar{
    display:flex!important;
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    z-index:1000!important;
    gap:8px!important;
    background:#fff!important;
    border:1px solid #e3eaf2!important;
    border-radius:16px!important;
    padding:8px!important;
    box-shadow:0 22px 50px rgba(15,31,49,.16)!important;
  }
  .no-mobile-bar a{
    flex:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:46px!important;
    border-radius:11px!important;
    color:#fff!important;
    font-weight:950!important;
  }
  .no-mobile-bar a:nth-child(1){
    background:#4f83c2!important;
  }
  .no-mobile-bar a:nth-child(2){
    background:#58b84a!important;
  }
}.no-home-hero{
  position:relative!important;
  min-height:620px!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  color:#fff!important;
  isolation:isolate!important;
  background-size:cover!important;
  background-position:center!important;
}.no-home-hero:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:linear-gradient(90deg,rgba(8,20,34,.88) 0%,rgba(8,20,34,.66) 48%,rgba(8,20,34,.22) 100%)!important;
}.no-home-hero > img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  opacity:0!important;
  visibility:hidden!important;
}.no-hero-overlay{display:none!important}.no-home-hero-content{
  position:relative!important;
  z-index:2!important;
  padding:88px 0 96px!important;
}.no-home-copy{
  max-width:760px!important;
}.no-home-copy .no-eyebrow{
  margin-bottom:18px!important;
  background:#fff3df!important;
  border-color:#ffd199!important;
  color:#9b5700!important;
}.no-home-copy h1{
  margin:0 0 18px!important;
  color:#fff!important;
  font-size:clamp(42px,6vw,82px)!important;
  line-height:1.01!important;
  letter-spacing:-.065em!important;
  text-shadow:0 5px 22px rgba(0,0,0,.35)!important;
}.no-home-copy p{
  max-width:650px!important;
  margin:0!important;
  color:#eef5fb!important;
  font-size:18px!important;
  line-height:1.8!important;
}.no-hero-badges{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  max-width:720px!important;
  margin:28px 0 26px!important;
}.no-hero-badges span{
  display:grid!important;
  gap:4px!important;
  min-height:102px!important;
  padding:16px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.10)!important;
  backdrop-filter:blur(12px)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.16)!important;
}.no-hero-badges b{
  color:#fff!important;
  font-size:24px!important;
  line-height:1!important;
}.no-hero-badges small{
  color:#d8e5f0!important;
  font-size:12px!important;
  line-height:1.35!important;
}.no-actions{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:12px!important;
}.no-actions a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:50px!important;
  padding:0 22px!important;
  border-radius:14px!important;
  font-weight:950!important;
  font-size:14px!important;
}.no-actions a:first-child{
  background:linear-gradient(135deg,var(--ist-orange),var(--ist-orange2))!important;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(243,146,19,.28)!important;
}.no-actions a:nth-child(2){
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.28)!important;
}.no-hero-dots{
  position:absolute!important;
  left:50%!important;
  bottom:26px!important;
  z-index:3!important;
  transform:translateX(-50%)!important;
  display:flex!important;
  gap:8px!important;
}.no-hero-dots span{
  width:9px!important;
  height:9px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.42)!important;
}.no-hero-dots span.is-active{
  width:30px!important;
  background:var(--ist-orange)!important;
}.no-trustbar{
  position:relative!important;
  z-index:5!important;
  margin-top:-44px!important;
  margin-bottom:26px!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}.no-trustbar>div{
  display:grid!important;
  grid-template-columns:44px 1fr!important;
  grid-template-areas:"ico title" "ico text"!important;
  column-gap:12px!important;
  align-items:center!important;
  min-height:96px!important;
  padding:16px!important;
  background:#fff!important;
  border:1px solid var(--ist-line)!important;
  border-radius:18px!important;
  box-shadow:0 20px 48px rgba(15,31,49,.10)!important;
}.no-trustbar span{
  grid-area:ico!important;
  display:flex!important;
  width:44px!important;
  height:44px!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:14px!important;
  background:var(--ist-orange-soft)!important;
  color:#b46300!important;
  font-weight:1000!important;
}.no-trustbar b{
  grid-area:title!important;
  color:var(--ist-text)!important;
  font-size:15px!important;
  line-height:1.25!important;
}.no-trustbar small{
  grid-area:text!important;
  color:var(--ist-muted)!important;
  font-size:12px!important;
  line-height:1.35!important;
}.no-center{
  display:flex!important;
  justify-content:center!important;
  margin-top:28px!important;
}.no-center a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 19px!important;
  border-radius:999px!important;
  background:var(--ist-orange-soft)!important;
  border:1px solid #ffd7a8!important;
  color:#a85e00!important;
  font-weight:950!important;
  font-size:13px!important;
}.no-models{
  background:#f8fafc!important;
}.no-model-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
  align-items:stretch!important;
}.no-model-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid var(--ist-line)!important;
  border-radius:18px!important;
  box-shadow:var(--ist-shadow)!important;
  color:var(--ist-text)!important;
  transition:transform .22s ease, box-shadow .22s ease!important;
}.no-model-card:hover{
  transform:translateY(-5px)!important;
  box-shadow:var(--ist-shadow2)!important;
}.no-model-card img{
  width:100%!important;
  height:220px!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
  background:#eef3f8!important;
}.no-model-card b{
  display:block!important;
  padding:15px 15px 4px!important;
  color:var(--ist-text)!important;
  font-size:16px!important;
  line-height:1.25!important;
  letter-spacing:-.025em!important;
}.no-model-card span{
  display:block!important;
  padding:0 15px 16px!important;
  color:var(--ist-orange2)!important;
  font-size:12px!important;
  font-weight:950!important;
}.no-price-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 320px!important;
  gap:22px!important;
  align-items:start!important;
}.no-price-info{
  background:#102235!important;
  color:#fff!important;
  border-radius:18px!important;
  padding:24px!important;
  box-shadow:0 18px 44px rgba(15,31,49,.11)!important;
}.no-price-info h3{
  margin:0 0 10px!important;
  color:#fff!important;
  font-size:24px!important;
  line-height:1.18!important;
}.no-price-info p,
.no-price-info li{
  color:#dbe7f1!important;
  font-size:14px!important;
  line-height:1.7!important;
}.no-price-info ul{
  margin:14px 0 18px!important;
  padding-left:18px!important;
}.no-price-info a{
  width:100%!important;
  min-height:48px!important;
}.no-price-service-link strong{
  color:var(--ist-text)!important;
}.no-districts{
  background:#fff!important;
}.no-district-cloud{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  gap:10px!important;
}.no-district-cloud a{
  display:inline-flex!important;
  min-height:42px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 15px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid var(--ist-line)!important;
  color:#40546a!important;
  font-size:13px!important;
  font-weight:850!important;
  box-shadow:0 8px 18px rgba(15,31,49,.045)!important;
}.no-district-cloud a:hover,
.no-district-cloud .no-district-all{
  background:var(--ist-orange-soft)!important;
  border-color:#ffd7a8!important;
  color:#a85e00!important;
}.no-content-media{
  margin:22px 0!important;
  padding:8px!important;
  background:#fff!important;
  border:1px solid var(--ist-line)!important;
  border-radius:18px!important;
  box-shadow:0 14px 34px rgba(15,31,49,.06)!important;
}.no-content-media img{
  width:100%!important;
  height:360px!important;
  object-fit:cover!important;
  border-radius:14px!important;
}.no-content-media figcaption{
  margin:8px 6px 2px!important;
  color:#607489!important;
  font-size:12px!important;
  line-height:1.45!important;
}.no-gallery-carousel-wrap{
  margin:30px 0 6px!important;
  padding:22px!important;
  border:1px solid var(--ist-line)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(15,31,49,.065)!important;
  overflow:hidden!important;
}.no-gallery-carousel-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-bottom:16px!important;
}.no-gallery-carousel-head h2{
  margin:0!important;
  color:var(--ist-text)!important;
  font-size:26px!important;
  line-height:1.2!important;
  letter-spacing:-.035em!important;
}.no-gallery-carousel-nav{
  display:flex!important;
  gap:8px!important;
  flex:0 0 auto!important;
}.no-gallery-carousel-nav button{
  width:40px!important;
  height:40px!important;
  border:1px solid var(--ist-line2)!important;
  border-radius:12px!important;
  background:#fff7ec!important;
  color:#9b5700!important;
  font-size:26px!important;
  font-weight:900!important;
  line-height:1!important;
  cursor:pointer!important;
}.no-gallery-carousel-track{
  display:flex!important;
  gap:16px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  padding:2px 2px 12px!important;
  scrollbar-width:thin!important;
}.no-gallery-slide{
  flex:0 0 calc((100% - 32px) / 3)!important;
  min-width:0!important;
  margin:0!important;
  scroll-snap-align:start!important;
  background:#f8fafc!important;
  border:1px solid var(--ist-line)!important;
  border-radius:17px!important;
  padding:7px!important;
  overflow:hidden!important;
}.no-gallery-slide a{
  display:block!important;
  overflow:hidden!important;
  border-radius:13px!important;
  background:#eef3f8!important;
}.no-gallery-slide img{
  width:100%!important;
  height:210px!important;
  object-fit:cover!important;
  transition:transform .3s ease!important;
}.no-gallery-slide:hover img{
  transform:scale(1.04)!important;
}.no-gallery-slide figcaption{
  padding:9px 5px 3px!important;
  color:#455b70!important;
  font-size:12px!important;
  line-height:1.4!important;
  font-weight:750!important;
}.no-gallery-note{
  margin:9px 0 0!important;
  color:#6a7c90!important;
  font-size:12px!important;
  line-height:1.5!important;
}.no-article-block img:not(.no-detail-main-img),
.no-detail-main article img{
  max-width:100%!important;
  height:auto!important;
  border-radius:16px!important;
}@media(max-width:1100px){
  .no-model-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .no-price-layout{grid-template-columns:1fr!important}
  .no-trustbar{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}@media(max-width:760px){
  .no-shell{width:min(100% - 28px,1120px)!important;max-width:min(100% - 28px,1120px)!important}
  .no-home-hero{min-height:560px!important;align-items:flex-end!important}
  .no-home-hero-content{padding:92px 0 70px!important}
  .no-home-copy h1{font-size:clamp(36px,12vw,52px)!important}
  .no-home-copy p{font-size:15.5px!important;line-height:1.72!important}
  .no-hero-badges{grid-template-columns:1fr!important;margin:22px 0!important}
  .no-hero-badges span{min-height:auto!important;padding:13px 14px!important}
  .no-actions a{width:100%!important}
  .no-trustbar{grid-template-columns:1fr!important;margin-top:-28px!important}
  .no-card-grid{grid-template-columns:1fr!important;gap:16px!important}
  .no-service-card p{min-height:0!important}
  .no-model-grid{grid-template-columns:1fr!important;gap:16px!important}
  .no-model-card img{height:235px!important}
  .no-price-layout{gap:16px!important}
  .no-price-info{padding:20px!important}
  .no-content-media img{height:245px!important}
  .no-gallery-carousel-wrap{padding:16px!important;border-radius:18px!important}
  .no-gallery-carousel-head h2{font-size:22px!important}
  .no-gallery-slide{flex-basis:86%!important}
  .no-gallery-slide img{height:205px!important}
  .no-gallery-note{display:none!important}
}@media(max-width:420px){
  .no-gallery-slide{flex-basis:92%!important}
  .no-model-card img{height:210px!important}
  .no-content-media img{height:220px!important}
}.no-detail-gallery .no-detail-main-link{
  display:block!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:#eef3f8!important;
  cursor:zoom-in!important;
}.no-detail-gallery .no-detail-main-link:focus-visible{
  outline:3px solid rgba(255,126,0,.55)!important;
  outline-offset:4px!important;
}.no-thumb-row a{
  cursor:pointer!important;
}.no-thumb-row a:focus-visible{
  outline:3px solid rgba(255,126,0,.55)!important;
  outline-offset:2px!important;
}.no-gallery-grid-wrap{
  margin:34px 0 8px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}.no-gallery-grid-head{
  text-align:center!important;
  margin:0 auto 22px!important;
  max-width:760px!important;
}.no-gallery-grid-head .no-eyebrow{
  margin-bottom:8px!important;
}.no-gallery-grid-head h2{
  margin:0 0 8px!important;
  color:var(--ist-text)!important;
  font-size:clamp(26px,4vw,38px)!important;
  line-height:1.12!important;
  letter-spacing:-.04em!important;
}.no-gallery-grid-head p{
  margin:0!important;
  color:#607489!important;
  font-size:14px!important;
  line-height:1.65!important;
}.no-gallery-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px 36px!important;
  align-items:start!important;
}.no-gallery-item{
  margin:0!important;
  text-align:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  min-width:0!important;
  overflow:visible!important;
}.no-gallery-item a{
  display:block!important;
  position:relative!important;
  overflow:hidden!important;
  border-radius:5px!important;
  background:#f1f5f9!important;
  border:1px solid #cbd5e1!important;
  padding:5px!important;
  box-shadow:0 8px 22px rgba(15,31,49,.07)!important;
  cursor:zoom-in!important;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease!important;
}.no-gallery-item a::after{
  content:"Ön izle"!important;
  position:absolute!important;
  right:12px!important;
  bottom:12px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:rgba(15,31,49,.82)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  opacity:0!important;
  transform:translateY(6px)!important;
  transition:opacity .22s ease, transform .22s ease!important;
}.no-gallery-item a:hover,
.no-gallery-item a:focus-visible{
  transform:translateY(-4px)!important;
  box-shadow:0 16px 34px rgba(15,31,49,.13)!important;
  border-color:#ffb65c!important;
  outline:none!important;
}.no-gallery-item a:hover::after,
.no-gallery-item a:focus-visible::after{
  opacity:1!important;
  transform:translateY(0)!important;
}.no-gallery-item img{
  display:block!important;
  width:100%!important;
  height:210px!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
  border-radius:2px!important;
  transition:transform .28s ease!important;
}.no-gallery-item a:hover img,
.no-gallery-item a:focus-visible img{
  transform:scale(1.035)!important;
}.no-gallery-item figcaption{
  margin:10px auto 0!important;
  max-width:92%!important;
  color:#0f1f31!important;
  font-size:16px!important;
  font-weight:650!important;
  line-height:1.45!important;
}html.no-lightbox-open,
body.no-lightbox-open{
  overflow:hidden!important;
}.no-lightbox{
  position:fixed!important;
  inset:0!important;
  z-index:999999!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:24px!important;
}.no-lightbox.is-open{
  display:flex!important;
}.no-lightbox-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(4,10,18,.88)!important;
  backdrop-filter:blur(6px)!important;
}.no-lightbox-panel{
  position:relative!important;
  z-index:1!important;
  width:min(1180px,96vw)!important;
  max-height:94vh!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr) 58px!important;
  grid-template-rows:minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:center!important;
}.no-lightbox-figure{
  grid-column:2!important;
  grid-row:1!important;
  margin:0!important;
  min-width:0!important;
  text-align:center!important;
}.no-lightbox-img{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  max-height:calc(94vh - 150px)!important;
  margin:0 auto!important;
  object-fit:contain!important;
  border-radius:14px!important;
  background:#111!important;
  box-shadow:0 24px 80px rgba(0,0,0,.42)!important;
  transition:opacity .18s ease!important;
}.no-lightbox-img.is-loading{
  opacity:.45!important;
}.no-lightbox-caption{
  display:inline-block!important;
  margin:12px auto 0!important;
  padding:8px 14px!important;
  max-width:100%!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;
  color:#0f1f31!important;
  font-size:14px!important;
  font-weight:750!important;
  line-height:1.35!important;
}.no-lightbox-close,
.no-lightbox-arrow{
  appearance:none!important;
  border:0!important;
  cursor:pointer!important;
  user-select:none!important;
}.no-lightbox-close{
  position:absolute!important;
  top:-8px!important;
  right:0!important;
  width:46px!important;
  height:46px!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#0f1f31!important;
  font-size:34px!important;
  line-height:42px!important;
  font-weight:800!important;
  box-shadow:0 12px 30px rgba(0,0,0,.24)!important;
  z-index:3!important;
}.no-lightbox-arrow{
  width:54px!important;
  height:74px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.95)!important;
  color:#0f1f31!important;
  font-size:52px!important;
  line-height:1!important;
  font-weight:700!important;
  box-shadow:0 16px 36px rgba(0,0,0,.22)!important;
  transition:transform .18s ease, background .18s ease!important;
}.no-lightbox-arrow:hover,
.no-lightbox-arrow:focus-visible,
.no-lightbox-close:hover,
.no-lightbox-close:focus-visible{
  background:#ff8a00!important;
  color:#fff!important;
  outline:none!important;
  transform:translateY(-1px)!important;
}.no-lightbox-prev{
  grid-column:1!important;
  grid-row:1!important;
  justify-self:end!important;
}.no-lightbox-next{
  grid-column:3!important;
  grid-row:1!important;
  justify-self:start!important;
}.no-lightbox-bottom{
  grid-column:1 / -1!important;
  grid-row:2!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  gap:14px!important;
  align-items:center!important;
  padding:10px 12px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.1)!important;
  border:1px solid rgba(255,255,255,.14)!important;
}.no-lightbox-count{
  min-width:64px!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  text-align:center!important;
}.no-lightbox-thumbs{
  display:flex!important;
  gap:8px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:2px 2px 5px!important;
  scroll-behavior:smooth!important;
  scrollbar-width:thin!important;
}.no-lightbox-thumb{
  flex:0 0 78px!important;
  width:78px!important;
  height:58px!important;
  padding:3px!important;
  border-radius:10px!important;
  border:2px solid transparent!important;
  background:rgba(255,255,255,.82)!important;
  cursor:pointer!important;
  opacity:.65!important;
  transition:opacity .18s ease, border-color .18s ease, transform .18s ease!important;
}.no-lightbox-thumb img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:7px!important;
}.no-lightbox-thumb:hover,
.no-lightbox-thumb:focus-visible,
.no-lightbox-thumb.is-active{
  opacity:1!important;
  border-color:#ff8a00!important;
  transform:translateY(-1px)!important;
  outline:none!important;
}@media(max-width:980px){
  .no-gallery-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:20px!important;
  }
  .no-lightbox-panel{
    grid-template-columns:48px minmax(0,1fr) 48px!important;
  }
  .no-lightbox-arrow{
    width:46px!important;
    height:64px!important;
    font-size:44px!important;
  }
}@media(max-width:640px){
  .no-gallery-grid-wrap{
    margin-top:26px!important;
  }
  .no-gallery-grid{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .no-gallery-item img{
    height:235px!important;
  }
  .no-gallery-item figcaption{
    font-size:15px!important;
  }
  .no-lightbox{
    padding:12px!important;
  }
  .no-lightbox-panel{
    width:100%!important;
    max-height:96vh!important;
    display:block!important;
  }
  .no-lightbox-img{
    max-height:calc(96vh - 170px)!important;
    border-radius:12px!important;
  }
  .no-lightbox-caption{
    border-radius:14px!important;
    font-size:13px!important;
  }
  .no-lightbox-close{
    top:4px!important;
    right:4px!important;
    width:42px!important;
    height:42px!important;
    line-height:38px!important;
    font-size:30px!important;
  }
  .no-lightbox-arrow{
    position:absolute!important;
    top:42%!important;
    width:42px!important;
    height:56px!important;
    border-radius:14px!important;
    font-size:40px!important;
    z-index:3!important;
  }
  .no-lightbox-prev{
    left:4px!important;
  }
  .no-lightbox-next{
    right:4px!important;
  }
  .no-lightbox-bottom{
    margin-top:10px!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .no-lightbox-count{
    min-width:0!important;
  }
  .no-lightbox-thumb{
    flex-basis:68px!important;
    width:68px!important;
    height:52px!important;
  }
}.no-social-mini{font-size:12px;margin-left:10px;opacity:.88}.no-detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.no-detail-actions a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:11px 16px;background:#f97316;color:#fff;text-decoration:none;font-weight:800}.no-detail-actions a:nth-child(2),.no-detail-actions a:nth-child(3){background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28)}.no-full-main{width:100%}.no-gallery-grid-wrap{padding:28px 0}.no-gallery-grid-head{text-align:center;max-width:760px;margin:0 auto 24px}.no-gallery-grid-head h2{font-size:clamp(28px,3vw,42px);margin:6px 0 8px;color:#071d33}.no-gallery-grid-head p{color:#64748b}.no-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 32px}.no-gallery-item{margin:0;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:8px;box-shadow:0 12px 30px rgba(15,23,42,.07);position:relative;overflow:hidden}.no-gallery-item>a{display:block;border-radius:12px;overflow:hidden;background:#f1f5f9;position:relative}.no-gallery-item img{width:100%;height:230px;object-fit:cover;display:block;transition:transform .25s ease}.no-gallery-item:hover img{transform:scale(1.035)}.no-gallery-item figcaption{text-align:center;font-weight:700;color:#0f172a;padding:10px 6px 4px;line-height:1.45}.no-gallery-detail-link{display:block;color:#f97316;font-size:12px;margin-top:4px;text-decoration:none}.no-watermark-frame:after{content:"";position:absolute;inset:0;background-image:var(--watermark-logo);background-repeat:no-repeat;background-position:center;background-size:28%;opacity:0;pointer-events:none}.no-gallery-item.no-watermark-frame:after,.no-content-media.no-watermark-frame:after,.no-image-detail-photo.no-watermark-frame:after,.no-detail-main-photo.no-watermark-frame:after{opacity:.0}.no-image-detail-wrap{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px}.no-image-detail-main{min-width:0}.no-image-detail-photo{margin:0 0 18px;background:#fff;border-radius:22px;padding:12px;box-shadow:0 18px 45px rgba(15,23,42,.12);position:relative}.no-image-detail-photo img{width:100%;height:auto;max-height:760px;object-fit:contain;border-radius:16px;display:block;background:#0f172a}.no-image-detail-photo figcaption{text-align:center;font-weight:800;padding:12px;color:#0f172a}.no-image-nav{display:flex;justify-content:space-between;gap:10px;margin:16px 0 30px;flex-wrap:wrap}.no-image-nav a{background:#071d33;color:#fff;text-decoration:none;border-radius:999px;padding:11px 15px;font-weight:800}.no-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.no-video-grid article{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:14px}.no-video-frame{position:relative;padding-top:56.25%;border-radius:14px;overflow:hidden;background:#0f172a}.no-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.no-faq-section details{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px 18px;margin:10px 0}.no-faq-section summary{cursor:pointer;font-weight:900;color:#071d33}.no-faq-section div,.no-faq-section p{color:#475569;line-height:1.7}.seo-score{display:inline-flex;border-radius:999px;padding:6px 10px;background:#dcfce7;color:#166534}.seo-score.mid{background:#fef9c3;color:#854d0e}.seo-score.bad{background:#fee2e2;color:#991b1b}.table-wrap{overflow:auto}.table-wrap table{min-width:1100px}.admin-layout table input,.admin-layout table textarea{width:100%}@media(max-width:900px){.no-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.no-image-detail-wrap{grid-template-columns:1fr}.no-video-grid{grid-template-columns:1fr}}@media(max-width:560px){.no-gallery-grid{grid-template-columns:1fr}.no-gallery-item img{height:220px}.no-image-nav{display:grid}.no-detail-actions a{width:100%}}.no-detail-section{padding:54px 0!important;background:#f4f7fb!important;}.no-detail-grid{display:grid!important;grid-template-columns:minmax(0,760px) 300px!important;gap:30px!important;align-items:start!important;}.no-detail-main,.no-gallery-page-main,.no-image-detail-main{background:#fff!important;border:1px solid var(--ist-line)!important;border-radius:18px!important;box-shadow:0 18px 45px rgba(15,31,49,.075)!important;padding:22px!important;min-width:0!important;}.no-full-main{background:#fff!important;border:1px solid var(--ist-line)!important;border-radius:18px!important;box-shadow:0 18px 45px rgba(15,31,49,.075)!important;padding:22px!important;}.no-sidebar{position:sticky!important;top:112px!important;align-self:start!important;}.no-side-card{border:1px solid var(--ist-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 14px 32px rgba(15,31,49,.06)!important;padding:18px!important;margin-bottom:16px!important;}.no-side-card h3{font-size:18px!important;line-height:1.25!important;margin:0 0 12px!important;color:#102235!important;}.no-side-card a{display:block!important;padding:9px 0!important;border-bottom:1px solid #edf2f7!important;color:#31455b!important;font-size:13px!important;font-weight:750!important;}.no-side-card a:last-child{border-bottom:0!important;}.no-side-cta{background:linear-gradient(150deg,#102235,#071522)!important;color:#fff!important;}.no-side-cta h3,.no-side-cta p{color:#fff!important;}.no-tabbar{position:sticky!important;top:104px!important;z-index:20!important;display:flex!important;gap:8px!important;overflow-x:auto!important;padding:8px!important;margin:18px 0 24px!important;background:#fff!important;border:1px solid var(--ist-line)!important;border-radius:14px!important;box-shadow:0 10px 24px rgba(15,31,49,.055)!important;}.no-tabbar a{white-space:nowrap!important;border-radius:10px!important;padding:9px 13px!important;color:#102235!important;background:#f7fafc!important;font-size:13px!important;font-weight:850!important;}.no-tabbar a:hover{background:var(--ist-orange)!important;color:#fff!important;}.no-content{font-size:16px!important;line-height:1.86!important;color:#31455b!important;}.no-content h2,.no-content h3,.no-content h4{color:#102235!important;letter-spacing:-.025em!important;line-height:1.22!important;margin:28px 0 12px!important;}.no-content h2{font-size:28px!important;}.no-content h3{font-size:22px!important;}.no-content p{margin:0 0 16px!important;}.no-content ul,.no-content ol{padding-left:22px!important;}.no-content-media{margin:26px 0!important;background:#fff!important;border:1px solid var(--ist-line)!important;border-radius:16px!important;padding:8px!important;box-shadow:0 16px 36px rgba(15,31,49,.075)!important;position:relative!important;}.no-content-media img{width:100%!important;max-height:520px!important;object-fit:cover!important;border-radius:12px!important;}.no-content-media figcaption{padding:9px 6px 2px!important;color:#50657b!important;font-size:13px!important;text-align:center!important;font-weight:650!important;}.no-detail-slider{background:#fff!important;border:1px solid var(--ist-line)!important;border-radius:18px!important;padding:10px!important;box-shadow:0 14px 34px rgba(15,31,49,.065)!important;margin-bottom:18px!important;}.no-detail-main-photo{position:relative!important;margin:0!important;border-radius:14px!important;overflow:hidden!important;background:#0f172a!important;}.no-detail-main-photo img{width:100%!important;height:430px!important;object-fit:cover!important;display:block!important;}.no-detail-main-photo figcaption{position:absolute!important;left:12px!important;bottom:12px!important;padding:7px 12px!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;color:#102235!important;font-size:12px!important;font-weight:850!important;}.no-detail-thumbs{display:flex!important;gap:8px!important;overflow-x:auto!important;padding:10px 2px 2px!important;scrollbar-width:thin!important;}.no-detail-thumbs button{flex:0 0 76px!important;width:76px!important;height:58px!important;padding:3px!important;border-radius:10px!important;border:2px solid transparent!important;background:#eef3f8!important;cursor:pointer!important;}.no-detail-thumbs button.is-active{border-color:var(--ist-orange)!important;}.no-detail-thumbs img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:7px!important;}.no-gallery-grid-wrap{margin:34px 0 8px!important;padding:0!important;}.no-gallery-grid-head{text-align:left!important;margin:0 0 22px!important;max-width:760px!important;}.no-gallery-grid-head .no-eyebrow{font-size:10px!important;}.no-gallery-grid-head h2{font-size:clamp(24px,3vw,34px)!important;letter-spacing:-.035em!important;color:#102235!important;margin:8px 0!important;}.no-gallery-grid-head p{font-size:14px!important;color:#607489!important;line-height:1.7!important;margin:0!important;}.no-gallery-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;align-items:start!important;}.no-gallery-item{margin:0!important;background:#fff!important;border:1px solid #dfe8f2!important;border-radius:9px!important;padding:6px!important;box-shadow:0 10px 24px rgba(15,31,49,.06)!important;overflow:hidden!important;text-align:center!important;}.no-gallery-item a{display:block!important;border-radius:6px!important;overflow:hidden!important;border:0!important;padding:0!important;background:#f1f5f9!important;box-shadow:none!important;cursor:zoom-in!important;}.no-gallery-item a::after{content:"Ön izle"!important;}.no-gallery-item img{width:100%!important;height:178px!important;aspect-ratio:auto!important;object-fit:cover!important;border-radius:0!important;transition:transform .25s ease!important;}.no-gallery-item:hover img{transform:scale(1.035)!important;}.no-gallery-item figcaption{display:block!important;margin:8px 0 0!important;max-width:none!important;padding:0 3px 2px!important;color:#17263a!important;font-size:13px!important;font-weight:650!important;line-height:1.45!important;text-align:center!important;}.no-gallery-item figcaption strong{display:block!important;font:inherit!important;color:inherit!important;}.no-gallery-detail-link{display:inline-flex!important;margin-top:5px!important;color:#c56a00!important;font-size:11px!important;font-weight:850!important;text-decoration:none!important;}.no-gallery-more{text-align:center!important;margin-top:22px!important;}.no-gallery-more a{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;padding:11px 18px!important;background:#102235!important;color:#fff!important;font-weight:900!important;}.no-gallery-page-hero{background:#eef5f8!important;border-bottom:1px solid var(--ist-line)!important;padding:36px 0 28px!important;}.no-gallery-page-hero .no-breadcrumb{margin-bottom:12px!important;color:#63788d!important;font-size:13px!important;}.no-gallery-page-hero h1{margin:10px 0 8px!important;color:#102235!important;font-size:clamp(30px,4vw,46px)!important;letter-spacing:-.045em!important;line-height:1.06!important;}.no-gallery-page-hero p{max-width:760px!important;margin:0!important;color:#52677d!important;line-height:1.7!important;}.no-gallery-page-section{background:#fff!important;}.no-gallery-page-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:30px!important;align-items:start!important;}.no-image-detail-wrap{display:grid!important;grid-template-columns:minmax(0,760px) 300px!important;gap:30px!important;align-items:start!important;}.no-image-detail-photo{margin:0 0 18px!important;background:#fff!important;border-radius:16px!important;padding:10px!important;border:1px solid var(--ist-line)!important;box-shadow:0 18px 42px rgba(15,31,49,.08)!important;}.no-image-detail-photo img{width:100%!important;max-height:640px!important;object-fit:contain!important;border-radius:12px!important;background:#f1f5f9!important;}.no-image-detail-photo figcaption{font-size:15px!important;color:#102235!important;}.no-image-nav a{background:#102235!important;color:#fff!important;border-radius:10px!important;}.no-price-mini{margin-top:34px!important;}.no-price-mini .no-section-head{text-align:left!important;margin-left:0!important;}.no-price-card table span{display:block!important;margin-top:4px!important;color:#63788d!important;font-size:12px!important;line-height:1.45!important;}@media(max-width:1024px){.no-detail-grid,.no-gallery-page-layout,.no-image-detail-wrap{grid-template-columns:1fr!important}.no-sidebar{position:static!important}.no-detail-main,.no-gallery-page-main,.no-image-detail-main,.no-full-main{padding:18px!important}.no-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.no-detail-main-photo img{height:360px!important}}@media(max-width:640px){.no-detail-section{padding:30px 0!important}.no-detail-main,.no-gallery-page-main,.no-image-detail-main,.no-full-main{padding:14px!important;border-radius:14px!important}.no-tabbar{top:82px!important}.no-gallery-grid{grid-template-columns:1fr!important;gap:18px!important}.no-gallery-item img{height:230px!important}.no-detail-main-photo img{height:270px!important}.no-content{font-size:15px!important}.no-content h2{font-size:24px!important}.no-content h3{font-size:20px!important}}.no-home-slider{position:relative;overflow:hidden;min-height:620px;background:#071421}.no-home-slide{position:absolute;inset:0;display:flex;align-items:center;background-size:cover;background-position:center;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease;min-height:620px}.no-home-slide.is-active{opacity:1;visibility:visible;z-index:2}.no-home-slide>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.35;z-index:0}.no-home-slide .no-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,20,33,.96),rgba(7,20,33,.78) 48%,rgba(7,20,33,.35));z-index:1}.no-home-slide .no-home-hero-content{position:relative;z-index:2}.no-home-slider-arrow{position:absolute;top:50%;z-index:5;transform:translateY(-50%);width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.14);color:#fff;font-size:34px;line-height:1;cursor:pointer;backdrop-filter:blur(10px)}.no-home-prev{left:28px}.no-home-next{right:28px}.no-home-slider-arrow:hover{background:#ff7a12;border-color:#ff7a12}.no-hero-dots button{width:11px;height:11px;border:0;border-radius:999px;background:rgba(255,255,255,.55);cursor:pointer}.no-hero-dots button.is-active{width:28px;background:#ff7a12}.no-card-grid{align-items:stretch}.no-service-card{overflow:hidden;border:1px solid #e6edf5;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease}.no-service-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(15,23,42,.10)}.no-service-card .no-card-image{aspect-ratio:4/3;background:#eef3f8;display:block;overflow:hidden}.no-service-card .no-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease}.no-service-card:hover .no-card-image img{transform:scale(1.045)}.no-content{font-size:17px;line-height:1.85;color:#334155}.no-content h2,.no-content h3{letter-spacing:-.35px}.no-content p{margin:0 0 18px}.no-content figure{margin:28px 0}.no-content img{border-radius:18px;box-shadow:0 12px 34px rgba(15,23,42,.09)}.no-contact-map{margin-top:18px;border-radius:20px;overflow:hidden;border:1px solid #dce7f2;background:#fff}.no-contact-map iframe{display:block;width:100%;height:260px;border:0}.no-gallery-item figcaption strong{display:block;font-size:13px;line-height:1.45;color:#0f172a}.no-gallery-detail-link{display:inline-flex;margin-top:7px;color:#ff7a12;font-size:12px;font-weight:900;text-decoration:none}.no-gallery-grid{gap:18px}.no-gallery-item{border:1px solid #e6edf5;border-radius:18px;background:#fff;padding:8px;box-shadow:0 10px 24px rgba(15,23,42,.06)}.no-gallery-item>a{display:block;aspect-ratio:4/3;border-radius:14px;overflow:hidden}.no-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.no-gallery-item figcaption{padding:10px 6px 4px;text-align:center}.no-detail-main{border-radius:24px}.no-detail-hero{min-height:360px}.no-detail-hero>img{opacity:.28}.no-detail-overlay{background:linear-gradient(90deg,rgba(7,20,33,.96),rgba(7,20,33,.76) 55%,rgba(7,20,33,.30))}.no-page-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.no-page-actions a{display:inline-flex;padding:12px 18px;border-radius:999px;background:#ff7a12;color:#fff;font-weight:900}@media(max-width:900px){.no-home-slider,.no-home-slide{min-height:560px}.no-home-slider-arrow{display:none}.no-home-slide .no-hero-overlay{background:linear-gradient(180deg,rgba(7,20,33,.92),rgba(7,20,33,.82))}.no-contact-map iframe{height:220px}}:root{
  --ist-navy:#071827;
  --ist-navy-2:#0c2238;
  --ist-orange:#ff7a12;
  --ist-soft:#f4f7fb;
  --ist-line:#dfe8f1;
  --ist-text:#102033;
  --ist-muted:#607287;
  --ist-radius:22px;
  --ist-shadow:0 18px 48px rgba(8,24,39,.10);
  --ist-shell:min(100% - 34px,1180px);
}body{background:#f3f7fb!important;color:var(--ist-text)!important;-webkit-font-smoothing:antialiased!important;text-rendering:optimizeLegibility!important}.no-shell{width:var(--ist-shell)!important;max-width:var(--ist-shell)!important;margin-inline:auto!important}.no-header{background:#fff!important;border-bottom:1px solid rgba(7,24,39,.08)!important;box-shadow:0 8px 28px rgba(8,24,39,.055)!important;position:sticky!important;top:0!important;z-index:90!important}.no-topline{height:34px!important;background:#f8fbfe!important;border-bottom:1px solid #e6edf5!important;color:#39536c!important;font-size:12px!important}.no-navbar{min-height:78px!important;gap:28px!important}.no-brand{width:178px!important;height:58px!important;border:1px solid #e6edf5!important;border-radius:16px!important;background:#fff!important;box-shadow:0 6px 18px rgba(8,24,39,.05)!important}.no-brand img{max-width:154px!important;max-height:48px!important;object-fit:contain!important}.no-menu{gap:26px!important}.no-menu a{font-size:14px!important;font-weight:900!important;color:#0d2134!important;text-decoration:none!important}.no-menu a:hover{color:var(--ist-orange)!important}.no-quote{border-radius:14px!important;background:linear-gradient(135deg,#ff8a18,#f66b00)!important;box-shadow:0 12px 28px rgba(255,122,18,.22)!important;padding:14px 22px!important;font-weight:950!important;color:#fff!important;text-decoration:none!important}.no-home-slider,.no-home-slide{min-height:650px!important}.no-home-slide{background-position:center!important}.no-home-slide>img{opacity:.58!important;filter:saturate(1.03) contrast(1.02)!important}.no-home-slide .no-hero-overlay{background:linear-gradient(90deg,rgba(7,24,39,.92) 0%,rgba(7,24,39,.72) 43%,rgba(7,24,39,.24) 100%)!important}.no-home-hero-content{min-height:650px!important;display:flex!important;align-items:center!important;padding:98px 0 88px!important}.no-home-copy{max-width:760px!important;color:#fff!important}.no-home-copy .no-eyebrow,.no-detail-hero .no-eyebrow,.no-section-head .no-eyebrow,.no-gallery-grid-head .no-eyebrow{display:inline-flex!important;align-items:center!important;width:auto!important;height:auto!important;border-radius:999px!important;padding:8px 13px!important;background:#fff4e5!important;color:#a65200!important;border:1px solid rgba(255,122,18,.20)!important;font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-weight:950!important}.no-home-copy h1{max-width:720px!important;margin:14px 0 18px!important;font-size:clamp(42px,6.2vw,74px)!important;line-height:.98!important;letter-spacing:-.06em!important;color:#fff!important;text-shadow:0 6px 24px rgba(0,0,0,.22)!important}.no-home-copy p{max-width:620px!important;color:rgba(255,255,255,.93)!important;font-size:18px!important;line-height:1.75!important;font-weight:600!important}.no-actions{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:22px!important}.no-actions a,.no-center a{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;border-radius:999px!important;padding:13px 20px!important;font-weight:950!important}.no-actions a:first-child{background:linear-gradient(135deg,#ff8a18,#f66b00)!important;color:#fff!important}.no-actions a:nth-child(2){background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.30)!important;color:#fff!important;backdrop-filter:blur(8px)!important}.no-hero-badges{display:flex!important;gap:14px!important;flex-wrap:wrap!important;margin-top:26px!important}.no-hero-badges span{min-width:155px!important;background:rgba(255,255,255,.13)!important;border:1px solid rgba(255,255,255,.20)!important;border-radius:16px!important;color:#fff!important;padding:14px 16px!important;box-shadow:none!important}.no-hero-badges b{font-size:22px!important;display:block!important;color:#fff!important}.no-hero-badges small{display:block!important;color:rgba(255,255,255,.74)!important;margin-top:3px!important}.no-home-slider-arrow{width:48px!important;height:48px!important;font-size:32px!important;background:rgba(255,255,255,.18)!important;backdrop-filter:blur(10px)!important}.no-hero-dots{bottom:34px!important}.no-hero-dots button{width:10px!important;height:10px!important;border:0!important;border-radius:999px!important;background:rgba(255,255,255,.5)!important;margin:0 4px!important}.no-hero-dots button.is-active{width:28px!important;background:#fff!important}.no-trustbar{position:relative!important;z-index:4!important;margin-top:-42px!important;margin-bottom:54px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.no-trustbar>div{background:#fff!important;border:1px solid #e6edf5!important;border-radius:16px!important;padding:18px 20px!important;box-shadow:0 16px 40px rgba(8,24,39,.09)!important}.no-trustbar span{background:#fff4e5!important;color:#c26100!important}.no-trustbar b{font-size:14px!important;color:#102033!important}.no-trustbar small{color:#6b7b8f!important}.no-home-intro{padding:18px 0 42px!important;background:#f3f7fb!important}.no-home-intro-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 520px!important;gap:38px!important;align-items:center!important}.no-home-intro h2{font-size:clamp(28px,3.4vw,44px)!important;line-height:1.09!important;letter-spacing:-.045em!important;margin:12px 0 16px!important;color:#0a1d30!important}.no-home-intro p{font-size:16px!important;line-height:1.85!important;color:#5a6f86!important}.no-home-intro-cards{display:grid!important;gap:14px!important}.no-home-intro-cards article{background:#fff!important;border:1px solid #e6edf5!important;border-radius:18px!important;padding:20px 22px!important;box-shadow:0 14px 34px rgba(8,24,39,.055)!important}.no-home-intro-cards b{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;border-radius:999px!important;background:#fff4e5!important;color:#c26100!important}.no-home-intro-cards h3{margin:12px 0 6px!important;font-size:18px!important;color:#102033!important}.no-home-intro-cards p{margin:0!important;font-size:14px!important;line-height:1.65!important;color:#64748b!important}.no-section{padding:72px 0!important}.no-section-head{text-align:center!important;max-width:760px!important;margin:0 auto 34px!important}.no-section-head h2{font-size:clamp(32px,4vw,48px)!important;line-height:1.08!important;letter-spacing:-.055em!important;margin:12px 0 8px!important;color:#0a1d30!important}.no-section-head p{font-size:15.5px!important;line-height:1.75!important;color:#64748b!important}.no-card-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:26px!important}.no-service-card{border-radius:22px!important;border:1px solid #e2eaf3!important;background:#fff!important;box-shadow:0 14px 38px rgba(8,24,39,.065)!important;overflow:hidden!important;transition:transform .22s ease,box-shadow .22s ease!important}.no-service-card:hover{transform:translateY(-6px)!important;box-shadow:0 22px 54px rgba(8,24,39,.12)!important}.no-service-card .no-card-image{height:240px!important;aspect-ratio:auto!important;background:#eaf1f7!important}.no-service-card .no-card-image img{width:100%!important;height:100%!important;object-fit:cover!important}.no-service-card>div{padding:19px 20px 22px!important}.no-service-card h3{font-size:18px!important;line-height:1.28!important;margin:0 0 10px!important;letter-spacing:-.02em!important}.no-service-card p{min-height:66px!important;color:#66778a!important;font-size:14px!important;line-height:1.62!important}.no-text-link,.no-gallery-more a{color:var(--ist-orange)!important;text-decoration:none!important;font-weight:950!important}.no-center a{background:#fff4e5!important;color:#af5700!important;border:1px solid rgba(255,122,18,.22)!important}.no-models{background:#eef3f8!important}.no-model-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}.no-model-card{background:#fff!important;border:1px solid #e0e8f2!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 14px 34px rgba(8,24,39,.07)!important;text-decoration:none!important;color:#102033!important}.no-model-card img{width:100%!important;height:170px!important;object-fit:cover!important}.no-model-card b{display:block!important;padding:13px 14px 3px!important;font-size:14px!important;line-height:1.35!important}.no-model-card span{display:block!important;padding:0 14px 14px!important;color:#ff7a12!important;font-weight:900!important;font-size:12px!important}.no-price{background:#fff7ec!important}.no-price-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 320px!important;gap:28px!important}.no-price-card{background:#fff!important;border:1px solid #e6edf5!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 18px 45px rgba(8,24,39,.08)!important}.no-price-card table{width:100%!important;border-collapse:collapse!important}.no-price-card thead th{background:#0a1d30!important;color:#fff!important;padding:15px 18px!important}.no-price-card td{padding:15px 18px!important;border-bottom:1px solid #edf2f7!important}.no-price-card td strong{display:block!important;color:#102033!important}.no-price-card td small,.no-price-card td span{display:block!important;color:#64748b!important;font-size:12px!important;margin-top:3px!important}.no-price-card td:last-child{font-weight:950!important;color:#079560!important;text-align:right!important;white-space:nowrap!important}.no-price-info{background:#0a1d30!important;color:#fff!important;border-radius:20px!important;padding:28px!important;box-shadow:0 18px 45px rgba(8,24,39,.16)!important}.no-price-info p,.no-price-info li{color:rgba(255,255,255,.78)!important}.no-price-info a,.no-price-note a{background:#ff7a12!important;color:#fff!important;border-radius:999px!important;padding:10px 14px!important;text-decoration:none!important;font-weight:950!important}.no-detail-hero{min-height:430px!important;background-size:cover!important;background-position:center!important;display:flex!important;align-items:center!important;position:relative!important;overflow:hidden!important}.no-detail-hero>img{opacity:.34!important;filter:saturate(1.05) contrast(1.04)!important}.no-detail-overlay{background:linear-gradient(90deg,rgba(7,24,39,.96) 0%,rgba(7,24,39,.78) 58%,rgba(7,24,39,.38) 100%)!important}.no-detail-hero-copy{position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:minmax(0,1fr) 420px!important;gap:44px!important;align-items:center!important;padding:70px 0!important}.no-hero-text{max-width:740px!important}.no-breadcrumb{display:flex!important;gap:8px!important;align-items:center!important;flex-wrap:wrap!important;margin:0 0 18px!important;color:rgba(255,255,255,.75)!important;font-size:13px!important;font-weight:850!important}.no-breadcrumb a{color:rgba(255,255,255,.86)!important;text-decoration:none!important}.no-detail-hero h1{font-size:clamp(38px,5vw,68px)!important;line-height:1!important;letter-spacing:-.06em!important;color:#fff!important;margin:16px 0 16px!important;text-shadow:0 6px 24px rgba(0,0,0,.20)!important}.no-detail-hero p{max-width:620px!important;color:rgba(255,255,255,.90)!important;font-size:16.5px!important;line-height:1.72!important;font-weight:600!important}.no-hero-visual{margin:0!important;border-radius:26px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:0 28px 70px rgba(0,0,0,.26)!important;background:rgba(255,255,255,.1)!important}.no-hero-visual img{width:100%!important;height:290px!important;object-fit:cover!important;display:block!important}.no-hero-visual figcaption{background:rgba(255,255,255,.92)!important;color:#0a1d30!important;font-size:13px!important;font-weight:900!important;text-align:center!important;padding:10px!important}.no-detail-actions a{box-shadow:none!important}.no-detail-actions a:first-child{background:linear-gradient(135deg,#ff8a18,#f66b00)!important;color:#fff!important}.no-detail-actions a:not(:first-child){background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.28)!important;color:#fff!important}.no-detail-section{padding:64px 0!important;background:#f3f7fb!important}.no-detail-grid{display:grid!important;grid-template-columns:minmax(0,780px) 320px!important;gap:30px!important;align-items:start!important;justify-content:center!important}.no-detail-main,.no-gallery-page-main,.no-image-detail-main{background:#fff!important;border:1px solid #e2eaf3!important;border-radius:24px!important;box-shadow:0 18px 48px rgba(8,24,39,.08)!important;padding:24px!important}.no-sidebar{position:sticky!important;top:128px!important}.no-side-card{background:#fff!important;border:1px solid #e2eaf3!important;border-radius:20px!important;padding:22px!important;margin-bottom:18px!important;box-shadow:0 14px 36px rgba(8,24,39,.075)!important}.no-side-cta{background:linear-gradient(145deg,#081827,#0d2742)!important;color:#fff!important}.no-side-cta h3{color:#fff!important}.no-side-cta p{color:rgba(255,255,255,.75)!important}.no-side-cta a{display:flex!important;justify-content:center!important;background:#ff7a12!important;color:#fff!important;border-radius:12px!important;padding:12px!important;text-decoration:none!important;font-weight:950!important}.no-side-card a{display:block!important;color:#26384b!important;text-decoration:none!important;font-weight:800!important;border-bottom:1px solid #edf2f7!important;padding:10px 0!important;font-size:13px!important}.no-side-card a:hover{color:#ff7a12!important}.no-side-cta a:hover{color:#fff!important;background:#ff8a18!important}.no-detail-main-photo{border-radius:18px!important;overflow:hidden!important;background:#0a1d30!important;position:relative!important}.no-detail-main-photo img{height:470px!important;width:100%!important;object-fit:cover!important;transition:opacity .18s ease!important}.no-detail-main-photo img.is-loading{opacity:.65!important}.no-detail-main-photo figcaption{position:absolute!important;left:16px!important;bottom:16px!important;background:rgba(255,255,255,.92)!important;color:#0a1d30!important;border-radius:999px!important;padding:8px 13px!important;font-size:12px!important;font-weight:950!important}.no-slide-arrow{position:absolute!important;z-index:3!important;top:50%!important;transform:translateY(-50%)!important;width:42px!important;height:42px!important;border:0!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;color:#0a1d30!important;font-size:30px!important;line-height:1!important;cursor:pointer!important}.no-slide-prev{left:14px!important}.no-slide-next{right:14px!important}.no-detail-thumbs{display:flex!important;gap:9px!important;overflow-x:auto!important;padding:12px 2px 4px!important;scrollbar-width:thin!important}.no-detail-thumbs button{flex:0 0 74px!important;height:58px!important;border:2px solid transparent!important;border-radius:10px!important;overflow:hidden!important;padding:0!important;background:#e7eef5!important;cursor:pointer!important}.no-detail-thumbs button.is-active{border-color:#ff7a12!important}.no-detail-thumbs img{width:100%!important;height:100%!important;object-fit:cover!important}.no-tabbar{position:static!important;margin:22px 0 26px!important;background:#f8fbfe!important;border:1px solid #e2eaf3!important;border-radius:16px!important;padding:8px!important;box-shadow:none!important}.no-tabbar a{background:#fff!important;color:#0a1d30!important;border:1px solid #e9eff6!important;text-decoration:none!important}.no-content{font-size:17px!important;line-height:1.9!important;color:#31465b!important}.no-content h2{font-size:30px!important}.no-content h3{font-size:23px!important}.no-content h2,.no-content h3,.no-content h4{color:#0a1d30!important;letter-spacing:-.035em!important;margin:30px 0 12px!important}.no-content p{margin:0 0 18px!important}.no-content-media{border-radius:20px!important;padding:10px!important;border:1px solid #e2eaf3!important;box-shadow:0 16px 36px rgba(8,24,39,.08)!important}.no-content-media img{border-radius:14px!important;max-height:520px!important;width:100%!important;object-fit:cover!important}.no-content-media figcaption{font-size:13px!important;color:#66778a!important;text-align:center!important;font-weight:700!important}.no-price-mini{margin-top:36px!important}.no-price-mini .no-section-head{text-align:left!important;margin:0 0 20px!important}.no-video-grid{grid-template-columns:1fr!important}.no-video-grid article{border-radius:20px!important}.no-faq-section{margin-top:42px!important}.no-faq-section .no-section-head{text-align:left!important;margin:0 0 18px!important}.no-faq-section details{background:#fff!important;border:1px solid #e2eaf3!important;border-radius:16px!important;box-shadow:0 8px 20px rgba(8,24,39,.04)!important}.no-gallery-grid-wrap{margin:40px 0 10px!important}.no-gallery-grid-head{text-align:left!important;margin:0 0 22px!important}.no-gallery-grid-head h2{font-size:clamp(26px,3vw,38px)!important;line-height:1.1!important;color:#0a1d30!important;letter-spacing:-.045em!important}.no-gallery-grid-head p{color:#66778a!important}.no-gallery-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}.no-gallery-item{background:#fff!important;border:1px solid #e2eaf3!important;border-radius:18px!important;padding:8px!important;box-shadow:0 12px 30px rgba(8,24,39,.065)!important}.no-gallery-item a{display:block!important;aspect-ratio:4/3!important;border-radius:13px!important;overflow:hidden!important;cursor:zoom-in!important;position:relative!important}.no-gallery-item a::after{content:"Ön izle"!important;position:absolute!important;right:10px!important;bottom:10px!important;opacity:0!important;transform:translateY(6px)!important;background:rgba(7,24,39,.78)!important;color:#fff!important;border-radius:999px!important;padding:6px 9px!important;font-size:11px!important;font-weight:850!important;transition:.2s ease!important}.no-gallery-item:hover a::after{opacity:1!important;transform:translateY(0)!important}.no-gallery-item img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .28s ease!important}.no-gallery-item:hover img{transform:scale(1.045)!important}.no-gallery-item figcaption{font-size:13px!important;line-height:1.45!important;color:#25384c!important;font-weight:800!important;text-align:center!important;padding:10px 5px 3px!important}.no-gallery-detail-link{display:none!important}.no-gallery-more{text-align:center!important;margin-top:24px!important}.no-gallery-more a{display:inline-flex!important;background:#0a1d30!important;color:#fff!important;border-radius:999px!important;padding:12px 18px!important}.no-gallery-page-hero{position:relative!important;overflow:hidden!important;min-height:320px!important;background-size:cover!important;background-position:center!important;display:flex!important;align-items:center!important;padding:70px 0!important}.no-gallery-page-hero-overlay{position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(7,24,39,.94),rgba(7,24,39,.70) 55%,rgba(7,24,39,.28))!important}.no-gallery-page-hero .no-shell{position:relative!important;z-index:2!important}.no-gallery-page-hero h1{color:#fff!important;font-size:clamp(36px,5vw,62px)!important;line-height:1!important;letter-spacing:-.055em!important}.no-gallery-page-hero p{color:rgba(255,255,255,.86)!important}.no-gallery-page-layout{display:grid!important;grid-template-columns:minmax(0,820px) 310px!important;gap:30px!important;align-items:start!important;justify-content:center!important}.no-gallery-page-main .no-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.no-gallery-page-main .no-gallery-item img{height:100%!important}.no-image-detail-wrap{display:grid!important;grid-template-columns:minmax(0,820px) 310px!important;gap:30px!important;align-items:start!important;justify-content:center!important}.no-image-detail-photo{border-radius:24px!important;padding:12px!important;border:1px solid #e2eaf3!important;box-shadow:0 18px 48px rgba(8,24,39,.08)!important;background:#fff!important}.no-image-detail-photo img{width:100%!important;max-height:760px!important;object-fit:contain!important;border-radius:16px!important;background:#edf3f8!important}.no-image-detail-photo figcaption{color:#0a1d30!important;font-weight:900!important}.no-image-nav{display:flex!important;justify-content:space-between!important;gap:12px!important;flex-wrap:wrap!important;margin:18px 0 32px!important}.no-image-nav a{background:#0a1d30!important;color:#fff!important;text-decoration:none!important;border-radius:999px!important;padding:12px 15px!important;font-weight:900!important}.no-image-nav a:hover{background:#ff7a12!important}.no-contact-section{background:#f3f7fb!important;padding:72px 0!important}.no-contact-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 420px!important;gap:34px!important;align-items:start!important}.no-contact-copy h2{font-size:clamp(30px,3.5vw,46px)!important;color:#0a1d30!important;line-height:1.08!important;letter-spacing:-.045em!important;margin:12px 0!important}.no-contact-copy>p{color:#66778a!important;line-height:1.75!important}.no-contact-list{display:grid!important;gap:12px!important;margin-top:22px!important}.no-contact-list a,.no-contact-list>span{display:grid!important;grid-template-columns:130px 1fr!important;gap:14px!important;background:#fff!important;border:1px solid #e2eaf3!important;border-radius:14px!important;padding:14px 16px!important;text-decoration:none!important;color:#102033!important}.no-contact-list b{color:#0a1d30!important}.no-contact-list span span{color:#607287!important}.no-form{background:#fff!important;border:1px solid #e2eaf3!important;border-radius:22px!important;padding:24px!important;box-shadow:0 18px 48px rgba(8,24,39,.08)!important}.no-form label{font-weight:850!important;color:#0a1d30!important}.no-form input,.no-form textarea{width:100%!important;border:1px solid #dbe5ef!important;border-radius:12px!important;padding:12px!important;background:#f8fbfe!important}.no-form button{background:#ff7a12!important;color:#fff!important;border:0!important;border-radius:12px!important;padding:13px 18px!important;font-weight:950!important}.no-footer{background:#071827!important;color:#dbeafe!important}.no-footer-grid{gap:40px!important}.no-footer a{color:#dbeafe!important;text-decoration:none!important}.no-footer a:hover{color:#ffb36b!important}.no-footer-bottom{border-top:1px solid rgba(255,255,255,.09)!important;color:#91a4b7!important}.no-footer-brand img{max-width:170px!important;opacity:.95!important}.no-lightbox{position:fixed!important;inset:0!important;z-index:9999!important;display:none!important}.no-lightbox.is-open{display:block!important}.no-lightbox-backdrop{position:absolute!important;inset:0!important;background:rgba(2,10,18,.86)!important;backdrop-filter:blur(8px)!important}.no-lightbox-panel{position:absolute!important;inset:32px!important;display:grid!important;grid-template-rows:minmax(0,1fr) auto!important;align-items:center!important}.no-lightbox-figure{margin:0!important;display:grid!important;place-items:center!important;min-height:0!important}.no-lightbox-img{max-width:min(100%,1180px)!important;max-height:calc(100vh - 190px)!important;object-fit:contain!important;border-radius:18px!important;box-shadow:0 28px 90px rgba(0,0,0,.45)!important;background:#fff!important}.no-lightbox-caption{margin-top:14px!important;color:#fff!important;text-align:center!important;font-weight:900!important}.no-lightbox-close,.no-lightbox-arrow{border:0!important;cursor:pointer!important}.no-lightbox-close{position:absolute!important;top:0!important;right:0!important;width:46px!important;height:46px!important;border-radius:999px!important;background:#fff!important;color:#071827!important;font-size:28px!important;z-index:3!important}.no-lightbox-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:52px!important;height:52px!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;color:#071827!important;font-size:38px!important;z-index:3!important}.no-lightbox-prev{left:0!important}.no-lightbox-next{right:0!important}.no-lightbox-bottom{display:flex!important;align-items:center!important;gap:16px!important;justify-content:center!important;margin-top:18px!important}.no-lightbox-count{color:#fff!important;font-weight:900!important}.no-lightbox-thumbs{display:flex!important;gap:8px!important;overflow-x:auto!important;max-width:min(900px,76vw)!important}.no-lightbox-thumb{flex:0 0 64px!important;height:48px!important;border:2px solid transparent!important;border-radius:9px!important;padding:0!important;overflow:hidden!important;background:#fff!important}.no-lightbox-thumb.is-active{border-color:#ff7a12!important}.no-lightbox-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}@media(max-width:1080px){.no-home-intro-grid,.no-detail-hero-copy,.no-detail-grid,.no-gallery-page-layout,.no-image-detail-wrap,.no-contact-grid{grid-template-columns:1fr!important}.no-hero-visual{display:none!important}.no-sidebar{position:static!important}.no-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.no-model-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.no-price-layout{grid-template-columns:1fr!important}.no-trustbar{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:680px){:root{--ist-shell:min(100% - 24px,1180px)}.no-topline{display:none!important}.no-navbar{min-height:68px!important}.no-brand{width:150px!important;height:52px!important}.no-home-slider,.no-home-slide,.no-home-hero-content{min-height:590px!important}.no-home-copy h1{font-size:42px!important}.no-home-copy p{font-size:15.5px!important}.no-hero-badges{display:grid!important;grid-template-columns:1fr!important}.no-trustbar{grid-template-columns:1fr!important;margin-top:-26px!important}.no-card-grid,.no-model-grid,.no-gallery-grid,.no-gallery-page-main .no-gallery-grid{grid-template-columns:1fr!important}.no-service-card .no-card-image{height:230px!important}.no-detail-hero{min-height:390px!important}.no-detail-hero-copy{padding:48px 0!important}.no-detail-hero h1{font-size:38px!important}.no-detail-main,.no-gallery-page-main,.no-image-detail-main{padding:16px!important;border-radius:18px!important}.no-detail-main-photo img{height:280px!important}.no-contact-list a,.no-contact-list>span{grid-template-columns:1fr!important}.no-lightbox-panel{inset:16px!important}.no-lightbox-arrow{width:42px!important;height:42px!important;font-size:30px!important}.no-lightbox-img{max-height:calc(100vh - 170px)!important}}.no-home-slider,
.no-home-hero{
  position:relative!important;
  overflow:hidden!important;
  background:#071421!important;
  background-image:none!important;
}.no-home-slide{
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}.no-home-slide>img{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:none!important;
  transform:none!important;
  image-rendering:auto!important;
  z-index:0!important;
}.no-home-slide .no-hero-overlay,
.no-home-hero .no-hero-overlay,
.no-hero-overlay{
  background:
    linear-gradient(90deg,rgba(7,22,37,.76) 0%,rgba(7,22,37,.54) 42%,rgba(7,22,37,.18) 100%),
    linear-gradient(180deg,rgba(7,22,37,.08),rgba(7,22,37,.18))!important;
}.no-detail-hero{
  position:relative!important;
  overflow:hidden!important;
  background:#071421!important;
  background-image:none!important;
}.no-detail-hero>img{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:none!important;
  transform:none!important;
  image-rendering:auto!important;
  z-index:0!important;
}.no-detail-overlay{
  background:
    linear-gradient(90deg,rgba(7,22,37,.80) 0%,rgba(7,22,37,.60) 55%,rgba(7,22,37,.26) 100%),
    linear-gradient(180deg,rgba(7,22,37,.08),rgba(7,22,37,.18))!important;
  z-index:1!important;
}.no-home-slide .no-home-hero-content,
.no-detail-hero-copy{
  position:relative!important;
  z-index:2!important;
}.no-hero-visual img,
.no-detail-main-photo img,
.no-gallery-card img,
.no-image-detail-photo img{
  image-rendering:auto!important;
  filter:none!important;
}:root{--ist-shell:min(1180px,calc(100% - 48px))!important;}.no-topline-inner{min-height:30px!important}.no-topline b{font-size:12px!important;color:#64748b!important;font-weight:700!important}.no-navbar{min-height:78px!important}.no-menu{position:static!important;gap:28px!important}.no-menu-item{position:static!important;display:flex!important;align-items:center!important}.no-menu-link{display:inline-flex!important;align-items:center!important;gap:6px!important}.no-menu-link:after{display:none!important}.no-menu-link:before{content:"";width:6px;height:6px;border-right:2px solid var(--ist-orange);border-bottom:2px solid var(--ist-orange);transform:rotate(45deg);margin-left:4px;margin-top:-3px;order:2}.no-mega-menu{position:absolute!important;left:50%!important;top:100%!important;transform:translate(-50%,12px)!important;width:min(1040px,calc(100vw - 48px))!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:0 0 22px 22px!important;box-shadow:0 28px 70px rgba(8,24,39,.15)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:.22s ease!important;overflow:hidden!important;z-index:1100!important}.no-has-mega:hover .no-mega-menu,.no-has-mega:focus-within .no-mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}.no-mega-inner{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}.no-mega-col{padding:30px 32px!important;border-right:1px solid #e7eef6!important;min-height:250px!important}.no-mega-col:last-child{border-right:0!important}.no-mega-col h3{font-size:22px!important;line-height:1.18!important;margin:0 0 22px!important;color:#0a1d30!important;letter-spacing:-.035em!important}.no-mega-links{display:grid!important;grid-template-columns:1fr!important;gap:0!important}.no-mega-links a{display:block!important;color:#122033!important;font-size:15px!important;font-weight:850!important;line-height:1.28!important;padding:10px 0!important;border-bottom:0!important}.no-mega-links a:hover{color:var(--ist-orange)!important;transform:translateX(4px)!important}.no-mega-links a:after{display:none!important}.no-mega-bottom{display:flex!important;align-items:center!important;justify-content:center!important;gap:42px!important;padding:16px 24px!important;background:#f8fafc!important;border-top:1px solid #e7eef6!important}.no-mega-bottom a{font-size:13px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#0a1d30!important}.no-mega-bottom a:last-child{color:var(--ist-orange)!important}.no-home-slider,.no-home-slide{min-height:620px!important}.no-home-slide .no-home-hero-content{min-height:620px!important;display:flex!important;align-items:center!important}.no-home-copy{max-width:690px!important;background:rgba(255,255,255,.86)!important;border:1px solid rgba(255,255,255,.72)!important;border-radius:28px!important;padding:34px 38px!important;box-shadow:0 24px 70px rgba(8,24,39,.20)!important;backdrop-filter:blur(10px)!important}.no-home-copy h1{color:#071d33!important;text-shadow:none!important;font-size:clamp(42px,5.3vw,76px)!important;line-height:.99!important;letter-spacing:-.06em!important}.no-home-copy p{color:#24384d!important;text-shadow:none!important;font-weight:700!important;max-width:610px!important}.no-home-copy .no-eyebrow{box-shadow:none!important}.no-hero-badges span{background:rgba(7,29,51,.08)!important;color:#071d33!important;border:1px solid rgba(7,29,51,.14)!important;box-shadow:none!important}.no-hero-badges b,.no-hero-badges small{color:#071d33!important}.no-home-slide .no-hero-overlay,.no-hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.16),rgba(255,255,255,.04),rgba(7,22,37,.10))!important}.no-compact-detail-hero,.no-detail-hero{min-height:218px!important;background-color:#081827!important;background-size:cover!important;background-position:center center!important}.no-compact-detail-hero>img,.no-detail-hero>img{display:block!important;visibility:visible!important;opacity:1!important;filter:none!important;object-fit:cover!important}.no-compact-detail-hero .no-detail-overlay,.no-detail-overlay{background:linear-gradient(90deg,rgba(4,13,24,.72),rgba(4,13,24,.48),rgba(4,13,24,.30))!important}.no-detail-hero-copy{padding:50px 0!important;max-width:none!important;display:block!important}.no-detail-hero .no-hero-text{max-width:850px!important}.no-detail-hero .no-hero-visual{display:none!important}.no-detail-hero h1,.no-detail-hero-copy h1{font-size:clamp(34px,4vw,54px)!important;line-height:1.02!important;max-width:780px!important;color:#fff!important;text-shadow:0 4px 24px rgba(0,0,0,.35)!important}.no-detail-hero p{max-width:720px!important;margin:12px 0 0!important;color:rgba(255,255,255,.92)!important;font-size:15px!important;font-weight:650!important;line-height:1.7!important}.no-detail-actions{margin-top:18px!important}.no-detail-actions a{border-radius:10px!important;min-height:40px!important;padding:0 14px!important;font-size:12.5px!important}.no-breadcrumb{margin-bottom:12px!important;color:#dbe7f4!important}.no-breadcrumb a{color:#fff!important}.no-detail-section{padding:42px 0 66px!important}.no-detail-grid{grid-template-columns:minmax(0,780px) 310px!important;gap:28px!important}.no-detail-main{border-radius:22px!important;padding:22px!important}.no-detail-main-photo img{height:420px!important}.no-detail-thumbs button{flex:0 0 78px!important;height:58px!important}.no-content{font-size:16px!important;line-height:1.88!important}.no-content h2{font-size:28px!important}.no-content h3{font-size:22px!important}.no-gallery-page-layout{grid-template-columns:minmax(0,820px) 300px!important;gap:30px!important}.no-gallery-grid-wrap{padding:8px 0 20px!important}.no-gallery-grid-head{text-align:left!important;margin:0 0 22px!important;max-width:none!important}.no-gallery-grid-head h2{font-size:clamp(28px,3vw,40px)!important}.no-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.no-gallery-item{border-radius:16px!important;padding:7px!important;box-shadow:0 12px 28px rgba(8,24,39,.07)!important}.no-gallery-item>a{border-radius:12px!important}.no-gallery-item img{height:170px!important}.no-gallery-item figcaption{font-size:12px!important;font-weight:850!important;color:#25384c!important;min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important}.no-gallery-more a{display:inline-flex!important;min-height:44px!important;padding:0 18px!important;border-radius:999px!important;background:#071d33!important;color:#fff!important;font-weight:900!important}.no-image-breadcrumb-bar{background:#eaf4f7!important;border-top:1px solid #dcebf1!important;border-bottom:1px solid #dcebf1!important;padding:16px 0!important}.no-image-breadcrumb-bar .no-breadcrumb{margin:0!important;color:#294257!important;text-shadow:none!important}.no-image-breadcrumb-bar .no-breadcrumb a{color:#0a1d30!important}.no-image-detail-section{background:#fff!important;padding:38px 0 54px!important}.no-image-detail-layout{display:grid!important;grid-template-columns:minmax(0,760px) 360px!important;gap:38px!important;align-items:start!important}.no-image-stage{min-width:0!important}.no-image-topnav{display:flex!important;justify-content:space-between!important;margin:0 0 18px!important}.no-image-topnav a{background:#5b6672!important;color:#fff!important;border-radius:5px!important;padding:9px 18px!important;font-weight:850!important}.no-image-detail-photo{margin:0!important;border:0!important;border-radius:0!important;padding:0!important;background:transparent!important;box-shadow:none!important}.no-image-detail-photo img{width:100%!important;max-height:720px!important;object-fit:contain!important;background:#fff!important;border-radius:0!important}.no-image-detail-photo figcaption{text-align:center!important;padding:14px 8px 0!important;color:#0a1d30!important;font-weight:850!important}.no-image-info-panel{background:#eef7fa!important;padding:44px 46px!important;min-height:520px!important}.no-image-info-panel h1{font-size:30px!important;line-height:1.2!important;color:#071d33!important;margin:0 0 22px!important;letter-spacing:-.03em!important}.no-image-info-panel p{color:#26384c!important;margin:0 0 28px!important;line-height:1.75!important}.no-image-info-panel dl{border-top:1px solid #d9e9ef!important;border-bottom:1px solid #d9e9ef!important;margin:0 0 24px!important;padding:16px 0!important}.no-image-info-panel dl div{display:grid!important;grid-template-columns:110px 1fr!important;padding:12px 0!important}.no-image-info-panel dt{font-weight:900!important;color:#071d33!important}.no-image-info-panel dd{margin:0!important}.no-image-info-panel dd a{color:#071d33!important;font-weight:750!important}.no-panel-btn{display:flex!important;justify-content:center!important;align-items:center!important;min-height:44px!important;border-radius:7px!important;background:#16a34a!important;color:#fff!important;font-weight:900!important;margin-top:10px!important}.no-panel-btn-light{background:#e5384a!important}.no-related-gallery-section{background:#fff!important;padding:0 0 54px!important}.no-related-gallery-section .no-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.no-related-gallery-section .no-gallery-item img{height:150px!important}.no-price-pro{margin-top:42px!important;background:#fff8ed!important;border-radius:26px!important;padding:34px 28px!important}.no-price-pro .no-section-head{text-align:center!important;margin:0 auto 24px!important}.no-price-pro-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 270px!important;gap:24px!important;align-items:start!important}.no-price-card{border-radius:18px!important;box-shadow:0 16px 42px rgba(8,24,39,.08)!important}.no-price-card th{background:#071d33!important}.no-price-card td{padding:14px 18px!important}.no-price-card td small{display:block!important;margin-top:4px!important;color:#66778a!important;font-size:12px!important;line-height:1.45!important}.no-price-help{background:#071d33!important;color:#fff!important;border-radius:18px!important;padding:24px!important;box-shadow:0 18px 40px rgba(8,24,39,.18)!important}.no-price-help h3{margin:0 0 12px!important;font-size:22px!important;color:#fff!important}.no-price-help p,.no-price-help li{color:#dce7f1!important;font-size:13px!important;line-height:1.65!important}.no-price-help ul{padding-left:18px!important;margin:12px 0 18px!important}.no-price-help a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;border-radius:12px!important;background:#ff7a12!important;color:#fff!important;font-weight:950!important}.no-contact-section{background:linear-gradient(180deg,#f7fbff,#eef5fb)!important;padding:76px 0!important}.no-contact-grid{grid-template-columns:minmax(0,1fr) 430px!important;gap:54px!important;align-items:start!important}.no-contact-copy h2{font-size:clamp(36px,4vw,56px)!important;line-height:1.05!important;letter-spacing:-.055em!important}.no-contact-list{display:grid!important;gap:16px!important;margin-top:26px!important}.no-contact-list a,.no-contact-list>span{display:grid!important;grid-template-columns:160px 1fr!important;align-items:center!important;padding:20px 24px!important;border-radius:18px!important;background:#fff!important;border:1px solid #dfe8f1!important;box-shadow:0 12px 28px rgba(8,24,39,.055)!important}.no-contact-list b{color:#071d33!important;font-weight:950!important}.no-contact-list span span,.no-contact-list a span{color:#25384c!important;font-weight:650!important}.no-form{background:#fff!important;border:1px solid #dfe8f1!important;border-radius:26px!important;padding:30px!important;box-shadow:0 22px 60px rgba(8,24,39,.09)!important}.no-form input,.no-form textarea{background:#f8fbfe!important;border:1px solid #cfdce9!important;border-radius:13px!important;min-height:46px!important}.no-form textarea{min-height:130px!important}.no-form button{border-radius:14px!important;min-height:48px!important;padding:0 24px!important}@media(max-width:1100px){.no-mega-menu{position:static!important;transform:none!important;width:100%!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-shadow:none!important;border-radius:16px!important;margin-top:8px!important}.no-mega-inner{grid-template-columns:1fr!important}.no-mega-col{min-height:0!important;border-right:0!important;border-bottom:1px solid #e7eef6!important;padding:18px!important}.no-mega-bottom{display:grid!important;gap:10px!important}.no-menu-item{display:block!important}.no-price-pro-layout,.no-contact-grid,.no-image-detail-layout,.no-gallery-page-layout,.no-detail-grid{grid-template-columns:1fr!important}.no-sidebar{position:static!important}.no-image-info-panel{min-height:0!important}.no-home-copy{max-width:100%!important}}@media(max-width:680px){:root{--ist-shell:min(100% - 24px,1180px)!important}.no-home-slider,.no-home-slide,.no-home-slide .no-home-hero-content{min-height:590px!important}.no-home-copy{padding:24px!important;border-radius:22px!important}.no-home-copy h1{font-size:38px!important}.no-compact-detail-hero,.no-detail-hero{min-height:260px!important}.no-detail-hero-copy{padding:36px 0!important}.no-detail-hero h1{font-size:34px!important}.no-gallery-grid,.no-related-gallery-section .no-gallery-grid{grid-template-columns:1fr!important}.no-gallery-item img{height:230px!important}.no-price-pro{padding:24px 14px!important}.no-contact-list a,.no-contact-list>span{grid-template-columns:1fr!important}.no-image-info-panel{padding:28px!important}.no-detail-main-photo img{height:300px!important}}:root{--ist-shell:min(1180px,calc(100% - 48px))!important;--ist-navy:#081c2f;--ist-navy2:#102a43;--ist-gold:#f59a23;--ist-gold2:#ff7a12;--ist-soft-blue:#f3f8fc;--ist-border:#dfe8f1}body{background:#f3f7fb!important;color:#0b1d31!important}.no-shell{width:var(--ist-shell)!important;max-width:var(--ist-shell)!important}.no-header{box-shadow:0 8px 28px rgba(8,24,39,.055)!important;border-bottom:1px solid #e5edf5!important}.no-topline{background:#f8fbfd!important}.no-topline-inner{min-height:28px!important}.no-topline-left,.no-topline-right{gap:18px!important}.no-topline a,.no-topline b{font-size:12px!important;font-weight:700!important;color:#587087!important}.no-navbar{min-height:70px!important;gap:20px!important}.no-brand{padding:7px 13px!important;border-radius:14px!important;box-shadow:0 10px 24px rgba(8,24,39,.045)!important}.no-brand img{width:156px!important;max-height:52px!important}.no-menu{gap:28px!important}.no-menu a,.no-menu-link{font-size:13.5px!important;font-weight:850!important;color:#091d31!important;letter-spacing:.01em!important}.no-quote{min-height:44px!important;border-radius:14px!important;padding:0 22px!important;font-size:13px!important;box-shadow:0 14px 30px rgba(255,122,18,.22)!important}.no-menu-item.no-has-mega{position:static!important}.no-menu-link:before{width:6px!important;height:6px!important;border-width:0 2px 2px 0!important;margin-left:5px!important}.no-mega-menu{left:50%!important;top:100%!important;width:min(1060px,calc(100vw - 72px))!important;max-height:calc(100vh - 128px)!important;overflow:auto!important;border-radius:0 0 20px 20px!important;border:1px solid #dfe8f1!important;background:#fff!important;box-shadow:0 30px 80px rgba(8,24,39,.16)!important;transform:translate(-50%,10px)!important}.no-has-mega:hover .no-mega-menu,.no-has-mega:focus-within .no-mega-menu{transform:translate(-50%,0)!important}.no-mega-inner{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important}.no-mega-col{padding:24px 30px!important;min-height:0!important;border-right:1px solid #e6eef5!important}.no-mega-col h3{font-size:19px!important;line-height:1.22!important;margin:0 0 15px!important;letter-spacing:-.03em!important;color:#091d31!important}.no-mega-links{gap:0!important}.no-mega-links a{font-size:13.5px!important;line-height:1.32!important;font-weight:800!important;padding:7px 0!important;color:#1d3148!important}.no-mega-links a:hover{color:#f2760d!important;transform:translateX(3px)!important}.no-mega-bottom{padding:14px 22px!important;gap:34px!important;background:#f8fbfd!important}.no-mega-bottom a{font-size:12px!important;letter-spacing:.08em!important;color:#091d31!important}.no-mega-bottom a:last-child{color:#f2760d!important}.no-home-slider,.no-home-slide{min-height:560px!important;height:auto!important;background:#0b1d31!important}.no-home-slide>img,.no-home-hero>img{opacity:1!important;filter:none!important;object-fit:cover!important;object-position:center!important}.no-hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.86) 0%,rgba(255,255,255,.64) 38%,rgba(8,24,39,.12) 70%,rgba(8,24,39,.10) 100%)!important}.no-home-hero-content{min-height:560px!important;display:flex!important;align-items:center!important}.no-home-copy{max-width:610px!important;background:rgba(255,255,255,.88)!important;border:1px solid rgba(255,255,255,.72)!important;border-radius:28px!important;padding:34px 36px!important;box-shadow:0 26px 80px rgba(8,24,39,.16)!important;backdrop-filter:blur(10px)!important}.no-home-copy h1{font-size:clamp(38px,4.4vw,58px)!important;line-height:1.02!important;letter-spacing:-.055em!important;color:#091d31!important;text-shadow:none!important;margin:14px 0!important}.no-home-copy p{color:#1e334a!important;font-size:16px!important;line-height:1.72!important;font-weight:700!important;text-shadow:none!important;max-width:540px!important}.no-home-copy .no-eyebrow{background:#fff4e6!important;color:#a85e00!important;border-color:#ffd7a8!important}.no-hero-badges{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:22px!important}.no-hero-badges span{background:rgba(255,255,255,.92)!important;border:1px solid #dfe8f1!important;border-radius:16px!important;color:#0b1d31!important;box-shadow:0 10px 28px rgba(8,24,39,.065)!important;padding:14px 15px!important}.no-hero-badges b{color:#0b1d31!important;font-size:24px!important}.no-hero-badges small{color:#62758a!important}.no-actions{margin-top:22px!important}.no-actions a{border-radius:14px!important;min-height:44px!important}.no-actions a:last-child{background:#0b1d31!important;color:#fff!important;border:0!important}.no-trustbar{transform:translateY(-34px)!important;margin-bottom:-20px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.no-trustbar>div{border-radius:18px!important;box-shadow:0 18px 44px rgba(8,24,39,.11)!important;border:1px solid #e3ebf3!important;padding:18px 20px!important;background:#fff!important}.no-trustbar b{font-size:15px!important}.no-trustbar small{font-size:12.5px!important;color:#63768b!important}.no-detail-hero,.no-compact-detail-hero{min-height:245px!important;height:auto!important;background-position:center!important;background-size:cover!important}.no-detail-hero>img{opacity:1!important;filter:none!important;object-fit:cover!important;object-position:center!important}.no-detail-overlay{background:linear-gradient(90deg,rgba(8,24,39,.78),rgba(8,24,39,.56) 50%,rgba(8,24,39,.26))!important}.no-detail-hero-copy{padding:42px 0!important;display:block!important}.no-detail-hero .no-hero-text{max-width:760px!important}.no-detail-hero h1,.no-detail-hero-copy h1{font-size:clamp(34px,4vw,52px)!important;line-height:1.03!important;letter-spacing:-.055em!important;color:#fff!important;text-shadow:0 12px 28px rgba(0,0,0,.32)!important}.no-detail-hero p{max-width:670px!important;font-size:15px!important;line-height:1.7!important;color:rgba(255,255,255,.90)!important}.no-detail-actions a{min-height:38px!important;border-radius:999px!important;padding:0 15px!important;font-size:12px!important}.no-breadcrumb{font-size:12px!important;font-weight:850!important;color:#e4edf6!important}.no-breadcrumb a{color:#fff!important}.no-detail-section{padding:46px 0 70px!important}.no-detail-grid{grid-template-columns:minmax(0,820px) 300px!important;gap:30px!important;justify-content:center!important}.no-detail-main{border-radius:22px!important;padding:24px!important;border:1px solid #e0e9f2!important;box-shadow:0 20px 55px rgba(8,24,39,.075)!important}.no-detail-main-photo img{height:400px!important}.no-detail-thumbs button{flex:0 0 76px!important;height:56px!important}.no-tabbar{border-radius:14px!important;padding:7px!important}.no-tabbar a{font-size:12.5px!important;border-radius:10px!important;padding:9px 12px!important}.no-content{font-size:16px!important;line-height:1.86!important;color:#2c4157!important}.no-content h2{font-size:27px!important}.no-content h3{font-size:21px!important}.no-price-pro{background:#fff7ec!important;border:1px solid #ffe1bd!important;border-radius:24px!important;padding:30px!important;margin:42px 0!important}.no-price-pro .no-section-head{max-width:720px!important;margin:0 auto 24px!important;text-align:center!important}.no-price-pro .no-section-head h2{font-size:clamp(28px,3vw,38px)!important;letter-spacing:-.045em!important;color:#071d33!important}.no-price-pro-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 250px!important;gap:22px!important;align-items:start!important}.no-price-card{overflow:hidden!important;border-radius:16px!important;border:1px solid #dfe8f1!important;background:#fff!important;box-shadow:0 14px 34px rgba(8,24,39,.075)!important}.no-price-card table{width:100%!important;border-collapse:collapse!important}.no-price-card th{font-size:12px!important;padding:12px 16px!important;background:#071d33!important;color:#fff!important}.no-price-card td{padding:12px 16px!important;font-size:13px!important}.no-price-card td:first-child{width:78%!important}.no-price-card td:last-child{white-space:nowrap!important;color:#078f5b!important;font-weight:950!important;text-align:right!important}.no-price-card strong{font-size:13px!important;color:#071d33!important}.no-price-card td small{font-size:11.5px!important;color:#68798b!important}.no-price-note{padding:13px 16px!important;background:#071d33!important;color:#dce8f2!important;font-size:12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.no-price-note a{min-height:36px!important;border-radius:999px!important;padding:0 13px!important;font-size:11.5px!important;white-space:nowrap!important}.no-price-help{border-radius:16px!important;padding:20px!important;background:#071d33!important}.no-price-help h3{font-size:18px!important;line-height:1.2!important}.no-price-help p,.no-price-help li{font-size:12.5px!important}.no-price-help a{min-height:38px!important;border-radius:10px!important;font-size:12px!important}.no-contact-section{background:linear-gradient(180deg,#f7fbff 0%,#eef5fb 100%)!important;padding:60px 0!important}.no-contact-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 380px!important;gap:38px!important;align-items:start!important}.no-contact-copy h2{font-size:clamp(30px,3.1vw,42px)!important;line-height:1.08!important;letter-spacing:-.045em!important;margin:12px 0!important;color:#071d33!important}.no-contact-copy>p{max-width:720px!important;color:#536b84!important;font-size:15px!important}.no-contact-list{display:grid!important;gap:12px!important;margin-top:22px!important}.no-contact-list a,.no-contact-list>span{display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;background:#fff!important;border:1px solid #dfe8f1!important;border-radius:16px!important;padding:14px 18px!important;box-shadow:0 12px 32px rgba(8,24,39,.055)!important}.no-contact-list b{font-size:13.5px!important;color:#071d33!important;font-weight:950!important}.no-contact-list span span,.no-contact-list a span{font-size:14px!important;color:#24384e!important;font-weight:750!important;word-break:normal!important;overflow-wrap:normal!important}.no-contact-list a[href^="tel"] span,.no-contact-list a[href^="mailto"] span{white-space:nowrap!important}.no-form{border-radius:24px!important;padding:24px!important;background:#fff!important;border:1px solid #dfe8f1!important;box-shadow:0 22px 55px rgba(8,24,39,.09)!important}.no-form-row{gap:12px!important}.no-form label{font-size:13px!important;color:#071d33!important;font-weight:900!important}.no-form input,.no-form textarea{min-height:42px!important;border-radius:12px!important;background:#f8fbfe!important;border:1px solid #cfdce9!important;padding:10px 12px!important}.no-form textarea{min-height:110px!important}.no-form button{min-height:42px!important;border-radius:12px!important;font-size:13px!important;padding:0 20px!important}.no-gallery-item a{cursor:pointer!important}.no-gallery-item a::after{display:none!important}.no-gallery-item figcaption{font-size:12.5px!important;font-weight:850!important;color:#24384e!important}.no-image-detail-section{padding:34px 0 58px!important}.no-image-detail-layout{grid-template-columns:minmax(0,760px) 330px!important;gap:34px!important}.no-image-info-panel{padding:34px!important;background:#eef7fa!important}.no-image-info-panel h1{font-size:27px!important}.no-panel-btn{border-radius:9px!important}@media(max-width:1100px){
  :root{--ist-shell:min(100% - 28px,1180px)!important}
  .no-navbar{min-height:68px!important}.no-menu-btn{display:flex!important}.no-quote{display:none!important}.no-menu{position:fixed!important;left:14px!important;right:14px!important;top:82px!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;background:#fff!important;border:1px solid #dfe8f1!important;border-radius:20px!important;padding:12px!important;box-shadow:0 28px 80px rgba(8,24,39,.20)!important;max-height:calc(100vh - 110px)!important;overflow:auto!important}.no-header.no-menu-open .no-menu{display:flex!important}.no-menu>a,.no-menu-link{padding:12px 14px!important;border-bottom:1px solid #edf3f8!important}.no-menu-item{display:block!important}.no-mega-menu{position:static!important;transform:none!important;width:100%!important;max-height:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-shadow:none!important;border-radius:14px!important;margin:6px 0 10px!important;border:1px solid #edf3f8!important}.no-mega-inner{grid-template-columns:1fr!important}.no-mega-col{padding:14px 16px!important;border-right:0!important;border-bottom:1px solid #edf3f8!important}.no-mega-col h3{font-size:15px!important;margin-bottom:8px!important}.no-mega-links a{font-size:13px!important;padding:6px 0!important}.no-mega-bottom{display:grid!important;gap:8px!important;text-align:left!important;justify-content:stretch!important}.no-home-slider,.no-home-slide,.no-home-hero-content{min-height:560px!important}.no-hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.90),rgba(255,255,255,.64),rgba(255,255,255,.25))!important}.no-home-copy{max-width:620px!important}.no-trustbar{grid-template-columns:repeat(2,minmax(0,1fr))!important;transform:none!important;margin:18px auto 0!important}.no-detail-grid,.no-gallery-page-layout,.no-image-detail-layout,.no-contact-grid,.no-price-pro-layout{grid-template-columns:1fr!important}.no-sidebar{position:static!important}.no-price-help{order:2!important}.no-contact-list a[href^="tel"] span,.no-contact-list a[href^="mailto"] span{white-space:normal!important}
}@media(max-width:680px){
  :root{--ist-shell:min(100% - 24px,1180px)!important}
  .no-topline{display:none!important}.no-navbar{min-height:78px!important}.no-brand img{width:132px!important}.no-brand{padding:8px 12px!important}.no-menu{top:88px!important}.no-home-slider,.no-home-slide,.no-home-hero-content{min-height:520px!important}.no-home-copy{padding:22px!important;border-radius:22px!important}.no-home-copy h1{font-size:32px!important;letter-spacing:-.045em!important}.no-home-copy p{font-size:14.5px!important}.no-hero-badges{grid-template-columns:1fr!important}.no-hero-badges span{padding:12px 14px!important}.no-actions{display:grid!important;grid-template-columns:1fr!important}.no-trustbar{grid-template-columns:1fr!important}.no-detail-hero,.no-compact-detail-hero{min-height:230px!important}.no-detail-hero-copy{padding:34px 0!important}.no-detail-hero h1{font-size:31px!important}.no-detail-hero p{font-size:14px!important}.no-detail-main{padding:16px!important;border-radius:18px!important}.no-detail-main-photo img{height:290px!important}.no-detail-thumbs button{flex:0 0 66px!important;height:50px!important}.no-gallery-grid,.no-gallery-page-main .no-gallery-grid,.no-related-gallery-section .no-gallery-grid{grid-template-columns:1fr!important}.no-gallery-item img{height:auto!important}.no-price-pro{padding:20px 14px!important;border-radius:20px!important}.no-price-card td,.no-price-card th{padding:10px 11px!important}.no-price-note{display:grid!important}.no-contact-section{padding:48px 0 72px!important}.no-contact-copy h2{font-size:30px!important}.no-contact-list a,.no-contact-list>span{grid-template-columns:1fr!important;padding:14px!important}.no-form{padding:18px!important}.no-form-row{grid-template-columns:1fr!important}.no-mobile-bar{left:12px!important;right:12px!important;bottom:10px!important;border-radius:18px!important;padding:8px!important;background:#fff!important;border:1px solid #dfe8f1!important;box-shadow:0 18px 60px rgba(8,24,39,.20)!important}.no-mobile-bar a{min-height:44px!important;border-radius:12px!important;font-size:14px!important}.no-mobile-bar a:first-child{background:#071d33!important;color:#fff!important}.no-mobile-bar a:last-child{background:#28a745!important;color:#fff!important}
}:root{
  --ist-shell:min(1180px,calc(100% - 48px))!important;
  --ist-navy:#071b2e!important;
  --ist-navy2:#10283d!important;
  --ist-blue-soft:#eef6fb!important;
  --ist-orange:#f27a0d!important;
  --ist-orange2:#ff8b1a!important;
  --ist-text:#071b2e!important;
  --ist-muted:#587089!important;
  --ist-line:#dde7f1!important;
}.no-header{z-index:1200!important;background:#fff!important;box-shadow:0 8px 28px rgba(7,27,46,.06)!important}.no-topline{height:28px!important;background:#f8fbfe!important}.no-topline-inner{min-height:28px!important}.no-topline a,.no-topline b,.no-topline span{font-size:11.5px!important;color:#52687f!important;font-weight:650!important}.no-navbar{min-height:74px!important}.no-brand{
  width:auto!important;height:auto!important;min-width:150px!important;max-width:174px!important;
  padding:7px 12px!important;border-radius:12px!important;border:1px solid #dde7f1!important;
  box-shadow:0 8px 22px rgba(7,27,46,.055)!important;background:#fff!important
}.no-brand img{width:138px!important;max-width:138px!important;max-height:42px!important;object-fit:contain!important}.no-footer-brand img{width:150px!important;max-height:52px!important;object-fit:contain!important}.no-menu{gap:25px!important}.no-menu a{font-size:13px!important;letter-spacing:.005em!important}.no-quote{min-height:42px!important;border-radius:10px!important;padding:0 18px!important}.no-menu-item.no-has-mega{position:static!important}.no-menu-link:before{width:6px!important;height:6px!important;margin-left:7px!important;border-color:var(--ist-orange)!important}.no-mega-menu{
  top:100%!important;left:50%!important;transform:translate(-50%,10px)!important;
  width:min(960px,calc(100vw - 90px))!important;max-height:calc(100vh - 118px)!important;overflow:auto!important;
  border-radius:0 0 14px 14px!important;border:1px solid #dfe8f1!important;background:#fff!important;
  box-shadow:0 24px 70px rgba(7,27,46,.15)!important
}.no-has-mega:hover .no-mega-menu,.no-has-mega:focus-within .no-mega-menu{transform:translate(-50%,0)!important}.no-mega-inner{grid-template-columns:repeat(3,minmax(0,1fr))!important}.no-mega-col{padding:22px 26px!important;min-height:0!important;border-right:1px solid #e6eef6!important}.no-mega-col:nth-child(n/**/+4){border-top:1px solid #e6eef6!important}.no-mega-col h3{font-size:18px!important;line-height:1.18!important;margin:0 0 12px!important;color:#071b2e!important;letter-spacing:-.025em!important}.no-mega-links a{font-size:13px!important;line-height:1.28!important;padding:6.5px 0!important;font-weight:780!important;color:#263b50!important}.no-mega-links a:hover{color:var(--ist-orange)!important;transform:translateX(3px)!important}.no-mega-bottom{padding:13px 22px!important;background:#f7fafc!important;gap:28px!important}.no-mega-bottom a{font-size:11.5px!important;letter-spacing:.07em!important}.no-home-slider,.no-home-slide{min-height:460px!important;background:#071b2e!important}.no-home-slide{background-size:cover!important;background-position:center 53%!important;align-items:center!important}.no-home-slide>img{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;height:100%!important;object-fit:cover!important;filter:none!important}.no-home-slide .no-hero-overlay,
.no-home-hero .no-hero-overlay{
  background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.80) 34%,rgba(255,255,255,.24) 57%,rgba(7,27,46,.30) 100%)!important
}.no-home-hero-content{min-height:460px!important;padding:64px 0!important;align-items:center!important}.no-home-copy{
  max-width:540px!important;color:#071b2e!important;background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(255,255,255,.76)!important;border-left:4px solid var(--ist-orange)!important;
  border-radius:4px 18px 18px 4px!important;padding:24px 28px 26px!important;
  box-shadow:0 22px 58px rgba(7,27,46,.14)!important;backdrop-filter:blur(8px)!important
}.no-home-copy .no-eyebrow{background:#fff4e8!important;color:#a75000!important;border-color:#ffd2a2!important;box-shadow:none!important}.no-home-copy h1{font-size:clamp(34px,4.5vw,54px)!important;line-height:1.03!important;letter-spacing:-.05em!important;color:#071b2e!important;text-shadow:none!important;margin:12px 0 12px!important}.no-home-copy p{font-size:15.5px!important;line-height:1.72!important;color:#2d4358!important;max-width:460px!important;font-weight:650!important}.no-home-copy .no-actions{margin-top:18px!important}.no-home-copy .no-actions a:nth-child(2){background:#071b2e!important;color:#fff!important;border:0!important}.no-hero-badges{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:18px!important}.no-hero-badges span{min-width:0!important;padding:12px!important;border-radius:12px!important;background:#f7fafc!important;border:1px solid #dfe8f1!important;color:#071b2e!important;box-shadow:none!important}.no-hero-badges b{font-size:19px!important;color:#071b2e!important}.no-hero-badges small{color:#65778b!important;font-size:11px!important}.no-home-slider-arrow{background:rgba(7,27,46,.50)!important;border-color:rgba(255,255,255,.45)!important;color:#fff!important}.no-hero-dots{bottom:18px!important}.no-hero-dots button.is-active{background:var(--ist-orange)!important}.no-trustbar{margin-top:-32px!important;margin-bottom:38px!important;gap:15px!important}.no-trustbar>div{border-radius:14px!important;padding:16px 18px!important}.no-detail-hero,.no-compact-detail-hero{min-height:210px!important;background-position:center!important;background-size:cover!important;display:flex!important;align-items:center!important}.no-detail-hero>img{opacity:1!important;filter:none!important}.no-detail-overlay{background:linear-gradient(90deg,rgba(7,27,46,.88),rgba(7,27,46,.70) 48%,rgba(7,27,46,.36))!important}.no-detail-hero-copy{padding:42px 0!important;display:block!important}.no-detail-hero .no-breadcrumb{margin-bottom:10px!important}.no-detail-hero h1,.no-detail-hero-copy h1{font-size:clamp(32px,4vw,52px)!important;line-height:1.04!important;letter-spacing:-.045em!important;color:#fff!important;text-shadow:0 3px 18px rgba(0,0,0,.28)!important;margin:8px 0 8px!important}.no-detail-hero p{max-width:680px!important;color:rgba(255,255,255,.92)!important;font-size:15.5px!important;line-height:1.65!important}.no-detail-actions a{border-radius:6px!important;padding:10px 15px!important}.no-price,.no-price-compact{background:#fff7ec!important}.no-price-layout{grid-template-columns:minmax(0,780px) 280px!important;justify-content:center!important;align-items:start!important;gap:24px!important}.no-price-pro{padding:34px!important;border-radius:16px!important;background:#fff7ec!important;border:1px solid #ffe0bd!important}.no-price-pro-layout{grid-template-columns:minmax(0,1fr) 260px!important;gap:24px!important}.no-price-card{border-radius:10px!important}.no-price-card th{background:#071b2e!important;padding:12px 15px!important}.no-price-card td{padding:12px 15px!important}.no-price-card td span,.no-price-card td small{display:block!important;color:#697b8e!important}.no-price-info,.no-price-help{background:#071b2e!important;color:#fff!important;border-radius:12px!important;box-shadow:0 18px 38px rgba(7,27,46,.20)!important}.no-price-info h3,.no-price-help h3{color:#fff!important}.no-price-info p,.no-price-info li,.no-price-help p,.no-price-help li{color:#d7e2ec!important}.no-price-info a,.no-price-help a{width:100%!important;border-radius:8px!important;background:linear-gradient(135deg,var(--ist-orange),var(--ist-orange2))!important;color:#fff!important}.no-contact-section{padding:56px 0!important;background:linear-gradient(180deg,#f7fbff,#eef5fa)!important}.no-contact-grid{grid-template-columns:minmax(0,650px) 360px!important;justify-content:center!important;gap:34px!important;align-items:start!important}.no-contact-copy h2{font-size:clamp(30px,3.2vw,43px)!important}.no-contact-list{gap:10px!important}.no-contact-list a,.no-contact-list>span{grid-template-columns:112px 1fr!important;padding:12px 16px!important;border-radius:12px!important;min-height:58px!important}.no-contact-list a span,.no-contact-list>span span{font-size:13.5px!important;line-height:1.45!important;white-space:normal!important}.no-contact-list a[href^="tel"] span,.no-contact-list a[href^="mailto"] span{white-space:nowrap!important}.no-form{border-radius:16px!important;padding:22px!important}.no-form input{min-height:40px!important}.no-form textarea{min-height:105px!important}.no-form button{border-radius:8px!important}.no-gallery-grid{gap:18px!important}.no-gallery-item{border-radius:8px!important;padding:0!important;border:1px solid #dfe8f1!important;box-shadow:0 8px 18px rgba(7,27,46,.045)!important;overflow:hidden!important;background:#fff!important}.no-gallery-item a{border-radius:0!important;aspect-ratio:16/10!important;background:#eef4f8!important;display:block!important}.no-gallery-item img{width:100%!important;height:100%!important;object-fit:cover!important}.no-gallery-item figcaption{padding:10px 12px 11px!important;font-size:12.5px!important;line-height:1.35!important;font-weight:850!important;color:#071b2e!important;background:#fff!important;min-height:auto!important}.no-gallery-more a{border-radius:8px!important}.no-photo-intro{background:#fff!important;border-bottom:1px solid #dfe8f1!important;padding:32px 0 28px!important}.no-photo-intro-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 260px!important;gap:28px!important;align-items:end!important}.no-photo-breadcrumb{margin:0 0 12px!important}.no-photo-breadcrumb a,.no-photo-breadcrumb span,.no-photo-breadcrumb strong{color:#536b84!important;font-size:13px!important}.no-photo-intro h1{margin:9px 0 8px!important;font-size:clamp(30px,3.2vw,46px)!important;line-height:1.1!important;letter-spacing:-.04em!important;color:#071b2e!important}.no-photo-intro p{margin:0!important;max-width:760px!important;color:#536b84!important}.no-photo-actions{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:18px!important}.no-photo-actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:0 14px!important;border-radius:6px!important;font-weight:900!important;background:#071b2e!important;color:#fff!important}.no-photo-actions a:last-child{background:#16a34a!important}.no-photo-intro aside{background:#fff!important;border-top:3px solid var(--ist-orange)!important;border:1px solid #dfe8f1!important;padding:18px!important;box-shadow:0 10px 26px rgba(7,27,46,.055)!important}.no-photo-intro aside b{display:block!important;font-size:13px!important;color:#64748b!important;margin-bottom:6px!important}.no-photo-intro aside a{font-weight:950!important;color:#071b2e!important}.no-photo-page{background:#eef7fb!important;padding:42px 0 70px!important}.no-photo-layout{display:grid!important;grid-template-columns:minmax(0,760px) 300px!important;gap:28px!important;align-items:start!important;justify-content:center!important}.no-photo-main{background:#fff!important;border:1px solid #dfe8f1!important;padding:14px!important;box-shadow:0 14px 36px rgba(7,27,46,.055)!important}.no-image-detail-photo{margin:0!important;border:0!important;padding:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}.no-image-detail-photo img{width:100%!important;max-height:650px!important;object-fit:contain!important;background:#f3f7fb!important;border-radius:0!important}.no-image-detail-photo figcaption{font-size:13px!important;color:#071b2e!important;font-weight:900!important;padding:10px 0!important}.no-photo-meta-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border:1px solid #dfe8f1!important;border-top:0!important}.no-photo-meta-row>div{padding:14px!important;border-right:1px solid #dfe8f1!important;background:#f8fbfe!important}.no-photo-meta-row>div:last-child{border-right:0!important}.no-photo-meta-row b{display:block!important;font-size:12px!important;color:#64748b!important}.no-photo-meta-row a{display:block!important;color:#071b2e!important;font-weight:900!important;font-size:13px!important;margin-top:3px!important}.no-photo-text,.no-photo-related-links{border:1px solid #dfe8f1!important;margin-top:16px!important;padding:20px!important;background:#fff!important}.no-photo-text h2,.no-photo-related-links h2{font-size:24px!important;line-height:1.15!important;color:#071b2e!important;margin:9px 0!important}.no-photo-text p{color:#536b84!important}.no-photo-related-links>div{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.no-photo-related-links a{display:block!important;background:#f8fbfe!important;border:1px solid #e4edf5!important;padding:13px!important}.no-photo-related-links b{display:block!important;color:#071b2e!important;font-size:13px!important}.no-photo-related-links small{display:block!important;color:#64748b!important;margin-top:2px!important}.no-photo-sidebar{display:grid!important;gap:14px!important}.no-photo-sidebar .no-side-card{border-radius:0!important;border:1px solid #dfe8f1!important;box-shadow:none!important}.no-photo-sidebar .no-side-cta{border-top:3px solid var(--ist-orange)!important;background:#fff!important;color:#071b2e!important}.no-photo-sidebar .no-side-cta h3{color:#071b2e!important}.no-photo-sidebar .no-side-cta p{color:#64748b!important}.no-side-phone{display:flex!important;align-items:center!important;justify-content:center!important;margin-top:9px!important;min-height:38px!important;background:#071b2e!important;color:#fff!important;font-weight:950!important;border-radius:6px!important}@media(max-width:1100px){
  .no-menu{top:78px!important}.no-mega-menu{position:static!important;width:100%!important;max-height:none!important;transform:none!important;border-radius:12px!important;box-shadow:none!important}.no-mega-inner{grid-template-columns:1fr!important}.no-mega-col{padding:14px!important;border-right:0!important}.no-home-slider,.no-home-slide{min-height:470px!important}.no-home-hero-content{min-height:470px!important}.no-home-copy{max-width:540px!important}.no-photo-intro-grid,.no-photo-layout,.no-contact-grid,.no-price-layout,.no-price-pro-layout{grid-template-columns:1fr!important}.no-price-help,.no-price-info{max-width:none!important}.no-photo-sidebar{grid-template-columns:1fr!important}.no-photo-intro aside{display:none!important}
}@media(max-width:680px){
  :root{--ist-shell:min(100% - 28px,1180px)!important}
  .no-navbar{min-height:68px!important}.no-brand{min-width:132px!important;padding:6px 10px!important;border-radius:10px!important}.no-brand img{width:118px!important;max-height:34px!important}.no-menu-btn{width:44px!important;height:44px!important;border-radius:12px!important}.no-home-slider,.no-home-slide{min-height:430px!important}.no-home-slide{background-position:center!important}.no-home-slide .no-hero-overlay,.no-home-hero .no-hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.76) 52%,rgba(255,255,255,.30) 100%)!important}.no-home-hero-content{min-height:430px!important;padding:90px 0 28px!important;align-items:flex-start!important}.no-home-copy{padding:16px 17px!important;border-radius:4px 14px 14px 4px!important;box-shadow:0 12px 32px rgba(7,27,46,.12)!important}.no-home-copy h1{font-size:28px!important;line-height:1.05!important;margin:9px 0!important}.no-home-copy p{font-size:13.5px!important;line-height:1.58!important}.no-hero-badges{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.no-hero-badges span{padding:8px 7px!important;font-size:11px!important;border-radius:9px!important}.no-hero-badges b{font-size:16px!important}.no-hero-badges small{font-size:9.5px!important}.no-actions{grid-template-columns:1fr 1fr!important;display:grid!important}.no-actions a{min-height:38px!important;padding:0 10px!important;font-size:12px!important}.no-trustbar{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:14px!important;margin-bottom:28px!important}.no-trustbar>div{padding:12px!important;border-radius:12px!important}.no-trustbar b{font-size:12.5px!important}.no-trustbar small{font-size:11px!important}.no-detail-hero{min-height:190px!important}.no-detail-hero-copy{padding:28px 0!important}.no-detail-hero h1{font-size:28px!important}.no-detail-actions{display:grid!important;grid-template-columns:1fr 1fr!important}.no-detail-actions a{width:auto!important}.no-detail-main-photo img{height:255px!important}.no-gallery-grid{grid-template-columns:1fr!important}.no-photo-intro{padding:24px 0!important}.no-photo-intro h1{font-size:28px!important}.no-photo-actions{display:grid!important;grid-template-columns:1fr!important}.no-photo-page{padding:28px 0 56px!important}.no-photo-main{padding:10px!important}.no-photo-meta-row{grid-template-columns:1fr!important}.no-photo-meta-row>div{border-right:0!important;border-bottom:1px solid #dfe8f1!important}.no-photo-related-links>div{grid-template-columns:1fr!important}.no-contact-list a,.no-contact-list>span{grid-template-columns:82px 1fr!important}.no-contact-list a[href^="tel"] span,.no-contact-list a[href^="mailto"] span{white-space:normal!important}.no-price-pro{padding:20px 12px!important}.no-price-card{overflow-x:auto!important}.no-price-card table{min-width:560px!important}.no-mobile-bar{z-index:1300!important}
}.no-header .no-brand{
  min-width:auto!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}.no-header .no-brand img{
  width:174px!important;
  height:auto!important;
  max-height:58px!important;
  display:block!important;
  object-fit:contain!important;
  background:#fff!important;
  border:1px solid #d9e5f0!important;
  border-radius:14px!important;
  padding:10px 18px!important;
  box-shadow:0 10px 26px rgba(8,24,39,.055)!important;
}.no-navbar{gap:30px!important}.no-has-mega{position:static!important}.no-has-mega::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:100%!important;
  height:18px!important;
  display:block!important;
  pointer-events:auto!important;
  background:transparent!important;
  z-index:1099!important;
}.no-mega-menu{
  top:calc(100% + 0px)!important;
  transform:translate(-50%,4px)!important;
  transition:opacity .16s ease,visibility .16s ease,transform .16s ease!important;
}.no-has-mega:hover .no-mega-menu,
.no-has-mega:focus-within .no-mega-menu,
.no-has-mega.is-mega-open .no-mega-menu{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(-50%,0)!important;
}.no-mega-menu:hover{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}.no-mega-inner{grid-template-columns:repeat(3,minmax(0,1fr))!important}.no-mega-col{padding:24px 30px!important}.no-mega-links a{white-space:normal!important}.no-home-mosaic{
  position:relative!important;
  overflow:visible!important;
  min-height:auto!important;
  padding:28px 0 38px!important;
  background:linear-gradient(180deg,#f6fbff 0%,#edf5fb 100%)!important;
}.no-home-mosaic-grid{
  display:grid!important;
  grid-template-columns:minmax(0,2.05fr) minmax(310px,.95fr)!important;
  gap:20px!important;
  align-items:stretch!important;
}.no-home-main-tile{
  position:relative!important;
  min-height:468px!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#071b2e!important;
  box-shadow:0 22px 60px rgba(8,24,39,.12)!important;
  border:1px solid rgba(255,255,255,.55)!important;
}.no-home-main-tile .no-home-slide{
  position:absolute!important;
  inset:0!important;
  min-height:0!important;
  height:100%!important;
  display:block!important;
  opacity:0!important;
  visibility:hidden!important;
  background-size:cover!important;
  background-position:center!important;
  transition:opacity .5s ease,visibility .5s ease!important;
}.no-home-main-tile .no-home-slide.is-active{opacity:1!important;visibility:visible!important;z-index:2!important}.no-home-main-tile .no-home-slide>img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  opacity:1!important;
  filter:none!important;
  z-index:0!important;
}.no-home-main-tile .no-hero-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.74) 43%,rgba(255,255,255,.12) 72%)!important;
}.no-home-main-tile .no-home-copy{
  position:absolute!important;
  z-index:3!important;
  left:34px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:min(560px,55%)!important;
  padding:30px 32px!important;
  border-left:5px solid var(--ist-orange)!important;
  border-radius:0 22px 22px 0!important;
  background:rgba(255,255,255,.86)!important;
  backdrop-filter:blur(10px)!important;
  box-shadow:0 18px 52px rgba(8,24,39,.12)!important;
  color:#071b2e!important;
}.no-home-main-tile .no-home-copy h1{
  color:#071b2e!important;
  text-shadow:none!important;
  font-size:clamp(34px,3.5vw,58px)!important;
  line-height:1.02!important;
  letter-spacing:-.06em!important;
  margin:10px 0 16px!important;
}.no-home-main-tile .no-home-copy p{
  color:#14304a!important;
  font-size:16px!important;
  line-height:1.7!important;
  font-weight:750!important;
  margin:0!important;
}.no-home-main-tile .no-actions{margin-top:18px!important;display:flex!important;gap:10px!important;flex-wrap:wrap!important}.no-home-main-tile .no-actions a{min-height:42px!important;padding:0 18px!important;border-radius:999px!important;font-size:13px!important}.no-home-main-tile .no-actions a:nth-child(2){background:#071b2e!important;color:#fff!important;border:0!important}.no-home-side-tiles{display:grid!important;grid-template-rows:1fr 1fr!important;gap:20px!important;min-width:0!important}.no-home-side-tile{
  position:relative!important;
  overflow:hidden!important;
  border-radius:22px!important;
  min-height:224px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  padding:24px!important;
  text-decoration:none!important;
  color:#fff!important;
  background-size:cover!important;
  background-position:center!important;
  box-shadow:0 22px 55px rgba(8,24,39,.10)!important;
  border:1px solid rgba(255,255,255,.55)!important;
}.no-home-side-tile img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;z-index:0!important;transition:transform .35s ease!important}.no-home-side-tile:before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(7,27,46,.04),rgba(7,27,46,.78))!important;z-index:1!important}.no-home-side-tile span,.no-home-side-tile small{position:relative!important;z-index:2!important;display:block!important;text-shadow:0 2px 14px rgba(0,0,0,.30)!important}.no-home-side-tile span{font-size:24px!important;line-height:1.15!important;font-weight:950!important;letter-spacing:-.035em!important}.no-home-side-tile small{margin-top:8px!important;color:rgba(255,255,255,.86)!important;font-size:13px!important;line-height:1.45!important;max-width:92%!important}.no-home-side-tile:hover img{transform:scale(1.045)!important}.no-home-main-tile .no-home-slider-arrow{background:rgba(7,27,46,.58)!important;border:1px solid rgba(255,255,255,.65)!important;backdrop-filter:blur(8px)!important}.no-home-main-tile .no-hero-dots{position:absolute!important;left:50%!important;bottom:18px!important;transform:translateX(-50%)!important;z-index:6!important}.no-home-main-tile .no-hero-dots button{background:rgba(7,27,46,.45)!important}.no-home-main-tile .no-hero-dots button.is-active{background:var(--ist-orange)!important}.no-trustbar{margin-top:-16px!important;position:relative!important;z-index:6!important}.no-price-info,.no-price-help{display:none!important}.no-price-layout,.no-price-pro-layout{
  display:grid!important;
  grid-template-columns:minmax(0,920px)!important;
  justify-content:center!important;
  gap:0!important;
}.no-price-card{width:100%!important;max-width:920px!important;margin:0 auto!important}.no-price-pro{max-width:980px!important;margin:34px auto!important;padding:34px!important;background:#fff8ef!important;border:1px solid #ffdfb9!important;border-radius:20px!important}.no-price .no-price-layout{grid-template-columns:minmax(0,920px)!important}.no-price-card td,.no-price-card th{padding:14px 18px!important}.no-price-note{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}.no-gallery-grid{gap:22px!important}.no-gallery-item{
  padding:8px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid #dce7f1!important;
  box-shadow:0 12px 30px rgba(8,24,39,.055)!important;
}.no-gallery-item>a{
  display:block!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:#fff!important;
  aspect-ratio:16/10!important;
}.no-gallery-item img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  background:#fff!important;
  border-radius:0!important;
  transition:transform .22s ease!important;
}.no-gallery-item:hover img{transform:scale(1.035)!important}.no-gallery-item figcaption{
  min-height:0!important;
  padding:12px 8px 4px!important;
  display:block!important;
  text-align:center!important;
  background:#fff!important;
  color:#0a1d30!important;
  font-size:12.5px!important;
  line-height:1.35!important;
  font-weight:900!important;
}.no-related-gallery-section .no-gallery-item img{height:100%!important}.no-gallery-page-main .no-gallery-item img{height:100%!important}.no-gallery-grid-head p{color:#64748b!important;font-weight:500!important}.no-contact-section{
  background:linear-gradient(180deg,#f7fbff 0%,#edf5fb 100%)!important;
  padding:70px 0!important;
  border-top:1px solid #e1ecf5!important;
}.no-contact-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr)!important;
  gap:34px!important;
  align-items:stretch!important;
}.no-contact-copy,.no-form{
  background:#fff!important;
  border:1px solid #dce7f2!important;
  border-radius:22px!important;
  box-shadow:0 18px 48px rgba(8,24,39,.07)!important;
}.no-contact-copy{padding:34px!important}.no-contact-copy h2{
  margin:10px 0 12px!important;
  color:#071b2e!important;
  font-size:clamp(30px,3.1vw,44px)!important;
  line-height:1.08!important;
  letter-spacing:-.05em!important;
}.no-contact-copy p{max-width:680px!important;margin:0!important;color:#536b83!important;font-size:15px!important;line-height:1.65!important}.no-contact-list{
  margin-top:24px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}.no-contact-list a,.no-contact-list>span{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  min-height:118px!important;
  padding:18px!important;
  border-radius:16px!important;
  background:#f8fbfe!important;
  border:1px solid #d8e5f0!important;
  box-shadow:none!important;
  text-decoration:none!important;
}.no-contact-list b{
  display:block!important;
  color:#071b2e!important;
  font-size:13px!important;
  letter-spacing:.02em!important;
  font-weight:950!important;
  margin-bottom:10px!important;
}.no-contact-list a span,.no-contact-list>span span{
  color:#16324c!important;
  font-weight:850!important;
  font-size:14px!important;
  line-height:1.45!important;
  word-break:break-word!important;
  white-space:normal!important;
}.no-form{
  padding:30px!important;
  display:grid!important;
  align-content:start!important;
  gap:16px!important;
}.no-form-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}.no-form label{display:grid!important;gap:7px!important;color:#071b2e!important;font-size:13px!important;font-weight:900!important}.no-form input,.no-form textarea{
  width:100%!important;
  border:1px solid #cfdde9!important;
  border-radius:12px!important;
  background:#f8fbfe!important;
  min-height:46px!important;
  padding:10px 13px!important;
  color:#071b2e!important;
  font-weight:700!important;
}.no-form textarea{min-height:116px!important;resize:vertical!important}.no-form button{
  width:max-content!important;
  min-width:104px!important;
  min-height:44px!important;
  border:0!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,#ff8a18,#f06a00)!important;
  color:#fff!important;
  font-weight:950!important;
  cursor:pointer!important;
}.no-contact-map{grid-column:1/-1!important;margin-top:18px!important;border-radius:16px!important}@media(max-width:1100px){
  .no-home-mosaic-grid{grid-template-columns:1fr!important}
  .no-home-main-tile{min-height:470px!important}
  .no-home-side-tiles{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important}
  .no-home-side-tile{min-height:190px!important}
  .no-contact-grid{grid-template-columns:1fr!important}
  .no-contact-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}@media(max-width:760px){
  .no-header .no-brand img{width:148px!important;max-height:52px!important;padding:9px 14px!important}
  .no-home-mosaic{padding:14px 0 26px!important}
  .no-home-main-tile{min-height:520px!important;border-radius:18px!important}
  .no-home-main-tile .no-home-copy{
    left:18px!important;right:18px!important;top:24px!important;bottom:auto!important;transform:none!important;width:auto!important;padding:22px!important;border-radius:18px!important;border-left:4px solid var(--ist-orange)!important;background:rgba(255,255,255,.88)!important
  }
  .no-home-main-tile .no-home-copy h1{font-size:31px!important;line-height:1.05!important}
  .no-home-main-tile .no-home-copy p{font-size:14px!important}
  .no-home-side-tiles{grid-template-columns:1fr!important;gap:12px!important}
  .no-home-side-tile{min-height:145px!important;border-radius:16px!important;padding:18px!important}
  .no-home-side-tile span{font-size:19px!important}
  .no-trustbar{margin-top:12px!important}
  .no-price-pro{padding:18px 12px!important}
  .no-price-card{overflow-x:auto!important}
  .no-price-card table{min-width:560px!important}
  .no-price-note{display:grid!important;align-items:start!important}
  .no-gallery-grid,.no-gallery-page-main .no-gallery-grid,.no-related-gallery-section .no-gallery-grid{grid-template-columns:1fr!important}
  .no-gallery-item>a{aspect-ratio:16/10!important}
  .no-contact-section{padding:46px 0 70px!important}
  .no-contact-copy,.no-form{padding:20px!important;border-radius:18px!important}
  .no-contact-list{grid-template-columns:1fr!important}
  .no-contact-list a,.no-contact-list>span{min-height:auto!important;padding:16px!important}
  .no-form-row{grid-template-columns:1fr!important}
}@media(max-width:1100px){.no-has-mega::after{display:none!important}.no-home-mosaic .no-menu{position:fixed!important}}.no-header .no-brand{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;width:auto!important;height:auto!important;min-width:0!important}.no-header .no-brand img{width:188px!important;max-width:188px!important;max-height:62px!important;padding:12px 20px!important;background:#fff!important;border:1px solid #d7e5f1!important;border-radius:16px!important;box-shadow:0 8px 22px rgba(8,24,39,.06)!important;object-fit:contain!important}.no-home-mosaic{padding:26px 0 34px!important;background:#f3f8fc!important;overflow:hidden!important}.no-home-mosaic-grid{grid-template-columns:minmax(0,2.08fr) minmax(330px,.92fr)!important;gap:22px!important;align-items:stretch!important}.no-home-main-tile{min-height:430px!important;border-radius:20px!important;background:#0a1d30!important;overflow:hidden!important;border:1px solid #dbe7f2!important;box-shadow:0 18px 48px rgba(7,27,46,.10)!important}.no-home-main-tile .no-home-slide{position:absolute!important;inset:0!important;height:100%!important;min-height:0!important;display:block!important;opacity:0!important;visibility:hidden!important;background-size:cover!important;background-position:center!important;transition:opacity .38s ease,visibility .38s ease!important}.no-home-main-tile .no-home-slide.is-active{opacity:1!important;visibility:visible!important;z-index:2!important}.no-home-main-tile .no-home-slide>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;z-index:0!important;opacity:1!important;filter:none!important}.no-home-main-tile .no-hero-overlay{position:absolute!important;inset:0!important;z-index:1!important;background:linear-gradient(180deg,rgba(5,18,31,.06) 10%,rgba(5,18,31,.48) 58%,rgba(5,18,31,.84) 100%)!important}.no-home-main-tile .no-home-copy{position:absolute!important;left:30px!important;right:30px!important;bottom:28px!important;top:auto!important;transform:none!important;width:auto!important;max-width:700px!important;padding:0!important;background:transparent!important;box-shadow:none!important;border:0!important;border-radius:0!important;color:#fff!important;backdrop-filter:none!important;z-index:3!important;text-shadow:0 3px 18px rgba(0,0,0,.36)!important}.no-home-main-tile .no-eyebrow{background:rgba(255,255,255,.90)!important;color:#a64f00!important;border:0!important;text-shadow:none!important}.no-home-main-tile .no-home-copy h1{font-size:clamp(34px,3.7vw,58px)!important;line-height:1.02!important;letter-spacing:-.055em!important;color:#fff!important;margin:12px 0 12px!important;text-shadow:0 4px 22px rgba(0,0,0,.42)!important;max-width:760px!important}.no-home-main-tile .no-home-copy p{font-size:16px!important;line-height:1.62!important;color:rgba(255,255,255,.96)!important;font-weight:700!important;max-width:670px!important;margin:0!important;text-shadow:0 3px 16px rgba(0,0,0,.42)!important}.no-home-main-tile .no-actions{display:flex!important;gap:10px!important;margin-top:18px!important;flex-wrap:wrap!important}.no-home-main-tile .no-actions a{min-height:42px!important;border-radius:999px!important;padding:0 18px!important;font-size:13px!important;text-shadow:none!important;box-shadow:0 14px 32px rgba(0,0,0,.16)!important}.no-home-main-tile .no-actions a:nth-child(2){background:#fff!important;color:#071d33!important}.no-home-side-tiles{display:grid!important;grid-template-rows:1fr 1fr!important;gap:22px!important}.no-home-side-tile{min-height:204px!important;border-radius:20px!important;overflow:hidden!important;padding:22px!important;display:flex!important;justify-content:flex-end!important;color:#fff!important;background-color:#0a1d30!important;box-shadow:0 18px 42px rgba(7,27,46,.09)!important;border:1px solid #dbe7f2!important}.no-home-side-tile:before{background:linear-gradient(180deg,rgba(7,27,46,.08) 0%,rgba(7,27,46,.82) 100%)!important}.no-home-side-tile span{font-size:22px!important;line-height:1.12!important;font-weight:950!important;color:#fff!important;max-width:96%!important}.no-home-side-tile small{font-size:13px!important;line-height:1.45!important;color:rgba(255,255,255,.90)!important;max-width:92%!important}.no-trustbar{margin-top:18px!important;transform:none!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.no-trustbar>div{border-radius:16px!important;box-shadow:0 14px 36px rgba(8,24,39,.08)!important;background:#fff!important;border:1px solid #e0ebf4!important}.no-contact-section{background:linear-gradient(180deg,#f7fbff,#eef5fb)!important;padding:70px 0!important;border-top:1px solid #dfebf4!important}.no-contact-grid{grid-template-columns:minmax(0,1.04fr) minmax(380px,.78fr)!important;gap:34px!important;align-items:stretch!important}.no-contact-copy,.no-form{background:#fff!important;border:1px solid #dbe7f2!important;border-radius:22px!important;box-shadow:0 18px 48px rgba(8,24,39,.07)!important}.no-contact-copy{padding:34px!important}.no-contact-copy h2{font-size:clamp(30px,3.1vw,42px)!important;line-height:1.08!important;margin:10px 0 10px!important;letter-spacing:-.045em!important;color:#071d33!important}.no-contact-list-clean{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin-top:24px!important}.no-contact-list-clean a,.no-contact-list-clean>span{display:grid!important;grid-template-columns:42px 112px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;min-height:66px!important;background:#f8fbfe!important;border:1px solid #d7e5f1!important;border-radius:14px!important;padding:12px 16px!important;box-shadow:none!important;text-decoration:none!important}.no-contact-list-clean i{display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;border-radius:12px!important;background:#fff3e6!important;color:#ed6f00!important;font-style:normal!important;font-weight:950!important}.no-contact-list-clean b{margin:0!important;font-size:13px!important;color:#071d33!important;font-weight:950!important}.no-contact-list-clean span span,.no-contact-list-clean a span{color:#16324c!important;font-size:14px!important;font-weight:800!important;line-height:1.45!important;word-break:break-word!important;white-space:normal!important}.no-form-head{display:grid!important;gap:3px!important;margin-bottom:4px!important}.no-form-head span{color:#f97316!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.08em!important}.no-form-head strong{font-size:22px!important;color:#071d33!important}.no-form{padding:30px!important;gap:15px!important}.no-form input,.no-form textarea{background:#f8fbfe!important;border:1px solid #cfddea!important;border-radius:12px!important}.no-form button{border-radius:11px!important}.no-contact-page-hero{padding:54px 0 30px;background:linear-gradient(180deg,#f7fbff,#fff)}.no-contact-page-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) 420px;gap:34px;align-items:center}.no-contact-page-copy h1{font-size:clamp(38px,4vw,56px);line-height:1.04;letter-spacing:-.055em;color:#071d33;margin:10px 0 14px}.no-contact-page-copy p{font-size:17px;line-height:1.72;color:#3d5873;max-width:760px;margin:0}.no-contact-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.no-contact-stats div{background:#fff;border:1px solid #dbe7f2;border-radius:16px;padding:18px;box-shadow:0 12px 34px rgba(8,24,39,.06)}.no-contact-stats b{display:block;color:#f97316;font-size:24px;line-height:1}.no-contact-stats span{display:block;margin-top:6px;color:#0f2740;font-weight:800;font-size:13px}.no-contact-page-visual{margin:0;border-radius:22px;overflow:hidden;position:relative;box-shadow:0 18px 52px rgba(8,24,39,.12);border:1px solid #dbe7f2;background:#fff}.no-contact-page-visual img{width:100%;height:280px;object-fit:cover;display:block}.no-contact-page-visual figcaption{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.92);border-radius:999px;padding:9px 13px;font-weight:900;color:#071d33;font-size:12px}.no-contact-info-cards{padding:22px 0 10px;background:#fff}.no-contact-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.no-contact-info-grid a{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;background:#fff;border:1px solid #dbe7f2;border-radius:18px;padding:18px;text-decoration:none;box-shadow:0 12px 32px rgba(8,24,39,.055)}.no-contact-info-grid i{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:15px;background:#fff3e6;color:#f97316;font-style:normal;font-weight:950}.no-contact-info-grid b{display:block;color:#071d33;font-size:16px}.no-contact-info-grid span{display:block;margin-top:5px;color:#536b83;font-weight:650;line-height:1.45}.no-contact-page-main{padding:34px 0 48px;background:#fff}.no-contact-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;align-items:start}.no-contact-request-card,.no-contact-fast-card,.no-contact-popular-card{background:#fff;border:1px solid #dbe7f2;border-radius:20px;box-shadow:0 14px 38px rgba(8,24,39,.06)}.no-contact-request-card{padding:30px}.no-contact-request-card h2{font-size:34px;letter-spacing:-.04em;line-height:1.12;color:#071d33;margin:8px 0 8px}.no-contact-request-card p{color:#536b83;line-height:1.7;margin:0 0 22px}.no-contact-request-form{display:grid;gap:14px}.no-contact-request-form label{display:grid;gap:7px;color:#071d33;font-weight:900;font-size:13px}.no-contact-request-form input,.no-contact-request-form textarea{width:100%;border:1px solid #cfddea;border-radius:12px;background:#f8fbfe;min-height:46px;padding:10px 13px}.no-contact-request-form textarea{min-height:150px}.no-contact-request-form button{width:max-content;border:0;border-radius:11px;background:linear-gradient(135deg,#ff8a18,#f06a00);color:#fff;font-weight:950;min-height:44px;padding:0 18px}.no-contact-page-side{display:grid;gap:18px}.no-contact-fast-card,.no-contact-popular-card{padding:20px}.no-contact-fast-card h3,.no-contact-popular-card h3{margin:0 0 14px;color:#071d33;font-size:20px}.no-contact-fast-card a{display:block;text-decoration:none;border-bottom:1px solid #e3edf5;padding:10px 0}.no-contact-fast-card b{display:block;color:#071d33}.no-contact-fast-card span{display:block;color:#536b83;margin-top:3px;word-break:break-word}.no-contact-popular-card{background:#071d33}.no-contact-popular-card h3{color:#fff}.no-contact-popular-card a{display:block;color:#fff;text-decoration:none;border-top:1px solid rgba(255,255,255,.14);padding:11px 0;font-weight:800}.no-contact-general{padding:36px 0 70px;background:#fff}.no-contact-general h2{font-size:30px;letter-spacing:-.035em;color:#071d33}.no-contact-general-table{border:1px solid #dbe7f2;border-radius:18px;overflow:hidden;background:#fff}.no-contact-general-table div{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;padding:16px 18px;border-bottom:1px solid #edf3f8}.no-contact-general-table div:last-child{border-bottom:0}.no-contact-general-table b{color:#071d33}.no-contact-general-table span{color:#324e68;text-align:right;font-weight:700}.no-contact-page-map{margin-top:22px;border-radius:18px;overflow:hidden;border:1px solid #dbe7f2}.no-contact-page-map iframe{width:100%;height:320px;border:0;display:block}.no-footer-pro{background:#071d33!important;color:#fff!important;padding:0!important}.no-footer-main{display:grid!important;grid-template-columns:1.25fr 1fr 1fr 1fr 1.15fr!important;gap:34px!important;padding:58px 0!important;align-items:start!important}.no-footer-about img{width:180px!important;max-height:70px!important;object-fit:contain!important;background:#fff!important;border-radius:14px!important;padding:10px 16px!important;margin:0 0 18px!important}.no-footer-about p{color:rgba(255,255,255,.74)!important;line-height:1.7!important;margin:0!important;max-width:310px!important}.no-footer-col h4,.no-footer-contact h4{color:#fff!important;margin:0 0 16px!important;font-size:17px!important}.no-footer-col a,.no-footer-contact a,.no-footer-contact>span{display:block!important;color:rgba(255,255,255,.74)!important;text-decoration:none!important;margin:0 0 10px!important;line-height:1.45!important;font-weight:650!important}.no-footer-col a:hover,.no-footer-contact a:hover{color:#fff!important}.no-footer-contact b{display:block!important;color:#fff!important;font-size:12px!important;margin-bottom:3px!important}.no-footer-contact span span,.no-footer-contact a span{display:block!important;color:rgba(255,255,255,.72)!important;word-break:break-word!important}.no-footer-whatsapp{display:inline-flex!important;margin-top:8px!important;background:#f97316!important;color:#fff!important;border-radius:999px!important;padding:10px 14px!important;font-weight:950!important}.no-footer-social{display:flex!important;gap:9px!important;margin-top:18px!important}.no-footer-social a{display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;border-radius:10px!important;background:rgba(255,255,255,.10)!important;color:#fff!important;text-decoration:none!important;font-weight:950!important}.no-footer-bottom{border-top:1px solid rgba(255,255,255,.10)!important;color:rgba(255,255,255,.72)!important;padding:18px 0!important;background:#061726!important}.no-footer-bottom-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.no-footer-bottom nav{display:flex!important;gap:16px!important;flex-wrap:wrap!important}.no-footer-bottom a{color:rgba(255,255,255,.78)!important;text-decoration:none!important;font-weight:750!important}@media(max-width:1100px){.no-home-mosaic-grid,.no-contact-page-hero-grid,.no-contact-page-layout{grid-template-columns:1fr!important}.no-home-side-tiles{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important}.no-footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important}.no-contact-grid{grid-template-columns:1fr!important}.no-contact-info-grid{grid-template-columns:1fr!important}.no-contact-page-visual img{height:240px!important}}@media(max-width:760px){.no-header .no-brand img{width:154px!important;max-height:54px!important;padding:9px 14px!important}.no-home-main-tile{min-height:420px!important}.no-home-main-tile .no-home-copy{left:18px!important;right:18px!important;bottom:18px!important}.no-home-main-tile .no-home-copy h1{font-size:30px!important}.no-home-side-tiles{grid-template-columns:1fr!important}.no-home-side-tile{min-height:150px!important}.no-trustbar{grid-template-columns:1fr!important}.no-contact-list-clean a,.no-contact-list-clean>span{grid-template-columns:42px 1fr!important}.no-contact-list-clean b{grid-column:2}.no-contact-list-clean a span,.no-contact-list-clean>span span{grid-column:2}.no-contact-page-hero{padding:34px 0 18px!important}.no-contact-page-copy h1{font-size:34px!important}.no-contact-stats{grid-template-columns:1fr!important}.no-contact-request-card{padding:20px!important}.no-contact-request-card h2{font-size:28px!important}.no-contact-general-table div{grid-template-columns:1fr!important;gap:6px!important}.no-contact-general-table span{text-align:left!important}.no-footer-main{grid-template-columns:1fr!important;padding:42px 0!important}.no-footer-bottom-inner{display:grid!important;justify-content:start!important}.no-form-row{grid-template-columns:1fr!important}}.no-home-main-tile .no-hero-overlay{background:linear-gradient(180deg,rgba(5,18,31,.03) 0%,rgba(5,18,31,.10) 32%,rgba(5,18,31,.34) 66%,rgba(5,18,31,.58) 100%)!important}.no-home-main-tile .no-home-copy{left:28px!important;right:28px!important;bottom:24px!important;max-width:680px!important}.no-home-main-tile .no-home-copy h1{font-size:clamp(32px,3.5vw,54px)!important;line-height:1.04!important;letter-spacing:-.05em!important;margin:0!important;max-width:640px!important}.no-home-main-tile .no-eyebrow,.no-home-main-tile .no-home-copy p,.no-home-main-tile .no-actions{display:none!important}.no-home-side-tile{justify-content:flex-end!important;align-items:flex-end!important;padding:22px!important}.no-home-side-tile:before{background:linear-gradient(180deg,rgba(7,27,46,.02) 6%,rgba(7,27,46,.18) 42%,rgba(7,27,46,.72) 100%)!important}.no-home-side-tile span{position:relative!important;z-index:2!important;font-size:20px!important;line-height:1.12!important;font-weight:950!important;text-shadow:0 3px 18px rgba(0,0,0,.42)!important;max-width:92%!important;margin-top:auto!important}.no-home-side-tile small{display:none!important}@media(max-width:760px){
  .no-home-main-tile{min-height:360px!important}
  .no-home-main-tile .no-home-copy{left:18px!important;right:18px!important;bottom:18px!important;max-width:none!important}
  .no-home-main-tile .no-home-copy h1{font-size:clamp(28px,8vw,38px)!important;line-height:1.05!important;max-width:100%!important}
  .no-home-side-tile{min-height:140px!important;padding:18px!important}
  .no-home-side-tile span{font-size:18px!important}
}.no-home-main-tile .no-home-slide-hit{
  position:absolute!important;
  inset:0!important;
  z-index:4!important;
  display:block!important;
  text-decoration:none!important;
  cursor:pointer!important;
}.no-home-main-tile .no-home-copy{z-index:5!important;pointer-events:none!important}.no-home-main-tile .no-home-slider-arrow,
.no-home-main-tile .no-hero-dots{z-index:9!important;pointer-events:auto!important}.no-home-main-tile .no-home-slide-hit:focus-visible{outline:3px solid rgba(249,115,22,.95)!important;outline-offset:-8px!important;border-radius:18px!important}@media (max-width: 991px){
  html.no-menu-lock,
  body.no-menu-lock{overflow:hidden!important;height:100%!important}
  body.no-mobile-menu-active{overflow:hidden!important}
  body.no-mobile-menu-active .no-mobile-bar{display:none!important}
  .no-header{position:relative!important;z-index:99999!important}
  .no-navbar{position:relative!important}
  .no-menu-btn{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;width:48px!important;height:48px!important;border:0!important;border-radius:15px!important;background:#071b31!important;cursor:pointer!important;z-index:100002!important;flex:0 0 auto!important}
  .no-menu-btn span{width:22px!important;height:2px!important;display:block!important;background:#fff!important;border-radius:99px!important;transition:.25s ease!important}
  .no-header.no-menu-open .no-menu-btn span:nth-child(1){transform:translateY(7px) rotate(45deg)!important}
  .no-header.no-menu-open .no-menu-btn span:nth-child(2){opacity:0!important}
  .no-header.no-menu-open .no-menu-btn span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important}
  .no-menu{position:fixed!important;inset:0!important;top:0!important;left:0!important;right:auto!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;background:#f7fafc!important;padding:88px 16px 104px!important;display:block!important;overflow-y:auto!important;overflow-x:hidden!important;transform:translateX(105%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:transform .28s ease,opacity .2s ease,visibility .2s ease!important;z-index:100000!important;border:0!important;border-radius:0!important;box-shadow:none!important}
  .no-header.no-menu-open .no-menu{display:block!important;transform:translateX(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  .no-header.no-menu-open .no-brand{position:fixed!important;top:16px!important;left:16px!important;z-index:100002!important;background:#fff!important;border:1px solid #dbe7f3!important;border-radius:17px!important;padding:8px 14px!important;box-shadow:0 12px 30px rgba(15,23,42,.08)!important;width:auto!important;min-width:0!important}
  .no-header.no-menu-open .no-brand img{width:auto!important;max-width:132px!important;max-height:42px!important;object-fit:contain!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important}
  .no-header.no-menu-open .no-menu-btn{position:fixed!important;top:16px!important;right:16px!important}
  .no-menu>a,.no-menu-link{display:flex!important;width:100%!important;min-height:48px!important;align-items:center!important;justify-content:space-between!important;padding:13px 14px!important;margin:0 0 8px!important;border:1px solid #dbe7f3!important;border-radius:15px!important;background:#fff!important;color:#071b31!important;font-size:15px!important;line-height:1.25!important;font-weight:800!important;text-decoration:none!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}
  .no-menu-item{width:100%!important;display:block!important;position:static!important;margin:0 0 8px!important}
  .no-menu-item>.no-menu-link::after{content:"+"!important;width:28px!important;height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#eef5fb!important;color:#071b31!important;font-size:20px!important;font-weight:900!important;margin-left:10px!important;flex:0 0 auto!important}
  .no-menu-item.is-open>.no-menu-link::after{content:"−"!important}
  .no-mega-menu{position:static!important;inset:auto!important;width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;max-height:none!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:none!important;padding:0!important;margin:0 0 10px!important;background:transparent!important;border:0!important;box-shadow:none!important}
  .no-menu-item.is-open .no-mega-menu{display:block!important}
  .no-mega-inner{display:block!important;width:100%!important;max-width:100%!important;padding:0!important;margin:0!important;columns:1!important;column-count:1!important;grid-template-columns:1fr!important}
  .no-mega-col{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:12px!important;margin:0 0 10px!important;border:1px solid #dbe7f3!important;border-radius:18px!important;background:#fff!important}
  .no-mega-col h3{display:block!important;margin:0 0 10px!important;padding:0 0 8px!important;border-bottom:1px solid #edf2f7!important;color:#071b31!important;font-size:14px!important;line-height:1.25!important;font-weight:900!important}
  .no-mega-links{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;width:100%!important}
  .no-mega-links a{display:flex!important;align-items:center!important;width:100%!important;min-height:42px!important;padding:10px 12px!important;border-radius:12px!important;background:#f6f9fc!important;color:#0f172a!important;font-size:14px!important;line-height:1.25!important;font-weight:750!important;text-decoration:none!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}
  .no-mega-bottom{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important;margin:0 0 10px!important;padding:0!important;border:0!important;background:transparent!important}
  .no-mega-bottom a{display:flex!important;justify-content:center!important;align-items:center!important;min-height:44px!important;border-radius:14px!important;background:#071b31!important;color:#fff!important;font-size:14px!important;font-weight:900!important;text-decoration:none!important}
  .no-quote{display:none!important}
  .no-mobile-menu-actions{position:fixed!important;left:16px!important;right:16px!important;bottom:calc(16px + env(safe-area-inset-bottom))!important;z-index:100003!important;display:none!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:8px!important;border:1px solid #dbe7f3!important;border-radius:18px!important;background:#fff!important;box-shadow:0 18px 45px rgba(15,23,42,.14)!important}
  .no-header.no-menu-open .no-mobile-menu-actions{display:grid!important}
  .no-mobile-menu-actions a{min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important;color:#fff!important;font-weight:900!important;text-decoration:none!important}
  .no-mobile-menu-actions a:first-child{background:#071b31!important}
  .no-mobile-menu-actions a:last-child{background:#25d366!important}
}.no-home-section-stack{display:grid;gap:28px}.no-home-category{border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border-radius:28px;padding:26px;box-shadow:0 18px 55px rgba(15,23,42,.07)}.no-home-category-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.no-home-category-head h2{margin:6px 0 8px;font-size:clamp(24px,2.2vw,34px);line-height:1.15}.no-home-category-head p{max-width:760px;margin:0;color:#52657d;line-height:1.7}.no-home-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.no-home-service-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:22px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.no-home-service-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(15,23,42,.10);border-color:rgba(255,111,0,.25)}.no-home-service-card .no-card-image{aspect-ratio:4/3;background:#eef4fb}.no-home-service-card .no-card-image img{width:100%;height:100%;object-fit:cover}.no-home-service-card>div{padding:16px}.no-home-service-card h3{margin:0 0 8px;font-size:18px;line-height:1.28}.no-home-service-card p{margin:0 0 12px;color:#52657d;line-height:1.55;font-size:14px}@media(max-width:1100px){.no-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.no-home-category{padding:18px;border-radius:22px}.no-home-category-head{display:block}.no-home-category-grid{grid-template-columns:1fr}.no-home-service-card{border-radius:18px}}.no-contact-list a,
.no-contact-list>span{
  grid-template-columns:48px 92px minmax(0,1fr)!important;
  align-items:center!important;
}.no-contact-list i{
  grid-column:1!important;
  grid-row:1!important;
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
}.no-contact-list b{
  grid-column:2!important;
  grid-row:1!important;
  white-space:nowrap!important;
}.no-contact-list a>span,
.no-contact-list>span>span{
  grid-column:3!important;
  grid-row:1!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  line-height:1.55!important;
}.no-home-category-head p,
.no-section-head p{
  max-width:760px!important;
}@media(max-width:680px){
  .no-contact-list a,
  .no-contact-list>span{
    grid-template-columns:42px 1fr!important;
  }
  .no-contact-list i{grid-column:1!important;grid-row:1 / span 2!important}
  .no-contact-list b{grid-column:2!important;grid-row:1!important}
  .no-contact-list a>span,
  .no-contact-list>span>span{grid-column:2!important;grid-row:2!important}
}.no-contact-summary .no-contact-list-clean > a,
.no-contact-summary .no-contact-list-clean > span{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
  grid-template-columns:none!important;
  min-height:64px!important;
  padding:14px 18px!important;
}.no-contact-summary .no-contact-list-clean > a > i,
.no-contact-summary .no-contact-list-clean > span > i{
  flex:0 0 42px!important;
  width:42px!important;
  height:42px!important;
  grid-column:auto!important;
  grid-row:auto!important;
}.no-contact-summary .no-contact-list-clean > a > b,
.no-contact-summary .no-contact-list-clean > span > b{
  flex:0 0 88px!important;
  width:88px!important;
  min-width:88px!important;
  max-width:88px!important;
  grid-column:auto!important;
  grid-row:auto!important;
  margin:0!important;
  white-space:nowrap!important;
}.no-contact-summary .no-contact-list-clean > a > span,
.no-contact-summary .no-contact-list-clean > span > span{
  flex:1 1 auto!important;
  min-width:0!important;
  max-width:none!important;
  width:auto!important;
  display:block!important;
  grid-column:auto!important;
  grid-row:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#16324c!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.45!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  hyphens:none!important;
}.no-contact-summary .no-contact-list-clean > span:last-child > span{
  white-space:normal!important;
}@media(max-width:760px){
  .no-contact-summary .no-contact-list-clean > a,
  .no-contact-summary .no-contact-list-clean > span{
    align-items:flex-start!important;
    gap:12px!important;
  }
  .no-contact-summary .no-contact-list-clean > a > b,
  .no-contact-summary .no-contact-list-clean > span > b{
    flex:0 0 72px!important;
    width:72px!important;
    min-width:72px!important;
    max-width:72px!important;
    padding-top:10px!important;
  }
  .no-contact-summary .no-contact-list-clean > a > span,
  .no-contact-summary .no-contact-list-clean > span > span{
    padding-top:8px!important;
  }
}.no-mobile-menu-actions{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}.no-mobile-bar{
  display:none!important;
  visibility:hidden!important;
}@media (min-width: 992px){
  html.no-menu-lock,
  body.no-menu-lock{
    overflow:auto!important;
    height:auto!important;
  }

  body.no-mobile-menu-active{
    overflow:auto!important;
  }

  .no-mobile-menu-actions,
  .no-mobile-bar{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  .no-header .no-menu{
    position:static!important;
    inset:auto!important;
    width:auto!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
    display:flex!important;
  }

  .no-menu-btn{
    display:none!important;
  }
}@media (max-width: 991px){
  html,
  body{
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  html.no-menu-lock,
  body.no-menu-lock{
    overflow:hidden!important;
    height:100%!important;
  }

  body.no-mobile-menu-active{
    overflow:hidden!important;
    touch-action:none!important;
  }

  .no-header,
  .no-header *{
    box-sizing:border-box!important;
  }

  .no-header{
    position:relative!important;
    z-index:99999!important;
  }

  .no-navbar{
    position:relative!important;
  }

  .no-menu-btn{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:5px!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    border:0!important;
    border-radius:15px!important;
    background:#071b31!important;
    cursor:pointer!important;
    z-index:100004!important;
    flex:0 0 48px!important;
    padding:0!important;
  }

  .no-menu-btn span{
    width:22px!important;
    height:2px!important;
    display:block!important;
    background:#fff!important;
    border-radius:99px!important;
    transition:.25s ease!important;
  }

  .no-header.no-menu-open .no-menu-btn span:nth-child(1){
    transform:translateY(7px) rotate(45deg)!important;
  }

  .no-header.no-menu-open .no-menu-btn span:nth-child(2){
    opacity:0!important;
  }

  .no-header.no-menu-open .no-menu-btn span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg)!important;
  }

  .no-header .no-menu{
    box-sizing:border-box!important;
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:auto!important;
    min-width:0!important;
    max-width:100%!important;
    height:100vh!important;
    height:100dvh!important;
    max-height:100vh!important;
    max-height:100dvh!important;
    display:block!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    background:#f7fafc!important;
    padding:96px 14px 22px!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate3d(100%,0,0)!important;
    transition:transform .24s ease, opacity .16s ease, visibility .16s ease!important;
    z-index:100000!important;
  }

  .no-header.no-menu-open .no-menu{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
  }

  .no-header.no-menu-open .no-brand{
    position:fixed!important;
    top:16px!important;
    left:16px!important;
    width:auto!important;
    max-width:calc(100vw - 96px)!important;
    min-width:0!important;
    height:auto!important;
    z-index:100003!important;
    background:#fff!important;
    border:1px solid #dbe7f3!important;
    border-radius:17px!important;
    padding:8px 14px!important;
    box-shadow:0 12px 30px rgba(15,23,42,.08)!important;
  }

  .no-header.no-menu-open .no-brand img{
    width:auto!important;
    max-width:132px!important;
    max-height:42px!important;
    object-fit:contain!important;
    padding:0!important;
    border:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }

  .no-header.no-menu-open .no-menu-btn{
    position:fixed!important;
    top:16px!important;
    right:16px!important;
  }

  .no-menu > a,
  .no-menu-link{
    box-sizing:border-box!important;
    position:relative!important;
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:52px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    padding:14px 16px!important;
    margin:0 0 8px!important;
    border:1px solid #dbe7f3!important;
    border-radius:15px!important;
    background:#fff!important;
    color:#071b31!important;
    font-size:15px!important;
    line-height:1.25!important;
    font-weight:900!important;
    text-decoration:none!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
    overflow:hidden!important;
  }

  .no-menu > a::before,
  .no-menu > a::after{
    display:none!important;
    content:none!important;
  }

  .no-menu-item{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:block!important;
    position:static!important;
    margin:0 0 8px!important;
    padding:0!important;
    overflow:visible!important;
  }

  .no-menu-item > .no-menu-link{
    padding-right:56px!important;
  }

  .no-menu-item > .no-menu-link::before{
    display:none!important;
    content:none!important;
  }

  .no-menu-item > .no-menu-link::after{
    content:"+"!important;
    position:absolute!important;
    right:12px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:30px!important;
    height:30px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:50%!important;
    background:#fff3e8!important;
    color:#f97316!important;
    font-size:22px!important;
    line-height:1!important;
    font-weight:950!important;
    margin:0!important;
    flex:0 0 30px!important;
  }

  .no-menu-item.is-open > .no-menu-link::after{
    content:"−"!important;
  }

  .no-mega-menu{
    box-sizing:border-box!important;
    position:static!important;
    inset:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:auto!important;
    max-height:none!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    display:none!important;
    padding:0!important;
    margin:0 0 10px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  .no-menu-item.is-open > .no-mega-menu{
    display:block!important;
  }

  .no-mega-inner{
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:0!important;
    margin:0!important;
    columns:1!important;
    column-count:1!important;
    grid-template-columns:1fr!important;
  }

  .no-mega-col{
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
    padding:12px!important;
    margin:0 0 10px!important;
    border:1px solid #dbe7f3!important;
    border-radius:18px!important;
    background:#fff!important;
    overflow:hidden!important;
  }

  .no-mega-col h3{
    display:block!important;
    margin:0 0 10px!important;
    padding:0 0 8px!important;
    border-bottom:1px solid #edf2f7!important;
    color:#071b31!important;
    font-size:14px!important;
    line-height:1.25!important;
    font-weight:950!important;
  }

  .no-mega-links{
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  .no-mega-links a{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:42px!important;
    padding:10px 12px!important;
    border:0!important;
    border-radius:12px!important;
    background:#f6f9fc!important;
    color:#0f172a!important;
    font-size:14px!important;
    line-height:1.25!important;
    font-weight:800!important;
    text-decoration:none!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
  }

  .no-mega-links a::before,
  .no-mega-links a::after{
    display:none!important;
    content:none!important;
  }

  .no-mega-bottom{
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 10px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }

  .no-mega-bottom a{
    box-sizing:border-box!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    min-height:44px!important;
    width:100%!important;
    max-width:100%!important;
    border-radius:14px!important;
    background:#071b31!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:950!important;
    text-decoration:none!important;
  }

  .no-quote{
    display:none!important;
  }

  .no-mobile-menu-actions,
  .no-header.no-menu-open .no-mobile-menu-actions{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  .no-mobile-bar{
    box-sizing:border-box!important;
    display:flex!important;
    visibility:visible!important;
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
    z-index:9999!important;
    gap:8px!important;
    padding:8px!important;
    border:1px solid #dfe8f1!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 18px 60px rgba(8,24,39,.20)!important;
  }

  body.no-mobile-menu-active .no-mobile-bar{
    display:none!important;
    visibility:hidden!important;
  }

  .no-mobile-bar a{
    box-sizing:border-box!important;
    flex:1!important;
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:13px!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:950!important;
    text-decoration:none!important;
  }

  .no-mobile-bar a:first-child{
    background:#071b31!important;
  }

  .no-mobile-bar a:last-child{
    background:#25d366!important;
  }
}@media (min-width: 992px){
  .ist-mobile-subpanel{display:none!important;}
}@media (max-width: 991px){
  .no-header.no-menu-open .no-menu{
    left:0!important;
    right:0!important;
    width:auto!important;
    max-width:100vw!important;
    padding:96px 14px 24px!important;
    overflow-x:hidden!important;
  }

  .no-header.no-menu-open .no-menu > *,
  .no-header.no-menu-open .no-menu-item,
  .no-header.no-menu-open .no-menu-link,
  .no-header.no-menu-open .ist-mobile-subpanel,
  .no-header.no-menu-open .ist-mobile-subpanel *{
    box-sizing:border-box!important;
    max-width:100%!important;
  }

  .no-header.no-menu-open .no-menu-item{
    overflow:hidden!important;
  }

  
  .no-header.no-menu-open .no-menu .no-mega-menu,
  .no-header.no-menu-open .no-menu-item.is-open > .no-mega-menu,
  .no-header.no-menu-open .no-menu .no-mega-inner,
  .no-header.no-menu-open .no-menu .no-mega-col,
  .no-header.no-menu-open .no-menu .no-mega-links,
  .no-header.no-menu-open .no-menu .no-mega-bottom{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    position:static!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    width:0!important;
    height:0!important;
    max-width:0!important;
    max-height:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    overflow:hidden!important;
  }

  .ist-mobile-subpanel{
    display:none!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 10px!important;
    padding:10px!important;
    border:1px solid #dbe7f3!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:none!important;
    overflow:hidden!important;
  }

  .no-menu-item.is-open > .ist-mobile-subpanel{
    display:block!important;
  }

  .ist-mobile-group{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 10px!important;
    padding:0!important;
    overflow:hidden!important;
  }

  .ist-mobile-group:last-child{
    margin-bottom:0!important;
  }

  .ist-mobile-group-title{
    display:block!important;
    width:100%!important;
    margin:0 0 7px!important;
    padding:0 2px 7px!important;
    border-bottom:1px solid #edf2f7!important;
    color:#071b31!important;
    font-size:13px!important;
    line-height:1.25!important;
    font-weight:950!important;
  }

  .ist-mobile-links{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  .ist-mobile-links a,
  .ist-mobile-bottom a{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:42px!important;
    padding:10px 12px!important;
    border:0!important;
    border-radius:12px!important;
    background:#f6f9fc!important;
    color:#071b31!important;
    font-size:14px!important;
    line-height:1.25!important;
    font-weight:850!important;
    text-decoration:none!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
    overflow:hidden!important;
  }

  .ist-mobile-bottom{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    width:100%!important;
    max-width:100%!important;
    margin-top:8px!important;
  }

  .ist-mobile-bottom a{
    justify-content:center!important;
    background:#071b31!important;
    color:#fff!important;
    font-weight:950!important;
  }

  .ist-mobile-bottom a:last-child{
    background:#f97316!important;
  }
}.no-contact-summary .no-contact-list,
.no-contact-summary .no-contact-list-clean{
  display:grid!important;
  gap:10px!important;
  margin-top:20px!important;
}.no-contact-summary .no-contact-list-clean > a,
.no-contact-summary .no-contact-list-clean > span{
  display:grid!important;
  grid-template-columns:42px 92px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  justify-items:stretch!important;
  justify-content:stretch!important;
  min-height:0!important;
  height:auto!important;
  padding:13px 16px!important;
  border-radius:14px!important;
  background:#fff!important;
  border:1px solid #dbe7f2!important;
  box-shadow:none!important;
  text-align:left!important;
  color:#071d33!important;
}.no-contact-summary .no-contact-list-clean > a > i,
.no-contact-summary .no-contact-list-clean > span > i{
  grid-column:1!important;
  grid-row:1!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:12px!important;
  margin:0!important;
  padding:0!important;
  background:#fff3e7!important;
  color:#f97316!important;
  font-style:normal!important;
  font-weight:900!important;
  line-height:1!important;
  text-align:center!important;
}.no-contact-summary .no-contact-list-clean > a > b,
.no-contact-summary .no-contact-list-clean > span > b{
  grid-column:2!important;
  grid-row:1!important;
  display:block!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  color:#071d33!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1.2!important;
  text-align:left!important;
  white-space:nowrap!important;
}.no-contact-summary .no-contact-list-clean > a > span,
.no-contact-summary .no-contact-list-clean > span > span,
.no-contact-summary .no-contact-list-clean .no-contact-value{
  grid-column:3!important;
  grid-row:1!important;
  display:block!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#19344f!important;
  font-size:13.5px!important;
  font-weight:800!important;
  line-height:1.35!important;
  text-align:left!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}.no-contact-summary .no-address-value{
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}@media(max-width:760px){
  .no-contact-summary .no-contact-list-clean > a,
  .no-contact-summary .no-contact-list-clean > span{
    grid-template-columns:38px minmax(0,1fr)!important;
    gap:10px 12px!important;
    padding:12px 14px!important;
  }
  .no-contact-summary .no-contact-list-clean > a > i,
  .no-contact-summary .no-contact-list-clean > span > i{
    grid-column:1!important;
    grid-row:1 / span 2!important;
  }
  .no-contact-summary .no-contact-list-clean > a > b,
  .no-contact-summary .no-contact-list-clean > span > b{
    grid-column:2!important;
    grid-row:1!important;
  }
  .no-contact-summary .no-contact-list-clean > a > span,
  .no-contact-summary .no-contact-list-clean > span > span,
  .no-contact-summary .no-contact-list-clean .no-contact-value{
    grid-column:2!important;
    grid-row:2!important;
  }
}:root{
  --ist-premium-bg:#f5f8fb;
  --ist-premium-card:#ffffff;
  --ist-premium-ink:#071b31;
  --ist-premium-text:#53667a;
  --ist-premium-line:#dfe8f1;
  --ist-premium-soft:#edf4fa;
  --ist-premium-orange:#f97316;
  --ist-premium-shadow:0 18px 48px rgba(8,24,39,.08);
  --ist-premium-shadow-strong:0 28px 80px rgba(8,24,39,.15);
  --ist-premium-radius:22px;
}html{scroll-behavior:smooth!important}body{background:linear-gradient(180deg,#f7fbff 0%,#ffffff 520px)!important;color:var(--ist-premium-ink)!important}.no-shell{width:min(1180px,calc(100% - 36px))!important;max-width:1180px!important}.no-header{position:sticky!important;top:0!important;z-index:9999!important;background:rgba(255,255,255,.96)!important;backdrop-filter:saturate(160%) blur(14px)!important;-webkit-backdrop-filter:saturate(160%) blur(14px)!important;border-bottom:1px solid rgba(223,232,241,.92)!important;box-shadow:0 10px 32px rgba(8,24,39,.055)!important}.no-topline{background:#f8fbfd!important;border-bottom:1px solid rgba(223,232,241,.8)!important}.no-topline-inner{min-height:31px!important;color:#5d7085!important;font-size:12.5px!important}.no-topline a,.no-topline b{color:#52677d!important;font-weight:750!important;text-decoration:none!important}.no-navbar{min-height:74px!important;gap:24px!important;position:relative!important}.no-header .no-brand{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;width:auto!important;height:auto!important;min-width:0!important;display:flex!important;align-items:center!important;text-decoration:none!important}.no-header .no-brand img{width:184px!important;max-width:184px!important;max-height:60px!important;padding:10px 18px!important;background:#fff!important;border:1px solid #d9e6f2!important;border-radius:18px!important;box-shadow:0 10px 26px rgba(8,24,39,.06)!important;object-fit:contain!important}.no-menu{position:static!important;display:flex!important;align-items:center!important;gap:26px!important;margin-left:auto!important}.no-menu>a,.no-menu-link{color:#0c1f34!important;font-size:13.5px!important;font-weight:900!important;letter-spacing:.03em!important;text-transform:none!important;text-decoration:none!important;min-height:42px!important;display:inline-flex!important;align-items:center!important;position:relative!important}.no-menu>a:after,.no-menu-link:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:5px!important;height:2px!important;background:var(--ist-premium-orange)!important;border-radius:999px!important;transform:scaleX(0)!important;transform-origin:left!important;transition:transform .18s ease!important}.no-menu>a:hover,.no-menu-link:hover{color:var(--ist-premium-orange)!important}.no-menu>a:hover:after,.no-menu-link:hover:after{transform:scaleX(1)!important}.no-menu-item{display:flex!important;align-items:center!important;position:static!important}.no-menu-link:before{content:""!important;width:6px!important;height:6px!important;border-right:2px solid var(--ist-premium-orange)!important;border-bottom:2px solid var(--ist-premium-orange)!important;transform:rotate(45deg)!important;margin-left:7px!important;margin-top:-4px!important;order:2!important}.no-quote{min-height:46px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;padding:0 22px!important;background:#071b31!important;color:#fff!important;font-size:13px!important;font-weight:950!important;letter-spacing:.02em!important;text-decoration:none!important;box-shadow:0 16px 36px rgba(7,27,49,.18)!important;border:1px solid rgba(255,255,255,.1)!important;white-space:nowrap!important}.no-quote:hover{background:linear-gradient(135deg,#ff8a1d,#f97316)!important;box-shadow:0 18px 42px rgba(249,115,22,.28)!important;transform:translateY(-1px)!important}.no-mega-menu{position:absolute!important;left:50%!important;top:100%!important;transform:translate(-50%,12px)!important;width:min(1040px,calc(100vw - 48px))!important;max-height:calc(100vh - 120px)!important;overflow:auto!important;background:#fff!important;border:1px solid #dfe8f1!important;border-radius:0 0 24px 24px!important;box-shadow:var(--ist-premium-shadow-strong)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .2s ease,transform .2s ease,visibility .2s ease!important;z-index:10020!important}.no-has-mega:hover .no-mega-menu,.no-has-mega:focus-within .no-mega-menu,.no-mega-menu:hover{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}.no-mega-inner{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;background:#fff!important}.no-mega-col{padding:26px 30px!important;min-height:238px!important;border-right:1px solid #edf2f7!important;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important}.no-mega-col:last-child{border-right:0!important}.no-mega-col h3{margin:0 0 14px!important;color:#071b31!important;font-size:19px!important;line-height:1.18!important;font-weight:950!important;letter-spacing:-.035em!important}.no-mega-links{display:grid!important;grid-template-columns:1fr!important;gap:2px!important}.no-mega-links a{display:flex!important;align-items:center!important;min-height:34px!important;padding:7px 0!important;border:0!important;color:#1b3148!important;font-size:13.5px!important;line-height:1.25!important;font-weight:800!important;text-decoration:none!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;transition:color .16s ease,transform .16s ease!important}.no-mega-links a:after{display:none!important}.no-mega-links a:hover{color:var(--ist-premium-orange)!important;transform:translateX(4px)!important}.no-mega-bottom{display:flex!important;align-items:center!important;justify-content:center!important;gap:38px!important;padding:15px 22px!important;background:#f8fbfd!important;border-top:1px solid #edf2f7!important}.no-mega-bottom a{font-size:12px!important;font-weight:950!important;letter-spacing:.09em!important;text-transform:uppercase!important;color:#071b31!important;text-decoration:none!important}.no-mega-bottom a:last-child{color:var(--ist-premium-orange)!important}.no-home-mosaic{padding-top:22px!important;padding-bottom:12px!important;background:linear-gradient(180deg,#f6fbff 0%,#eef5fb 100%)!important}.no-home-mosaic-grid{gap:16px!important}.no-home-main-tile,.no-home-side-tile,.no-serp-image-strip a{border-radius:22px!important;box-shadow:var(--ist-premium-shadow)!important;border:1px solid rgba(255,255,255,.78)!important;overflow:hidden!important}.no-home-main-tile:after,.no-home-side-tile:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(7,27,49,.62),rgba(7,27,49,.14) 48%,rgba(7,27,49,.34))!important;pointer-events:none!important;z-index:1!important}.no-home-main-tile .no-home-copy,.no-home-hero-panel{z-index:3!important}.no-home-hero-panel{background:linear-gradient(135deg,rgba(7,27,49,.78),rgba(7,27,49,.42))!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:22px!important;box-shadow:0 18px 42px rgba(0,0,0,.18)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}.no-home-hero-panel h1{font-weight:950!important;letter-spacing:-.055em!important;text-wrap:balance!important}.no-hero-primary,.no-hero-secondary,.no-detail-actions a,.no-price-actions a{border-radius:999px!important;font-weight:950!important;text-decoration:none!important;box-shadow:0 12px 28px rgba(8,24,39,.12)!important;transition:transform .18s ease,box-shadow .18s ease!important}.no-hero-primary:hover,.no-hero-secondary:hover,.no-detail-actions a:hover,.no-price-actions a:hover{transform:translateY(-1px)!important;box-shadow:0 16px 36px rgba(8,24,39,.16)!important}.no-trustbar>div,.no-home-proof-pro article,.no-price-copy,.no-price-highlight,.no-price-card,.no-home-intro-cards article,.no-showcase-card,.no-home-service-card,.no-home-category,.no-contact-copy,.no-contact-form{border:1px solid var(--ist-premium-line)!important;border-radius:var(--ist-premium-radius)!important;background:#fff!important;box-shadow:var(--ist-premium-shadow)!important}.no-trustbar>div{padding:15px 18px!important;transition:transform .18s ease,box-shadow .18s ease!important}.no-trustbar>div:hover,.no-home-service-card:hover,.no-showcase-card:hover,.no-price-card:hover,.no-price-highlight:hover{transform:translateY(-3px)!important;box-shadow:0 24px 60px rgba(8,24,39,.12)!important}.no-section-head h2,.no-home-category-head h2,.no-price-copy h2{font-weight:950!important;letter-spacing:-.055em!important;color:#071b31!important;text-wrap:balance!important}.no-eyebrow,.no-price-kicker{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;padding:7px 11px!important;border-radius:999px!important;background:#fff4e9!important;border:1px solid #ffd8bd!important;color:var(--ist-premium-orange)!important;font-size:11px!important;font-weight:950!important;letter-spacing:.09em!important;text-transform:uppercase!important}.no-card-image,.no-showcase-img{border-radius:18px 18px 0 0!important;overflow:hidden!important;background:#eaf1f7!important}.no-card-image img,.no-showcase-img img,.no-gallery-item img{transition:transform .24s ease,filter .24s ease!important}.no-home-service-card:hover img,.no-showcase-card:hover img,.no-gallery-item:hover img{transform:scale(1.045)!important;filter:saturate(1.05) contrast(1.02)!important}.no-home-service-card h3 a,.no-showcase-card h3 a{font-weight:950!important;color:#071b31!important;text-decoration:none!important;letter-spacing:-.025em!important}.no-text-link{color:var(--ist-premium-orange)!important;font-weight:950!important;text-decoration:none!important}.no-detail-hero{min-height:330px!important;border-bottom:1px solid #dfe8f1!important;background-color:#071b31!important}.no-detail-overlay{background:linear-gradient(90deg,rgba(7,27,49,.82) 0%,rgba(7,27,49,.45) 55%,rgba(7,27,49,.62) 100%)!important}.no-detail-hero-copy{padding:62px 0!important}.no-detail-hero h1,.no-detail-hero-copy h1{font-size:clamp(34px,4.8vw,62px)!important;line-height:.98!important;font-weight:950!important;letter-spacing:-.065em!important;text-wrap:balance!important;color:#fff!important;text-shadow:0 10px 30px rgba(0,0,0,.26)!important}.no-detail-hero p{max-width:700px!important;color:rgba(255,255,255,.88)!important;font-size:16px!important;line-height:1.7!important;font-weight:600!important}.no-breadcrumb{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:9px 12px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;color:#fff!important}.no-breadcrumb a,.no-breadcrumb strong{color:#fff!important;text-decoration:none!important;font-weight:850!important}.no-detail-section{padding:34px 0 72px!important;background:linear-gradient(180deg,#f5f8fb 0%,#ffffff 240px)!important}.no-detail-grid,.no-gallery-page-layout,.no-photo-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 310px!important;gap:28px!important;align-items:start!important}.no-detail-main,.no-gallery-page-main,.no-photo-main{background:#fff!important;border:1px solid var(--ist-premium-line)!important;border-radius:26px!important;box-shadow:var(--ist-premium-shadow)!important;padding:24px!important;overflow:hidden!important}.no-detail-slider,.no-detail-main-photo,.no-watermark-frame{border-radius:22px!important;overflow:hidden!important;background:#eef5fb!important}.no-detail-main-photo img{height:430px!important;width:100%!important;object-fit:cover!important;border-radius:22px!important}.no-detail-thumbs{display:flex!important;gap:8px!important;overflow-x:auto!important;padding:10px 2px 2px!important;scrollbar-width:thin!important}.no-detail-thumbs button{flex:0 0 72px!important;width:72px!important;height:54px!important;border:2px solid transparent!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;padding:0!important;box-shadow:0 8px 18px rgba(8,24,39,.08)!important}.no-detail-thumbs button.is-active{border-color:var(--ist-premium-orange)!important}.no-detail-thumbs img{width:100%!important;height:100%!important;object-fit:cover!important}.no-tabbar{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin:20px 0!important;padding:8px!important;border:1px solid #dfe8f1!important;background:#f8fbfd!important;border-radius:18px!important}.no-tabbar a{display:inline-flex!important;min-height:38px!important;align-items:center!important;padding:0 14px!important;border-radius:999px!important;background:#fff!important;color:#071b31!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 6px 16px rgba(8,24,39,.055)!important}.no-tabbar a:hover{background:#071b31!important;color:#fff!important}.no-content h2,.no-detail-main h2{color:#071b31!important;font-weight:950!important;letter-spacing:-.04em!important;line-height:1.16!important;margin-top:26px!important}.no-content p,.no-detail-main p{color:#33485e!important;font-size:15.5px!important;line-height:1.86!important}.no-content img{border-radius:22px!important;box-shadow:0 16px 42px rgba(8,24,39,.11)!important;border:1px solid #e4edf6!important}.no-sidebar,.no-photo-sidebar{position:sticky!important;top:102px!important;display:grid!important;gap:14px!important}.no-side-card{background:#fff!important;border:1px solid var(--ist-premium-line)!important;border-radius:22px!important;box-shadow:var(--ist-premium-shadow)!important;padding:18px!important;overflow:hidden!important}.no-side-card h3{margin:0 0 12px!important;color:#071b31!important;font-size:18px!important;font-weight:950!important;letter-spacing:-.035em!important}.no-side-card p{color:#53667a!important;font-size:13.5px!important;line-height:1.55!important;margin:0 0 14px!important}.no-side-card a{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-height:39px!important;padding:9px 11px!important;border-radius:12px!important;background:#f8fbfd!important;border:1px solid #edf2f7!important;color:#102941!important;font-size:13px!important;font-weight:850!important;text-decoration:none!important;margin:0 0 7px!important}.no-side-card a:hover{background:#071b31!important;color:#fff!important;border-color:#071b31!important}.no-side-cta{background:linear-gradient(145deg,#071b31,#0f2c4a)!important;color:#fff!important;border-color:#132f4c!important}.no-side-cta h3,.no-side-cta p{color:#fff!important}.no-side-cta a{background:linear-gradient(135deg,#ff8a1d,#f97316)!important;border:0!important;color:#fff!important;justify-content:center!important;box-shadow:0 12px 28px rgba(249,115,22,.26)!important}.no-price-pro{margin:28px 0!important;padding:22px!important;background:#fff8f0!important;border:1px solid #ffe0c5!important;border-radius:26px!important;box-shadow:var(--ist-premium-shadow)!important}.no-price-pro-layout{display:block!important}.no-price-pro .no-price-card{border-radius:20px!important;overflow:hidden!important;border:1px solid #dfe8f1!important;background:#fff!important;box-shadow:0 12px 32px rgba(8,24,39,.06)!important}.no-price-card table{width:100%!important;border-collapse:separate!important;border-spacing:0!important}.no-price-card th{background:#071b31!important;color:#fff!important;font-size:13px!important;font-weight:950!important;padding:15px 16px!important}.no-price-card td{padding:14px 16px!important;border-bottom:1px solid #edf2f7!important;color:#12283f!important;font-size:14px!important}.no-price-card td:last-child{color:#079668!important;font-weight:950!important;text-align:right!important;white-space:nowrap!important}.no-price-note{background:#f8fbfd!important;color:#53667a!important;border-top:1px solid #edf2f7!important;padding:14px 16px!important;font-size:13.5px!important;font-weight:700!important}.no-price-note a{color:var(--ist-premium-orange)!important;font-weight:950!important;text-decoration:none!important}.no-gallery-grid-wrap{margin-top:30px!important;padding:22px!important;border-radius:26px!important;background:#f8fbfd!important;border:1px solid #dfe8f1!important}.no-gallery-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.no-gallery-item{border-radius:18px!important;overflow:hidden!important;background:#fff!important;border:1px solid #dfe8f1!important;box-shadow:0 12px 28px rgba(8,24,39,.07)!important;margin:0!important}.no-gallery-item img{width:100%!important;height:155px!important;object-fit:cover!important}.no-gallery-item figcaption{padding:10px 12px!important;color:#071b31!important;font-size:12.5px!important;font-weight:850!important;line-height:1.3!important}.no-gallery-more a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 18px!important;border-radius:999px!important;background:#071b31!important;color:#fff!important;text-decoration:none!important;font-weight:950!important}.no-faq-section{margin-top:30px!important;padding:22px!important;border:1px solid #dfe8f1!important;border-radius:26px!important;background:#fff!important;box-shadow:var(--ist-premium-shadow)!important}.no-faq-section details{border:1px solid #e6eef5!important;border-radius:16px!important;background:#f8fbfd!important;padding:0!important;margin:0 0 10px!important;overflow:hidden!important}.no-faq-section summary{cursor:pointer!important;padding:15px 16px!important;color:#071b31!important;font-weight:900!important}.no-faq-section details>div,.no-faq-section details>p{padding:0 16px 16px!important;color:#53667a!important;line-height:1.7!important}.no-contact-summary{padding:66px 0!important;background:linear-gradient(180deg,#eef5fb 0%,#f8fbfd 100%)!important}.no-footer{background:#06182b!important;color:#fff!important;margin-top:0!important}.no-footer-main{display:grid!important;grid-template-columns:1.15fr .8fr .8fr .8fr 1fr!important;gap:28px!important;padding:50px 0!important}.no-footer-about img{max-width:170px!important;background:#fff!important;border-radius:14px!important;padding:9px 14px!important;margin-bottom:16px!important}.no-footer p{color:rgba(255,255,255,.72)!important;line-height:1.75!important;font-size:14px!important}.no-footer h4{color:#fff!important;font-size:15px!important;font-weight:950!important;margin:0 0 14px!important;letter-spacing:.02em!important}.no-footer a,.no-footer-contact span{display:block!important;color:rgba(255,255,255,.72)!important;text-decoration:none!important;font-size:13.5px!important;font-weight:750!important;line-height:1.5!important;margin:0 0 8px!important}.no-footer a:hover{color:#fff!important}.no-footer-contact a,.no-footer-contact>span{padding:10px 0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.no-footer-contact b{display:block!important;color:#fff!important;font-size:12px!important;letter-spacing:.04em!important;text-transform:uppercase!important;margin-bottom:2px!important}.no-footer-whatsapp{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;margin-top:10px!important;padding:12px 16px!important;border-radius:999px!important;background:linear-gradient(135deg,#ff8a1d,#f97316)!important;color:#fff!important;font-weight:950!important;box-shadow:0 14px 32px rgba(249,115,22,.24)!important;border-bottom:0!important}.no-footer-bottom{border-top:1px solid rgba(255,255,255,.08)!important;background:#041222!important}.no-footer-bottom-inner{min-height:58px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;color:rgba(255,255,255,.64)!important;font-size:12.5px!important}.no-footer-bottom nav{display:flex!important;gap:16px!important;flex-wrap:wrap!important}.no-footer-bottom a{margin:0!important;color:rgba(255,255,255,.66)!important}@media(max-width:1100px){
  .no-shell{width:min(100% - 28px,1180px)!important}
  .no-menu-btn{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;width:48px!important;height:48px!important;border:0!important;border-radius:15px!important;background:#071b31!important;box-shadow:0 12px 26px rgba(7,27,49,.16)!important;z-index:100002!important}
  .no-menu-btn span{display:block!important;width:22px!important;height:2px!important;border-radius:999px!important;background:#fff!important;transition:.22s ease!important}
  html.no-menu-lock,body.no-menu-lock{overflow:hidden!important;height:100%!important}
  .no-header{z-index:100000!important}
  .no-navbar{min-height:68px!important;gap:12px!important}
  .no-header .no-brand img{width:154px!important;max-width:154px!important;max-height:54px!important;padding:8px 13px!important;border-radius:15px!important}
  .no-quote{display:none!important}
  .no-menu{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;display:block!important;padding:88px 16px 104px!important;overflow-y:auto!important;background:#f6f9fc!important;transform:translateX(105%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:transform .28s ease,opacity .2s ease,visibility .2s ease!important;border:0!important;border-radius:0!important;box-shadow:none!important;z-index:100000!important}
  .no-header.no-menu-open .no-menu{transform:translateX(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  .no-header.no-menu-open .no-brand{position:fixed!important;top:16px!important;left:16px!important;z-index:100002!important}
  .no-header.no-menu-open .no-menu-btn{position:fixed!important;top:16px!important;right:16px!important}
  .no-menu>a,.no-menu-link{display:flex!important;width:100%!important;min-height:50px!important;align-items:center!important;justify-content:space-between!important;padding:13px 14px!important;margin:0 0 9px!important;border:1px solid #dbe7f3!important;border-radius:16px!important;background:#fff!important;color:#071b31!important;font-size:15px!important;font-weight:900!important;letter-spacing:0!important;text-transform:none!important;box-shadow:0 10px 26px rgba(8,24,39,.045)!important}
  .no-menu>a:after,.no-menu-link:after,.no-menu-link:before{display:none!important}
  .no-menu-item{display:block!important;width:100%!important;margin:0 0 9px!important}
  .no-menu-item>.no-menu-link::after{content:"+"!important;display:inline-flex!important;width:28px!important;height:28px!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#edf4fa!important;color:#071b31!important;font-size:20px!important;font-weight:950!important;margin-left:12px!important;position:static!important;transform:none!important}
  .no-menu-item.is-open>.no-menu-link::after{content:"-"!important}
  .no-mega-menu{display:none!important;position:static!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;margin:0 0 10px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}
  .no-menu-item.is-open .no-mega-menu{display:block!important}
  .ist-mobile-subpanel{display:none!important;margin:0 0 10px!important;padding:0!important}.no-menu-item.is-open .ist-mobile-subpanel{display:block!important}
  .ist-mobile-group{padding:13px!important;margin:0 0 10px!important;border:1px solid #dbe7f3!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 24px rgba(8,24,39,.045)!important}
  .ist-mobile-group-title{display:block!important;margin:0 0 10px!important;padding-bottom:8px!important;border-bottom:1px solid #edf2f7!important;color:#071b31!important;font-size:14px!important;font-weight:950!important}
  .ist-mobile-links{display:grid!important;gap:7px!important}.ist-mobile-links a{display:flex!important;align-items:center!important;min-height:42px!important;padding:10px 12px!important;border-radius:12px!important;background:#f6f9fc!important;color:#102941!important;text-decoration:none!important;font-size:14px!important;font-weight:800!important;line-height:1.25!important}
  .ist-mobile-bottom{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.ist-mobile-bottom a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;border-radius:14px!important;background:#071b31!important;color:#fff!important;text-decoration:none!important;font-weight:950!important}
  .no-detail-grid,.no-gallery-page-layout,.no-photo-layout{grid-template-columns:1fr!important}.no-sidebar,.no-photo-sidebar{position:static!important;top:auto!important}
  .no-footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}@media(max-width:760px){
  .no-shell{width:min(100% - 24px,1180px)!important}
  .no-topline{display:none!important}
  .no-home-mosaic{padding-top:12px!important}.no-home-mosaic-grid{grid-template-columns:1fr!important;gap:12px!important}.no-home-main-tile{min-height:420px!important;border-radius:20px!important}.no-home-side-tiles{grid-template-columns:1fr!important;gap:10px!important}.no-home-side-tile{min-height:138px!important;border-radius:18px!important}.no-home-hero-panel{left:14px!important;right:14px!important;bottom:14px!important;padding:18px!important;border-radius:18px!important}.no-home-hero-panel h1{font-size:31px!important;line-height:1.03!important}.no-home-hero-panel p{font-size:14px!important;line-height:1.55!important}.no-hero-actions,.no-price-actions,.no-detail-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}.no-hero-primary,.no-hero-secondary,.no-detail-actions a{width:100%!important;min-height:44px!important;text-align:center!important;justify-content:center!important}
  .no-trustbar{grid-template-columns:1fr!important;gap:10px!important;margin-top:14px!important;margin-bottom:28px!important}.no-trustbar>div{border-radius:16px!important;padding:13px!important}
  .no-section{padding:42px 0!important}.no-section-head h2,.no-home-category-head h2,.no-price-copy h2{font-size:clamp(29px,9vw,38px)!important;line-height:1.04!important}.no-section-head p,.no-home-category-head p{font-size:14.5px!important;line-height:1.65!important}
  .no-price-section{padding:36px 0!important}.no-price-top{grid-template-columns:1fr!important}.no-price-copy{padding:20px!important;border-radius:20px!important}.no-price-highlight-grid{grid-template-columns:1fr!important}.no-price-snap{display:flex!important;gap:12px!important;overflow-x:auto!important;padding:2px 2px 12px!important;scroll-snap-type:x mandatory!important}.no-price-card{flex:0 0 270px!important;width:270px!important;scroll-snap-align:start!important}
  .no-home-category{padding:18px!important;border-radius:22px!important}.no-home-category-grid,.no-showcase-grid,.no-gallery-grid{grid-template-columns:1fr!important;gap:12px!important}.no-card-image img,.no-showcase-img img{height:210px!important;object-fit:cover!important}.no-home-service-card,.no-showcase-card{border-radius:20px!important}
  .no-detail-hero{min-height:245px!important}.no-detail-hero-copy{padding:34px 0!important}.no-detail-hero h1,.no-detail-hero-copy h1{font-size:32px!important;line-height:1.04!important}.no-detail-hero p{font-size:14px!important;line-height:1.58!important}.no-breadcrumb{display:none!important}.no-detail-section{padding:22px 0 48px!important}.no-detail-main,.no-gallery-page-main,.no-photo-main{padding:14px!important;border-radius:20px!important}.no-detail-main-photo img{height:255px!important;border-radius:18px!important}.no-detail-thumbs button{flex-basis:62px!important;width:62px!important;height:48px!important}.no-tabbar{overflow-x:auto!important;flex-wrap:nowrap!important;padding:7px!important}.no-tabbar a{white-space:nowrap!important;flex:0 0 auto!important}.no-content p,.no-detail-main p{font-size:14.5px!important;line-height:1.78!important}.no-price-pro{padding:14px!important;border-radius:20px!important}.no-price-pro .no-price-card{overflow-x:auto!important}.no-price-card table{min-width:560px!important}.no-gallery-grid-wrap{padding:14px!important;border-radius:20px!important}.no-gallery-item img{height:185px!important}.no-faq-section{padding:14px!important;border-radius:20px!important}
  .no-contact-summary{padding:42px 0!important}.no-contact-grid{grid-template-columns:1fr!important}.no-form-row{grid-template-columns:1fr!important}.no-footer-main{grid-template-columns:1fr!important;gap:18px!important;padding:38px 0!important}.no-footer-bottom-inner{display:grid!important;justify-content:start!important;min-height:auto!important;padding:16px 0!important}.no-footer-bottom nav{gap:12px!important}.no-mobile-bar{z-index:100010!important}
}:root{
  --ist-font: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  --ist-dark:#0f2235;
  --ist-text:#607286;
  --ist-orange:#f97316;
  --ist-border:#e3edf6;
}*,*::before,*::after{
  box-sizing:border-box;
}html,
body,
button,
input,
textarea,
select{
  font-family:var(--ist-font)!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}body{
  color:#172033!important;
  font-weight:400!important;
  line-height:1.65!important;
}img{
  max-width:100%;
  height:auto;
}h1,h2,h3,h4,h5,h6,
.no-home-hero-panel h1,
.no-price-copy h2,
.no-section-title,
.no-title,
.no-service-title,
.no-content h1,
.no-content h2,
.no-content h3{
  font-family:var(--ist-font)!important;
  font-weight:850!important;
  letter-spacing:-.04em!important;
}p,li,td,th,a,span,b,strong,
.no-menu a,
.no-quote,
.no-hero-primary,
.no-hero-secondary,
.no-price-actions a,
.no-price-card,
.no-price-highlight,
.no-service-card,
.no-home-service-card,
.no-showcase-card,
.no-footer,
.no-footer a{
  font-family:var(--ist-font)!important;
}a,
button,
.no-quote,
.no-hero-primary,
.no-hero-secondary{
  font-weight:700;
}.no-shell{
  width:min(1220px,calc(100% - 32px))!important;
  max-width:1220px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}.no-serp-image-strip{
  width:min(1220px,calc(100% - 32px))!important;
  max-width:1220px!important;
  margin:22px auto 28px!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}.no-serp-image-strip a{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:154px!important;
  min-height:154px!important;
  max-height:154px!important;
  overflow:hidden!important;
  border-radius:18px!important;
  background:#dfe8f1!important;
  box-shadow:0 14px 34px rgba(8,24,39,.08)!important;
  border:1px solid rgba(255,255,255,.82)!important;
  text-decoration:none!important;
}.no-serp-image-strip img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
}.no-serp-image-strip a:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:58%!important;
  background:linear-gradient(180deg,rgba(2,8,23,0) 0%,rgba(2,8,23,.78) 100%)!important;
  z-index:1!important;
  pointer-events:none!important;
}.no-serp-image-strip span{
  position:absolute!important;
  left:10px!important;
  right:10px!important;
  bottom:10px!important;
  z-index:2!important;
  display:block!important;
  padding:8px 10px!important;
  border-radius:12px!important;
  background:rgba(2,8,23,.72)!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.2!important;
}.no-price-section{
  padding:52px 0 50px!important;
  background:#fff!important;
}.no-price-section>.no-shell{
  display:grid!important;
  gap:20px!important;
}.no-price-top{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)!important;
  gap:24px!important;
  align-items:stretch!important;
}.no-price-copy,
.no-price-highlight,
.no-price-card,
.no-price-meta{
  background:#fff!important;
  border:1px solid var(--ist-border)!important;
  box-shadow:0 14px 36px rgba(8,24,39,.065)!important;
}.no-price-copy{
  border-radius:24px!important;
  padding:28px!important;
}.no-price-kicker{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  max-width:100%!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  background:#fff5ee!important;
  border:1px solid #ffd6bf!important;
  color:var(--ist-orange)!important;
  font-size:12px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}.no-price-copy h2{
  margin:12px 0 14px!important;
  color:var(--ist-dark)!important;
  font-size:clamp(30px,4vw,48px)!important;
  line-height:1.04!important;
  letter-spacing:-.06em!important;
}.no-price-copy p{
  margin:0!important;
  color:var(--ist-text)!important;
  font-size:15px!important;
  line-height:1.78!important;
}.no-price-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:20px!important;
}.no-price-actions .no-hero-secondary{
  background:#071827!important;
  color:#fff!important;
  border:1px solid #071827!important;
}.no-price-highlight-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}.no-price-highlight{
  border-radius:22px!important;
  padding:18px!important;
}.no-price-highlight strong,
.no-price-card .price{
  display:inline-flex!important;
  margin-bottom:9px!important;
  padding:7px 10px!important;
  border-radius:12px!important;
  background:#fff5ee!important;
  color:var(--ist-orange)!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1!important;
}.no-price-highlight h3,
.no-price-card h3{
  margin:0 0 8px!important;
  color:var(--ist-dark)!important;
  font-size:18px!important;
  line-height:1.25!important;
  letter-spacing:-.035em!important;
}.no-price-highlight p,
.no-price-card p{
  margin:0!important;
  color:var(--ist-text)!important;
  font-size:14px!important;
  line-height:1.62!important;
}.no-price-snap{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}.no-price-card{
  border-radius:22px!important;
  padding:18px!important;
  min-width:0!important;
}.no-price-meta{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:14px!important;
  border-radius:18px!important;
  padding:15px 18px!important;
  color:var(--ist-text)!important;
  font-size:14px!important;
}.no-price-meta b{
  color:var(--ist-dark)!important;
}.no-price-meta a{
  color:var(--ist-orange)!important;
  font-weight:950!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}.no-showcase-grid,
.no-home-category-grid{
  display:grid!important;
  gap:18px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}.no-showcase-card,
.no-home-service-card{
  min-width:0!important;
}@media(max-width:1120px){
  .no-serp-image-strip{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .no-price-top{
    grid-template-columns:1fr!important;
  }

  .no-price-snap,
  .no-showcase-grid,
  .no-home-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}@media(max-width:700px){
  .no-shell,
  .no-serp-image-strip{
    width:min(100% - 24px,1220px)!important;
  }

  .no-serp-image-strip{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:12px!important;
    margin-bottom:20px!important;
  }

  .no-serp-image-strip a{
    height:108px!important;
    min-height:108px!important;
    max-height:108px!important;
    border-radius:14px!important;
  }

  .no-serp-image-strip span{
    left:7px!important;
    right:7px!important;
    bottom:7px!important;
    font-size:11px!important;
    padding:6px 8px!important;
    border-radius:10px!important;
  }

  .no-price-section{
    padding:34px 0 36px!important;
  }

  .no-price-copy{
    padding:22px!important;
    border-radius:20px!important;
  }

  .no-price-highlight-grid{
    grid-template-columns:1fr!important;
  }

  .no-price-snap{
    display:flex!important;
    gap:12px!important;
    overflow-x:auto!important;
    padding:2px 2px 10px!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
  }

  .no-price-card{
    flex:0 0 270px!important;
    width:270px!important;
    scroll-snap-align:start!important;
  }

  .no-price-meta{
    flex-direction:column!important;
    align-items:flex-start!important;
  }

  .no-price-meta a{
    white-space:normal!important;
  }

  .no-showcase-grid,
  .no-home-category-grid{
    grid-template-columns:1fr!important;
  }
}:root{
  --ist-premium-bg:#f5f8fb;
  --ist-premium-card:#ffffff;
  --ist-premium-ink:#071b31;
  --ist-premium-text:#53667a;
  --ist-premium-line:#dfe8f1;
  --ist-premium-soft:#edf4fa;
  --ist-premium-orange:#f97316;
  --ist-premium-shadow:0 18px 48px rgba(8,24,39,.08);
  --ist-premium-shadow-strong:0 28px 80px rgba(8,24,39,.15);
  --ist-premium-radius:22px;
}html{scroll-behavior:smooth!important}body{background:linear-gradient(180deg,#f7fbff 0%,#ffffff 520px)!important;color:var(--ist-premium-ink)!important}.no-shell{width:min(1180px,calc(100% - 36px))!important;max-width:1180px!important}.no-header{position:sticky!important;top:0!important;z-index:9999!important;background:rgba(255,255,255,.96)!important;backdrop-filter:saturate(160%) blur(14px)!important;-webkit-backdrop-filter:saturate(160%) blur(14px)!important;border-bottom:1px solid rgba(223,232,241,.92)!important;box-shadow:0 10px 32px rgba(8,24,39,.055)!important}.no-topline{background:#f8fbfd!important;border-bottom:1px solid rgba(223,232,241,.8)!important}.no-topline-inner{min-height:31px!important;color:#5d7085!important;font-size:12.5px!important}.no-topline a,.no-topline b{color:#52677d!important;font-weight:750!important;text-decoration:none!important}.no-navbar{min-height:74px!important;gap:24px!important;position:relative!important}.no-header .no-brand{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;width:auto!important;height:auto!important;min-width:0!important;display:flex!important;align-items:center!important;text-decoration:none!important}.no-header .no-brand img{width:184px!important;max-width:184px!important;max-height:60px!important;padding:10px 18px!important;background:#fff!important;border:1px solid #d9e6f2!important;border-radius:18px!important;box-shadow:0 10px 26px rgba(8,24,39,.06)!important;object-fit:contain!important}.no-menu{position:static!important;display:flex!important;align-items:center!important;gap:26px!important;margin-left:auto!important}.no-menu>a,.no-menu-link{color:#0c1f34!important;font-size:13.5px!important;font-weight:900!important;letter-spacing:.03em!important;text-transform:none!important;text-decoration:none!important;min-height:42px!important;display:inline-flex!important;align-items:center!important;position:relative!important}.no-menu>a:after,.no-menu-link:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:5px!important;height:2px!important;background:var(--ist-premium-orange)!important;border-radius:999px!important;transform:scaleX(0)!important;transform-origin:left!important;transition:transform .18s ease!important}.no-menu>a:hover,.no-menu-link:hover{color:var(--ist-premium-orange)!important}.no-menu>a:hover:after,.no-menu-link:hover:after{transform:scaleX(1)!important}.no-menu-item{display:flex!important;align-items:center!important;position:static!important}.no-menu-link:before{content:""!important;width:6px!important;height:6px!important;border-right:2px solid var(--ist-premium-orange)!important;border-bottom:2px solid var(--ist-premium-orange)!important;transform:rotate(45deg)!important;margin-left:7px!important;margin-top:-4px!important;order:2!important}.no-quote{min-height:46px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;padding:0 22px!important;background:#071b31!important;color:#fff!important;font-size:13px!important;font-weight:950!important;letter-spacing:.02em!important;text-decoration:none!important;box-shadow:0 16px 36px rgba(7,27,49,.18)!important;border:1px solid rgba(255,255,255,.1)!important;white-space:nowrap!important}.no-quote:hover{background:linear-gradient(135deg,#ff8a1d,#f97316)!important;box-shadow:0 18px 42px rgba(249,115,22,.28)!important;transform:translateY(-1px)!important}.no-mega-menu{position:absolute!important;left:50%!important;top:100%!important;transform:translate(-50%,12px)!important;width:min(1040px,calc(100vw - 48px))!important;max-height:calc(100vh - 120px)!important;overflow:auto!important;background:#fff!important;border:1px solid #dfe8f1!important;border-radius:0 0 24px 24px!important;box-shadow:var(--ist-premium-shadow-strong)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .2s ease,transform .2s ease,visibility .2s ease!important;z-index:10020!important}.no-has-mega:hover .no-mega-menu,.no-has-mega:focus-within .no-mega-menu,.no-mega-menu:hover{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}.no-mega-inner{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;background:#fff!important}.no-mega-col{padding:26px 30px!important;min-height:238px!important;border-right:1px solid #edf2f7!important;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important}.no-mega-col:last-child{border-right:0!important}.no-mega-col h3{margin:0 0 14px!important;color:#071b31!important;font-size:19px!important;line-height:1.18!important;font-weight:950!important;letter-spacing:-.035em!important}.no-mega-links{display:grid!important;grid-template-columns:1fr!important;gap:2px!important}.no-mega-links a{display:flex!important;align-items:center!important;min-height:34px!important;padding:7px 0!important;border:0!important;color:#1b3148!important;font-size:13.5px!important;line-height:1.25!important;font-weight:800!important;text-decoration:none!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;transition:color .16s ease,transform .16s ease!important}.no-mega-links a:after{display:none!important}.no-mega-links a:hover{color:var(--ist-premium-orange)!important;transform:translateX(4px)!important}.no-mega-bottom{display:flex!important;align-items:center!important;justify-content:center!important;gap:38px!important;padding:15px 22px!important;background:#f8fbfd!important;border-top:1px solid #edf2f7!important}.no-mega-bottom a{font-size:12px!important;font-weight:950!important;letter-spacing:.09em!important;text-transform:uppercase!important;color:#071b31!important;text-decoration:none!important}.no-mega-bottom a:last-child{color:var(--ist-premium-orange)!important}.no-home-mosaic{padding-top:22px!important;padding-bottom:12px!important;background:linear-gradient(180deg,#f6fbff 0%,#eef5fb 100%)!important}.no-home-mosaic-grid{gap:16px!important}.no-home-main-tile,.no-home-side-tile,.no-serp-image-strip a{border-radius:22px!important;box-shadow:var(--ist-premium-shadow)!important;border:1px solid rgba(255,255,255,.78)!important;overflow:hidden!important}.no-home-main-tile:after,.no-home-side-tile:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(7,27,49,.62),rgba(7,27,49,.14) 48%,rgba(7,27,49,.34))!important;pointer-events:none!important;z-index:1!important}.no-home-main-tile .no-home-copy,.no-home-hero-panel{z-index:3!important}.no-home-hero-panel{background:linear-gradient(135deg,rgba(7,27,49,.78),rgba(7,27,49,.42))!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:22px!important;box-shadow:0 18px 42px rgba(0,0,0,.18)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}.no-home-hero-panel h1{font-weight:950!important;letter-spacing:-.055em!important;text-wrap:balance!important}.no-hero-primary,.no-hero-secondary,.no-detail-actions a,.no-price-actions a{border-radius:999px!important;font-weight:950!important;text-decoration:none!important;box-shadow:0 12px 28px rgba(8,24,39,.12)!important;transition:transform .18s ease,box-shadow .18s ease!important}.no-hero-primary:hover,.no-hero-secondary:hover,.no-detail-actions a:hover,.no-price-actions a:hover{transform:translateY(-1px)!important;box-shadow:0 16px 36px rgba(8,24,39,.16)!important}.no-trustbar>div,.no-home-proof-pro article,.no-price-copy,.no-price-highlight,.no-price-card,.no-home-intro-cards article,.no-showcase-card,.no-home-service-card,.no-home-category,.no-contact-copy,.no-contact-form{border:1px solid var(--ist-premium-line)!important;border-radius:var(--ist-premium-radius)!important;background:#fff!important;box-shadow:var(--ist-premium-shadow)!important}.no-trustbar>div{padding:15px 18px!important;transition:transform .18s ease,box-shadow .18s ease!important}.no-trustbar>div:hover,.no-home-service-card:hover,.no-showcase-card:hover,.no-price-card:hover,.no-price-highlight:hover{transform:translateY(-3px)!important;box-shadow:0 24px 60px rgba(8,24,39,.12)!important}.no-section-head h2,.no-home-category-head h2,.no-price-copy h2{font-weight:950!important;letter-spacing:-.055em!important;color:#071b31!important;text-wrap:balance!important}.no-eyebrow,.no-price-kicker{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;padding:7px 11px!important;border-radius:999px!important;background:#fff4e9!important;border:1px solid #ffd8bd!important;color:var(--ist-premium-orange)!important;font-size:11px!important;font-weight:950!important;letter-spacing:.09em!important;text-transform:uppercase!important}.no-card-image,.no-showcase-img{border-radius:18px 18px 0 0!important;overflow:hidden!important;background:#eaf1f7!important}.no-card-image img,.no-showcase-img img,.no-gallery-item img{transition:transform .24s ease,filter .24s ease!important}.no-home-service-card:hover img,.no-showcase-card:hover img,.no-gallery-item:hover img{transform:scale(1.045)!important;filter:saturate(1.05) contrast(1.02)!important}.no-home-service-card h3 a,.no-showcase-card h3 a{font-weight:950!important;color:#071b31!important;text-decoration:none!important;letter-spacing:-.025em!important}.no-text-link{color:var(--ist-premium-orange)!important;font-weight:950!important;text-decoration:none!important}.no-detail-hero{min-height:330px!important;border-bottom:1px solid #dfe8f1!important;background-color:#071b31!important}.no-detail-overlay{background:linear-gradient(90deg,rgba(7,27,49,.82) 0%,rgba(7,27,49,.45) 55%,rgba(7,27,49,.62) 100%)!important}.no-detail-hero-copy{padding:62px 0!important}.no-detail-hero h1,.no-detail-hero-copy h1{font-size:clamp(34px,4.8vw,62px)!important;line-height:.98!important;font-weight:950!important;letter-spacing:-.065em!important;text-wrap:balance!important;color:#fff!important;text-shadow:0 10px 30px rgba(0,0,0,.26)!important}.no-detail-hero p{max-width:700px!important;color:rgba(255,255,255,.88)!important;font-size:16px!important;line-height:1.7!important;font-weight:600!important}.no-breadcrumb{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:9px 12px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;color:#fff!important}.no-breadcrumb a,.no-breadcrumb strong{color:#fff!important;text-decoration:none!important;font-weight:850!important}.no-detail-section{padding:34px 0 72px!important;background:linear-gradient(180deg,#f5f8fb 0%,#ffffff 240px)!important}.no-detail-grid,.no-gallery-page-layout,.no-photo-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 310px!important;gap:28px!important;align-items:start!important}.no-detail-main,.no-gallery-page-main,.no-photo-main{background:#fff!important;border:1px solid var(--ist-premium-line)!important;border-radius:26px!important;box-shadow:var(--ist-premium-shadow)!important;padding:24px!important;overflow:hidden!important}.no-detail-slider,.no-detail-main-photo,.no-watermark-frame{border-radius:22px!important;overflow:hidden!important;background:#eef5fb!important}.no-detail-main-photo img{height:430px!important;width:100%!important;object-fit:cover!important;border-radius:22px!important}.no-detail-thumbs{display:flex!important;gap:8px!important;overflow-x:auto!important;padding:10px 2px 2px!important;scrollbar-width:thin!important}.no-detail-thumbs button{flex:0 0 72px!important;width:72px!important;height:54px!important;border:2px solid transparent!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;padding:0!important;box-shadow:0 8px 18px rgba(8,24,39,.08)!important}.no-detail-thumbs button.is-active{border-color:var(--ist-premium-orange)!important}.no-detail-thumbs img{width:100%!important;height:100%!important;object-fit:cover!important}.no-tabbar{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin:20px 0!important;padding:8px!important;border:1px solid #dfe8f1!important;background:#f8fbfd!important;border-radius:18px!important}.no-tabbar a{display:inline-flex!important;min-height:38px!important;align-items:center!important;padding:0 14px!important;border-radius:999px!important;background:#fff!important;color:#071b31!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 6px 16px rgba(8,24,39,.055)!important}.no-tabbar a:hover{background:#071b31!important;color:#fff!important}.no-content h2,.no-detail-main h2{color:#071b31!important;font-weight:950!important;letter-spacing:-.04em!important;line-height:1.16!important;margin-top:26px!important}.no-content p,.no-detail-main p{color:#33485e!important;font-size:15.5px!important;line-height:1.86!important}.no-content img{border-radius:22px!important;box-shadow:0 16px 42px rgba(8,24,39,.11)!important;border:1px solid #e4edf6!important}.no-sidebar,.no-photo-sidebar{position:sticky!important;top:102px!important;display:grid!important;gap:14px!important}.no-side-card{background:#fff!important;border:1px solid var(--ist-premium-line)!important;border-radius:22px!important;box-shadow:var(--ist-premium-shadow)!important;padding:18px!important;overflow:hidden!important}.no-side-card h3{margin:0 0 12px!important;color:#071b31!important;font-size:18px!important;font-weight:950!important;letter-spacing:-.035em!important}.no-side-card p{color:#53667a!important;font-size:13.5px!important;line-height:1.55!important;margin:0 0 14px!important}.no-side-card a{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-height:39px!important;padding:9px 11px!important;border-radius:12px!important;background:#f8fbfd!important;border:1px solid #edf2f7!important;color:#102941!important;font-size:13px!important;font-weight:850!important;text-decoration:none!important;margin:0 0 7px!important}.no-side-card a:hover{background:#071b31!important;color:#fff!important;border-color:#071b31!important}.no-side-cta{background:linear-gradient(145deg,#071b31,#0f2c4a)!important;color:#fff!important;border-color:#132f4c!important}.no-side-cta h3,.no-side-cta p{color:#fff!important}.no-side-cta a{background:linear-gradient(135deg,#ff8a1d,#f97316)!important;border:0!important;color:#fff!important;justify-content:center!important;box-shadow:0 12px 28px rgba(249,115,22,.26)!important}.no-price-pro{margin:28px 0!important;padding:22px!important;background:#fff8f0!important;border:1px solid #ffe0c5!important;border-radius:26px!important;box-shadow:var(--ist-premium-shadow)!important}.no-price-pro-layout{display:block!important}.no-price-pro .no-price-card{border-radius:20px!important;overflow:hidden!important;border:1px solid #dfe8f1!important;background:#fff!important;box-shadow:0 12px 32px rgba(8,24,39,.06)!important}.no-price-card table{width:100%!important;border-collapse:separate!important;border-spacing:0!important}.no-price-card th{background:#071b31!important;color:#fff!important;font-size:13px!important;font-weight:950!important;padding:15px 16px!important}.no-price-card td{padding:14px 16px!important;border-bottom:1px solid #edf2f7!important;color:#12283f!important;font-size:14px!important}.no-price-card td:last-child{color:#079668!important;font-weight:950!important;text-align:right!important;white-space:nowrap!important}.no-price-note{background:#f8fbfd!important;color:#53667a!important;border-top:1px solid #edf2f7!important;padding:14px 16px!important;font-size:13.5px!important;font-weight:700!important}.no-price-note a{color:var(--ist-premium-orange)!important;font-weight:950!important;text-decoration:none!important}.no-gallery-grid-wrap{margin-top:30px!important;padding:22px!important;border-radius:26px!important;background:#f8fbfd!important;border:1px solid #dfe8f1!important}.no-gallery-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.no-gallery-item{border-radius:18px!important;overflow:hidden!important;background:#fff!important;border:1px solid #dfe8f1!important;box-shadow:0 12px 28px rgba(8,24,39,.07)!important;margin:0!important}.no-gallery-item img{width:100%!important;height:155px!important;object-fit:cover!important}.no-gallery-item figcaption{padding:10px 12px!important;color:#071b31!important;font-size:12.5px!important;font-weight:850!important;line-height:1.3!important}.no-gallery-more a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 18px!important;border-radius:999px!important;background:#071b31!important;color:#fff!important;text-decoration:none!important;font-weight:950!important}.no-faq-section{margin-top:30px!important;padding:22px!important;border:1px solid #dfe8f1!important;border-radius:26px!important;background:#fff!important;box-shadow:var(--ist-premium-shadow)!important}.no-faq-section details{border:1px solid #e6eef5!important;border-radius:16px!important;background:#f8fbfd!important;padding:0!important;margin:0 0 10px!important;overflow:hidden!important}.no-faq-section summary{cursor:pointer!important;padding:15px 16px!important;color:#071b31!important;font-weight:900!important}.no-faq-section details>div,.no-faq-section details>p{padding:0 16px 16px!important;color:#53667a!important;line-height:1.7!important}.no-contact-summary{padding:66px 0!important;background:linear-gradient(180deg,#eef5fb 0%,#f8fbfd 100%)!important}.no-footer{background:#06182b!important;color:#fff!important;margin-top:0!important}.no-footer-main{display:grid!important;grid-template-columns:1.15fr .8fr .8fr .8fr 1fr!important;gap:28px!important;padding:50px 0!important}.no-footer-about img{max-width:170px!important;background:#fff!important;border-radius:14px!important;padding:9px 14px!important;margin-bottom:16px!important}.no-footer p{color:rgba(255,255,255,.72)!important;line-height:1.75!important;font-size:14px!important}.no-footer h4{color:#fff!important;font-size:15px!important;font-weight:950!important;margin:0 0 14px!important;letter-spacing:.02em!important}.no-footer a,.no-footer-contact span{display:block!important;color:rgba(255,255,255,.72)!important;text-decoration:none!important;font-size:13.5px!important;font-weight:750!important;line-height:1.5!important;margin:0 0 8px!important}.no-footer a:hover{color:#fff!important}.no-footer-contact a,.no-footer-contact>span{padding:10px 0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.no-footer-contact b{display:block!important;color:#fff!important;font-size:12px!important;letter-spacing:.04em!important;text-transform:uppercase!important;margin-bottom:2px!important}.no-footer-whatsapp{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;margin-top:10px!important;padding:12px 16px!important;border-radius:999px!important;background:linear-gradient(135deg,#ff8a1d,#f97316)!important;color:#fff!important;font-weight:950!important;box-shadow:0 14px 32px rgba(249,115,22,.24)!important;border-bottom:0!important}.no-footer-bottom{border-top:1px solid rgba(255,255,255,.08)!important;background:#041222!important}.no-footer-bottom-inner{min-height:58px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;color:rgba(255,255,255,.64)!important;font-size:12.5px!important}.no-footer-bottom nav{display:flex!important;gap:16px!important;flex-wrap:wrap!important}.no-footer-bottom a{margin:0!important;color:rgba(255,255,255,.66)!important}@media(max-width:1100px){
  .no-shell{width:min(100% - 28px,1180px)!important}
  .no-menu-btn{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;width:48px!important;height:48px!important;border:0!important;border-radius:15px!important;background:#071b31!important;box-shadow:0 12px 26px rgba(7,27,49,.16)!important;z-index:100002!important}
  .no-menu-btn span{display:block!important;width:22px!important;height:2px!important;border-radius:999px!important;background:#fff!important;transition:.22s ease!important}
  html.no-menu-lock,body.no-menu-lock{overflow:hidden!important;height:100%!important}
  .no-header{z-index:100000!important}
  .no-navbar{min-height:68px!important;gap:12px!important}
  .no-header .no-brand img{width:154px!important;max-width:154px!important;max-height:54px!important;padding:8px 13px!important;border-radius:15px!important}
  .no-quote{display:none!important}
  .no-menu{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;display:block!important;padding:88px 16px 104px!important;overflow-y:auto!important;background:#f6f9fc!important;transform:translateX(105%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:transform .28s ease,opacity .2s ease,visibility .2s ease!important;border:0!important;border-radius:0!important;box-shadow:none!important;z-index:100000!important}
  .no-header.no-menu-open .no-menu{transform:translateX(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  .no-header.no-menu-open .no-brand{position:fixed!important;top:16px!important;left:16px!important;z-index:100002!important}
  .no-header.no-menu-open .no-menu-btn{position:fixed!important;top:16px!important;right:16px!important}
  .no-menu>a,.no-menu-link{display:flex!important;width:100%!important;min-height:50px!important;align-items:center!important;justify-content:space-between!important;padding:13px 14px!important;margin:0 0 9px!important;border:1px solid #dbe7f3!important;border-radius:16px!important;background:#fff!important;color:#071b31!important;font-size:15px!important;font-weight:900!important;letter-spacing:0!important;text-transform:none!important;box-shadow:0 10px 26px rgba(8,24,39,.045)!important}
  .no-menu>a:after,.no-menu-link:after,.no-menu-link:before{display:none!important}
  .no-menu-item{display:block!important;width:100%!important;margin:0 0 9px!important}
  .no-menu-item>.no-menu-link::after{content:"+"!important;display:inline-flex!important;width:28px!important;height:28px!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#edf4fa!important;color:#071b31!important;font-size:20px!important;font-weight:950!important;margin-left:12px!important;position:static!important;transform:none!important}
  .no-menu-item.is-open>.no-menu-link::after{content:"-"!important}
  .no-mega-menu{display:none!important;position:static!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;margin:0 0 10px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}
  .no-menu-item.is-open .no-mega-menu{display:block!important}
  .ist-mobile-subpanel{display:none!important;margin:0 0 10px!important;padding:0!important}.no-menu-item.is-open .ist-mobile-subpanel{display:block!important}
  .ist-mobile-group{padding:13px!important;margin:0 0 10px!important;border:1px solid #dbe7f3!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 24px rgba(8,24,39,.045)!important}
  .ist-mobile-group-title{display:block!important;margin:0 0 10px!important;padding-bottom:8px!important;border-bottom:1px solid #edf2f7!important;color:#071b31!important;font-size:14px!important;font-weight:950!important}
  .ist-mobile-links{display:grid!important;gap:7px!important}.ist-mobile-links a{display:flex!important;align-items:center!important;min-height:42px!important;padding:10px 12px!important;border-radius:12px!important;background:#f6f9fc!important;color:#102941!important;text-decoration:none!important;font-size:14px!important;font-weight:800!important;line-height:1.25!important}
  .ist-mobile-bottom{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.ist-mobile-bottom a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;border-radius:14px!important;background:#071b31!important;color:#fff!important;text-decoration:none!important;font-weight:950!important}
  .no-detail-grid,.no-gallery-page-layout,.no-photo-layout{grid-template-columns:1fr!important}.no-sidebar,.no-photo-sidebar{position:static!important;top:auto!important}
  .no-footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}@media(max-width:760px){
  .no-shell{width:min(100% - 24px,1180px)!important}
  .no-topline{display:none!important}
  .no-home-mosaic{padding-top:12px!important}.no-home-mosaic-grid{grid-template-columns:1fr!important;gap:12px!important}.no-home-main-tile{min-height:420px!important;border-radius:20px!important}.no-home-side-tiles{grid-template-columns:1fr!important;gap:10px!important}.no-home-side-tile{min-height:138px!important;border-radius:18px!important}.no-home-hero-panel{left:14px!important;right:14px!important;bottom:14px!important;padding:18px!important;border-radius:18px!important}.no-home-hero-panel h1{font-size:31px!important;line-height:1.03!important}.no-home-hero-panel p{font-size:14px!important;line-height:1.55!important}.no-hero-actions,.no-price-actions,.no-detail-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}.no-hero-primary,.no-hero-secondary,.no-detail-actions a{width:100%!important;min-height:44px!important;text-align:center!important;justify-content:center!important}
  .no-trustbar{grid-template-columns:1fr!important;gap:10px!important;margin-top:14px!important;margin-bottom:28px!important}.no-trustbar>div{border-radius:16px!important;padding:13px!important}
  .no-section{padding:42px 0!important}.no-section-head h2,.no-home-category-head h2,.no-price-copy h2{font-size:clamp(29px,9vw,38px)!important;line-height:1.04!important}.no-section-head p,.no-home-category-head p{font-size:14.5px!important;line-height:1.65!important}
  .no-price-section{padding:36px 0!important}.no-price-top{grid-template-columns:1fr!important}.no-price-copy{padding:20px!important;border-radius:20px!important}.no-price-highlight-grid{grid-template-columns:1fr!important}.no-price-snap{display:flex!important;gap:12px!important;overflow-x:auto!important;padding:2px 2px 12px!important;scroll-snap-type:x mandatory!important}.no-price-card{flex:0 0 270px!important;width:270px!important;scroll-snap-align:start!important}
  .no-home-category{padding:18px!important;border-radius:22px!important}.no-home-category-grid,.no-showcase-grid,.no-gallery-grid{grid-template-columns:1fr!important;gap:12px!important}.no-card-image img,.no-showcase-img img{height:210px!important;object-fit:cover!important}.no-home-service-card,.no-showcase-card{border-radius:20px!important}
  .no-detail-hero{min-height:245px!important}.no-detail-hero-copy{padding:34px 0!important}.no-detail-hero h1,.no-detail-hero-copy h1{font-size:32px!important;line-height:1.04!important}.no-detail-hero p{font-size:14px!important;line-height:1.58!important}.no-breadcrumb{display:none!important}.no-detail-section{padding:22px 0 48px!important}.no-detail-main,.no-gallery-page-main,.no-photo-main{padding:14px!important;border-radius:20px!important}.no-detail-main-photo img{height:255px!important;border-radius:18px!important}.no-detail-thumbs button{flex-basis:62px!important;width:62px!important;height:48px!important}.no-tabbar{overflow-x:auto!important;flex-wrap:nowrap!important;padding:7px!important}.no-tabbar a{white-space:nowrap!important;flex:0 0 auto!important}.no-content p,.no-detail-main p{font-size:14.5px!important;line-height:1.78!important}.no-price-pro{padding:14px!important;border-radius:20px!important}.no-price-pro .no-price-card{overflow-x:auto!important}.no-price-card table{min-width:560px!important}.no-gallery-grid-wrap{padding:14px!important;border-radius:20px!important}.no-gallery-item img{height:185px!important}.no-faq-section{padding:14px!important;border-radius:20px!important}
  .no-contact-summary{padding:42px 0!important}.no-contact-grid{grid-template-columns:1fr!important}.no-form-row{grid-template-columns:1fr!important}.no-footer-main{grid-template-columns:1fr!important;gap:18px!important;padding:38px 0!important}.no-footer-bottom-inner{display:grid!important;justify-content:start!important;min-height:auto!important;padding:16px 0!important}.no-footer-bottom nav{gap:12px!important}.no-mobile-bar{z-index:100010!important}
}:root{
  --ist-v148-navy:#071a2f;
  --ist-v148-navy-2:#0d243a;
  --ist-v148-orange:#f97316;
  --ist-v148-gold:#f5b84b;
  --ist-v148-border:#dce8f2;
  --ist-v148-soft:#f4f8fb;
  --ist-v148-shadow:0 22px 55px rgba(7,26,47,.12);
}.no-header,
.no-header.no-header-dark{
  position:sticky!important;
  top:0!important;
  z-index:99999!important;
  background:#fff!important;
  border-bottom:1px solid rgba(220,232,242,.95)!important;
  box-shadow:0 10px 32px rgba(7,26,47,.065)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}.no-topline{
  display:block!important;
  background:var(--ist-v148-navy)!important;
  border:0!important;
  color:#fff!important;
}.no-topline-inner{
  min-height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.2!important;
}.no-topline a,
.no-topline b{
  color:#fff!important;
  opacity:.94!important;
  font-weight:750!important;
  text-decoration:none!important;
  letter-spacing:.01em!important;
}.no-topline-left,
.no-topline-right{display:flex!important;align-items:center!important;gap:22px!important;min-width:0!important}.no-topline-left a:first-child:before{content:"✉";margin-right:8px;opacity:.9}.no-topline-left a:nth-child(2):before{content:"☎";margin-right:8px;opacity:.9}.no-topline-right b:before{content:"⌖";margin-right:8px;opacity:.9}.no-navbar{
  min-height:96px!important;
  display:flex!important;
  align-items:center!important;
  gap:30px!important;
}.no-header .no-brand img{
  width:210px!important;
  max-width:210px!important;
  max-height:66px!important;
  padding:10px 18px!important;
  border:1px solid rgba(220,232,242,.95)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 12px 28px rgba(7,26,47,.075)!important;
}.no-menu{gap:30px!important;align-items:center!important}.no-menu>a,
.no-menu-link{
  color:#101b2b!important;
  font-size:15.5px!important;
  font-weight:850!important;
  letter-spacing:.01em!important;
  text-decoration:none!important;
  padding:36px 0!important;
  position:relative!important;
}.no-menu>a:after,
.no-menu-link:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:24px!important;
  height:2px!important;
  background:var(--ist-v148-orange)!important;
  border-radius:99px!important;
  transform:scaleX(0)!important;
  transform-origin:left center!important;
  transition:transform .18s ease!important;
}.no-menu>a:hover:after,
.no-menu-link:hover:after{transform:scaleX(1)!important}.no-quote{
  margin-left:auto!important;
  background:var(--ist-v148-navy)!important;
  color:#fff!important;
  min-height:54px!important;
  padding:0 30px!important;
  border-radius:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:15px!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  box-shadow:0 12px 26px rgba(7,26,47,.18)!important;
  border:1px solid rgba(255,255,255,.08)!important;
}.no-quote:before{content:"☘";font-size:14px;margin-right:10px;color:#fff;opacity:.9}.no-mega-menu{
  border-radius:0 0 26px 26px!important;
  border:1px solid rgba(220,232,242,.95)!important;
  border-top:0!important;
  box-shadow:0 30px 70px rgba(7,26,47,.14)!important;
}.no-home-mosaic.no-home-slider{
  position:relative!important;
  padding:0!important;
  margin:0!important;
  background:#071a2f!important;
  overflow:visible!important;
}.no-home-mosaic-grid{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
  display:block!important;
}.no-home-main-tile{
  position:relative!important;
  width:100%!important;
  min-height:610px!important;
  height:610px!important;
  border-radius:0!important;
  border:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  background:#071a2f!important;
}.no-home-main-tile:after{display:none!important}.no-home-slide{
  position:absolute!important;
  inset:0!important;
  border-radius:0!important;
  overflow:hidden!important;
}.no-home-slide img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:saturate(1.02) contrast(1.02)!important;
}.no-home-slide .no-hero-overlay,
.no-hero-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(90deg,rgba(3,15,29,.94) 0%,rgba(3,15,29,.82) 30%,rgba(3,15,29,.42) 58%,rgba(3,15,29,.18) 100%),
    linear-gradient(180deg,rgba(3,15,29,.22) 0%,rgba(3,15,29,.72) 100%)!important;
}.no-home-slide-hit{z-index:2!important}.no-home-main-tile .no-home-copy,
.no-slide-label{display:none!important}.no-home-side-tiles{display:none!important}.no-home-hero-panel{
  position:absolute!important;
  z-index:4!important;
  left:max(24px,calc((100vw - 1240px)/2))!important;
  top:50%!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
  width:min(720px,calc(100vw - 48px))!important;
  max-width:720px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#fff!important;
}.no-hero-kicker{
  display:inline-flex!important;
  align-items:center!important;
  min-height:36px!important;
  padding:0 14px!important;
  margin-bottom:22px!important;
  border:1px solid rgba(249,115,22,.78)!important;
  border-radius:10px!important;
  background:rgba(7,26,47,.28)!important;
  color:#ffb46f!important;
  font-size:13px!important;
  font-weight:950!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}.no-home-hero-panel h1{
  max-width:690px!important;
  margin:0 0 18px!important;
  color:#fff!important;
  font-size:clamp(44px,5.2vw,76px)!important;
  line-height:.98!important;
  font-weight:950!important;
  letter-spacing:-.065em!important;
  text-shadow:0 16px 42px rgba(0,0,0,.35)!important;
  text-wrap:balance!important;
}.no-home-hero-panel p{
  max-width:720px!important;
  margin:0 0 28px!important;
  color:rgba(255,255,255,.94)!important;
  font-size:18px!important;
  line-height:1.65!important;
  font-weight:650!important;
  text-shadow:0 8px 26px rgba(0,0,0,.28)!important;
}.no-hero-actions{
  display:flex!important;
  gap:14px!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  margin-bottom:28px!important;
}.no-hero-primary,
.no-hero-secondary{
  min-height:56px!important;
  padding:0 26px!important;
  border-radius:13px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  font-size:15.5px!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  text-decoration:none!important;
  transition:transform .18s ease, box-shadow .18s ease!important;
}.no-hero-primary{
  color:#fff!important;
  background:linear-gradient(135deg,#ff8a21,#f97316)!important;
  box-shadow:0 18px 36px rgba(249,115,22,.30)!important;
  border:1px solid rgba(255,255,255,.18)!important;
}.no-hero-primary:before{content:"☘";font-size:14px;color:#fff!important}.no-hero-secondary{
  color:#fff!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.35)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16)!important;
}.no-hero-primary:hover,
.no-hero-secondary:hover{transform:translateY(-2px)!important}.no-hero-mini-proof{
  width:min(710px,100%)!important;
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:0!important;
  overflow:hidden!important;
  border-radius:14px!important;
  background:rgba(7,26,47,.72)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 16px 44px rgba(0,0,0,.24)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}.no-hero-mini-proof span{
  min-height:72px!important;
  padding:14px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  border-right:1px solid rgba(255,255,255,.13)!important;
}.no-hero-mini-proof span:last-child{border-right:0!important}.no-hero-mini-proof b{
  color:#fff!important;
  font-size:16px!important;
  line-height:1.12!important;
  font-weight:950!important;
}.no-hero-mini-proof small{
  margin-top:5px!important;
  color:rgba(255,255,255,.77)!important;
  font-size:12px!important;
  font-weight:650!important;
}.no-home-slider-arrow{
  z-index:5!important;
  width:48px!important;
  height:48px!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.42)!important;
  background:rgba(7,26,47,.45)!important;
  color:#fff!important;
  box-shadow:0 10px 30px rgba(0,0,0,.20)!important;
  backdrop-filter:blur(8px)!important;
}.no-hero-dots{
  position:absolute!important;
  z-index:5!important;
  left:50%!important;
  bottom:74px!important;
  transform:translateX(-50%)!important;
  display:flex!important;
  gap:9px!important;
}.no-hero-dots button{
  width:10px!important;
  height:10px!important;
  border-radius:99px!important;
  border:0!important;
  background:rgba(255,255,255,.72)!important;
}.no-hero-dots button.is-active{width:28px!important;background:var(--ist-v148-orange)!important}.no-trustbar.no-corporate-stats,
.no-trustbar{
  position:relative!important;
  z-index:8!important;
  max-width:1240px!important;
  margin:-44px auto 44px!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:0!important;
  background:#fff!important;
  border:1px solid rgba(220,232,242,.96)!important;
  border-radius:18px!important;
  box-shadow:0 24px 55px rgba(7,26,47,.12)!important;
  overflow:hidden!important;
}.no-trustbar>div{
  box-shadow:none!important;
  border:0!important;
  border-right:1px solid rgba(220,232,242,.96)!important;
  border-radius:0!important;
  padding:22px 24px!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  min-height:92px!important;
  background:#fff!important;
}.no-trustbar>div:last-child{border-right:0!important}.no-trustbar>div:hover{transform:none!important;box-shadow:none!important}.no-trustbar span{
  min-width:58px!important;
  height:58px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:16px!important;
  background:#fff7ed!important;
  color:var(--ist-v148-orange)!important;
  font-size:17px!important;
  font-weight:950!important;
  white-space:nowrap!important;
}.no-trustbar b{display:block!important;color:#101b2b!important;font-size:17px!important;font-weight:950!important;line-height:1.15!important}.no-trustbar small{display:block!important;margin-top:4px!important;color:#667789!important;font-size:13px!important;font-weight:650!important;line-height:1.25!important}.no-serp-image-strip{
  margin-top:8px!important;
}.no-serp-image-strip a{
  border-radius:18px!important;
  box-shadow:0 16px 38px rgba(7,26,47,.10)!important;
  border:1px solid rgba(220,232,242,.86)!important;
}.no-serp-image-strip span{
  background:rgba(7,26,47,.82)!important;
  color:#fff!important;
  font-weight:900!important;
}.no-detail-hero{
  min-height:330px!important;
  border-bottom:1px solid rgba(220,232,242,.95)!important;
  background-color:var(--ist-v148-navy)!important;
}.no-detail-hero:before,
.no-detail-overlay{
  background:linear-gradient(90deg,rgba(3,15,29,.92),rgba(3,15,29,.64) 48%,rgba(3,15,29,.28))!important;
}.no-detail-hero-copy{padding:58px 0!important}.no-detail-hero h1,
.no-detail-hero-copy h1{
  max-width:760px!important;
  font-size:clamp(34px,4.5vw,58px)!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
  color:#fff!important;
}.no-detail-hero p{max-width:760px!important;color:rgba(255,255,255,.90)!important}@media (max-width: 1024px){
  .no-topline-inner{font-size:12px!important;gap:12px!important}
  .no-topline-right{display:none!important}
  .no-navbar{min-height:82px!important}
  .no-header .no-brand img{width:176px!important;max-width:176px!important}
  .no-menu{gap:18px!important}
  .no-menu>a,.no-menu-link{font-size:14px!important}
  .no-home-main-tile{height:560px!important;min-height:560px!important}
  .no-home-hero-panel{left:28px!important;width:calc(100vw - 56px)!important;max-width:650px!important}
  .no-home-hero-panel h1{font-size:clamp(40px,7vw,62px)!important}
  .no-trustbar{max-width:calc(100% - 28px)!important;grid-template-columns:repeat(2,1fr)!important;margin-top:-34px!important}
  .no-trustbar>div:nth-child(2){border-right:0!important}
  .no-trustbar>div:nth-child(1),.no-trustbar>div:nth-child(2){border-bottom:1px solid rgba(220,232,242,.96)!important}
}@media (max-width: 760px){
  .no-header{position:sticky!important}
  .no-topline{display:none!important}
  .no-navbar{min-height:74px!important;padding-left:14px!important;padding-right:14px!important;gap:12px!important}
  .no-header .no-brand img{width:152px!important;max-width:152px!important;max-height:54px!important;padding:8px 12px!important;border-radius:15px!important}
  .no-quote{display:none!important}
  .no-menu-btn{display:inline-flex!important;margin-left:auto!important}
  .no-home-mosaic.no-home-slider{background:#071a2f!important}
  .no-home-main-tile{
    height:560px!important;
    min-height:560px!important;
    border-radius:0!important;
  }
  .no-home-slide img{object-position:center center!important}
  .no-home-slide .no-hero-overlay,
  .no-hero-overlay{
    background:
      linear-gradient(180deg,rgba(3,15,29,.46) 0%,rgba(3,15,29,.82) 52%,rgba(3,15,29,.96) 100%),
      linear-gradient(90deg,rgba(3,15,29,.76),rgba(3,15,29,.26))!important;
  }
  .no-home-hero-panel{
    left:18px!important;
    right:18px!important;
    bottom:28px!important;
    top:auto!important;
    transform:none!important;
    width:auto!important;
    max-width:none!important;
  }
  .no-hero-kicker{
    min-height:32px!important;
    padding:0 11px!important;
    margin-bottom:14px!important;
    font-size:10.5px!important;
    letter-spacing:.11em!important;
    border-radius:9px!important;
  }
  .no-home-hero-panel h1{
    font-size:39px!important;
    line-height:1.02!important;
    letter-spacing:-.06em!important;
    margin-bottom:12px!important;
  }
  .no-home-hero-panel p{
    font-size:14.5px!important;
    line-height:1.58!important;
    margin-bottom:16px!important;
    max-width:100%!important;
  }
  .no-hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-bottom:14px!important}
  .no-hero-primary,.no-hero-secondary{width:100%!important;min-height:48px!important;border-radius:12px!important}
  .no-hero-mini-proof{
    grid-template-columns:1fr!important;
    border-radius:14px!important;
  }
  .no-hero-mini-proof span{
    min-height:54px!important;
    padding:10px 14px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.13)!important;
  }
  .no-hero-mini-proof span:last-child{border-bottom:0!important}
  .no-hero-mini-proof b{font-size:14px!important}
  .no-hero-mini-proof small{font-size:11.5px!important;margin-top:2px!important}
  .no-home-slider-arrow{display:none!important}
  .no-hero-dots{bottom:12px!important}
  .no-trustbar{
    grid-template-columns:1fr!important;
    max-width:calc(100% - 28px)!important;
    margin:-20px auto 32px!important;
    border-radius:18px!important;
  }
  .no-trustbar>div{
    min-height:72px!important;
    padding:14px 16px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(220,232,242,.96)!important;
  }
  .no-trustbar>div:last-child{border-bottom:0!important}
  .no-trustbar span{min-width:50px!important;height:50px!important;border-radius:14px!important;font-size:14px!important}
  .no-trustbar b{font-size:15px!important}.no-trustbar small{font-size:12px!important}
  .no-serp-image-strip{margin-top:0!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important}
  .no-serp-image-strip img{height:118px!important}
  .no-detail-hero{min-height:255px!important}.no-detail-hero-copy{padding:34px 0!important}.no-detail-hero h1,.no-detail-hero-copy h1{font-size:32px!important;line-height:1.04!important}.no-detail-hero p{font-size:14px!important;line-height:1.58!important}
}.no-footer.no-footer-pro{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 18% 0%, rgba(249,115,22,.12), transparent 30%),
    linear-gradient(180deg,#071b2f 0%,#041426 100%)!important;
  color:#fff!important;
  margin-top:0!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}.no-footer.no-footer-pro:before{
  content:""!important;
  position:absolute!important;
  inset:0 auto auto 0!important;
  width:100%!important;
  height:4px!important;
  background:linear-gradient(90deg,#f97316,#ffb25a,rgba(249,115,22,0))!important;
  opacity:.95!important;
}.no-footer.no-footer-pro:after{
  content:""!important;
  position:absolute!important;
  right:-160px!important;
  top:-160px!important;
  width:380px!important;
  height:380px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.035)!important;
  pointer-events:none!important;
}.no-footer-main{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:1.18fr .9fr .9fr .9fr 1.18fr!important;
  gap:24px!important;
  align-items:start!important;
  padding:44px 0 36px!important;
}.no-footer-about{
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:22px!important;
  padding:20px!important;
  box-shadow:0 22px 55px rgba(0,0,0,.16)!important;
}.no-footer-about img{
  display:block!important;
  width:auto!important;
  max-width:178px!important;
  max-height:74px!important;
  object-fit:contain!important;
  background:#fff!important;
  border-radius:16px!important;
  padding:10px 16px!important;
  margin:0 0 14px!important;
  box-shadow:0 12px 28px rgba(0,0,0,.12)!important;
}.no-footer-about p{
  color:rgba(255,255,255,.74)!important;
  font-size:13.5px!important;
  line-height:1.75!important;
  margin:0!important;
  max-width:310px!important;
}.no-footer-col,
.no-footer-contact{
  min-width:0!important;
}.no-footer h4{
  position:relative!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:900!important;
  margin:0 0 16px!important;
  letter-spacing:.01em!important;
}.no-footer h4:after{
  content:""!important;
  display:block!important;
  width:34px!important;
  height:3px!important;
  border-radius:999px!important;
  margin-top:9px!important;
  background:#f97316!important;
}.no-footer-col a{
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
  font-size:13.5px!important;
  font-weight:720!important;
  line-height:1.45!important;
  margin:0!important;
  padding:6px 0!important;
  transition:color .18s ease,transform .18s ease!important;
}.no-footer-col a:before{
  content:"›"!important;
  color:#f97316!important;
  font-weight:900!important;
  line-height:1.25!important;
  margin-top:1px!important;
}.no-footer-col a:hover{
  color:#fff!important;
  transform:translateX(3px)!important;
}.no-footer-contact{
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:22px!important;
  padding:20px!important;
  box-shadow:0 22px 55px rgba(0,0,0,.16)!important;
}.no-footer-contact a,
.no-footer-contact>span{
  display:block!important;
  color:rgba(255,255,255,.76)!important;
  text-decoration:none!important;
  margin:0!important;
  padding:12px 0!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  font-size:13.5px!important;
  line-height:1.45!important;
}.no-footer-contact a:first-of-type,
.no-footer-contact>span:first-of-type{
  padding-top:2px!important;
}.no-footer-contact b{
  display:block!important;
  color:rgba(255,255,255,.95)!important;
  font-size:11px!important;
  line-height:1.2!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  margin-bottom:5px!important;
}.no-footer-contact span span,
.no-footer-contact a span{
  display:block!important;
  color:rgba(255,255,255,.76)!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}.no-footer-whatsapp{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:46px!important;
  margin:16px 0 0!important;
  padding:13px 18px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ff8a1d,#f97316)!important;
  color:#fff!important;
  font-size:13.5px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 18px 38px rgba(249,115,22,.28)!important;
}.no-footer-whatsapp:hover{
  color:#fff!important;
  transform:translateY(-1px)!important;
}.no-footer-bottom{
  position:relative!important;
  z-index:1!important;
  background:#03111f!important;
  border-top:1px solid rgba(255,255,255,.09)!important;
}.no-footer-bottom-inner{
  min-height:62px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  color:rgba(255,255,255,.62)!important;
  font-size:12.5px!important;
  font-weight:650!important;
}.no-footer-bottom nav{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
  flex-wrap:wrap!important;
}.no-footer-bottom nav a{
  color:rgba(255,255,255,.66)!important;
  text-decoration:none!important;
  margin:0!important;
  font-size:12.5px!important;
  font-weight:760!important;
}.no-footer-bottom nav a:hover{color:#fff!important;}@media (max-width:1180px){
  .no-footer-main{grid-template-columns:1.1fr 1fr 1fr!important;gap:22px!important;}
  .no-footer-contact{grid-column:span 2!important;}
}@media (max-width:760px){
  .no-footer-main{
    grid-template-columns:1fr!important;
    gap:18px!important;
    padding:34px 0 24px!important;
  }
  .no-footer-about,
  .no-footer-contact{
    border-radius:18px!important;
    padding:18px!important;
  }
  .no-footer-about img{
    max-width:158px!important;
    max-height:66px!important;
  }
  .no-footer h4{font-size:14.5px!important;margin-bottom:12px!important;}
  .no-footer-col a{font-size:13.5px!important;padding:5px 0!important;}
  .no-footer-contact{grid-column:auto!important;}
  .no-footer-bottom-inner{
    min-height:auto!important;
    display:grid!important;
    justify-content:start!important;
    gap:10px!important;
    padding:16px 0!important;
  }
  .no-footer-bottom nav{gap:12px!important;}
}.no-footer.no-footer-pro{
  background:
    radial-gradient(circle at 8% 0%,rgba(249,115,22,.10),transparent 26%),
    radial-gradient(circle at 92% 18%,rgba(255,255,255,.055),transparent 26%),
    linear-gradient(180deg,#071b2e 0%,#031424 100%)!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
}.no-footer.no-footer-pro:before{
  height:3px!important;
  background:linear-gradient(90deg,#f97316 0%,#ffb25a 28%,rgba(249,115,22,.18) 58%,transparent 100%)!important;
}.no-footer-main{
  width:min(1180px,calc(100% - 32px))!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(230px,1.12fr) minmax(150px,.82fr) minmax(160px,.86fr) minmax(145px,.78fr) minmax(280px,1.18fr)!important;
  gap:24px!important;
  align-items:start!important;
  padding:42px 0 34px!important;
}.no-footer-about,
.no-footer-contact{
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.115)!important;
  border-radius:20px!important;
  box-shadow:0 18px 44px rgba(0,0,0,.16)!important;
}.no-footer-about{padding:18px!important;}.no-footer-contact{padding:18px!important;}.no-footer-about img{
  max-width:170px!important;
  max-height:70px!important;
  margin-bottom:14px!important;
  border-radius:14px!important;
}.no-footer-about p{
  font-size:13px!important;
  line-height:1.65!important;
  color:rgba(255,255,255,.72)!important;
  max-width:100%!important;
}.no-footer h4{
  font-size:14.5px!important;
  margin-bottom:14px!important;
  letter-spacing:.015em!important;
}.no-footer h4:after{
  width:30px!important;
  height:2px!important;
  margin-top:8px!important;
}.no-footer-col a{
  font-size:13px!important;
  line-height:1.38!important;
  padding:5px 0!important;
  color:rgba(255,255,255,.73)!important;
}.no-footer-contact a,
.no-footer-contact>span{
  display:block!important;
  padding:10px 0!important;
  font-size:13px!important;
  line-height:1.4!important;
  color:rgba(255,255,255,.76)!important;
  border-bottom:1px solid rgba(255,255,255,.085)!important;
  overflow-wrap:anywhere!important;
}.no-footer-contact b{
  font-size:10.5px!important;
  letter-spacing:.09em!important;
  color:rgba(255,255,255,.96)!important;
}.no-footer-contact a[href^="mailto"],
.no-footer-contact a[href^="mailto"] span{
  word-break:break-word!important;
  overflow-wrap:anywhere!important;
}.no-footer-whatsapp{
  min-height:44px!important;
  border-radius:14px!important;
  margin-top:14px!important;
  box-shadow:0 14px 30px rgba(249,115,22,.24)!important;
}.no-footer-bottom{
  background:#020f1c!important;
  border-top:1px solid rgba(255,255,255,.085)!important;
}.no-footer-bottom-inner{
  width:min(1180px,calc(100% - 32px))!important;
  margin:0 auto!important;
  min-height:58px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
}.no-footer-bottom-inner span,
.no-footer-bottom nav a{
  font-size:12.5px!important;
  line-height:1.35!important;
}@media (max-width:1180px){
  .no-footer-main{
    grid-template-columns:1.15fr 1fr 1fr!important;
    gap:20px!important;
  }
  .no-footer-contact{grid-column:span 3!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0 18px!important;}
  .no-footer-contact h4{grid-column:1/-1!important;}
  .no-footer-whatsapp{grid-column:1/-1!important;max-width:340px!important;}
}@media (max-width:760px){
  .no-footer-main{
    width:min(100% - 24px,560px)!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:30px 0 22px!important;
  }
  .no-footer-about,
  .no-footer-contact{padding:16px!important;border-radius:17px!important;}
  .no-footer-contact{display:block!important;grid-column:auto!important;}
  .no-footer-col{padding:2px 4px!important;}
  .no-footer-col a{font-size:13px!important;padding:4px 0!important;}
  .no-footer-bottom-inner{
    width:min(100% - 24px,560px)!important;
    min-height:auto!important;
    display:grid!important;
    gap:10px!important;
    padding:15px 0!important;
  }
  .no-footer-bottom nav{gap:12px!important;}
}.no-home-hero-panel{
  background:transparent!important;
  background-color:transparent!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}.no-home-slide .no-hero-overlay,
.no-hero-overlay{
  background:
    linear-gradient(90deg,rgba(3,15,29,.58) 0%,rgba(3,15,29,.34) 34%,rgba(3,15,29,.10) 68%,rgba(3,15,29,.02) 100%)!important;
}.no-home-slide img{
  filter:none!important;
}.no-home-hero-panel h1,
.no-detail-hero h1,
.no-detail-hero-copy h1{
  text-shadow:0 4px 14px rgba(0,0,0,.48),0 14px 34px rgba(0,0,0,.22)!important;
}.no-home-hero-panel p,
.no-detail-hero p{
  text-shadow:0 3px 12px rgba(0,0,0,.42)!important;
}.no-hero-kicker{
  background:rgba(7,26,47,.34)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  box-shadow:none!important;
}.no-hero-mini-proof{
  background:rgba(7,26,47,.58)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  box-shadow:0 14px 34px rgba(0,0,0,.16)!important;
}.no-hero-mini-proof span{
  background:transparent!important;
}.no-detail-hero:before,
.no-detail-overlay{
  background:linear-gradient(90deg,rgba(3,15,29,.64),rgba(3,15,29,.34) 48%,rgba(3,15,29,.08))!important;
}@media (max-width: 760px){
  .no-home-main-tile{
    height:560px!important;
    min-height:560px!important;
  }
  .no-home-slide .no-hero-overlay,
  .no-hero-overlay{
    background:
      linear-gradient(180deg,rgba(3,15,29,.10) 0%,rgba(3,15,29,.18) 36%,rgba(3,15,29,.46) 100%),
      linear-gradient(90deg,rgba(3,15,29,.38) 0%,rgba(3,15,29,.16) 48%,rgba(3,15,29,.04) 100%)!important;
  }
  .no-home-hero-panel{
    background:transparent!important;
    background-color:transparent!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    border:0!important;
    box-shadow:none!important;
    padding:0!important;
  }
  .no-home-hero-panel h1{
    text-shadow:0 4px 13px rgba(0,0,0,.64),0 14px 34px rgba(0,0,0,.34)!important;
  }
  .no-home-hero-panel p{
    text-shadow:0 3px 11px rgba(0,0,0,.58)!important;
  }
  .no-hero-kicker{
    background:rgba(7,26,47,.36)!important;
  }
  .no-hero-mini-proof{
    background:rgba(7,26,47,.48)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
}@media (max-width: 760px){
  
  .no-home-mosaic.no-home-slider{
    padding:0!important;
    margin:0!important;
    background:#f4f8fc!important;
    overflow:hidden!important;
  }
  .no-home-main-tile{
    height:520px!important;
    min-height:520px!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:#071a2f!important;
  }
  .no-home-slide img{
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    filter:none!important;
  }
  .no-home-slide .no-hero-overlay,
  .no-hero-overlay{
    background:
      linear-gradient(180deg,rgba(3,15,29,.08) 0%,rgba(3,15,29,.18) 42%,rgba(3,15,29,.58) 100%),
      linear-gradient(90deg,rgba(3,15,29,.46) 0%,rgba(3,15,29,.16) 52%,rgba(3,15,29,.02) 100%)!important;
  }
  .no-home-hero-panel{
    left:18px!important;
    right:18px!important;
    bottom:34px!important;
    top:auto!important;
    transform:none!important;
    width:auto!important;
    max-width:none!important;
    padding:0!important;
    background:transparent!important;
    background-color:transparent!important;
    border:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .no-hero-kicker{
    display:inline-flex!important;
    margin-bottom:12px!important;
    min-height:30px!important;
    padding:0 11px!important;
    border-radius:999px!important;
    background:rgba(7,26,47,.40)!important;
    color:#fff2dd!important;
    border:1px solid rgba(255,255,255,.26)!important;
    font-size:10px!important;
    letter-spacing:.10em!important;
    max-width:100%!important;
    white-space:nowrap!important;
  }
  .no-home-hero-panel h1{
    max-width:340px!important;
    margin:0 0 16px!important;
    font-size:34px!important;
    line-height:1.02!important;
    letter-spacing:-.055em!important;
    color:#fff!important;
    text-shadow:0 4px 14px rgba(0,0,0,.66),0 14px 34px rgba(0,0,0,.28)!important;
  }
  .no-home-hero-panel p{
    display:none!important;
  }
  .no-hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin:0!important;
    max-width:300px!important;
  }
  .no-hero-primary,
  .no-hero-secondary{
    width:100%!important;
    min-height:48px!important;
    border-radius:999px!important;
    font-size:14px!important;
    font-weight:950!important;
  }
  .no-hero-secondary{
    background:rgba(255,255,255,.18)!important;
    border:1px solid rgba(255,255,255,.42)!important;
    color:#fff!important;
  }

  
  .no-hero-mini-proof,
  .no-hero-dots,
  .no-home-slider-arrow{
    display:none!important;
  }

  
  .no-trustbar,
  .no-trustbar.no-corporate-stats{
    display:none!important;
  }

  
  .no-serp-image-strip{
    display:none!important;
  }

  
  .no-home-mosaic + .no-section,
  .no-home-mosaic + section{
    margin-top:0!important;
    padding-top:34px!important;
  }
}@media (max-width: 420px){
  .no-home-main-tile{
    height:500px!important;
    min-height:500px!important;
  }
  .no-home-hero-panel{
    left:16px!important;
    right:16px!important;
    bottom:30px!important;
  }
  .no-home-hero-panel h1{
    max-width:320px!important;
    font-size:31px!important;
  }
  .no-hero-actions{
    max-width:100%!important;
  }
}.no-home-mosaic.no-home-slider{
  background:#071a2f!important;
}.no-home-main-tile{
  isolation:isolate!important;
}.no-home-slide img{
  transform:scale(1.001)!important;
  filter:none!important;
}.no-home-slide .no-hero-overlay,
.no-hero-overlay{
  background:
    linear-gradient(90deg,rgba(3,15,29,.66) 0%,rgba(3,15,29,.42) 38%,rgba(3,15,29,.12) 72%,rgba(3,15,29,.04) 100%),
    linear-gradient(180deg,rgba(3,15,29,.08) 0%,rgba(3,15,29,.22) 100%)!important;
}.no-home-hero-panel{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}@media (max-width: 980px){
  .no-home-mosaic.no-home-slider{
    padding:0!important;
    margin:0!important;
    background:#f5f9fc!important;
    overflow:hidden!important;
  }
  .no-home-mosaic-grid{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    padding:0!important;
  }
  .no-home-main-tile{
    width:100%!important;
    height:560px!important;
    min-height:560px!important;
    border-radius:0!important;
    border:0!important;
    box-shadow:none!important;
    overflow:hidden!important;
  }
  .no-home-slide img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    filter:none!important;
  }
  .no-home-slide .no-hero-overlay,
  .no-hero-overlay{
    background:
      linear-gradient(180deg,rgba(3,15,29,.05) 0%,rgba(3,15,29,.12) 46%,rgba(3,15,29,.44) 100%),
      linear-gradient(90deg,rgba(3,15,29,.40) 0%,rgba(3,15,29,.18) 42%,rgba(3,15,29,.02) 100%)!important;
  }
  .no-home-hero-panel{
    left:18px!important;
    right:18px!important;
    top:auto!important;
    bottom:34px!important;
    transform:none!important;
    width:auto!important;
    max-width:430px!important;
    padding:0!important;
    background:transparent!important;
    background-color:transparent!important;
    border:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .no-hero-kicker{
    display:inline-flex!important;
    max-width:100%!important;
    min-height:30px!important;
    padding:0 11px!important;
    margin:0 0 12px!important;
    border-radius:999px!important;
    background:rgba(7,26,47,.38)!important;
    border:1px solid rgba(255,255,255,.28)!important;
    color:#fff1dc!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:.10em!important;
    white-space:nowrap!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .no-home-hero-panel h1{
    max-width:390px!important;
    margin:0 0 16px!important;
    color:#fff!important;
    font-size:clamp(32px,8.4vw,46px)!important;
    line-height:1.02!important;
    letter-spacing:-.055em!important;
    text-shadow:0 4px 14px rgba(0,0,0,.68),0 14px 34px rgba(0,0,0,.30)!important;
  }
  .no-home-hero-panel p{
    display:none!important;
  }
  .no-hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    max-width:320px!important;
    margin:0!important;
  }
  .no-hero-primary,
  .no-hero-secondary{
    width:100%!important;
    min-height:50px!important;
    border-radius:999px!important;
    justify-content:center!important;
    text-align:center!important;
    font-size:14px!important;
    font-weight:950!important;
  }
  .no-hero-secondary{
    background:rgba(255,255,255,.18)!important;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.42)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.15)!important;
  }

  
  .no-hero-mini-proof,
  .no-hero-dots,
  .no-home-slider-arrow,
  .no-home-side-tiles,
  .no-trustbar,
  .no-trustbar.no-corporate-stats,
  .no-serp-image-strip,
  .no-home-proof-pro{
    display:none!important;
  }

  .no-home-mosaic + .no-section,
  .no-home-mosaic + section{
    margin-top:0!important;
    padding-top:34px!important;
  }
}@media (max-width: 520px){
  .no-home-main-tile{
    height:520px!important;
    min-height:520px!important;
  }
  .no-home-slide img{
    object-position:center center!important;
  }
  .no-home-hero-panel{
    left:16px!important;
    right:16px!important;
    bottom:30px!important;
    max-width:none!important;
  }
  .no-home-hero-panel h1{
    max-width:340px!important;
    font-size:34px!important;
  }
  .no-hero-actions{
    max-width:310px!important;
  }
}@media (max-width: 390px){
  .no-home-main-tile{
    height:500px!important;
    min-height:500px!important;
  }
  .no-home-hero-panel h1{
    max-width:310px!important;
    font-size:31px!important;
  }
  .no-hero-actions{
    max-width:100%!important;
  }
}@media (min-width: 981px){
  .no-home-mosaic.no-home-slider{
    padding:0!important;
    margin:0!important;
    background:#071a2f!important;
    overflow:hidden!important;
  }
  .no-home-mosaic.no-home-slider > .no-shell,
  .no-home-mosaic-grid{
    width:100%!important;
    max-width:none!important;
    padding-left:0!important;
    padding-right:0!important;
    display:block!important;
  }
  .no-home-main-tile{
    width:100%!important;
    height:560px!important;
    min-height:560px!important;
    border-radius:0!important;
    border:0!important;
    box-shadow:none!important;
    overflow:hidden!important;
  }
  .no-home-slide img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    filter:none!important;
    transform:none!important;
  }
  .no-home-slide .no-hero-overlay,
  .no-hero-overlay{
    background:
      linear-gradient(90deg,rgba(3,15,29,.78) 0%,rgba(3,15,29,.58) 34%,rgba(3,15,29,.20) 66%,rgba(3,15,29,.06) 100%),
      linear-gradient(180deg,rgba(3,15,29,.08) 0%,rgba(3,15,29,.32) 100%)!important;
  }
  .no-home-hero-panel{
    top:50%!important;
    bottom:auto!important;
    left:max(32px,calc((100vw - 1180px) / 2))!important;
    right:auto!important;
    transform:translateY(-45%)!important;
    width:min(760px,calc(100vw - 64px))!important;
    max-width:760px!important;
    padding:0!important;
    background:transparent!important;
    background-color:transparent!important;
    border:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .no-hero-kicker{
    display:inline-flex!important;
    align-items:center!important;
    min-height:34px!important;
    padding:0 16px!important;
    border-radius:999px!important;
    background:rgba(249,115,22,.14)!important;
    border:1px solid rgba(249,115,22,.62)!important;
    color:#ffb16e!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1!important;
    letter-spacing:.16em!important;
    text-transform:uppercase!important;
    box-shadow:none!important;
  }
  .no-home-hero-panel h1{
    max-width:740px!important;
    margin:20px 0 18px!important;
    color:#fff!important;
    font-size:clamp(54px,5vw,82px)!important;
    line-height:.96!important;
    letter-spacing:-.065em!important;
    font-weight:950!important;
    text-shadow:0 8px 28px rgba(0,0,0,.48)!important;
  }
  .no-home-hero-panel p{
    display:block!important;
    max-width:660px!important;
    margin:0 0 26px!important;
    color:rgba(255,255,255,.90)!important;
    font-size:18px!important;
    line-height:1.65!important;
    font-weight:650!important;
    text-shadow:0 4px 16px rgba(0,0,0,.38)!important;
  }
  .no-hero-actions{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    max-width:none!important;
    margin:0 0 26px!important;
  }
  .no-hero-primary,
  .no-hero-secondary{
    min-height:54px!important;
    padding:0 28px!important;
    border-radius:999px!important;
    font-size:15px!important;
    font-weight:950!important;
    justify-content:center!important;
    box-shadow:0 18px 36px rgba(0,0,0,.18)!important;
  }
  .no-hero-secondary{
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.36)!important;
  }
  .no-hero-mini-proof{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:0!important;
    max-width:680px!important;
    border-radius:18px!important;
    overflow:hidden!important;
    background:rgba(6,24,43,.72)!important;
    border:1px solid rgba(255,255,255,.18)!important;
    box-shadow:0 22px 48px rgba(0,0,0,.24)!important;
  }
  .no-hero-mini-proof span{
    min-height:72px!important;
    padding:14px 18px!important;
    background:transparent!important;
    border:0!important;
    border-right:1px solid rgba(255,255,255,.14)!important;
  }
  .no-hero-mini-proof span:last-child{border-right:0!important;}
  .no-hero-mini-proof b{color:#fff!important;font-size:15px!important;font-weight:950!important;line-height:1.15!important;}
  .no-hero-mini-proof small{color:rgba(255,255,255,.72)!important;font-size:12.5px!important;font-weight:650!important;line-height:1.25!important;}
  .no-home-side-tiles,
  .no-home-slider-arrow,
  .no-hero-dots,
  .no-home-main-tile .no-home-copy.no-slide-label{
    display:none!important;
  }
  .no-trustbar.no-corporate-stats,
  .no-trustbar{
    position:relative!important;
    z-index:5!important;
    margin-top:-42px!important;
    margin-bottom:34px!important;
    max-width:1180px!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    overflow:hidden!important;
    border-radius:22px!important;
    background:#fff!important;
    box-shadow:0 24px 65px rgba(8,24,39,.14)!important;
    border:1px solid rgba(224,235,245,.96)!important;
  }
  .no-trustbar>div{
    min-height:92px!important;
    padding:20px 26px!important;
    border-radius:0!important;
    border:0!important;
    border-right:1px solid rgba(220,232,242,.96)!important;
    box-shadow:none!important;
    display:grid!important;
    grid-template-columns:auto 1fr!important;
    align-items:center!important;
    gap:14px!important;
  }
  .no-trustbar>div:last-child{border-right:0!important;}
  .no-trustbar span{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    border-radius:16px!important;
    background:#fff4ea!important;
    color:#f97316!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:14px!important;
    font-weight:950!important;
  }
  .no-trustbar b{font-size:18px!important;color:#071b31!important;margin:0!important;line-height:1.1!important;}
  .no-trustbar small{font-size:13px!important;color:#667789!important;margin:3px 0 0!important;}
}@media (max-width: 1100px){
  .no-menu{
    position:fixed!important;
    inset:92px 16px auto 16px!important;
    width:auto!important;
    height:auto!important;
    max-height:calc(100dvh - 116px)!important;
    padding:16px!important;
    overflow-y:auto!important;
    border-radius:24px!important;
    border:1px solid rgba(220,232,242,.96)!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 28px 80px rgba(8,24,39,.22)!important;
    transform:translateY(-16px) scale(.98)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .no-header.no-menu-open .no-menu{
    transform:translateY(0) scale(1)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .no-header.no-menu-open .no-brand,
  .no-header.no-menu-open .no-menu-btn{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
  }
}@media (max-width: 980px){
  .no-home-mosaic.no-home-slider{
    padding:0!important;
    margin:0!important;
    background:#f3f8fc!important;
  }
  .no-home-mosaic.no-home-slider > .no-shell,
  .no-home-mosaic-grid{
    width:100%!important;
    max-width:none!important;
    padding:0!important;
    display:block!important;
  }
  .no-home-main-tile{
    height:520px!important;
    min-height:520px!important;
    border-radius:0!important;
    border:0!important;
    box-shadow:none!important;
  }
  .no-home-slide img{
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    filter:none!important;
  }
  .no-home-slide .no-hero-overlay,
  .no-hero-overlay{
    background:
      linear-gradient(180deg,rgba(3,15,29,.05) 0%,rgba(3,15,29,.08) 38%,rgba(3,15,29,.58) 100%),
      linear-gradient(90deg,rgba(3,15,29,.18) 0%,rgba(3,15,29,.04) 64%)!important;
  }
  .no-home-hero-panel{
    left:20px!important;
    right:20px!important;
    top:auto!important;
    bottom:30px!important;
    transform:none!important;
    width:auto!important;
    max-width:390px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .no-hero-kicker{
    min-height:28px!important;
    padding:0 11px!important;
    margin:0 0 10px!important;
    border-radius:999px!important;
    background:rgba(7,26,47,.42)!important;
    border:1px solid rgba(255,255,255,.24)!important;
    color:#fff1dc!important;
    font-size:9.6px!important;
    letter-spacing:.09em!important;
    white-space:nowrap!important;
  }
  .no-home-hero-panel h1{
    max-width:340px!important;
    margin:0 0 15px!important;
    color:#fff!important;
    font-size:clamp(30px,8.1vw,40px)!important;
    line-height:1.02!important;
    letter-spacing:-.055em!important;
    text-shadow:0 4px 14px rgba(0,0,0,.68),0 14px 34px rgba(0,0,0,.28)!important;
  }
  .no-home-hero-panel p,
  .no-hero-mini-proof,
  .no-hero-dots,
  .no-home-slider-arrow,
  .no-home-side-tiles,
  .no-trustbar,
  .no-trustbar.no-corporate-stats,
  .no-serp-image-strip,
  .no-home-proof-pro{
    display:none!important;
  }
  .no-hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    max-width:320px!important;
    margin:0!important;
  }
  .no-hero-primary,
  .no-hero-secondary{
    width:100%!important;
    min-height:50px!important;
    border-radius:999px!important;
    justify-content:center!important;
    text-align:center!important;
    font-size:14px!important;
    font-weight:950!important;
  }
  .no-hero-secondary{
    background:rgba(255,255,255,.18)!important;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.42)!important;
  }
  .no-home-mosaic + .no-section,
  .no-home-mosaic + section,
  .no-price-section{
    margin-top:0!important;
    padding-top:34px!important;
  }
}@media (max-width: 520px){
  .no-home-main-tile{height:500px!important;min-height:500px!important;}
  .no-home-hero-panel{left:18px!important;right:18px!important;bottom:28px!important;}
  .no-home-hero-panel h1{max-width:320px!important;font-size:32px!important;}
  .no-hero-actions{max-width:100%!important;}
}@media (min-width: 981px){
  body{background:#f3f8fc!important;}
  .no-topline{background:#061321!important;border:0!important;color:#fff!important;}
  .no-topline a,.no-topline b{color:rgba(255,255,255,.92)!important;}
  .no-header{position:sticky!important;top:0!important;z-index:1000!important;background:#fff!important;border-bottom:1px solid rgba(10,31,51,.08)!important;box-shadow:0 14px 44px rgba(6,19,33,.08)!important;}
  .no-navbar{min-height:86px!important;display:flex!important;align-items:center!important;}
  .no-brand{width:220px!important;height:62px!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(15,34,53,.12)!important;box-shadow:0 14px 35px rgba(6,19,33,.08)!important;display:flex!important;align-items:center!important;justify-content:center!important;}
  .no-brand img{max-width:180px!important;max-height:48px!important;object-fit:contain!important;}
  .no-menu{gap:29px!important;align-items:center!important;}
  .no-menu>a,.no-menu-link{font-size:14px!important;font-weight:900!important;letter-spacing:.01em!important;color:#081828!important;}
  .no-quote{height:52px!important;padding:0 28px!important;border-radius:999px!important;background:#061321!important;color:#fff!important;box-shadow:0 16px 34px rgba(6,19,33,.20)!important;font-weight:950!important;}

  .no-home-mosaic{margin:0!important;padding:0!important;max-width:none!important;width:100%!important;background:#061321!important;position:relative!important;overflow:hidden!important;}
  .no-home-mosaic-grid{max-width:none!important;width:100%!important;height:560px!important;min-height:560px!important;display:block!important;padding:0!important;margin:0!important;}
  .no-home-main-tile{height:560px!important;min-height:560px!important;width:100%!important;border-radius:0!important;box-shadow:none!important;border:0!important;background:#061321!important;overflow:hidden!important;}
  .no-home-main-tile::before{content:""!important;position:absolute!important;inset:0!important;z-index:4!important;background:linear-gradient(90deg,rgba(4,16,28,.92) 0%,rgba(4,16,28,.75) 31%,rgba(4,16,28,.34) 58%,rgba(4,16,28,.08) 100%)!important;pointer-events:none!important;}
  .no-home-slide{border-radius:0!important;}
  .no-home-slide img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;filter:saturate(1.04) contrast(1.03)!important;}
  .no-hero-overlay{display:none!important;}
  .no-slide-label{display:none!important;}
  .no-home-side-tiles{display:none!important;}
  .no-home-slider-arrow,.no-hero-dots{display:none!important;}
  .no-home-hero-panel{position:absolute!important;z-index:6!important;left:max(28px,calc((100vw - 1160px)/2))!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;max-width:680px!important;width:min(680px,calc(100vw - 56px))!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
  .no-hero-kicker{display:inline-flex!important;align-items:center!important;height:34px!important;padding:0 16px!important;border-radius:999px!important;background:rgba(249,115,22,.15)!important;border:1px solid rgba(249,115,22,.40)!important;color:#ffd9b8!important;font-size:12px!important;font-weight:950!important;letter-spacing:.17em!important;text-transform:uppercase!important;margin:0 0 18px!important;}
  .no-home-hero-panel h1{max-width:650px!important;margin:0 0 18px!important;color:#fff!important;font-size:clamp(54px,4.9vw,82px)!important;line-height:.94!important;font-weight:950!important;letter-spacing:-.07em!important;text-shadow:0 12px 34px rgba(0,0,0,.36)!important;}
  .no-home-hero-panel p{display:block!important;max-width:650px!important;margin:0 0 26px!important;color:rgba(255,255,255,.92)!important;font-size:21px!important;line-height:1.55!important;font-weight:700!important;text-shadow:0 10px 28px rgba(0,0,0,.28)!important;}
  .no-hero-actions{display:flex!important;gap:14px!important;align-items:center!important;max-width:none!important;margin:0 0 22px!important;}
  .no-hero-primary,.no-hero-secondary,.no-hero-tertiary{height:54px!important;border-radius:999px!important;padding:0 26px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;font-size:15px!important;font-weight:950!important;white-space:nowrap!important;}
  .no-hero-primary{background:#f97316!important;color:#fff!important;box-shadow:0 18px 34px rgba(249,115,22,.34)!important;border:1px solid rgba(255,255,255,.12)!important;}
  .no-hero-secondary,.no-hero-tertiary{background:rgba(255,255,255,.12)!important;color:#fff!important;border:1px solid rgba(255,255,255,.35)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16)!important;}
  .no-hero-mini-proof{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;max-width:680px!important;margin:0!important;}
  .no-hero-mini-proof span{min-height:78px!important;border-radius:18px!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.25)!important;box-shadow:0 18px 48px rgba(0,0,0,.16)!important;padding:14px 16px!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;}
  .no-hero-mini-proof b{display:block!important;color:#fff!important;font-size:16px!important;line-height:1.1!important;font-weight:950!important;}
  .no-hero-mini-proof small{display:block!important;color:rgba(255,255,255,.74)!important;font-size:12px!important;line-height:1.3!important;margin-top:5px!important;}

  .no-trustbar.no-corporate-stats{position:relative!important;z-index:8!important;margin:-42px auto 0!important;max-width:1160px!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(15,34,53,.10)!important;box-shadow:0 26px 65px rgba(6,19,33,.14)!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;overflow:hidden!important;padding:0!important;}
  .no-trustbar.no-corporate-stats>div{min-height:92px!important;padding:20px 24px!important;border-right:1px solid rgba(15,34,53,.08)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;background:#fff!important;}
  .no-trustbar.no-corporate-stats>div:last-child{border-right:0!important;}
  .no-trustbar span{color:#f97316!important;font-size:18px!important;font-weight:950!important;line-height:1!important;}
  .no-trustbar b{display:block!important;color:#071a2f!important;font-size:16px!important;font-weight:950!important;margin-top:6px!important;}
  .no-trustbar small{display:block!important;color:#667789!important;font-size:12px!important;margin-top:2px!important;}

  .no-actionbar-v156{position:relative!important;z-index:7!important;margin:24px auto 0!important;max-width:1160px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:16px!important;}
  .no-actionbar-v156 a{min-height:76px!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(15,34,53,.10)!important;box-shadow:0 18px 45px rgba(6,19,33,.07)!important;text-decoration:none!important;padding:18px 22px!important;color:#071a2f!important;display:flex!important;flex-direction:column!important;justify-content:center!important;transition:.2s ease!important;}
  .no-actionbar-v156 a:hover{transform:translateY(-2px)!important;border-color:rgba(249,115,22,.32)!important;box-shadow:0 22px 52px rgba(6,19,33,.10)!important;}
  .no-actionbar-v156 b{font-size:15px!important;font-weight:950!important;line-height:1.1!important;}
  .no-actionbar-v156 span{font-size:13px!important;color:#647487!important;margin-top:6px!important;}

  .no-serp-image-strip{max-width:1160px!important;margin:24px auto 0!important;grid-template-columns:repeat(4,1fr)!important;gap:16px!important;}
  .no-serp-image-strip a{height:118px!important;border-radius:18px!important;box-shadow:0 18px 42px rgba(6,19,33,.13)!important;overflow:hidden!important;}
  .no-serp-image-strip img{height:100%!important;object-fit:cover!important;}
  .no-serp-image-strip span{font-size:13px!important;font-weight:950!important;padding:12px 14px!important;background:linear-gradient(180deg,transparent,rgba(4,16,28,.88))!important;}

  .no-home-proof-pro{display:none!important;}
  .no-price-section{padding-top:72px!important;}
  .no-price-top,.no-category-panel,.no-project-card,.no-footer,.no-contact-card,.no-main-content,.no-service-content{border-color:rgba(15,34,53,.08)!important;box-shadow:0 24px 70px rgba(6,19,33,.08)!important;}
}@media (max-width: 980px){
  .no-header{position:sticky!important;top:0!important;background:#fff!important;z-index:1000!important;box-shadow:0 12px 35px rgba(6,19,33,.09)!important;}
  .no-navbar{height:92px!important;padding:0 18px!important;}
  .no-brand{width:154px!important;height:58px!important;border-radius:17px!important;background:#fff!important;border:1px solid rgba(15,34,53,.12)!important;box-shadow:0 12px 30px rgba(6,19,33,.08)!important;}
  .no-brand img{max-width:124px!important;max-height:42px!important;object-fit:contain!important;}
  .no-menu-btn{width:58px!important;height:58px!important;border-radius:18px!important;background:#061321!important;box-shadow:0 14px 32px rgba(6,19,33,.22)!important;}
  .no-menu-btn span{background:#fff!important;height:2px!important;width:25px!important;}
  .no-menu{top:102px!important;left:18px!important;right:18px!important;width:auto!important;max-height:calc(100dvh - 130px)!important;border-radius:24px!important;background:rgba(255,255,255,.97)!important;border:1px solid rgba(15,34,53,.10)!important;box-shadow:0 28px 70px rgba(6,19,33,.18)!important;padding:22px!important;overflow:auto!important;}
  .no-menu a,.no-menu-link{border-radius:14px!important;border:1px solid rgba(15,34,53,.09)!important;background:#fff!important;min-height:52px!important;padding:0 16px!important;display:flex!important;align-items:center!important;color:#071a2f!important;font-weight:900!important;}

  .no-home-mosaic{margin:0!important;padding:0!important;background:#061321!important;overflow:hidden!important;}
  .no-home-mosaic-grid{display:block!important;height:auto!important;min-height:0!important;padding:0!important;margin:0!important;}
  .no-home-main-tile{height:520px!important;min-height:520px!important;border-radius:0!important;border:0!important;box-shadow:none!important;overflow:hidden!important;background:#061321!important;}
  .no-home-slide img{height:100%!important;object-fit:cover!important;object-position:center!important;filter:saturate(1.04) contrast(1.03)!important;}
  .no-home-main-tile::before{content:""!important;position:absolute!important;inset:0!important;z-index:4!important;background:linear-gradient(180deg,rgba(4,16,28,.08) 0%,rgba(4,16,28,.18) 34%,rgba(4,16,28,.70) 100%)!important;pointer-events:none!important;}
  .no-home-side-tiles,.no-home-slider-arrow,.no-hero-dots,.no-hero-mini-proof,.no-serp-image-strip,.no-home-proof-pro{display:none!important;}
  .no-home-hero-panel{position:absolute!important;z-index:7!important;left:18px!important;right:18px!important;bottom:34px!important;top:auto!important;transform:none!important;max-width:none!important;width:auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
  .no-hero-kicker{display:inline-flex!important;align-items:center!important;max-width:100%!important;height:30px!important;padding:0 12px!important;border-radius:999px!important;background:rgba(249,115,22,.38)!important;border:1px solid rgba(255,255,255,.25)!important;color:#fff!important;font-size:10px!important;font-weight:950!important;letter-spacing:.10em!important;white-space:nowrap!important;text-transform:uppercase!important;margin:0 0 12px!important;}
  .no-home-hero-panel h1{max-width:350px!important;color:#fff!important;font-size:clamp(36px,9.5vw,48px)!important;line-height:.98!important;letter-spacing:-.06em!important;margin:0 0 16px!important;text-shadow:0 10px 28px rgba(0,0,0,.42)!important;}
  .no-home-hero-panel p{display:none!important;}
  .no-hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:0!important;max-width:none!important;}
  .no-hero-primary,.no-hero-secondary,.no-hero-tertiary{min-height:52px!important;border-radius:999px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:15px!important;font-weight:950!important;text-decoration:none!important;}
  .no-hero-primary{background:#f97316!important;color:#fff!important;box-shadow:0 18px 34px rgba(249,115,22,.34)!important;}
  .no-hero-secondary{background:rgba(255,255,255,.22)!important;color:#fff!important;border:1px solid rgba(255,255,255,.42)!important;}
  .no-hero-tertiary{display:none!important;}
  .no-trustbar.no-corporate-stats{display:none!important;}
  .no-actionbar-v156{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin:16px 18px 0!important;max-width:none!important;}
  .no-actionbar-v156 a{min-height:58px!important;border-radius:16px!important;background:#fff!important;border:1px solid rgba(15,34,53,.09)!important;box-shadow:0 16px 36px rgba(6,19,33,.07)!important;padding:12px 14px!important;text-decoration:none!important;color:#071a2f!important;}
  .no-actionbar-v156 b{display:block!important;font-size:13px!important;font-weight:950!important;line-height:1.1!important;}
  .no-actionbar-v156 span{display:block!important;color:#607286!important;font-size:11px!important;margin-top:2px!important;}
  .no-price-section{padding-top:34px!important;}
}@media (max-width: 520px){
  .no-home-main-tile{height:520px!important;min-height:520px!important;}
  .no-home-hero-panel h1{font-size:39px!important;max-width:330px!important;}
  .no-actionbar-v156{grid-template-columns:1fr 1fr!important;}
  .no-actionbar-v156 a:nth-child(3),.no-actionbar-v156 a:nth-child(4){display:none!important;}
}
/* ISTMASA V217 focused navigation + form security helpers */
.no-mega-menu-focused .no-mega-inner{grid-template-columns:repeat(2,minmax(220px,1fr));max-width:760px}.no-mega-menu-focused .no-mega-bottom{max-width:760px}.ist-hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}@media(max-width:991px){.no-mega-menu-focused .no-mega-inner{grid-template-columns:1fr}}

/* V218 final: sistem fontu, erişilebilir renkler, kompakt menü ve dokunma hedefleri */
:root{--ist-orange:#c44a00!important;--ist-orange2:#a93d00!important;--ist-premium-orange:#c44a00!important;--ist-font-sans:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important;color-scheme:light}
html{font-family:var(--ist-font-sans)!important}
body,button,input,textarea,select{font-family:var(--ist-font-sans)!important}
a,button,input,textarea,summary{outline-offset:3px}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #0b6fc2!important;box-shadow:0 0 0 5px rgba(11,111,194,.18)!important}
.no-hero-primary,.no-quote,.no-footer-whatsapp,.no-form button,.no-home-authority-cta a{background:#c44a00!important;background-image:none!important;color:#fff!important;border-color:#c44a00!important;text-shadow:none!important}
.no-hero-primary:hover,.no-quote:hover,.no-footer-whatsapp:hover,.no-form button:hover,.no-home-authority-cta a:hover{background:#a93d00!important;border-color:#a93d00!important;color:#fff!important}
.no-text-link,.no-price-kicker,.no-eyebrow,.no-price-meta a,.no-district-all{color:#a83d00!important}
.no-footer-col a,.no-footer-contact a,.no-footer-contact>span,.no-footer-about p{color:rgba(255,255,255,.86)!important}
.no-footer-contact span span,.no-footer-contact a span{color:rgba(255,255,255,.84)!important}
.no-footer-bottom,.no-footer-bottom a{color:rgba(255,255,255,.88)!important}
.no-menu-item{position:relative!important}
.no-mega-menu-focused{left:50%!important;width:min(720px,calc(100vw - 40px))!important;max-height:calc(100vh - 118px)!important;overflow:auto!important;border-radius:0 0 18px 18px!important}
.no-mega-menu-focused .no-mega-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.no-mega-menu-focused .no-mega-col{min-height:0!important;padding:22px 26px!important}
.no-mega-menu-focused .no-mega-col h3{font-size:18px!important;margin-bottom:11px!important}
.no-mega-menu-focused .no-mega-links a{min-height:40px!important;display:flex!important;align-items:center!important;padding:8px 0!important;font-size:13.5px!important}
.no-mega-menu-focused .no-mega-bottom{padding:13px 22px!important;gap:22px!important}
.no-menu-btn,.no-home-slider-arrow,.no-lightbox-close,.no-lightbox-arrow{min-width:44px!important;min-height:44px!important}
.no-mobile-bar a{min-height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.no-form input,.no-form textarea{font-size:16px!important}
.ist-hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:991px){.no-menu>a,.no-menu-item>.no-menu-link,.ist-mobile-links a,.ist-mobile-bottom a{min-height:46px!important;display:flex!important;align-items:center!important}.no-mega-menu-focused{width:100%!important;max-height:none!important}.no-header.no-menu-open .no-menu{overscroll-behavior:contain!important}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* V219 gerçek saha projeleri ve kurumsal referanslar */
.ist-home-field-projects,.ist-corporate-references,.ist-home-references,.ist-video-projects,.ist-project-proof{background:#fff}.ist-home-references,.ist-corporate-references{background:#f3f8fc}.ist-home-video-grid,.ist-video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ist-video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ist-video-project{background:#fff;border:1px solid #dfe8f0;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(8,31,52,.08);min-width:0}.ist-video-card{display:block;width:100%;padding:0;border:0;background:#071b2d;cursor:pointer;text-align:inherit;aspect-ratio:16/9;position:relative;overflow:hidden}.ist-video-media{display:block;position:absolute;inset:0}.ist-video-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ist-video-card:hover .ist-video-media img{transform:scale(1.025)}.ist-video-media i{position:absolute;left:50%;top:50%;width:66px;height:66px;border-radius:50%;transform:translate(-50%,-50%);background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.25)}.ist-video-media i:after{content:"";position:absolute;left:27px;top:20px;border-left:22px solid #c44a00;border-top:13px solid transparent;border-bottom:13px solid transparent}.ist-video-body{padding:17px 18px 19px}.ist-video-body>span{display:inline-flex;color:#a83d00;background:#fff2e8;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.ist-video-body h3{font-size:17px;line-height:1.28;margin:10px 0 8px;color:#081f34}.ist-video-body p{font-size:13px;line-height:1.65;color:#536477;margin:0}.ist-video-body a{display:inline-flex;margin-top:12px;color:#a83d00;font-weight:900;font-size:13px}.ist-video-frame{display:block;width:100%;aspect-ratio:16/9;border:0;background:#071b2d}.ist-project-more{text-align:center;margin-top:24px}.ist-project-more a{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;background:#081f34;color:#fff;font-weight:900;text-decoration:none}.ist-reference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ist-reference-card{background:#fff;border:1px solid #dfe8f0;border-radius:18px;padding:18px;text-align:center;box-shadow:0 12px 28px rgba(8,31,52,.07)}.ist-reference-logo{height:102px;border-radius:14px;background:#f7fafc;display:grid;place-items:center;padding:15px}.ist-reference-logo img{width:100%;height:100%;object-fit:contain}.ist-reference-card h3{margin:14px 0 6px;color:#081f34;font-size:18px}.ist-reference-card p{margin:0;color:#5c6b79;font-size:12.5px;line-height:1.55}.ist-project-hero{padding:42px 0;background:linear-gradient(135deg,#061b2d,#0b314f);color:#fff}.ist-project-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:32px;align-items:center}.ist-project-hero h1{font-size:clamp(34px,5vw,62px);line-height:1.02;margin:12px 0 16px}.ist-project-hero p{font-size:17px;line-height:1.7;color:rgba(255,255,255,.86);max-width:720px}.ist-project-hero img{display:block;width:100%;height:auto;border-radius:22px;box-shadow:0 20px 50px rgba(0,0,0,.28)}.ist-project-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.ist-project-actions a{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;font-weight:900;text-decoration:none}.ist-project-actions .no-hero-secondary{color:#fff;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.08)}.ist-project-type-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ist-project-type-grid article{border:1px solid #dfe8f0;border-radius:16px;padding:17px;background:#fff}.ist-project-type-grid b{display:block;color:#081f34;margin-bottom:7px}.ist-project-type-grid span{font-size:13px;line-height:1.55;color:#5c6b79}@supports(content-visibility:auto){.ist-home-field-projects,.ist-home-references,.ist-video-projects,.ist-corporate-references{content-visibility:auto;contain-intrinsic-size:780px}}
@media(max-width:1100px){.ist-home-video-grid,.ist-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ist-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ist-project-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.ist-project-hero{padding:28px 0}.ist-project-hero-grid{grid-template-columns:1fr;gap:20px}.ist-project-hero h1{font-size:36px}.ist-project-hero p{font-size:15px}.ist-home-video-grid,.ist-video-grid,.ist-reference-grid,.ist-project-type-grid{grid-template-columns:1fr}.ist-video-body h3{font-size:18px}.ist-reference-logo{height:92px}.ist-video-media i{width:58px;height:58px}.ist-video-media i:after{left:24px;top:17px;border-left-width:20px;border-top-width:12px;border-bottom-width:12px}}
@media(prefers-reduced-motion:reduce){.ist-video-media img{transition:none!important}.ist-video-card:hover .ist-video-media img{transform:none!important}}

/* V220: Lighthouse accessibility and mobile target final */
.no-trustbar>div>span{color:#963900!important;background:#fff1e7!important}.no-price-list-head>div>span{color:#963900!important}.no-price-list-head>small{color:#586a7b!important}.no-home-price-table td[data-label="Fiyat"]>span{color:#963900!important;background:#fff1e7!important}.no-home-model-grid>div>b{color:#963900!important}.no-home-authority-process article>b{color:#963900!important;background:#fff1e7!important}.no-form-head>span{color:#963900!important}.no-mobile-bar>a:last-child{background:#087a3d!important;color:#fff!important}.no-price-meta>a{color:#963900!important}.no-text-link{color:#963900!important}
.no-footer-col>h3,.no-footer-contact>h3{margin:0 0 12px;color:#fff;font-size:16px;line-height:1.3}
@media(max-width:767px){.no-hero-dots button{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;padding:0!important;position:relative!important;background:transparent!important}.no-hero-dots button:before{content:"";position:absolute;inset:19px;border-radius:50%;background:rgba(255,255,255,.62)}.no-hero-dots button.is-active:before{background:#fff}.no-district-cloud{gap:8px!important}.no-district-cloud a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:0 15px!important}.no-home-faq-list summary,.no-price-more summary{min-height:48px!important;display:flex!important;align-items:center!important}.no-price-meta a{display:inline-flex!important;align-items:center!important;min-height:48px!important;padding-block:8px!important}.no-service-card h3 a{display:inline-flex!important;align-items:center!important;min-height:44px!important}.no-text-link{display:flex!important;align-items:center!important;min-height:48px!important}.no-footer-col a{display:flex!important;align-items:center!important;min-height:44px!important;padding-block:7px!important}.no-footer-bottom nav a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:0 10px!important}.no-topline a{min-height:32px!important;display:inline-flex!important;align-items:center!important}.no-mobile-bar a{min-height:52px!important}.ist-project-more a{min-height:52px!important}}

/* V221: Lighthouse touch-target final — minimum 48px interactive areas */
a,button,summary,input,textarea,select{touch-action:manipulation}
.no-topline-inner{min-height:48px!important}.no-topline a{display:inline-flex!important;align-items:center!important;min-height:48px!important;padding-inline:2px!important}
.no-menu>a,.no-menu-item>.no-menu-link,.no-quote,.no-menu-btn{min-height:48px!important}
.no-hero-actions a,.no-price-actions a,.no-price-meta a,.no-service-card h3 a,.no-text-link,.no-district-cloud a,.no-home-faq-list summary,.no-price-more summary,.no-footer-col a,.no-footer-contact a,.no-footer-bottom nav a,.no-footer-whatsapp,.ist-project-more a{min-height:48px!important;align-items:center!important}
.no-service-card h3 a,.no-text-link,.no-footer-col a,.no-footer-contact a,.no-footer-bottom nav a{display:flex!important}
.no-form input,.no-form select,.no-form button{min-height:48px!important}.no-form textarea{min-height:132px!important}
.no-footer-col a{padding-block:10px!important;margin:0!important}.no-footer-bottom nav{gap:8px!important}.no-footer-bottom nav a{padding-inline:12px!important}
@media(min-width:768px){.no-menu>a,.no-menu-item>.no-menu-link{min-height:48px!important}.no-price-meta a{padding-block:12px!important}.no-service-card h3 a{padding-block:12px!important}.no-text-link{padding-block:12px!important}.no-district-cloud a{display:inline-flex!important;justify-content:center!important;padding-block:12px!important}.no-home-faq-list summary,.no-price-more summary{padding-block:11px!important}.no-footer-main{align-items:flex-start!important}}
@media(max-width:767px){.no-menu-open .no-menu a,.no-menu-open .no-menu-link,.no-hero-actions a,.no-service-card h3 a,.no-footer-col a,.no-footer-contact a,.no-footer-whatsapp{min-height:48px!important}.no-mobile-bar a{min-height:56px!important}}

/* V221.1 exact Lighthouse target completion */
.no-home-authority-cta a{min-height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
@media(min-width:768px){.no-menu>a,.no-menu-item>.no-menu-link{min-width:48px!important}}

/* V222: Ana menü hizası + anahtar kelime odaklı menü isimleri */
@media(min-width:1101px){
  .no-navbar{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;column-gap:clamp(14px,1.55vw,28px)!important}
  .no-brand{justify-self:start!important;min-width:0!important;flex:none!important}
  .no-menu{min-width:0!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;white-space:nowrap!important;gap:clamp(10px,1.02vw,20px)!important}
  .no-menu>a,.no-menu-item>.no-menu-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding-inline:0!important;font-size:clamp(12px,.71vw,13.5px)!important;line-height:1.15!important;letter-spacing:0!important}
  .no-menu-item{min-width:0!important;flex:0 0 auto!important}
  .no-quote{justify-self:end!important;min-width:max-content!important;white-space:nowrap!important;min-height:48px!important;padding-inline:clamp(14px,1.2vw,20px)!important;font-size:13px!important}
  .no-mega-menu-focused{left:50%!important;right:auto!important;width:min(760px,calc(100vw - 48px))!important;transform:translate(-50%,10px)!important}
  .no-has-mega:hover .no-mega-menu-focused,.no-has-mega:focus-within .no-mega-menu-focused,.no-has-mega.is-mega-open .no-mega-menu-focused{transform:translate(-50%,0)!important}
  .no-mega-menu-focused .no-mega-inner,.no-mega-menu-focused .no-mega-bottom{max-width:760px!important}
  .no-mega-menu-focused .no-mega-links a{white-space:normal!important;line-height:1.3!important}
}
@media(min-width:1101px) and (max-width:1280px){
  .no-navbar{column-gap:12px!important}
  .no-menu{gap:9px!important}
  .no-menu>a,.no-menu-item>.no-menu-link{font-size:11.8px!important}
  .no-brand img{max-width:142px!important}
  .no-quote{padding-inline:13px!important;font-size:11.8px!important}
}


/* V223: wide desktop header, safe hamburger breakpoint and footer contact alignment */
@media(min-width:1431px){
  .no-navbar{width:min(calc(100% - 40px),1580px)!important;max-width:1580px!important;display:grid!important;grid-template-columns:184px minmax(0,1fr) 184px!important;align-items:center!important;column-gap:18px!important}
  .no-brand{width:184px!important;justify-self:start!important}
  .no-brand img{width:174px!important;max-width:174px!important;height:auto!important}
  .no-menu{display:flex!important;min-width:0!important;width:100%!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:clamp(13px,.9vw,20px)!important;white-space:nowrap!important}
  .no-menu>a,.no-menu-item>.no-menu-link{font-size:13px!important;line-height:1.15!important;padding-inline:0!important;min-width:0!important;flex:0 0 auto!important}
  .no-quote{display:inline-flex!important;width:184px!important;min-width:184px!important;max-width:184px!important;padding-inline:12px!important;font-size:12.5px!important;justify-self:end!important}
  .no-menu-btn{display:none!important}
}
@media(max-width:1430px){
  .no-navbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;position:relative!important}
  .no-brand{flex:0 0 auto!important}
  .no-brand img{width:170px!important;max-width:170px!important;height:auto!important}
  .no-quote{display:none!important}
  .no-menu-btn{display:inline-flex!important;flex:0 0 48px!important;width:48px!important;height:48px!important;align-items:center!important;justify-content:center!important}
  .no-menu{display:none!important;position:fixed!important;left:16px!important;right:16px!important;top:88px!important;max-height:calc(100vh - 108px)!important;overflow:auto!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:14px!important;background:#fff!important;border:1px solid #dbe6ef!important;border-radius:20px!important;box-shadow:0 26px 76px rgba(5,27,47,.22)!important;z-index:100001!important;white-space:normal!important}
  .no-header.no-menu-open .no-menu{display:flex!important}
  .no-menu>a,.no-menu-item>.no-menu-link{display:flex!important;width:100%!important;min-height:50px!important;align-items:center!important;justify-content:space-between!important;padding:12px 14px!important;margin:0 0 8px!important;border:1px solid #e1eaf2!important;border-radius:14px!important;background:#fff!important;color:#071b31!important;font-size:15px!important;line-height:1.25!important;white-space:normal!important}
  .no-menu-item{display:block!important;width:100%!important;margin:0!important}
  .no-mega-menu,.no-mega-menu-focused{position:static!important;left:auto!important;right:auto!important;width:100%!important;max-width:none!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;margin:0 0 10px!important;border-radius:14px!important;box-shadow:none!important}
  .no-mega-inner{grid-template-columns:1fr!important}
  .no-mega-col{min-height:0!important;padding:16px!important;border-right:0!important;border-bottom:1px solid #e7eef5!important}
  .no-mega-col:last-child{border-bottom:0!important}
  .no-mega-links a{white-space:normal!important;line-height:1.35!important}
  .no-mega-bottom{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;padding:12px!important}
}
@media(max-width:760px){
  .no-navbar{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important}
  .no-brand img{width:148px!important;max-width:148px!important}
  .no-menu{top:76px!important;left:12px!important;right:12px!important;max-height:calc(100vh - 92px)!important}
}

/* V223 footer: labels and values must not merge or overflow */
.no-footer-main{grid-template-columns:minmax(190px,1.2fr) minmax(150px,1fr) minmax(160px,1fr) minmax(160px,1fr) minmax(240px,1.35fr)!important;gap:clamp(22px,2vw,34px)!important}
.no-footer-col,.no-footer-contact,.no-footer-about{min-width:0!important}
.no-footer-col a{line-height:1.38!important;overflow-wrap:anywhere!important}
.no-footer-contact>a,.no-footer-contact>span{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:5px!important;min-width:0!important;width:100%!important}
.no-footer-contact b{display:block!important;width:100%!important;line-height:1.2!important}
.no-footer-contact a span,.no-footer-contact>span>span{display:block!important;width:100%!important;line-height:1.45!important;overflow-wrap:anywhere!important;word-break:normal!important}
.no-footer-whatsapp{align-items:center!important;justify-content:center!important;text-align:center!important}
@media(max-width:1180px){.no-footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important}.no-footer-contact{grid-column:span 2!important}}
@media(max-width:680px){.no-footer-main{grid-template-columns:1fr!important}.no-footer-contact{grid-column:auto!important}}


/* V224: top contact bar alignment, Lighthouse-safe desktop breakpoint and compact footer */
@media(min-width:1241px){
  .no-topline-inner{
    width:min(calc(100% - 40px),1580px)!important;
    max-width:1580px!important;
    margin-inline:auto!important;
    padding-inline:0!important;
    min-height:32px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:20px!important;
  }
  .no-topline-left{justify-content:flex-start!important;gap:22px!important;min-width:0!important}
  .no-topline-right{justify-content:flex-end!important;text-align:right!important;min-width:0!important;margin-left:auto!important}
  .no-topline-left a,.no-topline-right b{white-space:nowrap!important;line-height:1.2!important}

  .no-navbar{
    width:min(calc(100% - 40px),1580px)!important;
    max-width:1580px!important;
    display:grid!important;
    grid-template-columns:170px minmax(0,1fr) 178px!important;
    align-items:center!important;
    column-gap:14px!important;
  }
  .no-brand{display:flex!important;width:170px!important;min-width:170px!important;justify-self:start!important}
  .no-brand img{width:164px!important;max-width:164px!important;height:auto!important}
  .no-menu{
    display:flex!important;
    position:static!important;
    width:100%!important;
    min-width:0!important;
    max-height:none!important;
    overflow:visible!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:nowrap!important;
    gap:clamp(8px,.62vw,15px)!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    white-space:nowrap!important;
  }
  .no-menu>a,.no-menu-item>.no-menu-link{
    display:inline-flex!important;
    width:auto!important;
    min-width:0!important;
    min-height:48px!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#071b31!important;
    font-size:clamp(11.4px,.69vw,13px)!important;
    line-height:1.15!important;
    white-space:nowrap!important;
  }
  .no-menu-item{display:block!important;width:auto!important;min-width:0!important;flex:0 0 auto!important;margin:0!important}
  .no-quote{
    display:inline-flex!important;
    width:178px!important;
    min-width:178px!important;
    max-width:178px!important;
    min-height:48px!important;
    padding-inline:12px!important;
    justify-self:end!important;
    justify-content:center!important;
    font-size:12.2px!important;
    white-space:nowrap!important;
  }
  .no-menu-btn{display:none!important}
  .no-mega-menu,.no-mega-menu-focused{
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    width:min(760px,calc(100vw - 48px))!important;
    max-width:760px!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
    margin:0!important;
    transform:translate(-50%,10px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    border-radius:0 0 22px 22px!important;
    box-shadow:0 24px 70px rgba(7,27,46,.20)!important;
  }
  .no-has-mega:hover .no-mega-menu-focused,
  .no-has-mega:focus-within .no-mega-menu-focused,
  .no-has-mega.is-mega-open .no-mega-menu-focused{
    transform:translate(-50%,0)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .no-mega-inner{display:grid!important;grid-template-columns:1fr 1fr!important}
  .no-mega-col{display:block!important;width:auto!important;height:auto!important;max-height:none!important;padding:24px 26px!important;overflow:visible!important}
  .no-mega-links{display:grid!important;height:auto!important;max-height:none!important;overflow:visible!important}
  .no-mega-links a{display:flex!important;width:auto!important;white-space:normal!important;line-height:1.3!important}
  .no-mega-bottom{display:grid!important;grid-template-columns:1fr 1fr!important;height:auto!important;max-height:none!important;padding:14px 22px!important;overflow:visible!important}
}

@media(min-width:1241px) and (max-width:1420px){
  .no-navbar{grid-template-columns:154px minmax(0,1fr) 164px!important;column-gap:10px!important}
  .no-brand{width:154px!important;min-width:154px!important}
  .no-brand img{width:148px!important;max-width:148px!important}
  .no-menu{gap:7px!important}
  .no-menu>a,.no-menu-item>.no-menu-link{font-size:11.15px!important}
  .no-quote{width:164px!important;min-width:164px!important;max-width:164px!important;font-size:11.5px!important;padding-inline:9px!important}
}

@media(max-width:1240px){
  .no-navbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;position:relative!important}
  .no-brand{flex:0 0 auto!important}
  .no-brand img{width:170px!important;max-width:170px!important;height:auto!important}
  .no-quote{display:none!important}
  .no-menu-btn{display:inline-flex!important;flex:0 0 48px!important;width:48px!important;height:48px!important;align-items:center!important;justify-content:center!important}
  .no-menu{display:none!important;position:fixed!important;left:16px!important;right:16px!important;top:88px!important;max-height:calc(100vh - 108px)!important;overflow:auto!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:14px!important;background:#fff!important;border:1px solid #dbe6ef!important;border-radius:20px!important;box-shadow:0 26px 76px rgba(5,27,47,.22)!important;z-index:100001!important;white-space:normal!important}
  .no-header.no-menu-open .no-menu{display:flex!important}
  .no-menu>a,.no-menu-item>.no-menu-link{display:flex!important;width:100%!important;min-height:50px!important;align-items:center!important;justify-content:space-between!important;padding:12px 14px!important;margin:0 0 8px!important;border:1px solid #e1eaf2!important;border-radius:14px!important;background:#fff!important;color:#071b31!important;font-size:15px!important;line-height:1.25!important;white-space:normal!important}
}

/* Footer columns are intentionally compact on desktop; mobile touch targets stay large. */
@media(min-width:761px){
  .no-footer-main{
    width:min(1180px,calc(100% - 40px))!important;
    grid-template-columns:220px 170px 180px 150px minmax(265px,1fr)!important;
    gap:16px!important;
    padding:32px 0 26px!important;
    align-items:start!important;
  }
  .no-footer-about{padding:16px!important}
  .no-footer-col{padding:0!important}
  .no-footer-col h3,.no-footer-contact h3{margin:0 0 11px!important;line-height:1.22!important}
  .no-footer-col a{
    min-height:0!important;
    padding:4px 0!important;
    margin:0!important;
    font-size:12.8px!important;
    line-height:1.3!important;
    align-items:flex-start!important;
  }
  .no-footer-contact{padding:16px!important}
  .no-footer-contact>a,.no-footer-contact>span{
    min-height:0!important;
    padding:8px 0!important;
    gap:4px!important;
    justify-content:flex-start!important;
  }
  .no-footer-contact b{font-size:10px!important;line-height:1.15!important}
  .no-footer-contact a span,.no-footer-contact>span>span{font-size:12.4px!important;line-height:1.34!important}
  .no-footer-whatsapp{min-height:46px!important;margin-top:8px!important;padding:10px 12px!important}
}

@media(min-width:761px) and (max-width:1180px){
  .no-footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
  .no-footer-contact{grid-column:span 2!important}
}

@media(max-width:760px){
  .no-footer-main{gap:12px!important;padding:28px 0 20px!important}
  .no-footer-col h3,.no-footer-contact h3{margin-bottom:10px!important}
  .no-footer-col a{min-height:44px!important;padding:8px 0!important;line-height:1.3!important}
}


/* V226: V224 header/footer restored; lightweight Google business trust card retained */
.ist-google-business{padding:34px 0!important;background:#fff!important}
.ist-google-business-card{width:min(1100px,calc(100% - 40px))!important;display:grid!important;grid-template-columns:64px minmax(0,1fr) auto!important;gap:22px!important;align-items:center!important;padding:26px 28px!important;border:1px solid #dce6ef!important;border-radius:22px!important;background:linear-gradient(135deg,#fff 0%,#f7fafc 100%)!important;box-shadow:0 16px 42px rgba(7,27,46,.08)!important}
.ist-google-mark{display:grid!important;place-items:center!important;width:64px!important;height:64px!important;border-radius:18px!important;background:#fff!important;border:1px solid #dce6ef!important;font-size:34px!important;font-weight:900!important;color:#4285f4!important;box-shadow:0 8px 24px rgba(66,133,244,.12)!important}
.ist-google-business-copy>span{display:block!important;margin-bottom:5px!important;color:#9b5f00!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.09em!important}
.ist-google-business-copy h2{margin:0 0 7px!important;color:#07182c!important;font-size:22px!important;line-height:1.2!important}
.ist-google-business-copy p{margin:0!important;color:#526174!important;font-size:13px!important;line-height:1.55!important}
.ist-google-business-meta{display:flex!important;gap:16px!important;align-items:center!important;flex-wrap:wrap!important;margin-top:10px!important;color:#1b334c!important;font-size:12.5px!important}
.ist-google-business-meta b{color:#07182c!important}
.ist-google-business-actions{display:grid!important;gap:9px!important;min-width:205px!important}
.ist-google-business-actions a{display:inline-flex!important;min-height:46px!important;align-items:center!important;justify-content:center!important;padding:0 17px!important;border:1px solid #cfdbe6!important;border-radius:11px!important;background:#fff!important;color:#07182c!important;font-size:12.5px!important;font-weight:900!important;white-space:nowrap!important}
.ist-google-business-actions a.is-primary{background:#07182c!important;border-color:#07182c!important;color:#fff!important}
@media(max-width:850px){
  .ist-google-business-card{grid-template-columns:56px 1fr!important}
  .ist-google-mark{width:56px!important;height:56px!important}
  .ist-google-business-actions{grid-column:1/-1!important;grid-template-columns:1fr 1fr!important;min-width:0!important}
}
@media(max-width:560px){
  .ist-google-business{padding:24px 0!important}
  .ist-google-business-card{width:calc(100% - 28px)!important;grid-template-columns:1fr!important;text-align:center!important;padding:22px 18px!important}
  .ist-google-mark{margin:auto!important}
  .ist-google-business-meta{justify-content:center!important}
  .ist-google-business-actions{grid-template-columns:1fr!important}
  .ist-google-business-copy h2{font-size:20px!important}
}

/* ISTMASA V228 - final header hover, mega-menu bridge and compact legacy footer */
@media (min-width:1241px){
.no-header-legacy-v160 .no-topline-inner,.no-header-legacy-v160 .no-navbar{width:min(1210px,calc(100% - 40px))!important;max-width:1210px!important;margin-inline:auto!important}
.no-header-legacy-v160 .no-topline-inner{min-height:30px!important}
.no-header-legacy-v160 .no-navbar{min-height:94px!important;height:94px!important;display:grid!important;grid-template-columns:190px minmax(0,1fr) 220px!important;align-items:center!important;column-gap:30px!important;position:relative!important;overflow:visible!important}
.no-header-legacy-v160 .no-brand{width:184px!important;min-width:184px!important;height:64px!important;display:flex!important;align-items:center!important;justify-content:center!important;justify-self:start!important}
.no-header-legacy-v160 .no-brand img{width:178px!important;max-width:178px!important;max-height:58px!important;height:auto!important}
.no-header-legacy-v160 .no-menu{display:flex!important;position:static!important;width:100%!important;height:94px!important;min-width:0!important;max-height:none!important;overflow:visible!important;flex-direction:row!important;align-items:stretch!important;justify-content:center!important;flex-wrap:nowrap!important;gap:28px!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;white-space:nowrap!important}
.no-header-legacy-v160 .no-menu>a,.no-header-legacy-v160 .no-menu-item>.no-menu-link{box-sizing:border-box!important;display:inline-flex!important;width:auto!important;min-width:0!important;height:94px!important;min-height:94px!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#071b31!important;font-size:14px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;position:relative!important;text-decoration:none!important;transform:none!important}
.no-header-legacy-v160 .no-menu>a::before{display:none!important;content:none!important}
.no-header-legacy-v160 .no-menu>a::after,.no-header-legacy-v160 .no-menu-item>.no-menu-link::after{content:""!important;display:block!important;position:absolute!important;left:3px!important;right:3px!important;bottom:15px!important;width:auto!important;height:2px!important;margin:0!important;background:#ef6c00!important;border:0!important;border-radius:99px!important;transform:scaleX(0)!important;transform-origin:center!important;transition:transform .16s ease!important;pointer-events:none!important}
.no-header-legacy-v160 .no-menu>a:hover::after,.no-header-legacy-v160 .no-menu>a:focus-visible::after,.no-header-legacy-v160 .no-menu-item:hover>.no-menu-link::after,.no-header-legacy-v160 .no-menu-item:focus-within>.no-menu-link::after,.no-header-legacy-v160 .no-menu-item.is-mega-open>.no-menu-link::after{transform:scaleX(1)!important}
.no-header-legacy-v160 .no-menu-item{position:static!important;display:flex!important;align-items:stretch!important;align-self:stretch!important;width:auto!important;min-width:0!important;height:94px!important;min-height:94px!important;flex:0 0 auto!important;margin:0!important;padding:0!important}
.no-header-legacy-v160 .no-menu-item>.no-menu-link::before{content:""!important;display:block!important;position:static!important;order:2!important;width:6px!important;height:6px!important;margin:0 0 4px 9px!important;border:0 solid #ef6c00!important;border-right-width:2px!important;border-bottom-width:2px!important;background:transparent!important;transform:rotate(45deg)!important;flex:0 0 6px!important}
.no-header-legacy-v160 .no-quote{display:inline-flex!important;width:220px!important;min-width:220px!important;max-width:220px!important;min-height:54px!important;padding:0 18px!important;justify-self:end!important;justify-content:center!important;border-radius:999px!important;background:#071b31!important;color:#fff!important;box-shadow:0 14px 32px rgba(7,27,49,.18)!important;font-size:14px!important;font-weight:950!important;white-space:nowrap!important}
.no-header-legacy-v160 .no-menu-btn{display:none!important}
.no-header-legacy-v160 .no-mega-menu-legacy{box-sizing:border-box!important;position:absolute!important;top:100%!important;left:50%!important;right:auto!important;width:min(1040px,calc(100vw - 48px))!important;max-width:1040px!important;height:auto!important;max-height:calc(100vh - 126px)!important;overflow:auto!important;padding:0!important;margin:0!important;transform:translate(-50%,8px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;border:1px solid #dfe8f0!important;border-radius:0 0 24px 24px!important;background:#fff!important;box-shadow:0 28px 80px rgba(7,27,46,.22)!important;z-index:10020!important;transition:opacity .13s ease,transform .13s ease,visibility 0s linear .13s!important}
.no-header-legacy-v160 .no-has-mega:hover .no-mega-menu-legacy,.no-header-legacy-v160 .no-has-mega:focus-within .no-mega-menu-legacy,.no-header-legacy-v160 .no-has-mega.is-mega-open .no-mega-menu-legacy{transform:translate(-50%,0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition-delay:0s!important}
.no-header-legacy-v160 .no-mega-menu-legacy .no-mega-inner{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%!important}
.no-header-legacy-v160 .no-mega-menu-legacy .no-mega-col{display:block!important;width:auto!important;min-width:0!important;min-height:410px!important;height:auto!important;max-height:none!important;padding:28px 30px!important;overflow:visible!important;border-right:1px solid #e3eaf1!important}
.no-header-legacy-v160 .no-mega-menu-legacy .no-mega-col:last-child{border-right:0!important}
.no-header-legacy-v160 .no-mega-menu-legacy .no-mega-col h3{margin:0 0 18px!important;color:#071b31!important;font-size:20px!important;line-height:1.18!important;font-weight:950!important}
.no-header-legacy-v160 .no-mega-menu-legacy .no-mega-links{display:grid!important;gap:0!important;height:auto!important;max-height:none!important;overflow:visible!important}
.no-header-legacy-v160 .no-mega-menu-legacy .no-mega-links a{display:flex!important;width:auto!important;min-height:0!important;padding:9px 0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#071b31!important;font-size:14px!important;font-weight:850!important;line-height:1.25!important;white-space:normal!important;text-decoration:none!important}
.no-header-legacy-v160 .no-mega-menu-legacy .no-mega-links a:hover,.no-header-legacy-v160 .no-mega-menu-legacy .no-mega-links a:focus-visible{color:#d45500!important}
.no-header-legacy-v160 .no-mega-menu-legacy .no-mega-bottom{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:center!important;height:auto!important;max-height:none!important;padding:18px 28px!important;overflow:visible!important;border-top:1px solid #e3eaf1!important;background:#f8fafc!important}
.no-header-legacy-v160 .no-mega-menu-legacy .no-mega-bottom a{display:flex!important;justify-content:center!important;color:#071b31!important;font-size:13px!important;font-weight:950!important;letter-spacing:.06em!important;text-transform:uppercase!important;text-decoration:none!important}
.no-header-legacy-v160 .no-mega-menu-legacy .no-mega-bottom a:last-child{color:#d45500!important}
}
@media (min-width:1241px) and (max-width:1380px){
.no-header-legacy-v160 .no-topline-inner,.no-header-legacy-v160 .no-navbar{width:min(1160px,calc(100% - 32px))!important;max-width:1160px!important}
.no-header-legacy-v160 .no-navbar{grid-template-columns:176px minmax(0,1fr) 198px!important;column-gap:20px!important}
.no-header-legacy-v160 .no-brand{width:174px!important;min-width:174px!important}.no-header-legacy-v160 .no-brand img{width:168px!important;max-width:168px!important}
.no-header-legacy-v160 .no-menu{gap:20px!important}.no-header-legacy-v160 .no-menu>a,.no-header-legacy-v160 .no-menu-item>.no-menu-link{font-size:13px!important}
.no-header-legacy-v160 .no-quote{width:198px!important;min-width:198px!important;max-width:198px!important;font-size:13px!important}
}
@media (max-width:1240px){
.no-header-legacy-v160 .no-menu>a::before,.no-header-legacy-v160 .no-menu>a::after{display:none!important;content:none!important}
.no-header-legacy-v160 .no-menu-item{display:block!important;position:relative!important;width:100%!important;height:auto!important;min-height:0!important}
.no-header-legacy-v160 .no-menu-item>.no-menu-link::before{display:none!important;content:none!important}
.no-header-legacy-v160 .no-menu-item>.no-menu-link::after{content:"+"!important;display:inline-flex!important;position:static!important;width:30px!important;height:30px!important;margin-left:auto!important;background:#edf4fa!important;color:#071b31!important;border:0!important;border-radius:50%!important;align-items:center!important;justify-content:center!important;font-size:21px!important;line-height:1!important;font-weight:950!important;transform:none!important;flex:0 0 30px!important}
.no-header-legacy-v160 .no-menu-item.is-open>.no-menu-link::after{content:"−"!important}
}
@media (min-width:761px){
.no-footer-legacy-v160 .no-footer-main{width:min(1210px,calc(100% - 40px))!important;max-width:1210px!important;grid-template-columns:220px 190px 190px 190px minmax(270px,1fr)!important;gap:20px!important;padding:38px 0 30px!important;align-items:start!important}
.no-footer-legacy-v160 .no-footer-about{padding:16px!important}.no-footer-legacy-v160 .no-footer-col{padding:4px 0 0!important}
.no-footer-legacy-v160 .no-footer-col h3,.no-footer-legacy-v160 .no-footer-contact h3{margin:0 0 14px!important;font-size:17px!important;line-height:1.2!important}
.no-footer-legacy-v160 .no-footer-col a{min-height:0!important;padding:5px 0!important;margin:0!important;font-size:13px!important;line-height:1.32!important;align-items:flex-start!important}
.no-footer-legacy-v160 .no-footer-contact{padding:18px!important}.no-footer-legacy-v160 .no-footer-contact>a,.no-footer-legacy-v160 .no-footer-contact>span{min-height:0!important;padding:9px 0!important;gap:5px!important;justify-content:flex-start!important}
.no-footer-legacy-v160 .no-footer-contact b{font-size:10.5px!important;line-height:1.15!important}.no-footer-legacy-v160 .no-footer-contact a span,.no-footer-legacy-v160 .no-footer-contact>span>span{font-size:12.6px!important;line-height:1.35!important;overflow-wrap:anywhere!important}
.no-footer-legacy-v160 .no-footer-whatsapp{min-height:46px!important;margin-top:8px!important;padding:10px 13px!important}.no-footer-legacy-v160 .no-footer-bottom-inner{width:min(1210px,calc(100% - 40px))!important;max-width:1210px!important}
}
@media (min-width:761px) and (max-width:1120px){.no-footer-legacy-v160 .no-footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.no-footer-legacy-v160 .no-footer-contact{grid-column:span 2!important}}

/* ISTMASA V229 - final top contact bar vertical alignment */
@media (min-width:761px){
.no-header-legacy-v160 .no-topline{display:block!important;box-sizing:border-box!important;height:30px!important;min-height:30px!important;max-height:30px!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#061321!important;border:0!important;color:#fff!important}
.no-header-legacy-v160 .no-topline-inner{box-sizing:border-box!important;height:30px!important;min-height:30px!important;max-height:30px!important;margin-inline:auto!important;padding-block:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;overflow:hidden!important;color:#fff!important;font-size:12px!important;line-height:1!important}
.no-header-legacy-v160 .no-topline-left,.no-header-legacy-v160 .no-topline-right{box-sizing:border-box!important;display:flex!important;align-items:center!important;height:30px!important;min-height:30px!important;max-height:30px!important;margin:0!important;padding:0!important;flex-wrap:nowrap!important;line-height:1!important;overflow:hidden!important}
.no-header-legacy-v160 .no-topline-left{justify-content:flex-start!important;gap:24px!important}
.no-header-legacy-v160 .no-topline-right{justify-content:flex-end!important;margin-left:auto!important;text-align:right!important}
.no-header-legacy-v160 .no-topline a,.no-header-legacy-v160 .no-topline b,.no-header-legacy-v160 .no-topline span{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;align-self:center!important;height:30px!important;min-height:30px!important;max-height:30px!important;margin:0!important;padding:0!important;position:static!important;top:auto!important;bottom:auto!important;transform:none!important;vertical-align:middle!important;color:rgba(255,255,255,.94)!important;font-size:12px!important;font-weight:750!important;line-height:1!important;letter-spacing:.01em!important;white-space:nowrap!important;text-decoration:none!important}
.no-header-legacy-v160 .no-topline a::before,.no-header-legacy-v160 .no-topline b::before{display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:center!important;height:14px!important;min-height:14px!important;line-height:1!important;vertical-align:middle!important}
}
@media (max-width:760px){.no-header-legacy-v160 .no-topline{display:none!important}}
/* ISTMASA V232 CORPORATE MOBILE HEADER + MENU */
.ist-mobile-menu-head,.ist-mobile-quick-card,.ist-mobile-menu-search,.ist-mobile-menu-proof,.ist-mobile-menu-links{display:none}
@media (max-width:1240px){
  .no-header.no-header-legacy-v160 .no-topline{display:none!important}
  .no-header.no-header-legacy-v160{position:relative!important;background:#fff!important;border-bottom:1px solid #e5edf5!important;box-shadow:0 8px 24px rgba(7,27,49,.08)!important}
  .no-header.no-header-legacy-v160 .no-navbar{min-height:76px!important;height:76px!important;padding:10px 14px!important;display:grid!important;grid-template-columns:52px minmax(0,1fr) 52px!important;align-items:center!important;gap:10px!important;background:#fff!important}
  .no-header.no-header-legacy-v160 .no-brand{grid-column:2!important;justify-self:center!important;width:auto!important;max-width:210px!important;height:56px!important;padding:6px 12px!important;border:1px solid #dbe6f0!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 24px rgba(7,27,49,.08)!important}
  .no-header.no-header-legacy-v160 .no-brand img{width:auto!important;max-width:184px!important;height:44px!important;object-fit:contain!important}
  .no-header.no-header-legacy-v160 .no-menu-btn{grid-column:1!important;grid-row:1!important;position:static!important;display:flex!important;width:50px!important;height:50px!important;min-width:50px!important;border:0!important;border-radius:16px!important;background:#071b31!important;box-shadow:0 10px 24px rgba(7,27,49,.2)!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important}
  .no-header.no-header-legacy-v160 .no-menu-btn span{display:block!important;width:22px!important;height:2px!important;border-radius:4px!important;background:#fff!important;transition:.2s ease!important}
  .no-header.no-header-legacy-v160 .no-quote{grid-column:3!important;grid-row:1!important;display:flex!important;width:50px!important;height:50px!important;min-width:50px!important;padding:0!important;border-radius:16px!important;font-size:0!important;color:#fff!important;background:#ec7900!important;box-shadow:0 10px 24px rgba(236,121,0,.25)!important;align-items:center!important;justify-content:center!important}
  .no-header.no-header-legacy-v160 .no-quote:before{content:'↗';font-size:23px!important;font-weight:900!important;line-height:1!important}
  .no-header.no-header-legacy-v160 .no-menu{position:fixed!important;inset:0 0 0 auto!important;z-index:100001!important;width:min(92vw,430px)!important;height:100dvh!important;max-height:100dvh!important;padding:18px 18px calc(24px + env(safe-area-inset-bottom))!important;display:flex!important;flex-direction:column!important;gap:14px!important;overflow-y:auto!important;overscroll-behavior:contain!important;background:linear-gradient(180deg,#fff 0%,#f7fafc 100%)!important;border-left:1px solid #dbe6f0!important;box-shadow:-24px 0 60px rgba(7,27,49,.28)!important;transform:translateX(110%)!important;visibility:hidden!important;opacity:0!important;transition:transform .28s ease,opacity .2s ease,visibility .2s ease!important}
  .no-header.no-menu-open .no-menu{transform:translateX(0)!important;visibility:visible!important;opacity:1!important}
  .no-header.no-menu-open:after{content:'';position:fixed!important;inset:0!important;z-index:100000!important;background:rgba(3,15,29,.64)!important;backdrop-filter:blur(5px)!important}
  .no-header.no-menu-open .no-navbar{position:relative!important;z-index:100002!important}
  .ist-mobile-menu-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:2px 2px 8px!important}
  .ist-mobile-menu-logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important}
  .ist-mobile-menu-logo img{display:block!important;width:auto!important;max-width:220px!important;height:58px!important;object-fit:contain!important}
  .ist-mobile-menu-close{display:flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important;min-width:48px!important;border:0!important;border-radius:16px!important;background:#071b31!important;color:#fff!important;font-size:34px!important;font-weight:300!important;line-height:1!important;box-shadow:0 10px 24px rgba(7,27,49,.18)!important;cursor:pointer!important}
  .ist-mobile-quick-card{display:block!important;padding:20px!important;border-radius:24px!important;background:linear-gradient(145deg,#071b31,#0c2d4e)!important;color:#fff!important;box-shadow:0 18px 38px rgba(7,27,49,.2)!important}
  .ist-mobile-quick-card .ist-mobile-quick-kicker{display:block!important;margin:0 0 6px!important;color:#ff991e!important;font-size:13px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important}
  .ist-mobile-quick-card strong{display:block!important;margin:0 0 6px!important;font-size:20px!important;line-height:1.2!important}
  .ist-mobile-quick-card p{margin:0 0 15px!important;color:rgba(255,255,255,.78)!important;font-size:13px!important;line-height:1.55!important}
  .ist-mobile-whatsapp,.ist-mobile-phone{display:flex!important;align-items:center!important;justify-content:center!important;min-height:50px!important;border-radius:15px!important;text-decoration:none!important;font-weight:900!important}
  .ist-mobile-whatsapp{margin-bottom:9px!important;background:linear-gradient(135deg,#f18a00,#df6200)!important;color:#fff!important;box-shadow:0 10px 20px rgba(223,98,0,.22)!important}
  .ist-mobile-phone{border:1px solid rgba(255,255,255,.26)!important;background:rgba(255,255,255,.05)!important;color:#fff!important}
  .ist-mobile-menu-search{display:grid!important;grid-template-columns:1fr 52px!important;min-height:54px!important;border:1px solid #d9e4ef!important;border-radius:17px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 8px 22px rgba(7,27,49,.06)!important}
  .ist-mobile-menu-search input{min-width:0!important;width:100%!important;border:0!important;outline:0!important;padding:0 16px!important;background:transparent!important;color:#071b31!important;font-size:15px!important;font-weight:700!important}
  .ist-mobile-menu-search button{border:0!important;background:#071b31!important;color:#fff!important;font-size:25px!important;cursor:pointer!important}
  .ist-mobile-menu-links{display:flex!important;flex-direction:column!important;gap:9px!important}
  .ist-mobile-menu-links>a,.ist-mobile-menu-links>.no-menu-item>.no-menu-link{position:relative!important;display:flex!important;align-items:center!important;min-height:58px!important;margin:0!important;padding:0 52px 0 54px!important;border:1px solid #dbe6f0!important;border-radius:17px!important;background:#fff!important;color:#071b31!important;font-size:16px!important;font-weight:900!important;line-height:1.25!important;text-decoration:none!important;box-shadow:0 8px 20px rgba(7,27,49,.055)!important}
  .ist-mobile-menu-links>a:before,.ist-mobile-menu-links>.no-menu-item>.no-menu-link:before{content:'•';position:absolute!important;left:20px!important;top:50%!important;transform:translateY(-50%)!important;width:22px!important;height:22px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;background:#fff3e7!important;color:#ec7900!important;font-size:18px!important;font-weight:900!important}
  .ist-mobile-menu-links>a:first-child{border-left:4px solid #ec7900!important;padding-left:51px!important}
  .ist-mobile-menu-links>.no-menu-item{display:block!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}
  .ist-mobile-menu-links>.no-menu-item>.no-menu-link:after{content:'⌄'!important;position:absolute!important;right:19px!important;top:50%!important;transform:translateY(-50%)!important;color:#071b31!important;font-size:22px!important;line-height:1!important}
  .ist-mobile-menu-links>.no-menu-item.is-open>.no-menu-link{border-color:#ffc57e!important;background:#fffaf4!important;color:#d95e00!important}
  .ist-mobile-menu-links .ist-mobile-subpanel{display:none!important;margin:8px 0 0!important;padding:12px!important;border:1px solid #dbe6f0!important;border-radius:18px!important;background:#f5f8fb!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65)!important}
  .ist-mobile-menu-links>.no-menu-item.is-open>.ist-mobile-subpanel{display:block!important}
  .ist-mobile-group{margin:0 0 13px!important}
  .ist-mobile-group:last-child{margin-bottom:0!important}
  .ist-mobile-group-title{display:block!important;margin:0 0 7px!important;padding:0 6px!important;color:#ec7900!important;font-size:12px!important;font-weight:950!important;letter-spacing:.05em!important;text-transform:uppercase!important}
  .ist-mobile-links{display:grid!important;gap:6px!important}
  .ist-mobile-links a,.ist-mobile-bottom a{display:flex!important;align-items:center!important;min-height:44px!important;padding:10px 12px!important;border:1px solid #e1e9f1!important;border-radius:12px!important;background:#fff!important;color:#16324f!important;font-size:13px!important;font-weight:800!important;line-height:1.25!important;text-decoration:none!important}
  .ist-mobile-bottom{display:grid!important;gap:6px!important;margin-top:10px!important;padding-top:10px!important;border-top:1px solid #dbe6f0!important}
  .ist-mobile-bottom a:last-child{background:#071b31!important;color:#fff!important;border-color:#071b31!important}
  .ist-mobile-menu-proof{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-top:2px!important;padding:14px 8px!important;border:1px solid #dbe6f0!important;border-radius:20px!important;background:#fff!important;box-shadow:0 8px 20px rgba(7,27,49,.05)!important}
  .ist-mobile-menu-proof span{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-width:0!important;text-align:center!important;border-right:1px solid #e7edf3!important}
  .ist-mobile-menu-proof span:last-child{border-right:0!important}
  .ist-mobile-menu-proof b{color:#071b31!important;font-size:13px!important}
  .ist-mobile-menu-proof small{margin-top:2px!important;color:#617487!important;font-size:11px!important;line-height:1.2!important}
  body.no-mobile-menu-active{overflow:hidden!important;touch-action:none!important}
}
@media (max-width:520px){
  .no-header.no-header-legacy-v160 .no-navbar{grid-template-columns:48px minmax(0,1fr) 48px!important;padding-inline:10px!important}
  .no-header.no-header-legacy-v160 .no-menu-btn,.no-header.no-header-legacy-v160 .no-quote{width:46px!important;height:46px!important;min-width:46px!important;border-radius:15px!important}
  .no-header.no-header-legacy-v160 .no-brand{max-width:190px!important;height:54px!important}
  .no-header.no-header-legacy-v160 .no-brand img{max-width:162px!important;height:40px!important}
  .no-header.no-header-legacy-v160 .no-menu{width:94vw!important;padding:14px 14px calc(20px + env(safe-area-inset-bottom))!important}
  .ist-mobile-menu-logo img{max-width:185px!important;height:52px!important}
  .ist-mobile-quick-card{padding:17px!important;border-radius:21px!important}
}


/* ISTMASA V233 MOBILE HEADER MENU REFINEMENTS */
@media (max-width:1100px){
  .no-topline{display:none!important}
  .no-navbar{display:grid!important;grid-template-columns:52px minmax(0,1fr) 52px!important;align-items:center!important;gap:14px!important;min-height:86px!important;padding:12px 0!important}
  .no-brand{justify-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:0!important;max-width:100%!important;padding:8px 14px!important;border-radius:18px!important}
  .no-brand img{width:190px!important;max-width:min(54vw,190px)!important;height:64px!important;max-height:64px!important;object-fit:contain!important}
  .no-menu-btn{display:inline-flex!important;flex:0 0 52px!important;width:52px!important;height:52px!important;min-height:52px!important;align-items:center!important;justify-content:center!important;justify-self:start!important;border-radius:16px!important;background:#071b31!important;border-color:#071b31!important;box-shadow:0 14px 30px rgba(7,27,49,.18)!important}
  .no-menu-btn span{width:24px!important;height:2px!important;margin:3px 0!important;background:#fff!important}
  .no-quote{display:inline-flex!important;justify-self:end!important;flex:0 0 52px!important;width:52px!important;height:52px!important;min-height:52px!important;padding:0!important;border-radius:16px!important;font-size:0!important;line-height:0!important;box-shadow:0 14px 30px rgba(243,146,19,.26)!important}
  .no-quote::before{content:'↗';display:block;font-size:26px;line-height:1;font-weight:900;color:#fff}

  body.no-mobile-menu-active::before{content:'';position:fixed;inset:0;background:rgba(7,27,49,.42);backdrop-filter:blur(3px);z-index:1190}
  .no-header.no-menu-open{background:transparent!important;border-bottom:0!important;box-shadow:none!important;backdrop-filter:none!important}
  .no-header.no-menu-open .no-brand,
  .no-header.no-menu-open .no-quote,
  .no-header.no-menu-open .no-menu-btn{opacity:0!important;pointer-events:none!important}
  .no-header.no-menu-open .no-menu{display:flex!important;position:fixed!important;left:14px!important;right:14px!important;top:14px!important;bottom:14px!important;max-height:none!important;overflow:auto!important;overscroll-behavior:contain!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:18px!important;background:rgba(255,255,255,.98)!important;border:1px solid #dbe6f0!important;border-radius:28px!important;box-shadow:0 30px 80px rgba(7,27,49,.28)!important;backdrop-filter:blur(10px)!important;z-index:1200!important}

  .ist-mobile-menu-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;position:sticky!important;top:0!important;z-index:2!important;margin:0 0 16px!important;padding:0!important;background:transparent!important}
  .ist-mobile-menu-logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:1 1 auto!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
  .ist-mobile-menu-logo img{display:block!important;width:auto!important;max-width:min(60vw,240px)!important;height:70px!important;max-height:70px!important;object-fit:contain!important}
  .ist-mobile-menu-close{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 52px!important;width:52px!important;height:52px!important;min-width:52px!important;border:0!important;border-radius:16px!important;background:#071b31!important;color:#fff!important;font-size:30px!important;font-weight:300!important;line-height:1!important;box-shadow:0 12px 28px rgba(7,27,49,.18)!important;cursor:pointer!important}

  .ist-mobile-quick-card{display:grid!important;gap:10px!important;margin:0 0 14px!important;padding:20px!important;border-radius:24px!important;background:linear-gradient(145deg,#081d31,#0d304f)!important;color:#fff!important;box-shadow:0 16px 36px rgba(7,27,49,.16)!important}
  .ist-mobile-quick-kicker{display:block!important;color:#ffb25d!important;font-size:12px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}
  .ist-mobile-quick-card strong{display:block!important;color:#fff!important;font-size:18px!important;line-height:1.25!important;font-weight:900!important}
  .ist-mobile-quick-card p{margin:0!important;color:rgba(255,255,255,.82)!important;font-size:14px!important;line-height:1.55!important}
  .ist-mobile-whatsapp,.ist-mobile-phone{display:flex!important;align-items:center!important;justify-content:center!important;min-height:52px!important;padding:0 16px!important;border-radius:16px!important;font-size:16px!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}
  .ist-mobile-whatsapp{background:#fff!important;color:#071b31!important;border:1px solid rgba(255,255,255,.9)!important}
  .ist-mobile-phone{background:rgba(255,255,255,.12)!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)!important}

  .ist-mobile-menu-search{display:grid!important;grid-template-columns:minmax(0,1fr) 56px!important;align-items:stretch!important;margin:0 0 14px!important;border:1px solid #dbe6f0!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 8px 20px rgba(7,27,49,.05)!important}
  .ist-mobile-menu-search .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
  .ist-mobile-menu-search input{display:block!important;width:100%!important;min-width:0!important;min-height:54px!important;padding:0 16px!important;border:0!important;background:transparent!important;color:#071b31!important;font-size:16px!important;line-height:1.3!important;outline:none!important;box-shadow:none!important}
  .ist-mobile-menu-search input::placeholder{color:#647488!important;opacity:1!important}
  .ist-mobile-menu-search button{display:flex!important;align-items:center!important;justify-content:center!important;width:56px!important;min-width:56px!important;border:0!important;border-left:1px solid #dbe6f0!important;background:#12824f!important;color:#fff!important;font-size:22px!important;line-height:1!important;padding:0!important;cursor:pointer!important}

  .ist-mobile-menu-links{display:flex!important;flex-direction:column!important;gap:10px!important}
  .ist-mobile-menu-links>a,.ist-mobile-menu-links>.no-menu-item>.no-menu-link{position:relative!important;display:flex!important;align-items:center!important;min-height:60px!important;margin:0!important;padding:0 18px!important;border:1px solid #dbe6f0!important;border-radius:18px!important;background:#fff!important;color:#071b31!important;font-size:17px!important;font-weight:900!important;line-height:1.25!important;text-decoration:none!important;box-shadow:0 8px 20px rgba(7,27,49,.045)!important}
  .ist-mobile-menu-links>a:before,.ist-mobile-menu-links>.no-menu-item>.no-menu-link:before{display:none!important;content:none!important}
  .ist-mobile-menu-links>a:first-child{border-left:1px solid #dbe6f0!important;padding-left:18px!important}
  .ist-mobile-menu-links>.no-menu-item{display:block!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
  .ist-mobile-menu-links>.no-menu-item>.no-menu-link:after{content:'+'!important;position:absolute!important;right:18px!important;top:50%!important;transform:translateY(-50%)!important;color:#071b31!important;font-size:28px!important;font-weight:500!important;line-height:1!important}
  .ist-mobile-menu-links>.no-menu-item.is-open>.no-menu-link{border-color:#ffc57e!important;background:#fffaf4!important;color:#d95e00!important}
  .ist-mobile-menu-links>.no-menu-item.is-open>.no-menu-link:after{content:'−'!important;color:#d95e00!important}
  .ist-mobile-menu-links .ist-mobile-subpanel{display:none!important;margin:10px 0 0!important;padding:14px!important;border:1px solid #dbe6f0!important;border-radius:20px!important;background:#f7fafc!important;box-shadow:none!important}
  .ist-mobile-menu-links>.no-menu-item.is-open>.ist-mobile-subpanel{display:block!important}
  .ist-mobile-group{padding:0 0 12px!important;margin:0 0 12px!important;border-bottom:1px solid #e7edf3!important}
  .ist-mobile-group:last-child{padding-bottom:0!important;margin-bottom:0!important;border-bottom:0!important}
  .ist-mobile-group-title{display:block!important;margin:0 0 8px!important;color:#0a2137!important;font-size:12px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}
  .ist-mobile-links,.ist-mobile-bottom{display:grid!important;gap:8px!important}
  .ist-mobile-links a,.ist-mobile-bottom a{display:flex!important;align-items:center!important;min-height:46px!important;padding:0 14px!important;border:1px solid #e2eaf0!important;border-radius:14px!important;background:#fff!important;color:#102235!important;font-size:14px!important;font-weight:800!important;line-height:1.4!important;text-decoration:none!important;box-shadow:none!important}
  .ist-mobile-bottom{margin-top:8px!important}
  .ist-mobile-bottom a:last-child{background:#ff6d16!important;border-color:#ff6d16!important;color:#fff!important}

  .ist-mobile-menu-proof{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;margin-top:14px!important;border:1px solid #dbe6f0!important;border-radius:20px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 8px 20px rgba(7,27,49,.04)!important}
  .ist-mobile-menu-proof span{display:block!important;padding:16px 10px!important;text-align:center!important}
  .ist-mobile-menu-proof span+span{border-left:1px solid #e6edf3!important}
  .ist-mobile-menu-proof b{display:block!important;color:#0a2137!important;font-size:17px!important;line-height:1.1!important}
  .ist-mobile-menu-proof small{display:block!important;margin-top:4px!important;color:#68798a!important;font-size:12px!important;line-height:1.3!important}
}
@media (max-width:560px){
  .no-brand img{width:180px!important;max-width:min(56vw,180px)!important;height:60px!important;max-height:60px!important}
  .ist-mobile-menu-logo img{max-width:min(58vw,220px)!important;height:64px!important;max-height:64px!important}
  .ist-mobile-menu-proof{grid-template-columns:1fr 1fr 1fr!important}
}


/* ISTMASA V234 ASCII-SAFE MOBILE ICON FIX */
@media (max-width:1100px){
  .no-header.no-menu-open>.no-shell.no-navbar>.no-menu-btn,
  .no-header.no-menu-open>.no-shell.no-navbar>.no-quote,
  .no-header.no-menu-open>.no-shell.no-navbar>.no-brand{display:none!important;visibility:hidden!important;opacity:0!important}
  .no-quote{position:relative!important;overflow:hidden!important;color:transparent!important;text-indent:-9999px!important}
  .no-quote:before,.no-header.no-header-legacy-v160 .no-quote:before{content:''!important;position:absolute!important;left:50%!important;top:50%!important;width:14px!important;height:14px!important;border-top:3px solid #fff!important;border-right:3px solid #fff!important;transform:translate(-45%,-55%)!important;font-size:0!important}
  .no-quote:after{content:''!important;position:absolute!important;left:50%!important;top:50%!important;width:18px!important;height:3px!important;background:#fff!important;border-radius:3px!important;transform:translate(-58%,35%) rotate(-45deg)!important}
  .ist-mobile-menu-close{font-family:Arial,sans-serif!important;font-size:0!important;position:relative!important;overflow:hidden!important}
  .ist-mobile-menu-close:before,.ist-mobile-menu-close:after{content:''!important;position:absolute!important;left:50%!important;top:50%!important;width:24px!important;height:2px!important;background:#fff!important;border-radius:3px!important}
  .ist-mobile-menu-close:before{transform:translate(-50%,-50%) rotate(45deg)!important}
  .ist-mobile-menu-close:after{transform:translate(-50%,-50%) rotate(-45deg)!important}
  .ist-mobile-menu-links>a:before,.ist-mobile-menu-links>.no-menu-item>.no-menu-link:before{display:none!important;content:''!important;width:0!important;height:0!important;overflow:hidden!important}
  .ist-mobile-menu-links>a,.ist-mobile-menu-links>.no-menu-item>.no-menu-link{padding-left:18px!important}
  .ist-mobile-menu-search button{font-family:Arial,sans-serif!important;font-size:14px!important;font-weight:900!important;letter-spacing:.02em!important}
  .ist-mobile-menu-links>.no-menu-item>.no-menu-link:after{content:'+'!important;font-family:Arial,sans-serif!important}
  .ist-mobile-menu-links>.no-menu-item.is-open>.no-menu-link:after{content:'-'!important;font-family:Arial,sans-serif!important}
}

/* ISTMASA V237 - desktop navigation visibility hard fix */
@media (min-width: 992px){
  .no-header.no-header-legacy-v160 .no-navbar{
    display:grid!important;
    grid-template-columns:190px minmax(0,1fr) 220px!important;
    align-items:center!important;
    column-gap:26px!important;
    overflow:visible!important;
  }
  .no-header.no-header-legacy-v160 .no-menu{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:static!important;
    width:100%!important;
    height:auto!important;
    min-height:74px!important;
    max-height:none!important;
    overflow:visible!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:nowrap!important;
    gap:24px!important;
    padding:0!important;
    margin:0!important;
    transform:none!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    pointer-events:auto!important;
  }
  .no-header.no-header-legacy-v160 .no-menu>a,
  .no-header.no-header-legacy-v160 .no-menu-item>.no-menu-link{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:0!important;
    min-height:74px!important;
    padding:0!important;
    margin:0!important;
    color:#071b31!important;
    font-size:13px!important;
    font-weight:900!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .no-header.no-header-legacy-v160 .no-menu-item{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:static!important;
    align-items:center!important;
    width:auto!important;
    min-height:74px!important;
  }
  .no-header.no-header-legacy-v160 .no-menu-btn{display:none!important}
}
@media (min-width:992px) and (max-width:1240px){
  .no-header.no-header-legacy-v160 .no-navbar{grid-template-columns:170px minmax(0,1fr) 190px!important;column-gap:16px!important}
  .no-header.no-header-legacy-v160 .no-menu{gap:15px!important}
  .no-header.no-header-legacy-v160 .no-menu>a,
  .no-header.no-header-legacy-v160 .no-menu-item>.no-menu-link{font-size:12px!important}
  .no-header.no-header-legacy-v160 .no-quote{width:190px!important;min-width:190px!important;max-width:190px!important}
}

/* ISTMASA V238 - desktop menu wrapper visibility fix */
@media (min-width:992px){
  .no-header.no-header-legacy-v160 .ist-mobile-menu-head,
  .no-header.no-header-legacy-v160 .ist-mobile-quick-card,
  .no-header.no-header-legacy-v160 .ist-mobile-menu-search,
  .no-header.no-header-legacy-v160 .ist-mobile-menu-proof{display:none!important}
  .no-header.no-header-legacy-v160 .ist-mobile-menu-links{
    display:flex!important;visibility:visible!important;opacity:1!important;flex:1 1 auto!important;min-width:0!important;height:100%!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:24px!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important
  }
  .no-header.no-header-legacy-v160 .ist-mobile-menu-links>a,
  .no-header.no-header-legacy-v160 .ist-mobile-menu-links>.no-menu-item{flex:0 0 auto!important}
}
@media (min-width:992px) and (max-width:1240px){.no-header.no-header-legacy-v160 .ist-mobile-menu-links{gap:15px!important}}
