
html body.cim360CatalogMode .catalogPageSection > .container,
html body.serviceCatalogPage.cim360CatalogMode .catalogPageSection > .container{
  display:flex !important;
  flex-direction:column !important;
  width:min(1240px, calc(100% - 48px)) !important;
  max-width:1240px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

html body.cim360CatalogMode #catalogServiceNavWrap{
  order:1 !important;
  width:100% !important;
  margin:18px 0 26px !important;
}
html body.cim360CatalogMode #catalogServiceNavWrap .catalogServiceNav,
html body.cim360CatalogMode .catalogServiceNav{
  display:grid !important;
  grid-template-columns:repeat(7, minmax(0,1fr)) !important;
  gap:10px 12px !important;
  width:100% !important;
  max-width:100% !important;
  align-items:stretch !important;
}
html body.cim360CatalogMode #catalogServiceNavWrap .catalogServiceChip,
html body.cim360CatalogMode .catalogServiceNav .catalogServiceChip,
html body.cim360CatalogMode .catalogServiceNav a{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-height:38px !important;
  padding:9px 12px !important;
  border-radius:999px !important;
  box-sizing:border-box !important;
  text-align:center !important;
  white-space:normal !important;
  line-height:1.2 !important;
}

html body.cim360CatalogMode .catalogHero{order:0 !important;}
html body.cim360CatalogMode #catalogRotationWrap{order:2 !important;}
html body.cim360CatalogMode #catalogDetailSection{order:3 !important;}
html body.cim360CatalogMode .cimServiceSupportPanel{order:4 !important;}
html body.cim360CatalogMode #cimRelatedDetailsV2404{order:5 !important;}
html body.cim360CatalogMode .catalogBackWrap{order:6 !important;}

html body.cim360CatalogMode #catalogRotationWrap,
html body.cim360CatalogMode .catalogPageSection #catalogRotationWrap{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 0 26px !important;
  min-height:0 !important;
  transform:none !important;
}

html body.cim360CatalogMode .catalog360PanelV2420{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(340px,.9fr) !important;
  gap:28px !important;
  width:100% !important;
  padding:28px !important;
  border:1px solid rgba(169,204,244,.62) !important;
  border-radius:28px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(34,115,210,.22) 0, rgba(34,115,210,0) 32%),
    linear-gradient(135deg,#082b58 0%, #0b3d76 48%, #eef7ff 49%, #f8fcff 100%) !important;
  box-shadow:0 20px 54px rgba(4,35,75,.14) !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
}

html body.cim360CatalogMode .catalog360TextV2420{
  min-width:0 !important;
}
html body.cim360CatalogMode .catalog360TextV2420 .catalogMiniBadgeV2420{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:7px 12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.11) !important;
  border:1px solid rgba(214,234,255,.22) !important;
  color:#dceeff !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:900 !important;
  margin-bottom:12px !important;
}
html body.cim360CatalogMode .catalog360TextV2420 h2{
  margin:0 0 12px !important;
  color:#ffffff !important;
  font-size:27px !important;
  line-height:1.12 !important;
  font-weight:760 !important;
  letter-spacing:-.025em !important;
}
html body.cim360CatalogMode .catalog360TextV2420 p{
  margin:0 0 14px !important;
  color:#d8eaff !important;
  font-size:15px !important;
  line-height:1.64 !important;
  font-weight:400 !important;
}
html body.cim360CatalogMode .catalog360FeaturesV2420{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
  margin-top:14px !important;
}
html body.cim360CatalogMode .catalog360FeaturesV2420 span{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:38px !important;
  padding:8px 10px !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.11) !important;
  border:1px solid rgba(214,234,255,.20) !important;
  color:#e5f3ff !important;
  font-size:12.5px !important;
  line-height:1.25 !important;
  font-weight:500 !important;
  text-align:center !important;
}

