.hero-enterprise-homepage .component__background {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.hero-enterprise-homepage .component__container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 48px;
}
.hero-enterprise-homepage .component__container-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 1;
}
.hero-enterprise-homepage .component__container-overlay.disable-overlay {
  background: none;
}
.hero-enterprise-homepage .component__container-m-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: center;
  will-change: transform;
  pointer-events: none;
  z-index: 2;
  mask: url("../../../../../../../../content/dam/globalMarketingPlatformAssets/images/utility/m-overlay.svg") center no-repeat, linear-gradient(#000000 0 0);
  mask-composite: exclude;
  backdrop-filter: blur(6px);
}
.hero-enterprise-homepage .component__container-m-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  z-index: 1;
}
.hero-enterprise-homepage .component__container-m-overlay.zoomed {
  transform: translate3d(0, 0, 0) scale(1.5);
}
.hero-enterprise-homepage .component__container-m-overlay.zoomed-max {
  transform: translate3d(0, 0, 0) scale(2);
}
.hero-enterprise-homepage .component__container-m-overlay.zoomed-full {
  transform: translate3d(0, 0, 0) scale(6);
}
.hero-enterprise-homepage .component__container .vjs-big-play-button,
.hero-enterprise-homepage .component__container .vjs-dock-text {
  display: none;
}
.hero-enterprise-homepage .component__container .vjs-poster img {
  object-fit: cover;
}
.hero-enterprise-homepage .component__container-video-basic {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: none;
}
.hero-enterprise-homepage .component__container video {
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 1023px) {
  .hero-enterprise-homepage .component__container video {
    aspect-ratio: 4 / 3;
  }
}
@media screen and (max-width: 767px) {
  .hero-enterprise-homepage .component__container video {
    aspect-ratio: 9 / 16;
  }
}
.hero-enterprise-homepage .component__container-icons-controls {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.54);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  padding: 0;
}
.hero-enterprise-homepage .component__container-icons-controls .play-icon,
.hero-enterprise-homepage .component__container-icons-controls .pause-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #ffffff;
}
.hero-enterprise-homepage .component__container-icons-controls .play-icon {
  display: none;
}
.hero-enterprise-homepage .component__container-icons-controls .pause-icon {
  display: flex;
}
.hero-enterprise-homepage .component__container-icons-controls.playing .play-icon {
  display: none;
}
.hero-enterprise-homepage .component__container-icons-controls.playing .pause-icon {
  display: flex;
}
.hero-enterprise-homepage .component__container-icons-controls.paused .play-icon {
  display: flex;
}
.hero-enterprise-homepage .component__container-icons-controls.paused .pause-icon {
  display: none;
}
.hero-enterprise-homepage .component__container-icons-downArrow {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.54);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  opacity: 0;
  animation: fadeIn 0.9s ease-in forwards;
  animation-delay: 0.5s;
}
.hero-enterprise-homepage .component__container-icons-downArrow svg.icon-down-arrow {
  fill: #ffffff;
}
.hero-enterprise-homepage .component__container-downarrow-wrapper {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.hero-enterprise-homepage .component__container-downarrow-wrapper .component__container-icons-downArrow {
  pointer-events: auto;
}
.hero-enterprise-homepage .component__container-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #ffffff;
  text-align: center;
}
.hero-enterprise-homepage .component__container .hero-video-controls {
  position: absolute;
  bottom: 48px;
  left: 16px;
  z-index: 10;
}
.hero-enterprise-homepage .component__container .hero-video-controls .component__container-icons-controls {
  pointer-events: auto;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body[dir="rtl"] .hero-enterprise-homepage .component__container .hero-video-controls {
  right: 16px;
}
.navigation.component.hero-transparent:not(.menu-open) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  z-index: 1000;
  box-shadow: none;
  color: #ffffff;
}
.navigation.component.hero-transparent:not(.menu-open) .global-enterprise,
.navigation.component.hero-transparent:not(.menu-open) .navigation-enterprise,
.navigation.component.hero-transparent:not(.menu-open) .navigation-bar {
  background: transparent ;
  box-shadow: none;
}
.navigation.component.hero-transparent:not(.menu-open) button:focus,
.navigation.component.hero-transparent:not(.menu-open) a:focus {
  outline-color: #ffffff;
}
.navigation.component.hero-transparent:not(.menu-open) button,
.navigation.component.hero-transparent:not(.menu-open) a,
.navigation.component.hero-transparent:not(.menu-open) .navigation-menu__label {
  color: #ffffff;
}
.navigation.component.hero-transparent:not(.menu-open) svg {
  fill: #ffffff;
}
