@charset "UTF-8";
/* Play/Pause Control */
.slick-pause {
  position: absolute;
  z-index: 10;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.25em 0.25em 0;
  border: none;
  background: transparent;
  outline: none;
}
.slick-pause svg .background {
  stroke: black;
  fill: black;
  stroke-width: 1px;
  opacity: 0.6;
}
.slick-pause svg .border {
  fill: transparent;
  stroke: transparent;
  stroke-width: 2px;
}
.slick-pause svg .pause {
  stroke-width: 4;
  fill: transparent;
  stroke: transparent;
}
.slick-pause svg .play {
  stroke-width: 1;
  fill: transparent;
  stroke: transparent;
}
.slick-pause.pause svg .pause {
  fill: white;
  stroke: white;
}
.slick-pause.play svg .play {
  fill: white;
  stroke: white;
}
.slick-pause svg polygon {
  fill: white;
  stroke: white;
}
.slick-pause:focus svg .background,
.slick-pause:hover svg .background,
.slick-pause:hover svg .border {
  fill: #000;
  stroke: #000;
  opacity: 1;
}
.slick-pause:focus svg .border {
  stroke: white;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto !important;
  right: -25px !important;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px !important;
  right: auto !important;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************

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

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
@font-face {
  font-family: 'Gilroy Thin';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Thin.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Thin.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Thin Italic';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-ThinItalic.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-ThinItalic.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Regular';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Regular.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Regular.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Regular Italic';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-RegularItalic.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-RegularItalic.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Medium';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Medium.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Medium Italic';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-MediumItalic.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-MediumItalic.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Bold';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Bold.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Bold.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Bold Italic';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-BoldItalic.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-BoldItalic.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Black';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Black.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Black.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Black Italic';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-BlackItalic.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-BlackItalic.woff") format("woff");
  font-style: normal;
}
p {
  font-size: 18px !important;
}
h3 {
  font-size: 28px !important;
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px !important;
  }
}
h2 {
  font-size: 40px !important;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px !important;
  }
}
.slick-slider .slick-arrow {
  background: #000;
  width: 40px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
  clip-path: polygon(0 0, 28px 0, 100% 10px, 100% 100%, 12px 100%, 0 26px);
}
.slick-slider .slick-prev {
  background-image: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/common/arrow-left.png');
  left: 0;
}
.slick-slider .slick-prev::before {
  content: '';
}
.slick-slider .slick-next {
  background-image: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/common/arrow-right.png');
  right: 0;
}
.slick-slider .slick-next::before {
  content: '';
}
#our-impact {
  background-image: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/home/Place_for_All_Text_Background.png");
  margin-top: -1px;
  text-align: center;
  padding: 60px;
  height: 900px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: relative;
}
@media (min-width: 992px) {
  #our-impact::after {
    content: '';
    width: 235px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/life/events-accent.png') no-repeat;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #our-impact {
    height: 1180px;
  }
}
#our-impact #desktopohex {
  position: absolute;
  width: 118.12px;
  left: 3%;
  top: -100px;
}
@media (max-width: 768px) {
  #our-impact #desktopohex {
    margin-top: 105px;
    width: 90.12px;
  }
}
#our-impact #dots {
  width: 135px;
  left: 70%;
  top: 1050px;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #our-impact #dots {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  #our-impact #dots {
    width: 100px;
  }
}
#our-impact .our-impact-content {
  margin-top: 150px;
}
@media (max-width: 768px) {
  #our-impact .our-impact-content {
    margin-top: 50px;
    margin-bottom: 225px;
  }
}
#our-impact img {
  margin-top: 150px;
}
@media (max-width: 768px) {
  #our-impact img {
    margin-top: 35px;
  }
}
#our-impact h1 {
  color: #2ac5f4;
  font-family: 'Gilroy Bold';
  font-size: 60px;
  font-weight: 800;
  line-height: 68px;
  letter-spacing: 0px;
  text-align: center;
}
@media (max-width: 768px) {
  #our-impact h1 {
    text-align: center;
    font-size: 34px;
  }
}
#our-impact p {
  padding-top: 10px;
  color: #ffffff;
  font-family: 'Gilroy Regular';
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
}
@media (min-width: 992px) {
  #our-impact p {
    text-align: center;
    margin: auto;
    max-width: 260px;
  }
}
#our-impact h2 {
  color: #ffffff;
  padding-top: 10px;
  padding-left: 8%;
  padding-right: 8%;
  font-family: 'Gilroy Bold';
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 0px;
  text-align: left;
}
@media (max-width: 768px) {
  #our-impact h2 {
    text-align: center;
    font-size: 40px;
  }
}
#our-impact .numbers-and-images {
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  opacity: 0;
  animation-duration: 1s;
  columns: 3;
}
@media (max-width: 768px) {
  #our-impact .numbers-and-images {
    columns: 1;
    rows: 3;
  }
}
@media (max-width: 768px) {
  #our-impact .numbers {
    margin-top: -250px;
  }
}