html body.cim360CatalogMode .catalog360ViewerV2420{
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(207,227,251,.92) !important;
  border-radius:24px !important;
  padding:18px !important;
  box-shadow:0 18px 44px rgba(5,39,84,.18) !important;
}
html body.cim360CatalogMode .catalog360ViewerHeadV2420{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  margin-bottom:12px !important;
  color:#082f62 !important;
  font-size:13px !important;
  font-weight:760 !important;
}
html body.cim360CatalogMode .catalog360ViewerHeadV2420 small{
  color:#0b66d8 !important;
  background:#eff6ff !important;
  border:1px solid #d9ebff !important;
  border-radius:999px !important;
  padding:4px 8px !important;
  font-size:11px !important;
  font-weight:700 !important;
}
html body.cim360CatalogMode .catalog360StageV2420{
  width:100% !important;
  height:270px !important;
  border-radius:18px !important;
  background:#ffffff !important;
  border:1px solid #e0ecfb !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}
html body.cim360CatalogMode .catalog360StageV2420 img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#ffffff !important;
}
html body.cim360CatalogMode .catalog360ControlsV2420{
  display:flex !important;
  justify-content:center !important;
  gap:8px !important;
  margin:12px 0 !important;
}
html body.cim360CatalogMode .catalog360ControlsV2420 button{
  border:0 !important;
  border-radius:999px !important;
  padding:8px 14px !important;
  background:#092f63 !important;
  color:#ffffff !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:700 !important;
  cursor:pointer !important;
}
html body.cim360CatalogMode .catalog360ControlsV2420 button:nth-child(2){
  background:#0b6cff !important;
}
html body.cim360CatalogMode .catalog360ThumbsV2420{
  display:flex !important;
  gap:8px !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
}
html body.cim360CatalogMode .catalog360ThumbsV2420 button{
  width:46px !important;
  height:46px !important;
  border-radius:12px !important;
  border:1px solid #cfe3fb !important;
  background:#fff !important;
  padding:3px !important;
  cursor:pointer !important;
}
html body.cim360CatalogMode .catalog360ThumbsV2420 button.active{
  border-color:#0b6cff !important;
  box-shadow:0 0 0 3px rgba(11,108,255,.12) !important;
}
html body.cim360CatalogMode .catalog360ThumbsV2420 img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
}

html body.cim360CatalogMode #catalogDetailSection .catalogDetailMediaV2420{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:stretch !important;
  gap:16px !important;
  min-height:100% !important;
  width:100% !important;
  align-self:center !important;
  padding:0 !important;
}
html body.cim360CatalogMode #catalogDetailSection .catalogDetailMediaV2420 > img{
  display:none !important;
}
html body.cim360CatalogMode #catalogDetailSection .catalogDetailImageCardV2420{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:178px !important;
  min-height:178px !important;
  max-height:178px !important;
  overflow:hidden !important;
  border:1px solid #cfe3fb !important;
  border-radius:18px !important;
  background:#ffffff !important;
  box-shadow:0 12px 28px rgba(8,51,97,.06) !important;
}
html body.cim360CatalogMode #catalogDetailSection .catalogDetailImageCardV2420 img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#ffffff !important;
  border:0 !important;
  border-radius:0 !important;
  padding:0 !important;
  margin:0 !important;
  box-shadow:none !important;
}

html body.cim360CatalogMode #cimRelatedDetailsV2404,
html body.cim360CatalogMode .catalogPageSection #cimRelatedDetailsV2404{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  margin-top:22px !important;
  margin-bottom:0 !important;
  padding:26px !important;
  box-sizing:border-box !important;
  border:1px solid #cfe2fb !important;
  border-radius:24px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(227,242,255,.82) 0, rgba(227,242,255,0) 34%),
    linear-gradient(180deg,#fbfdff 0%,#f4f9ff 100%) !important;
  box-shadow:0 16px 42px rgba(8,48,94,.075) !important;
  transform:none !important;
}
html body.cim360CatalogMode #cimRelatedDetailsV2404 h2{
  margin:0 0 10px !important;
  color:#0b315f !important;
  font-size:24px !important;
  line-height:1.18 !important;
  font-weight:700 !important;
  letter-spacing:-.01em !important;
}
html body.cim360CatalogMode #cimRelatedDetailsV2404 > p{
  max-width:980px !important;
  margin:0 0 18px !important;
  color:#2f5684 !important;
  font-size:15px !important;
  line-height:1.62 !important;
  font-weight:400 !important;
}
html body.cim360CatalogMode #cimRelatedDetailsV2404 .cimRelatedDetailsGridV2404{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
}
html body.cim360CatalogMode #cimRelatedDetailsV2404 .cimRelatedDetailCardV2404{
  padding:18px !important;
  min-height:112px !important;
  border:1px solid #d6e8fb !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.78) !important;
  box-shadow:0 10px 24px rgba(8,48,94,.045) !important;
}
html body.cim360CatalogMode #cimRelatedDetailsV2404 .cimRelatedDetailCardV2404 b{
  display:block !important;
  margin:0 0 8px !important;
  color:#0b315f !important;
  font-size:17px !important;
  line-height:1.25 !important;
  font-weight:650 !important;
}
html body.cim360CatalogMode #cimRelatedDetailsV2404 .cimRelatedDetailCardV2404 span{
  display:block !important;
  color:#2f5684 !important;
  font-size:15px !important;
  line-height:1.54 !important;
  font-weight:400 !important;
}

