@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: '';
}
#across-the-global {
  background-image: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/home/home-globe-image-desktop.jpg");
  height: 900px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #across-the-global {
    background-image: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/home/home-globe-image-mobile.jpg");
    height: 900px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position-y: -200px;
  }
}
@media screen and (max-height: 800px) {
  #across-the-global {
    min-height: 900px;
  }
}
#across-the-global .dw-global-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) {
  #across-the-global .dw-global-content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#across-the-global .dw-global-content:before {
  content: "";
  background: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/home/Across_the_Globe_text_background.png') no-repeat;
  background-size: 100% 100%;
  width: 63%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #across-the-global .dw-global-content:before {
    width: 100%;
    max-height: 600px;
    height: 100vh;
    margin-top: 300px;
    content: "";
    background: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/home/Across_the_Globe_Mask.png');
    background-size: 100% 100%;
  }
}
#across-the-global .dw-global-content .dw-globe-text {
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  opacity: 0;
  animation-duration: 1s;
  width: 90%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1368px) {
  #across-the-global .dw-global-content .dw-globe-text {
    width: 93%;
  }
}
@media screen and (max-width: 999px) {
  #across-the-global .dw-global-content .dw-globe-text {
    width: 97%;
  }
}
@media screen and (max-width: 830px) {
  #across-the-global .dw-global-content .dw-globe-text {
    width: 99%;
  }
}
@media screen and (max-width: 768px) {
  #across-the-global .dw-global-content .dw-globe-text {
    top: 50%;
    position: absolute;
  }
}
#across-the-global .dw-global-content .dw-globe-text h2 {
  margin-top: 60px;
  font-size: 48px;
  line-height: 56px;
  font-family: 'Gilroy Bold';
  color: #000000;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #across-the-global .dw-global-content .dw-globe-text h2 {
    font-size: 34px;
    margin: 0 auto;
  }
}
#across-the-global .dw-global-content .dw-globe-text p {
  max-width: 400px;
  color: #000000;
  margin-bottom: 25px;
  font-family: 'Gilroy regular';
}
@media screen and (max-width: 800px) {
  #across-the-global .dw-global-content .dw-globe-text p {
    max-width: 340px;
  }
}
@media screen and (max-width: 768px) {
  #across-the-global .dw-global-content .dw-globe-text p {
    font-size: 18px;
    margin: 30px auto;
    max-width: 327px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  #across-the-global .dw-global-content .dw-globe-text {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}
#across-the-global .dw-global-content .dw-globe-text a {
  background-color: #343434;
  color: #ffffff;
  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;
}
#across-the-global .dw-global-content .dw-globe-text a:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #across-the-global .dw-global-content .dw-globe-text a {
    margin-top: 35px;
  }
}
#across-the-global .dw-global-content #desktopline {
  position: absolute;
  left: 80%;
  Width: 250.97px;
  bottom: 80px;
}
@media screen and (max-width: 1168px) {
  #across-the-global .dw-global-content #desktopline {
    Width: 130px;
    left: 80%;
  }
}
@media screen and (max-width: 768px) {
  #across-the-global .dw-global-content #desktopline {
    display: none;
  }
}
#across-the-global .dw-global-content #desktophexagon {
  width: 500px;
  clip-path: polygon(0 34%, 100% 34%, 100% 100%, 0% 100%);
  position: absolute;
  left: 42.5%;
  top: -174px;
}
@media screen and (max-width: 1168px) {
  #across-the-global .dw-global-content #desktophexagon {
    display: none;
  }
}
#across-the-global .dw-global-content #desktopohex {
  position: absolute;
  width: 118.12px;
  left: -5%;
  top: -100px;
}
@media screen and (max-width: 768px) {
  #across-the-global .dw-global-content #desktopohex {
    display: none;
  }
}
@media screen and (max-height: 770px) {
  #across-the-global .dw-global-content #desktopohex {
    margin-top: -4%;
  }
}
@media screen and (max-height: 620px) {
  #across-the-global .dw-global-content #desktopohex {
    margin-top: -8%;
  }
}
@media screen and (max-width: 1168px) {
  #across-the-global .dw-global-content #desktopohex {
    left: 3%;
  }
}
#across-the-global .dw-global-content .dw-place-image {
  position: relative;
  z-index: 5;
}

