.homepage-hero-module {
	position: relative;
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
  padding: 200px 0 100px;
}
.homepage-hero-module:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.homepage-hero-module:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
}
.homepage-hero-module.gradient:after {
  background-image: linear-gradient(90deg, #05122e 20%, #041d3b 25%, #033a60 40%, #03527d 50%, #02598588 78%, #026c9d43 88%, #008bc425 100%);
}
.homepage-hero-module #intranav-websitecutouts-mp4 {
  position: absolute;
  min-height: 100%;
  height: auto;
  min-width: 60%;
  width: auto;
  object-fit: cover;
  top: 50%;
  left: 40%;
  z-index: -2;
  transform: translateY(-50%);
}
.homepage-hero-module .columns-wrapper {
	position: inherit;
  max-width: 1280px;
  z-index: 2;
	margin: 0 auto;
  padding: 0 35px;
}
.homepage-hero-module .columns {
	display: flex;
	flex-direction: row;
}
.homepage-hero-module .column-left {
	width: 100%;
}
.homepage-hero-module .subheading {
	color: #fff;
  font-size:28rem;
	font-weight: 1000;
}
.homepage-hero-module .heading {
	color: #fff;
	font-weight: 1000;
}
.homepage-hero-module .text {
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	margin: 30px 0;
}
.homepage-hero-module .buttons {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
}
/* .homepage-hero-module .arrow-button {
/*   position: relative;
  background-color: #00a3e1;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  margin: 0 10px 10px 0;
  padding: 10px 20px 10px 45px;
  transition: border ease-in-out 0.25s;
}
.homepage-hero-module .arrow-button:hover {
  border: 1px solid #fff;
}
.homepage-hero-module .arrow-button:before {
  display: block;
  position: absolute;
  content: '';
  height: calc(100% - 20px);
  aspect-ratio: 1/1;
  background-image: url(https://www.inpixon.com/hubfs/header-overlay.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 10px;
  left: 10px;
  transition: left ease-in-out 0.25s;
} 
.homepage-hero-module .arrow-button:hover::before {
  left: 12px;
}
.homepage-hero-module .arrow-button:nth-child(2) {
  display: inline-block;
  position: relative;
  background-color: #97d700;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 10px 20px 10px 45px;
  transition: border ease-in-out 0.25s;
}
.homepage-hero-module .arrow-button:nth-child(2).active {
  border: 1px solid #fff;
} */
/* .homepage-hero-module .arrow-button:nth-child(2):before {
  display: block;
  position: absolute;
  content: '';
  height: calc(100% - 30px);
  aspect-ratio: 1/1;
  background-image: url(https://www.inpixon.com/hubfs/white-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 15px;
  left: 15px;
  transition: left ease-in-out 0.25s;
} */
/* .homepage-hero-module .arrow-button.active:nth-child(2)::before {
  left: 17px;
} */
.homepage-hero-module .tab-text {
  position: absolute;
  bottom: -100px;
  right: 0;
  background-color: #E1E6EA;
  margin: 0;
  padding: 15px 30px;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  color: #05122e;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .homepage-hero-module {
    background-position: center;
  }
  .homepage-hero-module .text {
    font-size: 24px;
  }
  .homepage-hero-module.gradient:after {
    background-image: linear-gradient(90deg, #05122e 10%, #041d3b 19%, #033a60 30%, #03527d 38%, #035986 42%, #035986CC 55%, #03598666 65%, #00000000 70%);
}