.hype-bgclip {
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
}

/* client-testimonials */
#hypepageheadclienttestimonials_hype_container,
#hypepageheadcorporatephilosophy_hype_containe,
#hypepageheadcompanyoverview_hype_container,
#hypepageheadcorporatesocialresponsibility_hype_container,
#hypepageheadinformationsecurity_hype_container,
#hypepageheadsolutions360homes_hype_container,
#hypepageheadprivacypolicy_hype_container,
#hypepageheadiso9001qmsqualitypolicy_hype_container,
#hypepageheadiso27001informationsecuritypolicy_hype_container,
#hypepageheadiso27017cloudservicesinformationsecuritypolicy_hype_container,
#hypepageheadtermsofuse_hype_container,
#hypepageheadbusinessoverview_hype_container,
#hypepageheadsolutionsremote360live_hype_container,
#hypepageheadsolutionsneural360ai_hype_container,
#hypepageheadsolutions360bike_hype_container,
#hypepageheadsolutions360car_hype_container,
#hypepageheadsolutions360auction_hype_container,
#hypepageheadsolutions_hype_container,
#hypepageheadcontact_hype_container,
#hypepageheadcasestudies_hype_container,
#hypepageheadnews_hype_container
{
  --h: 268px;
  @media screen and (min-width:576px) { --h: 214px; }
  @media screen and (min-width:768px) { --h: 302px; }
  @media screen and (min-width:992px) { --h: 394px; }
  @media screen and (min-width:1200px) { --h: 528px; }
  margin: auto;
  position: relative;
  width: 100%;
  height: var(--h);
  overflow:hidden;
}


