.cod-hero {
  position: relative;
  height: 604px;
  z-index: 1;
}
@media (max-width: 600px) {
  .cod-hero {
    height: 430px;
  }
}
.cod-hero .cod-hero-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
}
.cod-hero .cod-hero-container .bg-tablet,
.cod-hero .cod-hero-container .bg-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .cod-hero .cod-hero-container .bg-desktop {
    display: none;
  }
  .cod-hero .cod-hero-container .bg-tablet {
    display: block;
  }
}
@media (max-width: 600px) {
  .cod-hero .cod-hero-container {
    height: 430px;
  }
  .cod-hero .cod-hero-container .bg-tablet {
    display: none;
  }
  .cod-hero .cod-hero-container .bg-desktop {
    display: none;
  }
  .cod-hero .cod-hero-container .bg-mobile {
    display: block;
    height: auto;
  }
}
.cod-hero .cod-hero-container .cod-hero-background {
  position: absolute;
  inset: 0;
}
.cod-hero .cod-hero-container .cod-hero-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1920.02px) {
  .cod-hero .cod-hero-container .cod-hero-background-image {
    object-fit: contain;
  }
}
.cod-hero .cod-hero-container .cod-hero-content {
  z-index: 200;
  align-self: flex-end;
  padding: 0 0 60px 227px;
  color: white;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .cod-hero .cod-hero-container .cod-hero-content {
    padding: 0 0 32px;
  }
}
@media (max-width: 600px) {
  .cod-hero .cod-hero-container .cod-hero-content {
    padding: 0 0 20px;
  }
}
.cod-hero .cod-hero-container .cod-hero-content .cod-hero-logo img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
}
.cod-hero .cod-hero-container .cod-hero-content .divider {
  border-left: 3px solid white;
}
.cod-hero .cod-hero-container .cod-hero-content .cod-hero-logo,
.cod-hero .cod-hero-container .cod-hero-content .divider {
  height: 51px;
}
@media (max-width: 1024px) {
  .cod-hero .cod-hero-container .cod-hero-content .cod-hero-logo,
  .cod-hero .cod-hero-container .cod-hero-content .divider {
    height: 40px;
  }
}
.cod-hero .cod-hero-container .cod-hero-content .cod-hero-title-platform {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .cod-hero .cod-hero-container .cod-hero-content .cod-hero-title-platform {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    font-size: 3.25rem;
    line-height: 5.44rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
.cod-hero .cod-hero-container .cod-hero-content .cod-hero-title-platform p {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
.cod-hero .cod-hero-container .cod-hero-content .cod-hero-title-platform p b {
  color: orange;
}
.cod-hero .cod-hero-container .cod-hero-content .cod-hero-title-platform h1 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  font-size: 6.5rem;
  line-height: 5.44rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .cod-hero .cod-hero-container .cod-hero-content .cod-hero-title-platform h1 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    font-size: 4.25rem;
    line-height: 4.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
@media (max-width: 600px) {
  .cod-hero.page-title {
    padding: 0 16px 20px;
  }
}
@media (max-width: 1024px) {
  .cod-hero.page-title-buttons .bg-desktop {
    display: block;
  }
}
.cod-hero.page-title-buttons .cod-hero-background-video {
  height: 100%;
  position: relative;
}
.cod-hero.page-title-buttons .cod-hero-background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cod-hero.page-title-buttons .video-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.cod-hero.page-title-buttons .video-overlay .play-btn,
.cod-hero.page-title-buttons .video-overlay .pause-btn {
  border-radius: 8px;
  border: 1px solid #3c4147;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  padding: 10px;
}
.cod-hero.page-title-buttons .video-overlay .hide {
  display: none;
}
.cod-hero.page-title-buttons .cod-hero-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
  display: none;
  justify-content: center;
  align-items: center;
}
.cod-hero.page-title-buttons .cod-hero-modal .cod-hero-inner-modal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cod-hero.page-title-buttons .cod-hero-modal .cod-hero-inner-modal .cod-hero-close-modal {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  color: white;
  font-size: 50px;
}
@media (max-width: 600px) {
  .cod-hero.page-title-buttons .cod-hero-modal .cod-hero-inner-modal .cod-hero-modal-video {
    width: 100%;
  }
  .cod-hero.page-title-buttons .cod-hero-modal .cod-hero-inner-modal .cod-hero-modal-video iframe {
    width: 100%;
  }
}
.cod-hero.page-title-buttons .cod-hero-content {
  margin: 0 auto;
  width: 100%;
  flex-direction: column;
  gap: 32px;
  padding: 199px 226px 72.379px 226px;
}
@media (max-width: 1024px) {
  .cod-hero.page-title-buttons .cod-hero-content {
    padding: 100.657px 162px 45.083px 162px;
  }
}
@media (max-width: 600px) {
  .cod-hero.page-title-buttons .cod-hero-content {
    padding: 201px 16.387px 30.715px 17px;
  }
}
.cod-hero.page-title-buttons .cod-hero-content .cod-hero-play-btn {
  border: none;
  background-color: transparent;
}
.cod-hero.page-title-buttons .cod-hero-content .cod-hero-logo {
  width: clamp(350px, 100%, 638px);
  height: auto;
  aspect-ratio: 3.84369231;
}
.cod-hero.page-title-buttons .cod-hero-content .cod-hero-cta a {
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 0.88rem;
  line-height: 0.88rem;
  letter-spacing: 0.05em;
  padding: 12px 24px;
  border-radius: 2px;
  text-transform: uppercase;
  background-color: white;
  color: black;
}
@media screen and (-ms-high-contrast: active) {
  .cod-hero.page-title-buttons .cod-hero-content .cod-hero-cta a {
    border: 2px solid currentcolor;
  }
}
.cod-hero.page-title-system .cod-hero-content {
  padding: 0 0 60px 40px;
  gap: 32px;
}
@media (max-width: 1024px) {
  .cod-hero.page-title-system .cod-hero-content {
    padding: 0 0 32px 40px;
  }
}
@media (max-width: 600px) {
  .cod-hero.page-title-system .cod-hero-content {
    padding: 0 0 20px;
    margin: 0 auto;
  }
}
.cod-hero.page-title-system .cod-hero-content .cod-hero-title-platform {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  font-size: 4.25rem;
  line-height: 5.44rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.no-scroll {
  overflow: hidden;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
}
.modal-overlay .inner-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-overlay .modal-close {
  font-family: sans-serif;
  font-size: 60px;
  position: absolute;
  top: 20px;
  right: 0;
  color: #FFF;
  z-index: 5;
  background: none;
  border: none;
  cursor: pointer;
}
.modal-overlay .modal-content {
  position: absolute;
  width: 65%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
@media screen and (max-width: 768px) {
  .modal-overlay .modal-content {
    width: 100%;
  }
}
.modal-overlay .modal-content .media-content {
  position: relative;
  padding-bottom: 56.25%;
  z-index: 1;
}
.modal-overlay .modal-content .media-content .modal-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  z-index: 1;
}
.modal-overlay .modal-content .media-content .modal-item.previous-slide {
  opacity: 0;
}
.modal-overlay .modal-content .media-content .modal-item.current {
  opacity: 1;
  z-index: 5;
}
.modal-overlay .modal-content .media-content img {
  width: 100%;
  display: block;
}
.modal-overlay .modal-content .media-content .player,
.modal-overlay .modal-content .media-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-age-gate,
.atvi-agegate {
  z-index: 1;
}

