htmlx {
  background: #000000;
  overflow-x: hidden;
}


section#blueprint .coh-wysiwyg.coh-style-founders-grotesk-body-20-light {
    background-image: url(https://asset.amdocs.com/www/cognitive-core/img/blue-print-cognitive-core.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 640px;
}
bodyx {
  position: relative;
  margin: 0;
  background: #000000;
  width: 100vw;
  height: 100svh;
  display: flex;
  overflow-x: hidden;
  background-image: url("https://asset.amdocs.com/www/cognitive-core/img/Cognitive-Core.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 640px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}

.overflow-container {
  heightx: 100dvh;
  width: 100%;
  display: flex;
  overflow-x: hidden;
}

#cogCore-heading {
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}
#cogCore-heading .h1 {
  color: #ffffff !important;
  font-size: 2.2em !important;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400 !important;
}
#cogCore-heading .img {
  width: 35px !important;
  margin: 0 !important;
  margin-right: 12px !important;
}

#main {
  position: relative;
  width: 100%;
  max-width:100%;
  margin: auto;
  text-align: center;
  padding: 1em;
}

.column-flex {
  display: flex;
  flex-direction: column;
}

.row-flex {
  display: flex;
  flex-direction: row;
}

.boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.4), rgba(34, 34, 34, 0.5333333333), rgba(0, 0, 0, 0.4666666667));
  backdrop-filter: blur(2px);
  margin: 0.2em;
  flex: 1;
  min-width: 0;
}
.boxes .h4 {
	font-family: "Outfit", sans-serif;
    font-size: 21px;
    font-weight: 300;
    padding: 0 1em;
    margin: 0.5em;
}

.rotated {
  position: absolute;
  width: 400px;
}
.rotated.one {
  rotate: -90deg;
}
.rotated.two {
  rotate: 90deg;
}

.hover {
  cursor: pointer;
}

.underlay {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}

.h4 {
  padding: 0 1em;
  margin: 0.5em;
}

#domain-agents {
  position: relative;
  min-width: 0;
  min-height: 280px;
  overflow: hidden;
}
#domain-agents .hover-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#domain-agents .hover-content .h4 {
  margin: 1em 0;
}
#domain-agents .hover-content .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#domain-agents .hover-content .container .agents {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  flex: 1;
}
#domain-agents .hover-content .container .agents .agent h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
#domain-agents .hover-content .container .agents .agent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  border-radius: 0.75em;
  background-clip: padding-box;
  color: #ffffff;
  margin: 0 0.2em;
  padding: 1.5em 0.2em;
  flex: 1;
  min-width: 0;
  background-color: rgba(186, 186, 186, 0.1);
}
#domain-agents .hover-content .container .agents .agent:nth-child(1) {
  background: linear-gradient(180deg, rgba(184, 228, 255, 0.6), rgba(0, 0, 0, 0) 30%);
}
#domain-agents .hover-content .container .agents .agent:nth-child(2) {
  background: linear-gradient(180deg, rgba(0, 164, 196, 0.6), rgba(0, 0, 0, 0) 30%);
}
#domain-agents .hover-content .container .agents .agent:nth-child(3) {
  background: linear-gradient(180deg, rgba(211, 74, 228, 0.6), rgba(0, 0, 0, 0) 30%);
}
#domain-agents .hover-content .container .agents .agent:nth-child(4) {
  background: linear-gradient(180deg, rgba(227, 160, 45, 0.6), rgba(0, 0, 0, 0) 30%);
}
#domain-agents .hover-content .container .agents .agent:nth-child(5) {
  background: linear-gradient(180deg, rgba(242, 102, 95, 0.6), rgba(0, 0, 0, 0) 30%);
}
#domain-agents .hover-content .container .agents .agent:nth-child(6) {
  background: linear-gradient(180deg, rgba(242, 102, 95, 0.6), rgba(0, 0, 0, 0) 30%);
}
#domain-agents .hover-content .container .agents .agent .h5 {
  margin: 0;
}
#domain-agents .hover-content .container .agents .agent .img {
  width: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

#telco-insights {
  flex: 1;
  position: relative;
  min-width: 0;
  overflow: hidden;
}
#telco-insights .hover-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#telco-insights .hover-content #telco-header {
  width: 200px;
  margin: auto;
}
#telco-insights .hover-content .h4 {
  margin: 1em 0;
}
#telco-insights .hover-content .row-flex {
  height: initial;
}
#telco-insights .hover-content .row-flex .insight {
  flex: 1;
}
#telco-insights .hover-content .insight {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75em;
  color: #ffffff;
  margin: 0.3em 0.3em;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(186, 186, 186, 0.1);
}

#leftWidth {
  flex: 9;
  min-width: 0;
  overflow: hidden;
}

.single-column {
  flex: 0.5;
  min-width: 40px;
}

.full-column {
  flex: 9.5;
}

@media only screen and (max-width: 980px) {
  #main {
    padding: 0.2em;
  }
  .boxes {
    margin: 0.1em;
  }
  .boxes .h4 {
    font-size: 1em;
  }
  #domain-agents {
    min-height: 340px;
  }
  #domain-agents .hover-content {
    justify-content: center;
  }
  #domain-agents .hover-content .h4 {
    margin: 0 0 0.5em 0;
  }
  #domain-agents .hover-content .container .agents {
    flex-wrap: wrap;
  }
  #domain-agents .hover-content .container .agents .agent {
    flex-basis: 25%;
    margin: 0.4em 0.4em;
    padding: 1em 0.2em;
  }
  #telco-insights .hover-content {
    justify-content: center;
  }
  #telco-insights .hover-content #telco-header {
    width: 150px;
  }
  #telco-insights .hover-content .h4 {
    margin: 0 0 0.5em 0;
  }
  #telco-insights .hover-content .row-flex {
    flex-direction: column;
  }
  #telco-insights .hover-content .insight {
    padding: 0.2em 0;
  }
}
@media only screen and (max-width: 600px) {
  .cogCore-heading .h1 {
    margin: 0 0 0.5em 0;
  }
  .cogCore-heading .img {
    margin: 0 10px 1em 0;
  }
  #main {
    padding: 0.5em 0;
  }
  .single-column {
    flex: 1;
  }
  .full-column {
    flex: 9;
  }
  #leftWidth {
    flex: 8;
  }
  #domain-agents {
    min-height: 390px;
  }
  #domain-agents .hover-content .container .agents .agent {
    flex-basis: 40%;
  }
  #telco-insights {
    flex: 2;
  }
  #telco-insights .hover-content {
    padding: 1em 0.5em;
  }
}/*# sourceMappingURL=styles.css.map */