/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/*******************************************************************
DIN NEXT Font
*******************************************************************/
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#inclusive-experiences {
  color: #fff;
  padding: 50px 0;
}
@media (min-width: 992px) {
  #inclusive-experiences {
    padding: 100px 0;
  }
}
#inclusive-experiences .inclusive-experiences__content__heading {
  text-align: center;
  margin-bottom: 100px;
}
#inclusive-experiences .inclusive-experiences__content__heading h3 {
  text-align: center;
  font-family: "DIN Next LT Pro";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 0 50px 0;
  border-bottom: 1px solid rgba(179, 182, 183, 0.5);
  margin-bottom: 40px;
}
#inclusive-experiences .inclusive-experiences__content__heading p {
  text-align: center;
  font-family: "DIN Next LT Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #inclusive-experiences .inclusive-experiences__content__heading p {
    width: 75%;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
#inclusive-experiences .inclusive-experiences__content__body {
  position: relative;
}
@media (min-width: 992px) {
  #inclusive-experiences .inclusive-experiences__content__body {
    display: flex;
  }
}
#inclusive-experiences .inclusive-experiences__content__body::after {
  content: '';
  width: 400px;
  height: 400px;
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
  background-image: url('../../../../../../../../../../content/dam/atvi/activision/atvi-touchui/activision/company/diversity/2024/green_ellipse.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
#inclusive-experiences .inclusive-experiences__content__body img {
  width: 310px;
  height: auto;
  display: block;
  margin: 0 auto 50px auto;
}
@media (min-width: 992px) {
  #inclusive-experiences .inclusive-experiences__content__body img {
    order: 1;
    width: 400px;
  }
}
@media (min-width: 992px) {
  #inclusive-experiences .inclusive-experiences__content__body__details {
    width: 50%;
  }
}
#inclusive-experiences .inclusive-experiences__content__body__details h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#inclusive-experiences .inclusive-experiences__content__body__details h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#inclusive-experiences .inclusive-experiences__content__body__details p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
