#cod-hub-hero {
  height: 670px;
  position: relative;
  overflow: hidden;
}
#cod-hub-hero .hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  z-index: -1;
}
@media (min-width: 1024.02px) {
  #cod-hub-hero {
    height: 800px;
  }
}
#cod-hub-hero .cod-hub-hero-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 1024px) {
  #cod-hub-hero .cod-hub-hero-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #cod-hub-hero .cod-hub-hero-container {
    max-width: 600px;
    padding-inline: 24px;
  }
}
#cod-hub-hero .cod-hub-hero-container::after {
  content: "";
  height: 50%;
  width: 2000px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15%, #000000 100%);
  z-index: 0;
}
@media (min-width: 1440.02px) {
  #cod-hub-hero .cod-hub-hero-container::before {
    content: "";
    height: 100%;
    width: 1500px;
    position: absolute;
    top: 0;
    left: -1440px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #000000 15%);
    z-index: 2;
  }
  #cod-hub-hero .cod-hub-hero-container::after {
    content: none;
  }
}
#cod-hub-hero .cod-hub-hero-container #hero-bg-texture {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  mix-blend-mode: lighten;
  z-index: 1;
  object-fit: cover;
}
@media (min-width: 1440.02px) {
  #cod-hub-hero .cod-hub-hero-container #hero-bg-texture {
    right: 170px;
    object-fit: none;
  }
}
#cod-hub-hero .cod-hub-hero-container .hero-fg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position-x: 130px;
  z-index: 0;
}
#cod-hub-hero .cod-hub-hero-container .hero-fg.hero-fg-mobile {
  display: none;
}
@media (max-width: 600px) {
  #cod-hub-hero .cod-hub-hero-container .hero-fg.hero-fg-desktop {
    display: none;
  }
  #cod-hub-hero .cod-hub-hero-container .hero-fg.hero-fg-mobile {
    display: block;
    background-size: cover;
  }
}
@media (min-width: 1024.02px) {
  #cod-hub-hero .cod-hub-hero-container .hero-fg {
    background-position-x: right;
    right: -120px;
  }
}
@media (max-width: 1024px) {
  #cod-hub-hero .cod-hub-hero-container .hero-fg {
    background-position: 72% 0;
  }
}
#cod-hub-hero .cod-hub-hero-container .hero-cutout {
  display: none;
}
#cod-hub-hero .cod-hub-hero-container #hero-fg-texture {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  mix-blend-mode: lighten;
  z-index: 3;
}
@media (min-width: 1440.02px) {
  #cod-hub-hero .cod-hub-hero-container #hero-fg-texture {
    right: -110px;
  }
}
#cod-hub-hero .cod-hub-hero-container__inner {
  width: 100%;
  position: relative;
  z-index: 1;
  display: grid;
  place-self: end start;
  padding: 90px 0 40px 0;
}
@media (min-width: 1024.02px) {
  #cod-hub-hero .cod-hub-hero-container__inner {
    padding: 125px 0 80px 0;
  }
}
@media (min-width: 1440.02px) {
  #cod-hub-hero .cod-hub-hero-container__inner {
    display: block;
    place-self: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 150px 0 80px 0;
  }
}
#cod-hub-hero .cod-hub-hero-container__inner__logo {
  position: absolute;
  width: 100%;
  top: -10px;
}
@media (min-width: 600.02px) {
  #cod-hub-hero .cod-hub-hero-container__inner__logo {
    width: auto;
  }
}
@media (min-width: 1440.02px) {
  #cod-hub-hero .cod-hub-hero-container__inner__logo {
    top: 320px;
  }
}
@media (min-width: 400px) {
  #cod-hub-hero .cod-hub-hero-container__inner__logo img {
    width: 315px;
    margin: 0 auto;
  }
}
@media (min-width: 600.02px) {
  #cod-hub-hero .cod-hub-hero-container__inner__logo img {
    width: 350px;
  }
}
@media (min-width: 1024.02px) {
  #cod-hub-hero .cod-hub-hero-container__inner__logo img {
    width: 400px;
  }
}
#cod-hub-hero .cod-hub-hero-container__inner__heading {
  margin-bottom: 20px;
  position: relative;
  visibility: hidden !important;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  #cod-hub-hero .cod-hub-hero-container__inner__heading {
    height: 123px;
  }
}
@media only screen and (max-width: 600px) {
  #cod-hub-hero .cod-hub-hero-container__inner__heading {
    height: 111px;
  }
}
#cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow img {
  width: 60px;
}
@media (min-width: 600.02px) {
  #cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow img {
    width: 88px;
  }
}
#cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow .icon {
  margin-left: 12px;
}
#cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow .dash-icon {
  width: 80px;
  height: 1px;
  background: white;
}
#cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
  display: none;
  font-family: "Arial Black";
  letter-spacing: 1px;
  font-size: 2.75rem;
  font-family: "Hitmarker Condensed Black";
  font-weight: 900;
  font-style: normal;
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  line-height: 1;
  overflow-wrap: anywhere;
}
#cod-hub-hero .cod-hub-hero-container__inner__heading h1:hover {
  cursor: default;
}
@media (min-width: 600.02px) {
  #cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
    width: 530px;
  }
}
@media (min-width: 1024.02px) {
  #cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
    width: 60%;
    font-size: 4.25rem;
  }
}
@media (min-width: 1440.02px) {
  #cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
    width: 50%;
  }
}
#cod-hub-hero .cod-hub-hero-container__inner__details {
  z-index: 4;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text {
  display: none;
  margin-bottom: 20px;
}
@media (min-width: 600.02px) {
  #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text {
    width: 520px;
  }
}
@media (min-width: 1024.02px) {
  #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text {
    width: 550px;
  }
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 375px) {
  #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p {
    font-size: 20px;
  }
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p br {
  display: none;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta {
  position: relative;
  overflow: hidden;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta .cta-span {
  position: absolute;
  display: block;
  border-radius: 2px;
  background: #ffffff;
  z-index: 1;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta .cta-span:nth-child(1),
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta .cta-span:nth-child(2),
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta .cta-span:nth-child(3),
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta .cta-span:nth-child(4) {
  background: linear-gradient(138.275deg, rgba(255, 255, 255, 0) 0%, #ffffff 44.79%, #ffffff 58.85%, rgba(255, 255, 255, 0) 100%);
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta .cta-span:nth-child(1),
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta .cta-span:nth-child(2) {
  height: 2px;
  width: 24px;
  left: -26px;
  transition: left 150ms ease-in-out;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta .cta-span:nth-child(3),
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta .cta-span:nth-child(4) {
  height: 24px;
  width: 2px;
  top: -26px;
  transition: top 75ms ease-in-out;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta .cta-span:nth-child(1) {
  top: 0;
  transition-delay: 25ms;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta .cta-span:nth-child(2) {
  bottom: 0;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta .cta-span:nth-child(3) {
  left: 0;
  transition-delay: 100ms;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta .cta-span:nth-child(4) {
  right: 0;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta:hover .cta-span:nth-child(1),
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta:hover .cta-span:nth-child(2) {
  left: 100%;
  transition: left 150ms ease-in-out;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta:hover .cta-span:nth-child(2) {
  transition-delay: 25ms;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta:hover .cta-span:nth-child(3),
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta:hover .cta-span:nth-child(4) {
  top: 100%;
  transition: top 75ms ease-in-out;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta:hover .cta-span:nth-child(4) {
  transition-delay: 100ms;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta button,
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta a {
  text-decoration: none;
  border: none;
  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;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #858585;
  /* HOVER OFF */
  transition: opacity 150ms;
}
@media screen and (-ms-high-contrast: active) {
  #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta button,
  #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta a {
    border: 2px solid currentcolor;
  }
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta button .cta-text,
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta a .cta-text {
  position: relative;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta button:before,
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta a:before {
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.12);
  opacity: 0;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta button:hover:before,
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta a:hover:before {
  opacity: 1;
  transition: opacity 150ms;
  transition-delay: 75ms;
}
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta button,
#cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-cta a {
  background: rgba(27, 27, 27, 0.35);
}
#cod-hub-hero #texture {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: lighten;
}
@media (min-width: 1440.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container .hero-cutout {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -110px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
  }
}
@media (min-width: 1440.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner {
    justify-content: space-between;
  }
}
html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__logo {
  position: absolute;
  width: 100%;
}
@media (min-width: 600.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__logo {
    width: auto;
    top: auto;
  }
}
@media (min-width: 400px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__logo img {
    width: 315px;
    margin: 0 auto;
  }
}
@media (min-width: 600.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__logo img {
    width: 350px;
  }
}
@media (min-width: 1024.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__logo img {
    width: auto;
  }
}
html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading {
  visibility: hidden !important;
  display: block;
}
@media (min-width: 1440.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading {
    width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading {
    height: initial;
  }
}
html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
  font-family: "Arial Black";
  letter-spacing: 0px;
  font-family: "Hitmarker Condensed Black";
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1;
  text-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  /*@media (min-width: 375px) {
              .display-custom(44px, 40px, 2px);
            }*/
}
@media (min-width: 600.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
    width: 530px;
    margin-left: -2px;
    font-size: 3.25rem;
  }
}
@media (min-width: 1024.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
    width: 800px;
    font-size: 7.5rem;
  }
}
@media (min-width: 1440.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
    width: 950px;
    margin-left: -3px;
    font-size: 8.75rem;
  }
}
html[lang="ar"] #cod-hub-hero::before,
html[dir="rtl"] #cod-hub-hero::before {
  right: 0px;
  background: linear-gradient(270deg, #1b1b1b 0%, rgba(27, 27, 27, 0) 31.25%);
}
@media (min-width: 1440.02px) {
  html[lang="ar"] #cod-hub-hero .cod-hub-hero-container::after,
  html[dir="rtl"] #cod-hub-hero .cod-hub-hero-container::after {
    right: -1530px;
  }
}
html[lang="ar"] #cod-hub-hero .cod-hub-hero-container .hero-fg,
html[dir="rtl"] #cod-hub-hero .cod-hub-hero-container .hero-fg {
  right: 0;
  transform: scaleX(-1);
}
html[lang="ar"] #cod-hub-hero .cod-hub-hero-container #hero-bg-texture,
html[dir="rtl"] #cod-hub-hero .cod-hub-hero-container #hero-bg-texture {
  transform: scaleX(-1);
}
html[lang="ar"] #cod-hub-hero .cod-hub-hero-container .hero-cutout,
html[dir="rtl"] #cod-hub-hero .cod-hub-hero-container .hero-cutout {
  display: none;
}
html[lang="ar"] #cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow img,
html[dir="rtl"] #cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow img {
  order: 1;
}
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
html[lang="en"] #cod-hub-hero .cod-hub-hero-container__details .hub-hero-text p br {
  display: inline-block;
}
@media only screen and (max-width: 400px) {
  html[lang="fr"] #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p,
  html[lang="fr-CA"] #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p,
  html[lang="fr-BE"] #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p,
  html[lang="ru"] #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p,
  html[lang="de"] #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p,
  html[lang="it"] #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p,
  html[lang="pt"] #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p,
  html[lang="pt-BR"] #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px) {
  html[lang="es-MX"] #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p,
  html[lang="es"] #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p,
  html[lang="pl"] #cod-hub-hero .cod-hub-hero-container__inner__details .hub-hero-text p {
    font-size: 16px;
  }
}
