/* About page — 公司介绍 */
.hybrid-cloud-tpm-page .about-intro-section{
  box-sizing:border-box;
  padding-bottom:80px;
  background:linear-gradient(180deg,#ffffff 0%,#f0f2f5 100%);
}
.hybrid-cloud-tpm-page .about-intro-section__body{
  box-sizing:border-box;
  max-width:1360px!important;
  width:100%!important;
  padding:0 40px!important;
  margin:0 auto!important;
}
.hybrid-cloud-tpm-page .about-intro-panel{
  display:flex;
  align-items:stretch;
  box-sizing:border-box;
  width:100%;
  max-width:none;
  min-height:460px;
  background:#fff;
  border:0;
  box-shadow:8px 12px 28px rgba(55,99,170,.08);
  overflow:hidden;
}
.hybrid-cloud-tpm-page .about-intro-panel__media{
  flex:0 0 46%;
  max-width:46%;
  min-height:460px;
  overflow:hidden;
  background:#eef1f6;
}
.hybrid-cloud-tpm-page .about-intro-panel__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.hybrid-cloud-tpm-page .about-intro-panel__copy{
  flex:1 1 auto;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-width:0;
  padding:40px 40px 28px;
  background:linear-gradient(180deg,#fff 0%,#f9fafc 100%);
}
.hybrid-cloud-tpm-page .about-intro-pager__viewport{
  position:relative;
  flex:1 1 auto;
  min-height:320px;
  height:320px;
  overflow:hidden;
}
.hybrid-cloud-tpm-page .about-intro-pager__track{
  will-change:transform;
  transform:translate3d(0,0,0);
  transition:transform .72s cubic-bezier(.22,.61,.36,1);
}
.hybrid-cloud-tpm-page .about-intro-pager__page{
  box-sizing:border-box;
  width:100%;
  height:320px;
  padding-right:8px;
  overflow:hidden;
}
.hybrid-cloud-tpm-page .about-intro-pager__title{
  margin:0 0 14px;
  font-size:20px;
  line-height:28px;
  font-weight:500;
  color:#161616;
}
.hybrid-cloud-tpm-page .about-intro-pager__bar{
  display:block;
  width:48px;
  height:3px;
  margin:0 0 18px;
  background:linear-gradient(90deg,#4d8dff 0%,#0052d9 100%);
}
.hybrid-cloud-tpm-page .about-intro-pager__page p{
  margin:0 0 14px;
  font-size:15px;
  line-height:26px;
  color:#495770;
}
.hybrid-cloud-tpm-page .about-intro-pager__page p:last-child{
  margin-bottom:0;
}
.hybrid-cloud-tpm-page .about-intro-pager__nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  margin-top:18px;
  flex:0 0 auto;
}
.hybrid-cloud-tpm-page .about-intro-pager__ind{
  min-width:48px;
  text-align:center;
  font-size:13px;
  line-height:20px;
  color:#7a8494;
  user-select:none;
  transition:opacity .25s ease;
}
.hybrid-cloud-tpm-page .about-intro-pager__btn{
  position:relative;
  box-sizing:border-box;
  width:36px;
  height:36px;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:#161616;
  cursor:pointer;
  transition:background-color .25s ease, opacity .25s ease;
}
.hybrid-cloud-tpm-page .about-intro-pager__btn:hover{
  background:#2a2a2a;
}
.hybrid-cloud-tpm-page .about-intro-pager__btn:disabled{
  opacity:.32;
  cursor:default;
  background:#161616;
}
.hybrid-cloud-tpm-page .about-intro-pager__ico{
  position:absolute;
  left:50%;
  top:50%;
  width:8px;
  height:8px;
  margin:0;
  border-style:solid;
  border-color:#fff;
  border-width:0 1.5px 1.5px 0;
  box-sizing:border-box;
  pointer-events:none;
}
.hybrid-cloud-tpm-page .about-intro-pager__btn--prev .about-intro-pager__ico{
  transform:translate(-50%,-35%) rotate(-135deg);
}
.hybrid-cloud-tpm-page .about-intro-pager__btn--next .about-intro-pager__ico{
  transform:translate(-50%,-65%) rotate(45deg);
}
@media screen and (max-width:768px){
  .hybrid-cloud-tpm-page .about-intro-section{
    padding-bottom:48px;
  }
  .hybrid-cloud-tpm-page .about-intro-section__body{
    padding:0 16px!important;
  }
  .hybrid-cloud-tpm-page .about-intro-panel{
    flex-direction:column;
    min-height:0;
  }
  .hybrid-cloud-tpm-page .about-intro-panel__media{
    flex:none;
    max-width:100%;
    width:100%;
    min-height:200px;
    height:200px;
  }
  .hybrid-cloud-tpm-page .about-intro-panel__copy{
    padding:20px 16px 20px;
  }
  .hybrid-cloud-tpm-page .about-intro-pager__viewport,
  .hybrid-cloud-tpm-page .about-intro-pager__page{
    min-height:360px;
    height:360px;
  }
  .hybrid-cloud-tpm-page .about-intro-pager__title{
    font-size:18px;
    line-height:26px;
  }
  .hybrid-cloud-tpm-page .about-intro-pager__page p{
    font-size:14px;
    line-height:24px;
    margin-bottom:12px;
  }
}

/* About page — 发展历史 */
.hybrid-cloud-tpm-page .about-history-section{
  box-sizing:border-box;
  padding-bottom:80px;
  background:linear-gradient(180deg,#e9ebef 0%,#f5f6f8 55%,#eceef2 100%);
}
.hybrid-cloud-tpm-page .about-history-panel--empty{
  position:relative;
  min-height:480px;
  background:#fff;
  overflow:visible;
}
.hybrid-cloud-tpm-page .about-history-axis{
  position:absolute;
  left:56px;
  right:56px;
  top:50%;
  height:0;
  transform:translateY(-50%);
  z-index:4;
  pointer-events:none;
}
.hybrid-cloud-tpm-page .about-history-axis__line{
  position:absolute;
  left:0;
  right:0;
  top:50%;
  height:2px;
  margin-top:-1px;
  background:linear-gradient(90deg,rgba(0,82,217,0) 0%,#0052d9 10%,#0052d9 90%,rgba(0,82,217,0) 100%);
}
.hybrid-cloud-tpm-page .about-history-axis__nodes{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  list-style:none;
  margin:0;
  padding:0;
  height:0;
}
.hybrid-cloud-tpm-page .about-history-axis__node{
  position:relative;
  width:16px;
  height:16px;
  flex:0 0 auto;
}
.hybrid-cloud-tpm-page .about-history-axis__dot{
  position:absolute;
  left:50%;
  top:50%;
  width:14px;
  height:14px;
  margin:-7px 0 0 -7px;
  box-sizing:border-box;
  border:2px solid #0052d9;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 4px rgba(0,82,217,.08);
  z-index:2;
}
.hybrid-cloud-tpm-page .about-history-axis__time{
  position:absolute;
  white-space:nowrap;
  font-size:12px;
  line-height:18px;
  font-weight:400;
  color:#a7a7a7;
  z-index:3;
}
/* 奇数点：时间在圆点左上角 */
.hybrid-cloud-tpm-page .about-history-axis__node--tl .about-history-axis__time{
  right:calc(100% + 8px);
  bottom:calc(100% + 8px);
  text-align:right;
}
/* 偶数点：时间在圆点右下角 */
.hybrid-cloud-tpm-page .about-history-axis__node--br .about-history-axis__time{
  left:calc(100% + 8px);
  top:calc(100% + 8px);
  text-align:left;
}
.hybrid-cloud-tpm-page .about-history-slots{
  position:absolute;
  left:56px;
  right:56px;
  top:20px;
  bottom:20px;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  column-gap:12px;
  padding:0 8px; /* 对齐圆点中心间距 */
  box-sizing:border-box;
  overflow:visible;
}
.hybrid-cloud-tpm-page .about-history-slots__item{
  position:relative;
  min-width:0;
  height:100%;
  z-index:1;
  overflow:visible;
}
.hybrid-cloud-tpm-page .about-history-slots__item:hover{
  z-index:8;
}
.hybrid-cloud-tpm-page .about-history-slots__media,
.hybrid-cloud-tpm-page .about-history-slots__copy{
  position:absolute;
  left:0;
  right:0;
  box-sizing:border-box;
}
.hybrid-cloud-tpm-page .about-history-slots__media{
  background:#eef1f5;
  box-shadow:0 6px 16px rgba(0,0,0,.04);
  z-index:1;
}
.hybrid-cloud-tpm-page .about-history-slots__copy{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  box-sizing:border-box;
  padding:12px 10px;
  overflow:visible;
  background:transparent;
  box-shadow:0 0 0 0 rgba(0,0,0,0);
  transition:box-shadow .28s ease, background-color .28s ease;
  z-index:3;
}
.hybrid-cloud-tpm-page .about-history-slots__copy:hover{
  background:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.14), 0 4px 12px rgba(0,0,0,.08);
}
.hybrid-cloud-tpm-page .about-history-slots__year{
  display:inline-flex;
  align-items:flex-end;
  gap:4px;
  width:fit-content;
  max-width:100%;
  margin:0 0 8px;
  font-size:18px;
  line-height:1;
  font-weight:600;
  color:#161616;
}
.hybrid-cloud-tpm-page .about-history-slots__y{
  font-size:18px;
  line-height:1;
  font-weight:600;
}
.hybrid-cloud-tpm-page .about-history-slots__md{
  position:static;
  font-size:10px;
  line-height:1;
  font-weight:400;
  color:#a7a7a7;
  letter-spacing:.02em;
}
.hybrid-cloud-tpm-page .about-history-slots__text{
  margin:0;
  font-size:13px;
  line-height:22px;
  color:#495770;
}
/* 图在上、文在下 */
.hybrid-cloud-tpm-page .about-history-slots__item--up .about-history-slots__media{
  top:0;
  bottom:calc(50% + 18px);
}
.hybrid-cloud-tpm-page .about-history-slots__item--up .about-history-slots__copy{
  top:calc(50% + 18px);
  bottom:0;
  justify-content:center;
  padding-top:0;
}
/* 图在下、文在上：文案在上半区垂直居中 */
.hybrid-cloud-tpm-page .about-history-slots__item--down .about-history-slots__media{
  top:calc(50% + 18px);
  bottom:0;
}
.hybrid-cloud-tpm-page .about-history-slots__item--down .about-history-slots__copy{
  top:0;
  bottom:calc(50% + 18px);
  justify-content:center;
  padding-top:0;
  padding-bottom:0;
}
/* About page — 公司文化 */
.hybrid-cloud-tpm-page .about-culture-section{
  box-sizing:border-box;
  padding-bottom:80px;
  background:linear-gradient(180deg,#ffffff 0%,#f3f4f6 100%);
}
.hybrid-cloud-tpm-page .about-culture-panel{
  display:block;
  min-height:0;
  padding:36px 40px 40px;
  box-sizing:border-box;
  overflow:visible;
}
.hybrid-cloud-tpm-page .about-culture-panel__lead{
  max-width:920px;
  margin:0 0 28px;
}
.hybrid-cloud-tpm-page .about-culture-panel__title{
  margin:0 0 12px;
  font-size:22px;
  line-height:30px;
  font-weight:500;
  color:#161616;
}
.hybrid-cloud-tpm-page .about-culture-panel__lead p{
  margin:0;
  font-size:15px;
  line-height:26px;
  color:#495770;
}
.hybrid-cloud-tpm-page .about-culture-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.hybrid-cloud-tpm-page .about-culture-item{
  display:flex;
  flex-direction:column;
  min-width:0;
  background:transparent;
  transition:box-shadow .28s ease, transform .28s ease, background-color .28s ease;
}
.hybrid-cloud-tpm-page .about-culture-item:hover{
  background:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.06);
  transform:translateY(-2px);
}
.hybrid-cloud-tpm-page .about-culture-item__media{
  position:relative;
  width:100%;
  height:180px;
  overflow:hidden;
  background:#eef1f5;
}
.hybrid-cloud-tpm-page .about-culture-item__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.hybrid-cloud-tpm-page .about-culture-item:hover .about-culture-item__media img{
  transform:scale(1.04);
}
.hybrid-cloud-tpm-page .about-culture-item__body{
  box-sizing:border-box;
  padding:18px 16px 20px;
}
.hybrid-cloud-tpm-page .about-culture-item__tit{
  margin:0 0 8px;
  font-size:18px;
  line-height:26px;
  font-weight:500;
  color:#161616;
}
.hybrid-cloud-tpm-page .about-culture-item__desc{
  margin:0;
  font-size:13px;
  line-height:22px;
  color:#495770;
}

/* About page — 公司环境 */
.hybrid-cloud-tpm-page .about-env-section{
  box-sizing:border-box;
  padding-bottom:40px;
  background:linear-gradient(180deg,#eef0f3 0%,#f7f8fa 55%,#ffffff 100%);
}
.hybrid-cloud-tpm-page .about-env-panel{
  display:block;
  min-height:0;
  padding:36px 40px 40px;
  box-sizing:border-box;
  overflow:hidden;
}
.hybrid-cloud-tpm-page .about-env-panel__lead{
  max-width:920px;
  margin:0 0 28px;
}
.hybrid-cloud-tpm-page .about-env-panel__title{
  margin:0 0 12px;
  font-size:22px;
  line-height:30px;
  font-weight:500;
  color:#161616;
}
.hybrid-cloud-tpm-page .about-env-panel__lead p{
  margin:0;
  font-size:15px;
  line-height:26px;
  color:#495770;
}
.hybrid-cloud-tpm-page .about-env-gallery{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  grid-template-rows:220px 200px;
  gap:16px;
}
.hybrid-cloud-tpm-page .about-env-gallery__item{
  position:relative;
  margin:0;
  min-width:0;
  overflow:hidden;
  background:#eef1f5;
}
.hybrid-cloud-tpm-page .about-env-gallery__item--lg{
  grid-row:1 / span 2;
}
.hybrid-cloud-tpm-page .about-env-gallery__item--wide{
  grid-column:2 / span 2;
}
.hybrid-cloud-tpm-page .about-env-gallery__item img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.hybrid-cloud-tpm-page .about-env-gallery__item:hover img{
  transform:scale(1.04);
}
.hybrid-cloud-tpm-page .about-env-gallery__cap{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  box-sizing:border-box;
  padding:28px 16px 14px;
  color:#fff;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.62) 100%);
}
.hybrid-cloud-tpm-page .about-env-gallery__cap strong{
  display:block;
  margin:0 0 4px;
  font-size:15px;
  line-height:22px;
  font-weight:500;
}
.hybrid-cloud-tpm-page .about-env-gallery__cap span{
  display:block;
  font-size:12px;
  line-height:18px;
  color:rgba(255,255,255,.88);
}
@media screen and (max-width:768px){
  .hybrid-cloud-tpm-page .about-history-section{
    padding-bottom:48px;
  }
  .hybrid-cloud-tpm-page .about-history-panel--empty{
    min-height:280px;
  }
  .hybrid-cloud-tpm-page .about-culture-section{
    padding-bottom:48px;
  }
  .hybrid-cloud-tpm-page .about-culture-panel{
    padding:20px 16px 24px;
  }
  .hybrid-cloud-tpm-page .about-culture-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .hybrid-cloud-tpm-page .about-culture-item__media{
    height:160px;
  }
  .hybrid-cloud-tpm-page .about-env-section{
    padding-bottom:48px;
  }
  .hybrid-cloud-tpm-page .about-env-panel{
    padding:20px 16px 24px;
  }
  .hybrid-cloud-tpm-page .about-env-gallery{
    grid-template-columns:1fr;
    grid-template-rows:none;
    gap:12px;
  }
  .hybrid-cloud-tpm-page .about-env-gallery__item,
  .hybrid-cloud-tpm-page .about-env-gallery__item--lg,
  .hybrid-cloud-tpm-page .about-env-gallery__item--wide{
    grid-column:auto;
    grid-row:auto;
    height:200px;
  }
  .hybrid-cloud-tpm-page .about-history-axis,
  .hybrid-cloud-tpm-page .about-history-slots{
    left:16px;
    right:16px;
  }
  .hybrid-cloud-tpm-page .about-history-slots{
    top:12px;
    bottom:12px;
  }
  .hybrid-cloud-tpm-page .about-history-slots__year{
    font-size:13px;
    line-height:18px;
    margin-bottom:4px;
  }
  .hybrid-cloud-tpm-page .about-history-slots__text{
    font-size:11px;
    line-height:16px;
  }
  .hybrid-cloud-tpm-page .about-history-slots__item--up .about-history-slots__media,
  .hybrid-cloud-tpm-page .about-history-slots__item--down .about-history-slots__copy{
    bottom:calc(50% + 14px);
  }
  .hybrid-cloud-tpm-page .about-history-slots__item--up .about-history-slots__copy,
  .hybrid-cloud-tpm-page .about-history-slots__item--down .about-history-slots__media{
    top:calc(50% + 14px);
  }
}

/* About page — bottom CTA band (full-bleed) */
.hybrid-cloud-tpm-page .about-cta-band{
  box-sizing:border-box;
  margin:0;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:0;
  width:100vw;
  max-width:100vw;
  background:#1f2329;
}
.hybrid-cloud-tpm-page .about-cta-band__shell{
  display:grid;
  grid-template-columns:minmax(200px,22vw) minmax(0,1fr);
  box-sizing:border-box;
  width:100%;
  max-width:none;
  margin:0;
  background:#1f2329;
  box-shadow:none;
  overflow:hidden;
}
.hybrid-cloud-tpm-page .about-cta-band__aside{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-sizing:border-box;
  padding:40px 36px;
  background:#16191d;
  color:#fff;
  border-right:1px solid rgba(255,255,255,.08);
}
.hybrid-cloud-tpm-page .about-cta-band__aside-label{
  font-size:11px;
  line-height:16px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.42);
}
.hybrid-cloud-tpm-page .about-cta-band__aside-num{
  display:block;
  margin-top:auto;
  font-size:42px;
  line-height:1.1;
  font-weight:600;
  letter-spacing:.04em;
  color:#fff;
}
.hybrid-cloud-tpm-page .about-cta-band__aside-hint{
  margin-top:12px;
  font-size:13px;
  line-height:20px;
  color:rgba(255,255,255,.55);
}
.hybrid-cloud-tpm-page .about-cta-band__main{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) auto;
  gap:36px;
  align-items:center;
  box-sizing:border-box;
  padding:40px 56px 40px 48px;
  background:#1f2329;
}
.hybrid-cloud-tpm-page .about-cta-band__tag{
  margin:0 0 8px;
  font-size:12px;
  line-height:18px;
  font-weight:500;
  color:rgba(255,255,255,.45);
  letter-spacing:.08em;
}
.hybrid-cloud-tpm-page .about-cta-band__title{
  margin:0 0 12px;
  font-size:26px;
  line-height:36px;
  font-weight:500;
  color:#fff;
}
.hybrid-cloud-tpm-page .about-cta-band__desc{
  margin:0;
  font-size:14px;
  line-height:24px;
  color:rgba(255,255,255,.68);
  max-width:520px;
}
.hybrid-cloud-tpm-page .about-cta-band__list{
  list-style:none;
  margin:0;
  padding:0;
}
.hybrid-cloud-tpm-page .about-cta-band__list li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.1);
}
.hybrid-cloud-tpm-page .about-cta-band__list li:last-child{
  border-bottom:1px solid rgba(255,255,255,.1);
}
.hybrid-cloud-tpm-page .about-cta-band__idx{
  flex:0 0 auto;
  font-size:12px;
  line-height:22px;
  font-weight:600;
  color:rgba(255,255,255,.9);
}
.hybrid-cloud-tpm-page .about-cta-band__txt{
  font-size:14px;
  line-height:22px;
  color:rgba(255,255,255,.78);
}
.hybrid-cloud-tpm-page .about-cta-band__action{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:14px;
  min-width:148px;
}
.hybrid-cloud-tpm-page .about-cta-band__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  min-width:148px;
  height:42px;
  padding:0 22px;
  font-size:14px;
  line-height:42px;
  color:#1f2329;
  background:#fff;
  border:0;
  border-radius:0;
  text-decoration:none;
  transition:opacity .2s ease, background .2s ease;
}
.hybrid-cloud-tpm-page .about-cta-band__btn:hover{
  background:#f2f3f5;
  color:#1f2329;
}
.hybrid-cloud-tpm-page .about-cta-band__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  line-height:20px;
  color:rgba(255,255,255,.7);
  text-decoration:none;
  transition:color .2s ease;
}
.hybrid-cloud-tpm-page .about-cta-band__link:hover{
  color:#fff;
}
/* flush to footer */
.hybrid-cloud-tpm-page .about-cta-band + *,
body.jdc-rwd .hybrid-cloud-tpm-page{
  margin-bottom:0!important;
}
.hybrid-cloud-tpm-page{
  margin-bottom:0!important;
  padding-bottom:0!important;
}
body.jdc-rwd .jdc-footer,
body.jdc-rwd .pls-footer{
  margin-top:0!important;
}
@media screen and (max-width:1100px){
  .hybrid-cloud-tpm-page .about-cta-band__main{
    grid-template-columns:1fr;
    gap:22px;
    padding:32px 28px;
  }
  .hybrid-cloud-tpm-page .about-cta-band__action{
    flex-direction:row;
    align-items:center;
  }
}
@media screen and (max-width:768px){
  .hybrid-cloud-tpm-page .about-cta-band__shell{
    grid-template-columns:1fr;
  }
  .hybrid-cloud-tpm-page .about-cta-band__aside{
    flex-direction:row;
    align-items:flex-end;
    gap:16px;
    padding:20px 18px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .hybrid-cloud-tpm-page .about-cta-band__aside-num{
    font-size:28px;
    margin-top:0;
    margin-left:auto;
  }
  .hybrid-cloud-tpm-page .about-cta-band__aside-hint{
    display:none;
  }
  .hybrid-cloud-tpm-page .about-cta-band__main{
    padding:22px 16px 24px;
  }
  .hybrid-cloud-tpm-page .about-cta-band__title{
    font-size:20px;
    line-height:30px;
  }
  .hybrid-cloud-tpm-page .about-cta-band__action{
    flex-direction:column;
    align-items:stretch;
  }
}

/* kill footer top gap under about CTA */
body.jdc-rwd:has(.about-cta-band) #qcportal-kit-footer,
body.jdc-rwd:has(.about-cta-band) #qcportal-kit-footer.margin-top\:36px,
body.jdc-rwd:has(.about-cta-band) .margin-top\:36px{
  margin-top:0!important;
}
.hybrid-cloud-tpm-page .about-cta-band{
  position:relative;
  z-index:2;
}

