/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
h1,
h2,
h3 {
  line-height: 1.1;
}
p {
  font-size: 14px;
  line-height: 1.5;
}
html.aem-AuthorLayer-Edit .dm-header {
  position: relative;
}
body.menu-open header {
  background: #000;
  position: fixed;
}
body.menu-open header .menu .mobile-burger .bar {
  background: #FFF;
}
body.menu-open header .logo a span {
  background-position: bottom center;
}
body.white-menu .dm-header {
  background: -moz-linear-gradient(top, #242424 0%, rgba(36, 36, 36, 0) 100%);
  background: -webkit-linear-gradient(top, #242424 0%, rgba(36, 36, 36, 0) 100%);
  background: linear-gradient(to bottom, #242424 0%, rgba(36, 36, 36, 0.2) 75%, rgba(36, 36, 36, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59595a', endColorstr='#0059595a', GradientType=0);
}
body.white-menu .dm-header.active {
  background: -moz-linear-gradient(top, #242424 0%, rgba(36, 36, 36, 0) 100%);
  background: -webkit-linear-gradient(top, #242424 0%, rgba(36, 36, 36, 0) 100%);
  background: linear-gradient(to bottom, #242424 0%, rgba(36, 36, 36, 0.8) 75%, rgba(36, 36, 36, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59595a', endColorstr='#0059595a', GradientType=0);
}
body.white-menu header .logo a span {
  background-position: bottom center;
}
body.white-menu header .menu .menu-list-container ul li.active a {
  color: #FFF;
}
body.white-menu header .menu .menu-list-container ul li a {
  color: #FFF;
}
body.white-menu header .menu .mobile-burger .bar {
  background-color: #FFF;
}
.dm-header {
  position: fixed;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  z-index: 100;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.dm-header.active {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 80%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 80%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.dm-header.scroll-up {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .dm-header {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .atvi-layout-container {
    position: relative;
    margin-top: -110px;
  }
}
header {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
  height: 110px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .logo {
  width: 175px;
}
header .logo a {
  display: block;
}
header .logo a span {
  display: block;
  height: 24px;
  background-size: 100% auto;
  background-image: url("../../../../../../content/dam/atvi/demonware/2021/common/demonware-logo-sprite.png");
  background-position: top center;
  background-repeat: no-repeat;
}
header .logo.light a span {
  background-position: bottom center;
}
header .menu {
  width: 500px;
}
header .menu .mobile-burger {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
}
header .menu .mobile-burger .bar {
  width: 30px;
  height: 1px;
  display: block;
  position: relative;
  background-color: #000;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header .menu .mobile-burger .bar.one {
  position: absolute;
  top: 10px;
}
header .menu .mobile-burger .bar.two {
  position: absolute;
  top: 20px;
  transition: 0.3s ease .6s;
  animation: fade 2s;
}
header .menu .mobile-burger .bar.three {
  position: absolute;
  top: 30px;
}
header .menu .mobile-burger.active .bar.two {
  opacity: 0;
  transition: .3s ease;
}
header .menu .mobile-burger.anim .bar.one {
  top: 10px;
  position: absolute;
  transition: top .3s ease .6s;
  animation: turnthree 1s 0s;
  animation-fill-mode: forwards;
}
header .menu .mobile-burger.anim .bar.three {
  top: 30px;
  position: absolute;
  transition: top .3s ease .6s;
  animation: turnfour 1s 0s;
  animation-fill-mode: forwards;
}
header .menu .mobile-burger.anim.active .bar.one {
  top: 20px;
  transition: top 0.3s ease .1s;
  animation: turn 1s .3s;
  animation-fill-mode: forwards;
}
header .menu .mobile-burger.anim.active .bar.three {
  top: 20px;
  transition: top 0.3s ease .1s;
  animation: turntwo 1s .3s;
  animation-fill-mode: forwards;
}
header .menu .menu-list-container {
  font-family: Arial, san-serif;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
header .menu .menu-list-container ul {
  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;
}
header .menu .menu-list-container ul li {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
header .menu .menu-list-container ul li a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  opacity: 0.5;
}
header .menu .menu-list-container ul li.active a {
  opacity: 1;
}
header .menu .menu-list-container.light ul li a {
  color: #FFF;
}
@media screen and (min-width: 769px) {
  header .menu .menu-list-container li.active a {
    border-bottom: #fe6363 1px solid;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  header .menu {
    width: auto;
  }
  header .menu .mobile-burger {
    display: block;
  }
  header .menu .menu-list-container {
    display: none;
    opacity: 0;
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
  }
  header .menu .menu-list-container ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
  }
  header .menu .menu-list-container ul li {
    text-transform: none;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  header .menu .menu-list-container ul li a {
    color: #29b4f4;
    font-size: 43px;
    display: block;
  }
  header .menu .menu-list-container.active {
    opacity: 1;
    overflow-y: auto;
    display: block;
  }
}
@keyframes turn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes turnthree {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes turntwo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes turnfour {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
h1,
h2,
h3 {
  line-height: 1.1;
}
p {
  font-size: 14px;
  line-height: 1.5;
}
.dm-footer {
  background: #000;
}
footer {
  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;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  font-size: 14px;
  font-family: Arial, san-serif;
  padding: 100px 0 200px;
}
footer button,
footer a {
  color: #FFF !important;
  text-decoration: none;
}
footer .col1 .site-menu ul li {
  margin-bottom: 15px;
}
footer .col2 .privacy-menu {
  margin-bottom: 25px;
}
footer .col2 .privacy-menu ul li {
  margin-bottom: 15px;
}
footer .col2 .privacy-menu ul li button {
  background: transparent;
}
footer .col2 img {
  width: 145px;
}
footer .col3 img {
  width: 77px;
}
footer .col4 {
  max-width: 450px;
  width: 100%;
}
footer .col4 ul {
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .col4 ul li {
  margin: 0 2% 20px;
}
@media screen and (max-width: 520px) {
  footer .col4 ul li {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  footer {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  footer > div {
    margin-bottom: 30px;
  }
  footer .col4 {
    margin: 0 auto;
  }
}

/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
h1,
h2,
h3 {
  line-height: 1.1;
}
p {
  font-size: 14px;
  line-height: 1.5;
}
/**************************************
GLOBAL
**************************************/
html.aem-AuthorLayer-Edit body .inview {
  opacity: 1;
}
html.aem-AuthorLayer-Edit body .inview,
html.aem-AuthorLayer-Preview body .inview {
  opacity: 1;
}
body {
  font-family: Arial, san-serif;
  overflow-x: hidden;
}
body h1,
body h2,
body h3 {
  line-height: 1.1;
}
body p {
  font-size: 14px;
  line-height: 1.5;
}
body .hide-on-desktops {
  display: none;
}
@media screen and (max-width: 768px) {
  body .hide-on-desktops {
    display: block;
  }
}
body .inview {
  opacity: 0;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
body .inview.active {
  opacity: 1;
}
body .slick-slider .slick-next,
body .slick-slider .slick-prev {
  z-index: 20;
}
body .slick-slider .slick-next {
  right: 10px;
  background: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
body .slick-slider .slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
body .slick-slider .slick-prev {
  left: 10px;
  background: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
body .slick-slider .slick-prev:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.clockli {
  text-align: center!important;
  font-size: 14px;
  text-transform: uppercase;
}
.clockli span {
  color: #FFF;
}
.clock {
  border-radius: 100%;
  display: inline-block;
  height: 60px;
  width: 60px;
  position: relative;
  border: 1px solid white;
  margin: 0 auto 10px;
}
.am .hour {
  background: #ff6363;
}
.pm .hour {
  background: #2ac5f4;
}
.clock .hour {
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0;
  border-radius: 3px;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin: -15px -1.5px 0;
  padding: 15px 1.5px 0;
}
.clock .minute {
  background: #fff;
  height: 0;
  left: 50%;
  position: absolute;
  border-radius: 3px;
  top: 50%;
  width: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin: -23px -1.5px 0;
  padding: 23px 1.5px 0;
}
@media all and (max-width: 767px) {
  .clock {
    height: 55px;
    width: 55px;
  }
  .clock .hour {
    border-radius: 1.5px;
    margin: -16px -1.5px 0;
    padding: 16px 1.5px 0;
  }
  .clock .minute {
    border-radius: 1.5px;
    margin: -24px -1.5px 0;
    padding: 24px 1.5px 0;
  }
}

