.e26box3 {
  min-height: 100px;
  display: flex;
  align-items: stretch;
  gap: 1px;
  border: 1px solid #606060;
  background: #606060;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .e26box3 {
    flex-direction: column;
  }
}
.e26box3.e26box3--sponsors {
  margin-top: 20px;
}
.brv2 .e26box3-title h2 {
  font-size: 27px;
  line-height: 1.3;
  margin-top: 80px !important;
}
.e26box3__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 230px;
  color: #fff !important;
  text-decoration: none;
  background: var(--color-dark) !important;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .e26box3__box {
    height: 200px;
  }
}
.e26box3__box strong {
  position: relative;
  z-index: 10;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  color: transparent !important;
  background-image: url(https://theedgesummit.com/hubfs/raw_assets/public/Bloomreach%20-%20Global/img/edge26/edge26-asset-bg.jpg);
  background-clip: text;
  background-size: 300% 200%;
  background-position: center center;
  -webkit-background-clip: text;
}
.e26box3__box span {
  position: relative;
  z-index: 10;
  font-size: 21px;
}
.e26box3__box:before {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: url('https://theedgesummit.com/hubfs/raw_assets/public/Bloomreach%20-%20Global/img/edge26/edge26-asset-bg-crop.jpg') !important;
  background-size: 100% 100% !important;
  transition: opacity 200ms ease-in-out;
}
.e26box3__box:hover:before {
  opacity: 1;
}
.e26box3__box:hover strong {
  color: #fff !important;
  background-image: none;
  background-clip: border-box;
}

.e26box3--sponsors .e26box3__box {
  align-items: center;  
}
@media (max-width: 767px) {
  .e26box3--sponsors .e26box3__box {
    height: 160px; 
  }
}
@media (max-width: 540px) {
  .e26box3--sponsors .e26box3__box {
    height: 120px; 
  }
}
.e26box3--sponsors .e26box3__box img {
  position: relative;
  z-index: 10;
  max-width: 70%;
}
.e26box3--sponsors .e26box3__box:nth-child(1):before {
  background: url('https://theedgesummit.com/hubfs/raw_assets/public/Bloomreach%20-%20Global/img/edge26/bg-bloomreach.jpg') !important;
  background-size: 100% 100% !important;
}
.e26box3--sponsors .e26box3__box:nth-child(2):before {
  background: url('https://theedgesummit.com/hubfs/raw_assets/public/Bloomreach%20-%20Global/img/edge26/bg-google.jpg') !important;
  background-size: 100% 100% !important;
}
.e26box3--sponsors .e26box3__box:nth-child(3):before {
  background: url('https://theedgesummit.com/hubfs/raw_assets/public/Bloomreach%20-%20Global/img/edge26/bg-nvidia.jpg') !important;
  background-size: 100% 100% !important;