@media(max-width:980px){
  html body.cim360CatalogMode .catalog360PanelV2420{
    grid-template-columns:1fr !important;
    gap:18px !important;
    padding:20px !important;
  }
  html body.cim360CatalogMode #catalogServiceNavWrap .catalogServiceNav,
  html body.cim360CatalogMode .catalogServiceNav{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
  html body.cim360CatalogMode #catalogDetailSection .catalogDetailMediaV2420{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px !important;
    min-height:0 !important;
  }
  html body.cim360CatalogMode #catalogDetailSection .catalogDetailImageCardV2420{
    height:165px !important;
    min-height:165px !important;
    max-height:165px !important;
  }
}
@media(max-width:620px){
  html body.cim360CatalogMode .catalogPageSection > .container{
    width:min(100% - 28px,1120px) !important;
  }
  html body.cim360CatalogMode #catalogServiceNavWrap .catalogServiceNav,
  html body.cim360CatalogMode .catalogServiceNav{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  html body.cim360CatalogMode .catalog360FeaturesV2420{
    grid-template-columns:1fr !important;
  }
  html body.cim360CatalogMode .catalog360StageV2420{
    height:220px !important;
  }
  html body.cim360CatalogMode #cimRelatedDetailsV2404 .cimRelatedDetailsGridV2404{
    grid-template-columns:1fr !important;
  }
  html body.cim360CatalogMode #catalogDetailSection .catalogDetailMediaV2420{
    grid-template-columns:1fr !important;
  }
  html body.cim360CatalogMode #catalogDetailSection .catalogDetailImageCardV2420{
    height:155px !important;
    min-height:155px !important;
    max-height:155px !important;
  }
}

html body.cim360CatalogMode .catalogPageSection > .container,
html body.serviceCatalogPage.cim360CatalogMode .catalogPageSection > .container{
  width:min(1120px, calc(100% - 48px)) !important;
  max-width:1120px !important;
}

html body.cim360CatalogMode #catalogRotationWrap,
html body.cim360CatalogMode .catalogPageSection #catalogRotationWrap{
  margin:0 auto 24px !important;
}

html body.cim360CatalogMode .catalog360PanelV2420{
  grid-template-columns:minmax(0,.96fr) minmax(360px,.82fr) !important;
  gap:22px !important;
  padding:20px !important;
  min-height:0 !important;
  border:1px solid #cfe2fb !important;
  border-radius:24px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(230,243,255,.95) 0, rgba(230,243,255,0) 34%),
    radial-gradient(circle at 92% 100%, rgba(235,247,255,.72) 0, rgba(235,247,255,0) 36%),
    linear-gradient(135deg,#ffffff 0%,#f6fbff 52%,#edf6ff 100%) !important;
  box-shadow:0 16px 42px rgba(8,48,94,.08), inset 0 1px 0 rgba(255,255,255,.96) !important;
}

html body.cim360CatalogMode .catalog360TextV2420 .catalogMiniBadgeV2420{
  background:#f1f7ff !important;
  border:1px solid #d2e6ff !important;
  color:#1767d5 !important;
  font-size:11.5px !important;
  font-weight:700 !important;
  margin-bottom:10px !important;
}

html body.cim360CatalogMode .catalog360TextV2420 h2{
  color:#0b315f !important;
  font-size:22px !important;
  line-height:1.18 !important;
  font-weight:700 !important;
  margin:0 0 10px !important;
}

html body.cim360CatalogMode .catalog360TextV2420 p{
  color:#2f5684 !important;
  font-size:14px !important;
  line-height:1.58 !important;
  font-weight:400 !important;
  margin:0 0 10px !important;
}

html body.cim360CatalogMode .catalog360FeaturesV2420{
  gap:8px !important;
  margin-top:12px !important;
}

html body.cim360CatalogMode .catalog360FeaturesV2420 span{
  min-height:34px !important;
  padding:7px 10px !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.78) !important;
  border:1px solid #d5e8fb !important;
  color:#17436e !important;
  font-size:12px !important;
  font-weight:500 !important;
}

html body.cim360CatalogMode .catalog360ViewerV2420{
  width:100% !important;
  max-width:452px !important;
  justify-self:end !important;
  padding:14px !important;
  border-radius:22px !important;
  background:#ffffff !important;
  box-shadow:0 14px 34px rgba(8,48,94,.08) !important;
}

html body.cim360CatalogMode .catalog360ViewerHeadV2420{
  margin-bottom:10px !important;
  font-size:13px !important;
  font-weight:700 !important;
}

html body.cim360CatalogMode .catalog360StageV2420{
  height:220px !important;
  border-radius:18px !important;
}

html body.cim360CatalogMode .catalog360ControlsV2420{
  margin:10px 0 !important;
}

html body.cim360CatalogMode .catalog360ControlsV2420 button{
  padding:8px 13px !important;
  font-size:12px !important;
  font-weight:700 !important;
}

html body.cim360CatalogMode .catalog360ThumbsV2420{
  gap:7px !important;
}

html body.cim360CatalogMode .catalog360ThumbsV2420 button{
  width:40px !important;
  height:40px !important;
}

