@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
html.aem-AuthorLayer-Edit .beta-hero-container,
html.aem-AuthorLayer-Preview .beta-hero-container {
  height: 600px !important;
}
.beta-hero-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 100px auto 0;
  min-height: unset;
  z-index: 12;
}
.beta-hero-container:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 26%;
}
.beta-hero-container .desktop {
  display: block;
}
.beta-hero-container .mobile {
  display: none;
}
.beta-hero-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.beta-hero-container article {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  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;
}
.beta-hero-container .hero-preorder-container {
  width: 40%;
}
.beta-hero-container .hero-preorder-container .content {
  width: 90%;
  margin-left: 20%;
  text-align: center;
}
.beta-hero-container .hero-preorder-container .content h1 {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 800;
  font-size: 62px;
  color: #e5e3e3;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #1a1e20;
}
@media screen and (max-width: 768px) {
  .beta-hero-container .hero-preorder-container .content h1 {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .beta-hero-container .hero-preorder-container .content h1 {
    color: #e5e3e3;
  }
}
.beta-hero-container .hero-preorder-container img {
  width: 100%;
}
.beta-hero-container .hero-cta {
  padding: 13px 20px;
  transition: all .2s;
  position: relative;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  border-top: 2px solid #cdc4bd;
  border-bottom: 2px solid #cdc4bd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #e5e3e3;
  background-color: #33312f;
  margin: 10px auto 0;
}
.beta-hero-container .hero-cta a {
  text-decoration: none;
}
.beta-hero-container .hero-cta:after {
  width: 10px;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 10px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #66615c;
}
.beta-hero-container .hero-cta a,
.beta-hero-container .hero-cta h1,
.beta-hero-container .hero-cta h2,
.beta-hero-container .hero-cta h3,
.beta-hero-container .hero-cta span,
.beta-hero-container .hero-cta > div {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #33312f;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
.beta-hero-container .hero-cta a:before,
.beta-hero-container .hero-cta h1:before,
.beta-hero-container .hero-cta h2:before,
.beta-hero-container .hero-cta h3:before,
.beta-hero-container .hero-cta span:before,
.beta-hero-container .hero-cta > div:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/light-button-line-solid.svg");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.beta-hero-container .hero-cta:hover a:before,
.beta-hero-container .hero-cta:hover h1:before,
.beta-hero-container .hero-cta:hover h2:before,
.beta-hero-container .hero-cta:hover h3:before,
.beta-hero-container .hero-cta:hover span:before,
.beta-hero-container .hero-cta:hover > div:before {
  width: 100%;
  background-position: 0 0;
  transition: all .5s;
}
.beta-hero-container .hero-cta a,
.beta-hero-container .hero-cta h1,
.beta-hero-container .hero-cta h2,
.beta-hero-container .hero-cta h3,
.beta-hero-container .hero-cta span,
.beta-hero-container .hero-cta > div {
  color: #e5e3e3;
}
.beta-hero-container .hero-cta a:before,
.beta-hero-container .hero-cta h1:before,
.beta-hero-container .hero-cta h2:before,
.beta-hero-container .hero-cta h3:before,
.beta-hero-container .hero-cta span:before,
.beta-hero-container .hero-cta > div:before {
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/dark-button-line-solid.svg");
}
@media screen and (max-width: 1024px) {
  .beta-hero-container {
    margin-top: 50px;
  }
  .beta-hero-container .desktop {
    display: none;
  }
  .beta-hero-container .mobile {
    display: block;
  }
  .beta-hero-container:before {
    padding-top: 100%;
  }
  .beta-hero-container .bg {
    background-position-y: top;
    background-size: contain;
  }
  .beta-hero-container article {
    height: 35%;
    top: unset;
  }
  .beta-hero-container .logo-container {
    display: none;
  }
  .beta-hero-container .hero-preorder-container {
    width: 100%;
    margin: 0 auto;
    padding: 80px 15px 70px;
  }
  .beta-hero-container .hero-preorder-container .content {
    width: 90%;
    margin: 0 auto;
  }
  .beta-hero-container .hero-cta {
    padding: 13px 20px;
    transition: all .2s;
    position: relative;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    border-top: 2px solid #cdc4bd;
    border-bottom: 2px solid #cdc4bd;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    cursor: pointer;
    background-color: #e5e3e3;
    margin: 20px auto;
    width: 90%;
  }
  .beta-hero-container .hero-cta a {
    text-decoration: none;
  }
  .beta-hero-container .hero-cta:after {
    width: 10px;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 10px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #66615c;
  }
  .beta-hero-container .hero-cta a,
  .beta-hero-container .hero-cta h1,
  .beta-hero-container .hero-cta h2,
  .beta-hero-container .hero-cta h3,
  .beta-hero-container .hero-cta span,
  .beta-hero-container .hero-cta > div {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #33312f;
    text-transform: uppercase;
    transition: all .2s;
    text-shadow: 0px 0px 10px 000000;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    display: block;
    width: fit-content;
  }
  .beta-hero-container .hero-cta a:before,
  .beta-hero-container .hero-cta h1:before,
  .beta-hero-container .hero-cta h2:before,
  .beta-hero-container .hero-cta h3:before,
  .beta-hero-container .hero-cta span:before,
  .beta-hero-container .hero-cta > div:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 100%;
    display: block;
    background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/light-button-line-solid.svg");
    z-index: -1;
    background-repeat: no-repeat;
    background-position: -400px;
    background-size: 400px;
    transition: all .5s;
  }
  .beta-hero-container .hero-cta:hover a:before,
  .beta-hero-container .hero-cta:hover h1:before,
  .beta-hero-container .hero-cta:hover h2:before,
  .beta-hero-container .hero-cta:hover h3:before,
  .beta-hero-container .hero-cta:hover span:before,
  .beta-hero-container .hero-cta:hover > div:before {
    width: 100%;
    background-position: 0 0;
    transition: all .5s;
  }
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
.beta-table {
  position: relative;
  width: 80vw;
  max-width: 1280px;
  margin: 25px auto;
}
.beta-table .table-wrapper .schedule {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 800;
  font-size: 62px;
  color: #e5e3e3;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .beta-table .table-wrapper .schedule {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
.beta-table .table-wrapper .table {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #e5e3e3;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
.beta-table .table-wrapper .table .weekend {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #66615c;
}
.beta-table .table-wrapper .table .weekend .table-header {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #66615c;
}
.beta-table .table-wrapper .table .weekend .table-header > div:nth-of-type(1) {
  width: 60%;
}
.beta-table .table-wrapper .table .weekend .table-header > div:nth-of-type(2) {
  width: 40%;
}
.beta-table .table-wrapper .table .weekend .table-header .week {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 800;
  font-size: 62px;
  color: #e5e3e3;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 35px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .beta-table .table-wrapper .table .weekend .table-header .week {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
.beta-table .table-wrapper .table .weekend .table-header .week-subheader {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
.beta-table .table-wrapper .table .weekend .dates,
.beta-table .table-wrapper .table .weekend .events {
  position: relative;
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
}
.beta-table .table-wrapper .table .weekend .dates .label,
.beta-table .table-wrapper .table .weekend .events .label {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #bfb08b;
  text-align: left;
  margin: 10px;
  letter-spacing: 0;
}
.beta-table .table-wrapper .table .weekend .dates .date-mobile,
.beta-table .table-wrapper .table .weekend .events .date-mobile,
.beta-table .table-wrapper .table .weekend .dates .event-mobile,
.beta-table .table-wrapper .table .weekend .events .event-mobile {
  display: none;
}
.beta-table .table-wrapper .table .weekend .dates .dates-wrapper,
.beta-table .table-wrapper .table .weekend .events .dates-wrapper,
.beta-table .table-wrapper .table .weekend .dates .events-wrapper,
.beta-table .table-wrapper .table .weekend .events .events-wrapper {
  padding-left: 20px;
  margin: 10px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.beta-table .table-wrapper .table .weekend .dates .date,
.beta-table .table-wrapper .table .weekend .events .date,
.beta-table .table-wrapper .table .weekend .dates .event,
.beta-table .table-wrapper .table .weekend .events .event {
  min-height: 50px;
}
.beta-table .table-wrapper .table .weekend .dates {
  width: 35%;
  border-right: 1px solid #66615c;
}
.beta-table .table-wrapper .table .weekend .dates .date {
  margin-bottom: 10px;
}
.beta-table .table-wrapper .table .weekend .events {
  width: 65%;
}
.beta-table .table-wrapper .table .weekend .events .event {
  margin-bottom: 10px;
}
.beta-table .table-wrapper .table .weekend .dates-wrapper,
.beta-table .table-wrapper .table .weekend .events-wrapper {
  font-size: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .beta-table .table-wrapper .table {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .beta-table .table-wrapper .table .weekend-2 {
    border-top: none;
  }
}
@media screen and (max-width: 680px) {
  .beta-table .table-wrapper .table .weekend .table-header {
    padding: 10px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .beta-table .table-wrapper .table .weekend .table-header > div {
    width: 100% !important;
  }
  .beta-table .table-wrapper .table .weekend .table-header .week {
    padding: 0;
  }
  .beta-table .table-wrapper .table .weekend .dates,
  .beta-table .table-wrapper .table .weekend .events {
    width: 100%;
  }
  .beta-table .table-wrapper .table .weekend .dates .date-mobile,
  .beta-table .table-wrapper .table .weekend .events .date-mobile,
  .beta-table .table-wrapper .table .weekend .dates .event-mobile,
  .beta-table .table-wrapper .table .weekend .events .event-mobile {
    display: block;
  }
  .beta-table .table-wrapper .table .weekend .events {
    display: none;
  }
  .beta-table .table-wrapper .table .weekend .dates {
    border-right: none;
  }
  .beta-table .table-wrapper .table .weekend .dates .date {
    margin-bottom: 20px;
  }
  .beta-table .table-wrapper .table .weekend .dates .date > div:nth-of-type(1) {
    margin-bottom: 5px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
#noise {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .2;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/noise-gif-square-anim.gif);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 13;
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
#cw-common-pillars-parent {
  position: relative;
}
#cw-common-pillars-parent .cw-common-pillars-inner {
  margin: 0 auto;
  width: 80vw;
  max-width: 1280px;
}
#cw-common-pillars-parent .cw-common-pillars-inner .pillar {
  max-width: 1670px;
}
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-img-container img {
  width: 100%;
  margin: 0 auto 20px auto;
  display: flex;
  max-width: unset !important;
  max-height: unset !important;
}
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-header {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-header {
    font-size: 20px;
  }
}
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-description {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #cdc4bd;
  margin: 0 0 30px 0;
  line-height: 1.5;
  text-transform: inherit;
}
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta {
  margin: 0 auto;
  padding: 13px 20px;
  transition: all .2s;
  position: relative;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  border-top: 2px solid #cdc4bd;
  border-bottom: 2px solid #cdc4bd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #e5e3e3;
  width: 60%;
}
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta a {
  text-decoration: none;
}
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta:after {
  width: 10px;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 10px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #66615c;
}
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta a,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta h1,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta h2,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta h3,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta span,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta > div {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #33312f;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta a:before,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta h1:before,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta h2:before,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta h3:before,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta span:before,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta > div:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/light-button-line-solid.svg");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta:hover a:before,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta:hover h1:before,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta:hover h2:before,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta:hover h3:before,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta:hover span:before,
#cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta:hover > div:before {
  width: 100%;
  background-position: 0 0;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  #cw-common-pillars-parent .cw-common-pillars-inner .pillar .pillar-cta {
    width: 100%;
  }
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
.pc-req-container {
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}
.pc-req-container:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.pc-req-container .desktop {
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 1800px;
}
.pc-req-container .desktop .flex-table.row-0 .flex-row {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
  padding: 25px 25px;
}
@media screen and (max-width: 768px) {
  .pc-req-container .desktop .flex-table.row-0 .flex-row {
    font-size: 20px;
  }
}
.pc-req-container .desktop .flex-table.row-0 .flex-row .subtext {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #cdc4bd;
  margin: 0 0 30px 0;
  line-height: 1.5;
  text-transform: none;
  color: white;
}
.pc-req-container .desktop .flex-table .first {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
}
@media screen and (max-width: 768px) {
  .pc-req-container .desktop .flex-table .first {
    font-size: 20px;
  }
}
.pc-req-container .desktop .flex-table:not(:last-child) {
  border-bottom: 1px solid #66615c;
}
.pc-req-container .desktop .flex-table .flex-row:not(:last-child) {
  border-right: 1px solid #66615c;
}
.pc-req-container .mobile {
  display: none;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.pc-req-container .mobile.active {
  opacity: 1;
}
.pc-req-container .table-container {
  border: 1px solid #66615c;
}
.pc-req-container .table-disclaimer {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #cdc4bd;
  margin: 0 0 30px 0;
  line-height: 1.5;
  color: white;
  width: 90%;
  margin: 0 auto;
  max-width: 1800px;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .pc-req-container .table-disclaimer {
    margin-left: 5%;
  }
}
.pc-req-container .flex-table {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.pc-req-container .flex-row {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #cdc4bd;
  margin: 0 0 30px 0;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: 0;
  padding: 20px 30px;
  width: 18%;
}
.pc-req-container .flex-row.first {
  width: 10%;
  text-align: right;
}
.pc-req-container .flex-row.row-0 .flex-row {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
  overflow-wrap: break-word;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .pc-req-container .flex-row.row-0 .flex-row {
    font-size: 20px;
  }
}
.pc-req-container .mobile {
  margin-left: 5%;
}
.pc-req-container .mobile .mobile-row {
  display: flex;
  width: 100%;
}
.pc-req-container .mobile .col-left {
  flex-flow: column wrap;
  width: 130px;
  border-right: 1px solid #66615c;
}
.pc-req-container .mobile .col-left .flex-row {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
  font-size: 20px;
  overflow-wrap: break-word;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pc-req-container .mobile .col-left .flex-row {
    font-size: 20px;
  }
}
.pc-req-container .mobile .col-left .flex-row:not(:last-child) {
  border-bottom: 1px solid #66615c;
}
.pc-req-container .mobile .col-right {
  width: calc(100% - 132px);
  overflow-x: scroll;
}
.pc-req-container .mobile .col-right .header {
  text-align: left;
  text-transform: uppercase;
}
.pc-req-container .mobile .col-right .flex-row {
  min-width: 200px;
  width: 50%;
  padding: 20px;
}
.pc-req-container .mobile .col-right .row-0 .flex-row {
  font-family: 'Podkova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  color: #e5e3e3;
  line-height: 1.15;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .pc-req-container .mobile .col-right .row-0 .flex-row {
    font-size: 20px;
  }
}
.pc-req-container .mobile .col-right .row-0 .flex-row .subtext {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #cdc4bd;
  margin: 0 0 30px 0;
  line-height: 1.5;
  text-transform: none;
  color: white;
}
.pc-req-container .mobile .col-right .mobile-row:not(:last-child) .flex-row {
  border-bottom: 1px solid #66615c;
}
.pc-req-container .mobile .col-right .mobile-row .flex-row:not(:last-child) {
  border-right: 1px solid #66615c;
}
@media all and (max-width: 1024px) {
  .pc-req-container .desktop {
    display: none;
  }
  .pc-req-container .mobile {
    display: flex;
  }
}

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
body {
  background-color: #1a1e20;
  background-size: cover;
  overflow-x: hidden;
}
#cw-beta-legal-lines {
  width: 80%;
  font-family: montserrat;
  font-weight: 500;
  font-size: 14px;
  color: #ADABAB;
  margin: 20px auto;
}
#cw-beta-legal-lines a {
  font-weight: bold;
  color: #cdc4bd;
}
#cw-beta-legal-lines a:visited {
  color: #cdc4bd;
}
#cw-beta-legal-lines a {
  font-weight: bold;
  color: #cdc4bd;
}
#cw-beta-legal-lines a:visited {
  color: #cdc4bd;
}
.cw-wrapper {
  position: relative;
  overflow: hidden;
}
.cw-wrapper:before,
.cw-wrapper:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.cw-wrapper:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .cw-wrapper:before,
  .cw-wrapper:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .cw-wrapper:before {
    left: 0px;
  }
  .cw-wrapper:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .cw-wrapper:after {
    right: 10px;
  }
}
.cw-wrapper:before {
  left: 0;
}
.cw-wrapper:after {
  right: 12px;
}
.cw-wrapper .dash-linebreak-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1800px;
}
.cw-wrapper .dash-linebreak-container .dash-lb {
  margin: 20px 0 45px 0;
}
.cw-wrapper .dash-linebreak-container .dash-lb.animating {
  width: 100%;
}
.cw-wrapper .linebreak-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1800px;
}
.cw-wrapper .linebreak-container .dash-lb {
  margin: 20px 0 45px 0;
}
.cw-wrapper .linebreak-container .dash-lb.animating {
  width: 100%;
}
.cw-wrapper .linebreak-container .solid-lb {
  margin: 45px 0 0px 0;
}
@media screen and (max-width: 768px) {
  .cw-wrapper .linebreak-container {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cw-wrapper .pc-req-title {
    width: 95%;
    margin: 40px auto 0 auto;
  }
}
.cw-wrapper .beta-table .table-wrapper .schedule::after {
  content: "";
  display: block;
  width: 400px;
  height: 1900px;
  transform: skew(-15deg);
  background: #5A2023;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cw-wrapper .beta-table .table-wrapper .schedule::after {
    width: 500px;
    height: 3200px;
    transform: skew(-11deg);
    right: -200px;
  }
}
@media screen and (max-width: 735px) {
  .cw-wrapper .beta-table .table-wrapper .schedule::after {
    height: 2950px;
  }
}
.cw-wrapper .cw-beta-table,
.cw-wrapper #cw-common-pillars-parent {
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/home/game-modes/decode-tile.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .cw-wrapper .cw-beta-table,
  .cw-wrapper #cw-common-pillars-parent {
    background-image: none;
  }
}

