#codGlobalHero {
  position: relative;
  overflow: hidden;
  box-shadow: 10px 8px 6px rgba(0, 0, 0, 0.5);
}
@media (min-width: 2200px) {
  #codGlobalHero {
    overflow: visible;
    box-shadow: none;
  }
}
#codGlobalHero #ultrawideBg {
  display: none;
}
@media (min-width: 1440px) {
  #codGlobalHero #ultrawideBg {
    display: block;
    width: 2200px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width: 2200px) {
  #codGlobalHero #ultrawideBg {
    filter: drop-shadow(10px 8px 6px rgba(0, 0, 0, 0.5));
  }
}
#codGlobalHero #gradientContainer {
  width: 2200px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media (min-width: 2200px) {
  #codGlobalHero #gradientContainer {
    width: 2200px;
  }
}
#codGlobalHero #gradientContainer .gradients {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (min-width: 2200px) {
  #codGlobalHero #gradientContainer .gradients {
    display: block;
  }
}
#codGlobalHero #gradientContainer .gradients .left {
  content: "";
  height: 105%;
  width: 1500px;
  position: absolute;
  top: 0;
  left: -1280px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #000000 15%);
}
#codGlobalHero #gradientContainer .gradients .right {
  content: "";
  height: 105%;
  width: 1500px;
  position: absolute;
  top: 0;
  right: -1280px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #000000 15%);
}
#codGlobalHero .cod-global-hero-content {
  overflow: hidden;
  position: relative;
  /* ===== Hero Background and foreground MOBILE ===== */
  /* ===== Hero Background and foreground TABLET ===== */
  /* ===== Hero Background and foreground DESKTOP ===== */
  /* ===== Hero Background and foreground DESKTOP WIDE ===== */
}
@media (min-width: 480px) {
  #codGlobalHero .cod-global-hero-content {
    height: auto;
  }
}
@media (min-width: 1440.02px) {
  #codGlobalHero .cod-global-hero-content {
    max-width: 1440px;
    margin: 0 auto;
  }
}
#codGlobalHero .cod-global-hero-content .hero-bg-mobile {
  height: auto;
  width: 100%;
}
@media (min-width: 600px) {
  #codGlobalHero .cod-global-hero-content .hero-bg-mobile {
    display: none;
  }
}
#codGlobalHero .cod-global-hero-content .hero-fg-mobile {
  display: none;
}
#codGlobalHero .cod-global-hero-content .hero-bg-tablet {
  display: none;
  height: auto;
  width: 100%;
}
@media (min-width: 600px) {
  #codGlobalHero .cod-global-hero-content .hero-bg-tablet {
    display: block;
  }
}
@media (min-width: 992px) {
  #codGlobalHero .cod-global-hero-content .hero-bg-tablet {
    display: none;
  }
}
#codGlobalHero .cod-global-hero-content .hero-fg-tablet {
  display: none;
}
#codGlobalHero .cod-global-hero-content .hero-bg-desktop {
  display: none;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  #codGlobalHero .cod-global-hero-content .hero-bg-desktop {
    display: block;
  }
}
#codGlobalHero .cod-global-hero-content .hero-fg-desktop {
  display: none;
}
#codGlobalHero .cod-global-hero-content .hero-bg-desktop-wide {
  display: none;
  height: auto;
  width: 100%;
}
#codGlobalHero .cod-global-hero-content .hero-fg-desktop-wide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 3;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
  /* ===== headline ===== */
  /* ===== subhead and CTA ===== */
}
@media (max-width: 1024px) {
  #codGlobalHero .cod-global-hero-content .headline-wrapper {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #codGlobalHero .cod-global-hero-content .headline-wrapper {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#codGlobalHero .cod-global-hero-content .headline-wrapper.visible {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1024.02px) {
  #codGlobalHero .cod-global-hero-content .headline-wrapper {
    justify-content: center;
  }
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content {
  margin-bottom: 15px;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content .eyebrow {
  display: none;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content .eyebrow img {
  width: 60px;
}
@media (min-width: 600.02px) {
  #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content .eyebrow img {
    width: 88px;
  }
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content .eyebrow .icon {
  margin-left: 12px;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content .eyebrow .dash-icon {
  width: 80px;
  height: 1px;
  background: white;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
  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: 0 0 20px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 36px;
  line-height: 38px;
}
@media (min-width: 440px) {
  #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    font-size: 58px;
    line-height: 56px;
  }
}
@media (min-width: 600.02px) {
  #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    font-size: 64px;
    line-height: 58px;
    width: 65%;
  }
  #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline br {
    display: none;
  }
}
@media (min-width: 1024.02px) {
  #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    font-size: 110px;
    line-height: 100px;
  }
}
@media (min-width: 1440.02px) {
  #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    font-size: 146px;
    line-height: 130px;
  }
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline b,
#codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline strong {
  color: #f96800;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper {
  z-index: 5;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-subhead {
  margin-bottom: 20px;
  filter: drop-shadow(0px 2px 4px #000000);
  max-width: 630px;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-subhead p {
  font-size: 20px;
  line-height: 26px;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-subhead p br {
  display: none;
}
@media (min-width: 1024.02px) {
  #codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-subhead p {
    font-size: 24px;
    line-height: 32px;
    width: 460px;
  }
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta {
  position: relative;
  overflow: hidden;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta .cta-span {
  position: absolute;
  display: block;
  border-radius: 2px;
  background: #ffffff;
  z-index: 1;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta .cta-span:nth-child(1),
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta .cta-span:nth-child(2),
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta .cta-span:nth-child(3),
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-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%);
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta .cta-span:nth-child(1),
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta .cta-span:nth-child(2) {
  height: 2px;
  width: 24px;
  left: -26px;
  transition: left 150ms ease-in-out;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta .cta-span:nth-child(3),
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta .cta-span:nth-child(4) {
  height: 24px;
  width: 2px;
  top: -26px;
  transition: top 75ms ease-in-out;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta .cta-span:nth-child(1) {
  top: 0;
  transition-delay: 25ms;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta .cta-span:nth-child(2) {
  bottom: 0;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta .cta-span:nth-child(3) {
  left: 0;
  transition-delay: 100ms;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta .cta-span:nth-child(4) {
  right: 0;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta:hover .cta-span:nth-child(1),
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta:hover .cta-span:nth-child(2) {
  left: 100%;
  transition: left 150ms ease-in-out;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta:hover .cta-span:nth-child(2) {
  transition-delay: 25ms;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta:hover .cta-span:nth-child(3),
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta:hover .cta-span:nth-child(4) {
  top: 100%;
  transition: top 75ms ease-in-out;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta:hover .cta-span:nth-child(4) {
  transition-delay: 100ms;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta button,
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-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) {
  #codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta button,
  #codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta a {
    border: 2px solid currentcolor;
  }
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta button .cta-text,
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta a .cta-text {
  position: relative;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta button:before,
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-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;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta button:hover:before,
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta a:hover:before {
  opacity: 1;
  transition: opacity 150ms;
  transition-delay: 75ms;
}
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta button,
#codGlobalHero .cod-global-hero-content .headline-wrapper .subhead-cta-wrapper .global-hero-cta a {
  background: rgba(27, 27, 27, 0.8);
}
#codGlobalHero #bottomGradient {
  display: none;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15%, #000000 100%);
}
/*#codGlobalHero .cod-global-hero-content .headline-wrapper {


    .media-breakpoint-up(tablet, {
        width: auto;
        align-items: center;
        text-align: center;
        justify-content: center;

        .subhead-cta-wrapper #hero-cta-list {

        	ul {
                justify-content: center !important;
            }
        }
    });
}*/
html[lang="en"] #codGlobalHero .cod-global-hero-content,
html[lang="en-AU"] #codGlobalHero .cod-global-hero-content,
html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content,
html[lang="en-CA"] #codGlobalHero .cod-global-hero-content,
html[lang="en-AR"] #codGlobalHero .cod-global-hero-content,
html[lang="nl"] #codGlobalHero .cod-global-hero-content,
html[lang="fi"] #codGlobalHero .cod-global-hero-content,
html[lang="sv"] #codGlobalHero .cod-global-hero-content,
html[lang="en-GB"] #codGlobalHero .cod-global-hero-content,
html[lang="da"] #codGlobalHero .cod-global-hero-content,
html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content,
html[lang="no"] #codGlobalHero .cod-global-hero-content {
  /* ===== Hero Background and foreground MOBILE ===== */
  /* ===== Hero Background and foreground TABLET ===== */
  /* ===== Hero Background and foreground DESKTOP ===== */
}
html[lang="en"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
html[lang="en-AU"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
html[lang="en-CA"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
html[lang="en-AR"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
html[lang="nl"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
html[lang="fi"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
html[lang="sv"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
html[lang="en-GB"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
html[lang="da"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
html[lang="no"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 3;
}
@media (min-width: 600px) {
  html[lang="en"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
  html[lang="en-AU"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
  html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
  html[lang="en-CA"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
  html[lang="en-AR"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
  html[lang="nl"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
  html[lang="fi"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
  html[lang="sv"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
  html[lang="en-GB"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
  html[lang="da"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
  html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile,
  html[lang="no"] #codGlobalHero .cod-global-hero-content .hero-fg-mobile {
    display: none;
  }
}
html[lang="en"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
html[lang="en-AU"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
html[lang="en-CA"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
html[lang="en-AR"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
html[lang="nl"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
html[lang="fi"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
html[lang="sv"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
html[lang="en-GB"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
html[lang="da"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
html[lang="no"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 3;
}
@media (min-width: 600px) {
  html[lang="en"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="en-AU"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="en-CA"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="en-AR"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="nl"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="fi"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="sv"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="en-GB"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="da"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="no"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet {
    display: block;
  }
}
@media (min-width: 992px) {
  html[lang="en"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="en-AU"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="en-CA"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="en-AR"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="nl"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="fi"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="sv"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="en-GB"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="da"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet,
  html[lang="no"] #codGlobalHero .cod-global-hero-content .hero-fg-tablet {
    display: none;
  }
}
html[lang="en"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
html[lang="en-AU"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
html[lang="en-CA"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
html[lang="en-AR"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
html[lang="nl"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
html[lang="fi"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
html[lang="sv"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
html[lang="en-GB"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
html[lang="da"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
html[lang="no"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 3;
}
@media (min-width: 992px) {
  html[lang="en"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
  html[lang="en-AU"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
  html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
  html[lang="en-CA"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
  html[lang="en-AR"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
  html[lang="nl"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
  html[lang="fi"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
  html[lang="sv"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
  html[lang="en-GB"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
  html[lang="da"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
  html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop,
  html[lang="no"] #codGlobalHero .cod-global-hero-content .hero-fg-desktop {
    display: block;
  }
}
html[lang="en"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang="en-AU"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang="en-CA"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang="en-AR"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang="nl"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang="fi"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang="sv"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang="en-GB"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang="da"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang="no"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
  width: 100%;
  word-break: break-all;
  white-space: nowrap;
  font-size: 72px;
  line-height: 64px;
}
html[lang="en"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline br,
html[lang="en-AU"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline br,
html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline br,
html[lang="en-CA"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline br,
html[lang="en-AR"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline br,
html[lang="nl"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline br,
html[lang="fi"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline br,
html[lang="sv"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline br,
html[lang="en-GB"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline br,
html[lang="da"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline br,
html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline br,
html[lang="no"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline br {
  display: block;
}
html[lang="en"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline span,
html[lang="en-AU"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline span,
html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline span,
html[lang="en-CA"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline span,
html[lang="en-AR"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline span,
html[lang="nl"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline span,
html[lang="fi"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline span,
html[lang="sv"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline span,
html[lang="en-GB"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline span,
html[lang="da"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline span,
html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline span,
html[lang="no"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline span {
  position: relative;
  z-index: 3;
}
@media (min-width: 600.02px) {
  html[lang="en"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-AU"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-CA"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-AR"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="nl"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="fi"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="sv"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-GB"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="da"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="no"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    font-size: 54px;
    line-height: 52px;
  }
}
@media (min-width: 1024.02px) {
  html[lang="en"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-AU"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-CA"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-AR"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="nl"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="fi"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="sv"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-GB"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="da"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="no"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    font-size: 96px;
    line-height: 86px;
  }
}
@media (min-width: 1440.02px) {
  html[lang="en"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-AU"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-NZ"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-CA"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-AR"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="nl"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="fi"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="sv"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="en-GB"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="da"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="nl-BE"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang="no"] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    font-size: 130px;
    line-height: 116px;
  }
}
@media (min-width: 1024.02px) {
  html[lang='zh-CN'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    line-height: 144px;
  }
}
@media (min-width: 600.02px) {
  html[lang='pl'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (min-width: 800px) {
  html[lang='pl'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (min-width: 1024.02px) {
  html[lang='pl'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (min-width: 1440.02px) {
  html[lang='pl'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    font-size: 102px;
    line-height: 100px;
  }
}
@media (min-width: 1024.02px) {
  html[lang='ru'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    font-size: 86px;
    line-height: 78px;
  }
}
@media (min-width: 1440.02px) {
  html[lang='ru'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    font-size: 102px;
    line-height: 100px;
  }
}
html[lang='es-MX'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang='pt-BR'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang='pt'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
html[lang='tr'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
  line-height: 65px;
}
@media (min-width: 1024.02px) {
  html[lang='es-MX'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang='pt-BR'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang='pt'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang='tr'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    line-height: 115px;
  }
}
@media (min-width: 1440.02px) {
  html[lang='es-MX'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang='pt-BR'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang='pt'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline,
  html[lang='tr'] #codGlobalHero .cod-global-hero-content .headline-wrapper .headline-content #headline {
    line-height: 150px;
  }
}
html[lang="ar"] #cod-brand-hero .cod-brand-hero-container .hero-bg,
html[dir="rtl"] #cod-brand-hero .cod-brand-hero-container .hero-bg {
  transform: scaleX(-1);
}
html[lang="ar"] #cod-brand-hero .cod-brand-hero-container .hero-fg,
html[dir="rtl"] #cod-brand-hero .cod-brand-hero-container .hero-fg {
  right: 0;
  transform: scaleX(-1);
}
html[lang="ar"] #cod-brand-hero .cod-brand-hero-container .hero-cutout,
html[dir="rtl"] #cod-brand-hero .cod-brand-hero-container .hero-cutout {
  transform: scaleX(-1);
}
html[lang="ar"] #codGlobalHero .cod-global-hero-content img,
html[dir="rtl"] #codGlobalHero .cod-global-hero-content img {
  transform: scaleX(-1);
}
html[lang="ar"] #codGlobalHero .cod-global-hero-content #headlineImg,
html[dir="rtl"] #codGlobalHero .cod-global-hero-content #headlineImg {
  transform: scaleX(1);
}
html[lang="ar"] #codGlobalHero .headline-wrapper,
html[dir="rtl"] #codGlobalHero .headline-wrapper {
  left: auto;
}
html[lang="ar"] #ultrawideBg,
html[dir="rtl"] #ultrawideBg {
  transform: scaleX(-1) translateX(50%) !important;
}