@media(max-width:980px){
  html body.cim360CatalogMode .catalog360PanelV2420{
    grid-template-columns:1fr !important;
    padding:18px !important;
  }
  html body.cim360CatalogMode .catalog360ViewerV2420{
    justify-self:stretch !important;
    max-width:none !important;
  }
}

@media(max-width:620px){
  html body.cim360CatalogMode .catalogPageSection > .container,
  html body.serviceCatalogPage.cim360CatalogMode .catalogPageSection > .container{
    width:min(100% - 28px,1120px) !important;
  }
  html body.cim360CatalogMode .catalog360StageV2420{
    height:205px !important;
  }
}

html body.cim360CatalogMode .cim360ServiceSupportPanelV3231{display:grid!important;order:4!important;width:min(1120px,calc(100vw - 42px))!important;max-width:1120px!important;margin:0 auto 44px!important;padding:22px 22px 20px!important;box-sizing:border-box!important;grid-template-columns:minmax(225px,270px) minmax(0,1fr)!important;column-gap:22px!important;align-items:stretch!important;border:1px solid #cfe2fb!important;border-radius:22px!important;background:radial-gradient(circle at 7% 0%,rgba(229,242,255,.82) 0,rgba(229,242,255,0) 34%),linear-gradient(135deg,rgba(255,255,255,.99) 0%,rgba(250,253,255,.96) 52%,rgba(244,249,255,.94) 100%)!important;box-shadow:0 18px 46px rgba(13,49,96,.075),0 2px 10px rgba(13,49,96,.035),inset 0 1px 0 rgba(255,255,255,.95)!important;overflow:hidden!important;visibility:visible!important;opacity:1!important;contain:none!important;content-visibility:visible!important;}
html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportIntro{padding:4px 20px 4px 0!important;border-right:1px solid #d5e7fb!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:142px!important;}
html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportIntro h3{margin:0!important;color:#002f66!important;font-family:Arial,Helvetica,sans-serif!important;font-size:24px!important;line-height:1.18!important;font-weight:800!important;letter-spacing:-.02em!important;text-shadow:none!important;}
html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportLine{width:72px!important;height:2px!important;display:block!important;margin:12px 0 14px!important;border-radius:999px!important;background:linear-gradient(90deg,#1c7dff 0%,#b9dcff 100%)!important;}
html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportIntro p{margin:0!important;color:#003b78!important;font-family:Arial,Helvetica,sans-serif!important;font-size:14.2px!important;line-height:1.56!important;font-weight:400!important;letter-spacing:0!important;text-shadow:none!important;}
html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportItems{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;gap:0!important;}
html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportItem{min-width:0!important;padding:6px 14px 4px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;border-right:1px solid #d5e7fb!important;box-sizing:border-box!important;background:transparent!important;box-shadow:none!important;transform:none!important;animation:none!important;transition:none!important;}
html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportItem:last-child{border-right:0!important;}
html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportIcon{width:56px!important;height:56px!important;flex:0 0 56px!important;margin:0 0 12px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#1267e8!important;background:radial-gradient(circle at 35% 24%,rgba(255,255,255,1) 0%,rgba(255,255,255,.72) 34%,rgba(235,245,255,.9) 100%)!important;border:1px solid #cfe2fb!important;box-shadow:0 10px 22px rgba(12,72,153,.08),inset 0 1px 0 rgba(255,255,255,.95)!important;}
html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportIcon svg{width:25px!important;height:25px!important;display:block!important;stroke-width:2!important;}
html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportItem h4{margin:0 0 7px!important;color:#002f66!important;font-family:Arial,Helvetica,sans-serif!important;font-size:14.2px!important;line-height:1.24!important;font-weight:760!important;letter-spacing:-.005em!important;text-shadow:none!important;}
html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportItem p{margin:0!important;color:#003b78!important;font-family:Arial,Helvetica,sans-serif!important;font-size:13.2px!important;line-height:1.45!important;font-weight:400!important;letter-spacing:0!important;text-shadow:none!important;}
html body.cim360CatalogMode .cim360ServiceSupportPanelV3231,html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 *{animation:none!important;transition:none!important;transform:none!important;filter:none!important;will-change:auto!important;}
@media(max-width:900px){html body.cim360CatalogMode .cim360ServiceSupportPanelV3231{grid-template-columns:1fr!important;padding:20px 16px!important;}html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportIntro{border-right:0!important;border-bottom:1px solid #d5e7fb!important;padding:0 0 18px!important;margin-bottom:16px!important;min-height:0!important;}html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportItems{grid-template-columns:1fr!important;}html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportItem{border-right:0!important;border-bottom:1px solid #e2eefb!important;padding:14px 4px!important;}html body.cim360CatalogMode .cim360ServiceSupportPanelV3231 .cimServiceSupportItem:last-child{border-bottom:0!important;}}
