/**************************
@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: '';
}
/**********************
Home page css
**********************/
