.kill, .zpshape-divider-default-left-top, .hero-container {
    display: none !important;
}
.zpaccordion-name {
    font-weight: 600;   
    font-size: 20px;
}
.accord-partner {
    max-width: 50em;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
}
.zpaccordion-content, .zpelem-text {
    padding-top: 0px;   
    margin-top: 0px;
}
.accordmain {
    margin-top: 30px;
}
.hero_custom {
  position: relative;
  min-height: min(60vh, auto);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  padding: 4rem 1rem;
  box-sizing: border-box;
  background-image:
    linear-gradient(rgba(65, 88, 121, 0.80), rgba(65, 88, 121, 0.80)),
    url("https://f.techman.dev/d/Showroom-Image-2PUDr0.jpg#b5756168e6d1c32d0e97ea213df2b7940c765579f875b5af8c8e6d96973c3370");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .hero_custom {
    max-height: 60vh;
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .hero_custom {
    max-height: none;
    background-position: 62% center;
  }
}
.limitwidth {
    max-width: 50em;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 1em;
}
.hero_custom h1,
.hero_custom h2 {
    color: #ffffff !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.9), 0 0 40px rgba(0, 0, 0, 0.6);
}
.hero_custom p {
    color: #ffffff !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}
.videowithoverlay .zpvideo-container {
  position: relative;
}
.videowithoverlay .zpvideo-container::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  pointer-events: none;
  z-index: 10;
  opacity: 0.5;
  background-image: url("https://f.techman.dev/d/Asset-156pnH.svg#04eb36eb87e5f06f163d0a533f30c51e7a9e7edc8c2acbe3f2f7ba290eb87895");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.whycard {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding: 8px;
}
.mobilecaro .zpcarousel-content-active .zprow {
  row-gap: 20px !important;
}

.mobilecaro .zpcarousel-content-active .zpelem-col {
  max-width: 340px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 18px 14px 22px !important;
  background: #f1f1f1 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}

.mobilecaro .zpcarousel-content-active .zpelem-image {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.mobilecaro .zpcarousel-content-active .zpimage-container,
.mobilecaro .zpcarousel-content-active .zpimage-container figure,
.mobilecaro .zpcarousel-content-active .zpimage-container picture {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}

.mobilecaro .zpcarousel-content-active .zpimage-container figure {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin: 0 auto !important;
}

.mobilecaro .zpcarousel-content-active .zpimage-container .zpimage-anchor {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.mobilecaro .zpcarousel-content-active .zpimage-container figure img,
.mobilecaro .zpcarousel-content-active .zpimage-container picture img,
.mobilecaro .zpcarousel-content-active img.zpimage {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 220px !important;
  object-fit: contain !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mobilecaro .zpcarousel-content-active .zpimage-caption {
  margin-top: 8px !important;
}

.mobilecaro .zpcarousel-content-active .zpimage-caption-content {
  font-size: 20px !important;
  line-height: 1.15 !important;
}

.mobilecaro .zpcarousel-content-active .zpelem-text {
  margin-top: 0 !important;
}

.mobilecaro .zpcarousel-content-active .zptext,
.mobilecaro .zpcarousel-content-active .zptext p,
.mobilecaro .zpcarousel-content-active .zptext div {
  text-align: center !important;
}

.mobilecaro .zpcarousel-content-active .zptext p {
  margin-bottom: 0.45em !important;
}

.tosfoot * {
    color: white !important;
}