/**************************
@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: '';
}
#dw-footer {
  background: #000;
  color: #fff;
  padding: 60px 20px 35px;
  background: #000000 url('../../../../../../../content/dam/atvi/demonware/2023-refresh/common/dw-footer-bg-mobile.png') no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  #dw-footer {
    background: #000000 url('../../../../../../../content/dam/atvi/demonware/2023-refresh/common/dw-footer-bg-desktop.png') no-repeat;
    background-size: contain;
  }
}
#dw-footer .container {
  max-width: 1440px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
#dw-footer #ot-sdk-btn {
  margin-top: 12px;
  margin-bottom: 12px;
}
#dw-footer .privacy-check {
  width: 156px;
}
@media (max-width: 992px) {
  #dw-footer .privacy-check {
    margin: auto;
  }
}
#dw-footer .dw-footer-content {
  text-align: center;
}
@media (min-width: 992px) {
  #dw-footer .dw-footer-content {
    display: flex;
    text-align: left;
  }
}
#dw-footer .dw-footer-content__logos {
  margin-bottom: 60%;
}
@media (min-width: 992px) {
  #dw-footer .dw-footer-content__logos {
    margin-bottom: 0;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#dw-footer .dw-footer-content__logos a {
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #dw-footer .dw-footer-content__logos a {
    width: 260px;
  }
}
#dw-footer .dw-footer-content__logos a img {
  width: 230px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #dw-footer .dw-footer-content__links {
    width: 60%;
    display: flex;
  }
}
#dw-footer .dw-footer-content__links ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 12px 0;
}
#dw-footer .dw-footer-content__links__left {
  margin-top: -150px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #dw-footer .dw-footer-content__links__left {
    width: 50%;
    margin-bottom: 0;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  #dw-footer .dw-footer-content__links__right {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#dw-footer .dw-footer-content__links__right .socials {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #dw-footer .dw-footer-content__links__right .socials {
    margin-top: 30px;
    order: 1;
  }
}
#dw-footer .dw-footer-content__links__right .socials a {
  padding: 6px;
}
#dw-footer .dw-footer-content__links__right .socials a img {
  width: 24px;
  height: auto;
}
