@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: '';
}
#a-place-for-all {
  background-image: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/home/Place_for_All_Text_Background.png");
  height: 900px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #a-place-for-all {
    min-height: 900px;
    width: 100%;
    background-image: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/home/Gradient.jpg");
  }
}
@media screen and (max-height: 800px) {
  #a-place-for-all {
    min-height: 900px;
  }
}
#a-place-for-all .dw-place-content {
  backgrond: #000;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 200px 0;
}
@media screen and (max-width: 768px) {
  #a-place-for-all .dw-place-content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#a-place-for-all .dw-place-content:before {
  content: "";
  background: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/home/Place_for_all_Image_Background.png') no-repeat;
  background-size: 100% 100%;
  width: 63%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #a-place-for-all .dw-place-content:before {
    width: 100%;
    max-height: 600px;
    height: 100vh;
    margin-top: 300px;
    content: "";
    background: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/home/Place_For_AllMobile__Image_Mask.png');
    background-size: 100% 100%;
  }
}
#a-place-for-all .dw-place-content #desktophexagon {
  right: 15%;
  top: -100px;
  width: 118.12px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #a-place-for-all .dw-place-content #desktophexagon {
    display: none;
  }
}
#a-place-for-all .dw-place-content #mobilehexagon {
  width: 81.50418784258657px;
  margin-top: -350px;
  margin-left: 50px;
}
@media screen and (min-width: 768px) {
  #a-place-for-all .dw-place-content #mobilehexagon {
    display: none;
  }
}
#a-place-for-all .dw-place-content #dots {
  width: 135px;
  right: 84%;
  bottom: 25px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #a-place-for-all .dw-place-content #dots {
    display: none;
  }
}
@media screen and (max-height: 770px) {
  #a-place-for-all .dw-place-content #dots {
    margin-top: -4%;
  }
}
@media screen and (max-height: 620px) {
  #a-place-for-all .dw-place-content #dots {
    margin-top: -10%;
  }
}
#a-place-for-all .dw-place-content .dw-place-image {
  width: 46%;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  opacity: 0;
  animation-duration: 1s;
  position: relative;
  z-index: 5;
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 768px) {
  #a-place-for-all .dw-place-content .dw-place-image {
    width: 100%;
    position: absolute;
    top: 8%;
  }
}
@media screen and (max-width: 1168px) and (min-width: 769px) {
  #a-place-for-all .dw-place-content .dw-place-image {
    width: 48%;
  }
}
#a-place-for-all .dw-place-content .dw-place-image img {
  width: 550px;
  display: block;
  height: 640px;
  margin-top: -10%;
}
@media screen and (max-width: 768px) {
  #a-place-for-all .dw-place-content .dw-place-image img {
    margin: 0 auto;
    width: 74%;
    margin-top: -30px;
    width: 300px!imporant;
    height: 300px!important;
  }
}
@media screen and (max-width: 1368px) and (min-width: 769px) {
  #a-place-for-all .dw-place-content .dw-place-image img {
    margin-top: -3% !important;
    width: 450px;
    height: 540px;
  }
}
@media screen and (max-width: 1168px) and (min-width: 769px) {
  #a-place-for-all .dw-place-content .dw-place-image img {
    width: 350px;
    height: 540px;
  }
}
#a-place-for-all .dw-place-content .dw-place-text {
  top: 3%;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  opacity: 0;
  animation-duration: 1s;
  width: 40%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #a-place-for-all .dw-place-content .dw-place-text {
    top: 50%;
    position: absolute;
  }
}
#a-place-for-all .dw-place-content .dw-place-text h2 {
  margin-top: 70px;
  font-size: 48px;
  line-height: 56px;
  font-family: 'Gilroy Bold';
  color: #ffffff;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #a-place-for-all .dw-place-content .dw-place-text h2 {
    font-size: 34px;
    margin: 0 auto;
  }
}
#a-place-for-all .dw-place-content .dw-place-text p {
  max-width: 400px;
  color: #FFF;
  margin-bottom: 25px;
  font-family: 'Gilroy regular';
}
@media screen and (max-width: 768px) {
  #a-place-for-all .dw-place-content .dw-place-text p {
    font-size: 18px;
    margin: 30px auto;
  }
}
#a-place-for-all .dw-place-content .dw-place-text a {
  background-color: #2ac5f4;
  color: #121414;
  width: 180px;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin: 0 auto;
  font-family: "Gilroy Bold";
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 15px) 0px, 100% 15px, 100% 100%, 15px 100%, 0 30px);
  font-size: 16px;
}
#a-place-for-all .dw-place-content .dw-place-text a:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #a-place-for-all .dw-place-content .dw-place-text a {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  #a-place-for-all .dw-place-content .dw-place-text {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}
#a-place-for-all .dw-place-content .dw-place-text {
  /*.flexbox();
            .flex-align(center);
            .flex-direction(column);*/
}
#a-place-for-all .dw-place-content #dotsmobile {
  width: 100px;
  left: 72%;
  top: 830px;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #a-place-for-all .dw-place-content #dotsmobile {
    display: none;
  }
}
#a-place-for-all .dw-place-content #hexagonmobile {
  position: absolute;
  margin-top: 105px;
  width: 90.12px;
  left: 3%;
  top: -100px;
}
@media screen and (min-width: 769px) {
  #a-place-for-all .dw-place-content #hexagonmobile {
    display: none;
  }
}

