@font-face {
  font-family: HitmarkerCondensed;
  src: url('../fonts/HitmarkerCondensed-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hitmarkertext;
  src: url('../fonts/HitmarkerText-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: HitmarkerNormal;
  src: url('../fonts/HitmarkerNormal-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: HitmarkerNormal;
  src: url('../fonts/HitmarkerNormal-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: HitmarkerCondensed;
  src: url('../fonts/HitmarkerCondensed-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  text-align: center;
  background-color: #000;
  font-family: Hitmarkertext, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: #dfdfdf;
  margin-bottom: 0;
}

a {
  color: #dfdfdf;
  text-decoration: underline;
}

.stage {
  text-align: center;
  height: 100svh;
  position: relative;
  overflow: hidden;
}

.stage-logo {
  width: 100%;
  max-width: 550px;
  height: 100%;
  max-height: 142px;
  margin-bottom: 16px;
}

.stage-copy-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #dfdfdf;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100svw;
  height: 100svh;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 24px;
  line-height: 1.4;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-stage-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 110svh;
}

.video {
  height: 400px;
}

.video-scrub-track {
  max-width: 90rem;
  height: 100vh;
  padding: 0;
  position: sticky;
  top: 0;
  left: 0;
}

.video-canvas {
  height: 300vh;
}

.scroll-sequence {
  height: 100vh;
}

.section.cc-gsap-scrub {
  z-index: auto;
  height: 300vh;
  position: relative;
}

.main-container {
  max-width: 90rem;
  padding: 6rem 4rem;
}

.main-container.cc-gsap-scrub {
  z-index: 1;
  pointer-events: none;
  scroll-snap-type-y: mandatory;
  max-width: 100%;
  height: 100vh;
  padding: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.canvas {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

.visually-hidden {
  width: 1px;
  height: 1px;
  margin-bottom: 0;
  position: absolute;
  overflow: hidden;
}

.scrubbing_script {
  display: none;
}

.image-sequence-wrapper {
  position: relative;
}

.top-fade {
  z-index: 1;
  background-image: linear-gradient(#000, #0000);
  height: 180px;
  position: absolute;
  inset: 0% 0% auto;
}

.top-fade.animation-fade {
  z-index: 3;
  height: 60px;
}

.top-fade.ingame-detail {
  background-image: linear-gradient(#000 20%, #0000 78%);
  height: 10svh;
}

.top-fade.main-stage {
  z-index: 0;
  height: 0;
}

.endframe {
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: -20vh;
  left: 0;
}

.cover-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block {
  max-height: 0;
}

.newsletter {
  padding: 128px 32px;
  position: relative;
  overflow: hidden;
}

.body-black {
  background-color: #000;
}

.detail-copy {
  color: #dfdfdf;
  max-width: 820px;
}

.bottom-fade {
  background-image: linear-gradient(#0000, #000);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom-fade.pathfinder {
  height: 40%;
}

.bottom-fade.newsletter {
  z-index: -1;
}

.bottom-fade.ingame-detail {
  height: 24%;
}

.bottom-fade.bottom-newsletter, .bottom-fade.stage {
  height: 20%;
}

.atmo-copy {
  z-index: 6;
  color: #dfdfdf;
  background-color: #000;
  padding-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.big-heading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: HitmarkerCondensed, Arial, sans-serif;
  font-size: 70px;
  line-height: 120%;
}

.logo {
  width: 180px;
  height: 50px;
}

.logo-wrapper {
  flex: 1;
  padding-top: 20px;
}

.orange-subheading {
  color: #f96800;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: HitmarkerNormal, Arial, sans-serif;
}

.orange-subheading.light {
  text-transform: uppercase;
  font-weight: 300;
}

.orange-subheading.big {
  font-size: 32px;
  font-weight: 300;
}

.heading-container {
  z-index: 1;
  padding-bottom: 8px;
  position: relative;
}

.newsletter-register-form {
  min-height: 436px;
  padding-top: 32px;
}

.register-form-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #ffffff1f;
  border: 1px solid #4d4d4d;
  border-radius: 1px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 24px;
  font-size: 18px;
}

.text-field:focus {
  border-color: #bb540a;
}

.text-field::placeholder {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 18px;
}

.checkbox-field {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.checkbox {
  background-color: #000;
  margin-top: 2px;
  margin-right: 14px;
  padding: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #000;
  border: 1px solid #f96800;
  border-radius: 1px;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 8px #f96800;
}

.container-small {
  max-width: 820px;
}

.container-small.relative {
  position: relative;
}

.primary {
  z-index: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 24px;
  padding: 18px 54px;
  font-family: HitmarkerNormal, Arial, sans-serif;
  font-size: 16px;
  transition: border-color .2s, background-color .2s;
  position: relative;
}

.primary:hover {
  background-color: #9c331354;
  border-color: #cc2d00;
  box-shadow: 0 0 14px #ec360099;
}

.primary.small {
  padding: 14px 40px;
  font-size: 14px;
}

.primary.submit {
  margin-top: 8px;
  transition: opacity .2s, border-color .2s, background-color .2s;
}

.newsletter-background-right {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  max-width: 50%;
  height: 100%;
  position: absolute;
  inset: 50% -4% auto auto;
  transform: translate(0, -50%);
}

.ingame-teaser {
  padding-bottom: 128px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.watch-detail {
  margin-bottom: -64px;
  position: relative;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.character-total {
  margin-top: 64px;
}

.gradient-heading {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#9d9253, #544923);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: HitmarkerCondensed, Arial, sans-serif;
  font-size: 180px;
  line-height: 100%;
}

.pathfinder-model {
  max-width: 100%;
  height: 100%;
  max-height: 800px;
  margin-top: -60px;
}

.pathfinder-total {
  z-index: 1;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.pathfinder-chracter {
  margin-bottom: -132px;
  position: relative;
}

.checkbox-label {
  color: #dfdfdf;
}

.trailer {
  z-index: -7;
  aspect-ratio: 16 / 9;
  max-height: 90svh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.watch-product-image {
  width: 320px;
  margin-right: -24px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.watch-w-heading {
  z-index: 1;
  position: relative;
}

.codbo7xhamilton-logo {
  width: 100%;
  max-width: 500px;
  margin-top: 100px;
}

.stage-intro-video {
  z-index: 0;
  width: 100%;
  height: 100svh;
}

.d-none {
  display: none;
}

.particle-canvas {
  z-index: 9999;
  pointer-events: none;
  cursor: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.text-field-wrapper {
  height: 58px;
  position: relative;
}

.rectangle-tl {
  position: absolute;
  inset: 0% auto auto 0%;
}

.rectangle-tr {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.rectangle-bl {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.rectangle-br {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-180deg);
}

.animation-backdrop {
  z-index: -1;
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 65%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.watch-stage {
  z-index: 0;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.model-code-embed {
  aspect-ratio: 1;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  max-height: 80svh;
  margin-left: -2%;
  position: absolute;
  top: 20%;
  transform: translate(0, -20%);
}

.blurred {
  filter: blur(7px);
}

.stage-overlay {
  z-index: 2;
  pointer-events: none;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.feat-bar {
  box-sizing: content-box;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  pointer-events: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
  position: absolute;
  inset: auto 0% 24px;
}

.feat-btn {
  outline-offset: -2px;
  color: #fff;
  background-color: #12191b;
  background-image: url('../images/watch-parts-backdrop.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  outline: 2px solid #3c3c3d;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.feat-btn:hover {
  outline-offset: -2px;
  outline: 2px solid #3c3c3d;
  box-shadow: 0 0 8px #ec360099;
}

.feat-btn.is-active {
  outline-offset: 0px;
  background-image: url('../images/watch-parts-selected-backdrop.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  outline-width: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-shadow: 0 0 44px #ec360099;
}

.feat-btn.is-active.glitch:hover {
  transform: scale(1);
}

.feat-btn.glitch {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
}

.feat-btn.glitch:hover {
  transform: scale(1.02);
  box-shadow: 0 0 32px #ec360099;
}

.bo7-logo-and-date {
  padding-bottom: 32px;
}

.newsletter-background-left {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  max-width: 50%;
  height: 120%;
  position: absolute;
  inset: 60% auto 0% -3%;
  transform: translate(0, -50%);
}

.watch-details {
  padding: 64px 32px 32px;
  position: relative;
  overflow: hidden;
}

.checkbox-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.text-panels {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 30%;
  margin-left: auto;
  padding: 24px 32px;
  display: flex;
  position: relative;
  transform: translate(0, -22svh);
}

.text-panel {
  opacity: 0;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 64px;
  display: flex;
  position: absolute;
  inset: 0;
}

.text-panel.is-active {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 100;
  transition-property: none;
  display: flex;
}

.topline {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #5b8eca;
  margin-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: HitmarkerCondensed, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  box-shadow: 0 0 12px #7bb8ffcc;
}

.topline.button-bar-active {
  box-shadow: none;
  background-color: #ea450e;
  font-size: 14px;
  line-height: 1.6;
}

.topline.button-bar {
  box-shadow: none;
  background-color: #5b8eca;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  line-height: 1.3;
}

.text-block {
  text-align: left;
}

.heading {
  text-align: center;
}

.heading.panel-heading {
  text-align: left;
  text-transform: uppercase;
  font-family: HitmarkerNormal, Arial, sans-serif;
}

.panel-copy {
  text-align: left;
  max-width: 450px;
  font-family: Hitmarkertext, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.topline-text {
  text-transform: uppercase;
  font-family: HitmarkerCondensed, Arial, sans-serif;
}

.submit-button-wrapper {
  align-self: center;
}

.character-desc {
  position: relative;
}

.decorative-dots {
  z-index: -1;
  opacity: .28;
  width: 190%;
  max-width: none;
  position: absolute;
  inset: auto auto -16px 0%;
}

.watch-desc-heading-wrapper {
  margin-bottom: 16px;
  position: relative;
}

.decorative-lines {
  opacity: .3;
  width: 100%;
  max-width: 320px;
  position: absolute;
  inset: auto auto -4px 0%;
}

.newsletter-gradient-backdrop {
  z-index: -1;
  background-image: linear-gradient(90deg, #0000, #000 15% 85%, #0000);
  width: 910px;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.gradient-subheading {
  color: #9b904d;
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-bottom: -16px;
  padding-left: 20px;
  font-family: HitmarkerNormal, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.blue-atmo-lights {
  z-index: -1;
  object-fit: contain;
  margin-top: -64px;
  position: absolute;
  inset: 0% auto auto -60%;
}

.red-atmo-lights {
  z-index: -1;
  object-fit: contain;
  position: absolute;
  inset: auto -73% -8% auto;
}

.button-bar-heading {
  color: #bcc1c2;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 0 4px #fff9;
  margin-top: -4px;
}

.button-bar-image {
  object-fit: contain;
  max-width: 108px;
  height: 110px;
}

.button-bar-image.packaging {
  max-width: 140px;
}

.button-image-wrapper {
  flex: 0 auto;
  width: 100%;
  padding-bottom: 8px;
}

.text-block-2 {
  text-shadow: 0 0 4px #fff9;
}

.accent-rectangle {
  background-color: #3c3c3d;
  width: 60px;
  height: 8px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-bar-item-lower-line {
  background-color: #333c3f;
  width: 70%;
  height: 2px;
  position: absolute;
  inset: auto auto 10px 16px;
}

.watch-detail-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 40%;
  width: 100svw;
  height: 100%;
  max-height: 75svh;
  position: relative;
}

.copyright {
  color: gray;
  padding-top: 64px;
  font-size: 16px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.ingame-teaser-desc-wrapper {
  z-index: 2;
  background-color: #0000;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.youtube-embed {
  aspect-ratio: 16 / 9;
}

.watch-case {
  z-index: 1;
  opacity: 0;
  filter: drop-shadow(0 90px 63px #000c);
  pointer-events: none;
  width: 100%;
  max-width: 60vh;
  transition-property: opacity;
  transition-duration: .6s;
  transition-timing-function: ease;
  position: absolute;
  top: 25%;
  transform: translate(0, -25%);
}

.watch-mechanism {
  width: 100%;
  max-width: 500px;
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.watch-mechanics {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  max-width: 320px;
  transition: opacity .6s;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
}

.watch-mechanics.model-code-embed {
  max-width: 200px;
  max-height: 200px;
}

.watch-image-detail-wrapper {
  max-height: 75svh;
  margin-top: -64px;
  position: relative;
}

.success-message {
  color: #6dd85c;
  background-color: #13191b;
  border: 1px solid #2a4430;
  border-radius: 1px;
}

.error-message {
  color: #e44747;
  background-color: #13191b;
  border: 1px solid #7e3030;
  border-radius: 1px;
}

.atmo-copy-paragraph {
  padding-top: 16px;
  padding-bottom: 16px;
}

.rating-wrapper {
  object-fit: contain;
}

.rating-badge {
  object-fit: contain;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 80px;
}

.stage-video-wrapper {
  z-index: -1;
  position: relative;
}

.footer-bottom {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 86px;
  display: flex;
  position: relative;
}

.lang-dropdown {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  max-width: 232px;
  margin-top: 16px;
  margin-right: 16px;
  font-size: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-shadow: 0 1px 16px #0006, 0 1px 14px #0009, 0 0 14px #000000e6;
  justify-content: flex-start;
  align-items: center;
  padding-left: 32px;
  padding-right: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  background-color: #0009;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding-left: 32px;
  padding-right: 0;
}

.icon {
  color: #adadad;
  font-weight: 400;
  position: relative;
}

.dropdown-current {
  color: #d9dfe5;
  -webkit-text-stroke-color: #adadad;
  font-weight: 400;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #0009;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  height: 350px;
  overflow: scroll;
}

.dropdown-link {
  color: #d9dfe5;
  background-color: #0000;
  padding-left: 32px;
}

.dropdown-link.last-link {
  padding-bottom: 40px;
}

.watch-price {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: HitmarkerNormal, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.watch-image {
  z-index: 1;
  opacity: 1;
  filter: drop-shadow(0 90px 63px #000c);
  pointer-events: none;
  max-height: 65svh;
  transition-property: opacity;
  transition-duration: .6s;
  transition-timing-function: ease;
  position: absolute;
  top: 33%;
  transform: translate(0, -33%);
}

.mv-layer {
  z-index: 0;
  position: absolute;
  inset: 0;
}

.mv-sticky {
  height: 100vh;
  position: sticky;
  top: 0;
}

.scrub-zone {
  z-index: 1;
  pointer-events: none;
  height: 280vh;
  position: relative;
}

.watch-back-old {
  z-index: 1;
  opacity: 0;
  filter: drop-shadow(0 90px 63px #000c);
  pointer-events: none;
  max-height: 65svh;
  transition-property: opacity;
  transition-duration: .6s;
  transition-timing-function: ease;
  position: absolute;
  top: 33%;
  transform: translate(0, -33%);
}

.watch-back {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  max-width: 23vw;
  transition: opacity .6s;
  position: absolute;
  top: 42%;
  transform: translate(0, -50%);
}

.watch-back.model-code-embed {
  max-width: 200px;
  max-height: 200px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .newsletter-background-right {
    width: 800px;
    max-width: none;
    right: -20%;
  }

  .codbo7xhamilton-logo {
    max-width: 450px;
  }

  .model-code-embed {
    max-height: 780px;
    top: auto;
    bottom: 20%;
    transform: translate(0);
  }

  .stage-overlay {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .feat-bar {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
  }

  .feat-btn.glitch:hover {
    transform: scale(1);
    box-shadow: 0 0 #ec360099;
  }

  .newsletter-background-left {
    display: none;
  }

  .text-panels {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: none;
    transform: translate(0);
  }

  .text-panel {
    padding-right: 0;
    display: none;
    position: relative;
  }

  .topline.button-bar {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .newsletter-gradient-backdrop {
    background-image: linear-gradient(90deg, #0000, #000000b3 15% 85%, #0000);
    width: 850px;
  }

  .blue-atmo-lights {
    left: -49%;
  }

  .red-atmo-lights {
    right: -54%;
  }

  .button-bar-heading {
    font-size: 18px;
  }

  .button-bar-image {
    max-width: 80px;
    height: 100px;
    margin-bottom: 8px;
  }

  .button-bar-image.packaging {
    max-width: 100px;
  }

  .button-image-wrapper {
    padding-bottom: 0;
  }

  .watch-detail-image {
    object-position: 60% 50%;
    height: 70svh;
    transform: scale(1.4);
  }

  .watch-case {
    max-width: 80svw;
  }

  .rating-badge {
    max-width: 150px;
  }

  .lang-dropdown {
    max-width: 200px;
    margin-right: 16px;
  }

  .dropdown-toggle {
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-toggle.w--open {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-list.w--open {
    max-width: 164px;
  }

  .dropdown-link {
    padding-left: 16px;
  }

  .watch-image, .watch-back-old {
    max-width: 80svw;
  }

  .watch-back {
    max-width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }

  .stage-copy-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-container {
    padding: 4rem 2.5rem;
  }

  .top-fade.ingame-detail {
    background-image: linear-gradient(#000 40%, #0000);
    height: 320px;
    top: -48px;
  }

  .top-fade.main-stage {
    height: 180px;
  }

  .endframe {
    bottom: -1vh;
  }

  .newsletter {
    padding: 64px 16px 16px;
  }

  .bottom-fade.bottom-newsletter {
    z-index: -1;
  }

  .bottom-fade.stage {
    height: 20%;
    inset: auto 0% 0%;
  }

  .atmo-copy {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .big-heading {
    font-size: 50px;
  }

  .logo-wrapper {
    padding-top: 56px;
  }

  .heading-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsletter-register-form {
    min-height: 456px;
  }

  .register-form-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-field::placeholder {
    font-size: 16px;
  }

  .primary.small {
    margin-top: 12px;
    padding: 10px 22px;
    font-size: 12px;
  }

  .newsletter-background-right {
    width: 900px;
    max-width: none;
    top: 60%;
    right: -26%;
  }

  .ingame-teaser {
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .gradient-heading {
    font-size: 90px;
    line-height: 120%;
  }

  .pathfinder-model {
    max-height: 400px;
    margin-top: -37px;
  }

  .watch-product-image {
    width: 230px;
  }

  .watch-w-heading {
    padding-left: 16px;
    padding-right: 16px;
  }

  .codbo7xhamilton-logo {
    margin-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .stage-intro-video {
    height: 80svh;
  }

  .animation-backdrop {
    height: 90%;
  }

  .model-code-embed {
    margin-top: -8svh;
  }

  .feat-bar {
    flex-flow: wrap;
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 90px;
  }

  .feat-btn.glitch {
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
  }

  .bo7-logo-and-date {
    padding-bottom: 32px;
  }

  .watch-details {
    padding: 64px 0 0;
  }

  .text-panels {
    height: 100%;
    padding-bottom: 76px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .topline {
    margin-bottom: 2px;
    font-size: 16px;
  }

  .topline.button-bar {
    display: none;
  }

  .heading.panel-heading {
    font-size: 24px;
  }

  .panel-copy {
    margin-top: -6px;
    font-size: 14px;
  }

  .watch-desc-heading-wrapper {
    margin-bottom: 0;
  }

  .decorative-lines {
    max-width: 130%;
    bottom: 8px;
  }

  .newsletter-gradient-backdrop {
    width: 100%;
  }

  .gradient-subheading {
    font-size: 32px;
  }

  .button-bar-heading {
    display: none;
  }

  .button-bar-image {
    max-width: 70px;
    height: 60px;
    margin-bottom: 0;
  }

  .button-bar-image.packaging {
    max-width: 70px;
  }

  .button-image-wrapper {
    flex: 0 auto;
  }

  .button-bar-item-lower-line {
    display: none;
  }

  .watch-detail-image {
    object-position: 54% 50%;
    height: 80svh;
    max-height: none;
    margin-top: -64px;
  }

  .copyright {
    text-align: left;
    margin-left: 16px;
    padding-top: 0;
    font-size: 12px;
    position: static;
    transform: translate(0%);
  }

  .paragraph {
    font-size: 22px;
  }

  .ingame-teaser-desc-wrapper, .character-desc-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .watch-case {
    top: 33%;
    transform: translate(0, -33%);
  }

  .watch-mechanics {
    max-width: 280px;
    top: 38%;
  }

  .watch-image-detail-wrapper {
    margin-top: -120px;
  }

  .rating-wrapper {
    max-width: 100%;
    margin-top: 0;
    margin-right: 16px;
  }

  .rating-badge {
    max-width: 200px;
  }

  .stage-video-wrapper {
    z-index: -1;
    position: relative;
  }

  .footer-bottom {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-color: #111;
    border-top: 1px solid #252525;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lang-dropdown {
    margin-top: 8px;
    margin-left: auto;
    margin-right: 8px;
  }

  .icon {
    margin-right: 0;
  }

  .watch-image {
    object-fit: contain;
    object-position: 50% 100%;
    max-height: 60svh;
    top: 36%;
    transform: translate(0, -36%);
  }

  .scrub-zone {
    height: 299vh;
  }

  .watch-back-old {
    object-fit: contain;
    object-position: 50% 100%;
    max-height: 60svh;
  }

  .watch-back {
    max-width: 95vw;
  }
}

@media screen and (max-width: 479px) {
  .stage-logo {
    max-width: none;
    max-height: none;
    margin-bottom: 8px;
  }

  .stage-copy-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .main-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .top-fade.ingame-detail {
    top: -128px;
  }

  .top-fade.main-stage {
    background-image: linear-gradient(#000c, #0000);
    height: 80px;
  }

  .endframe {
    bottom: -25vh;
  }

  .newsletter {
    margin-top: -60px;
  }

  .atmo-copy {
    background-color: #000;
  }

  .big-heading {
    font-size: 38px;
  }

  .orange-subheading.big {
    font-size: 26px;
  }

  .newsletter-register-form {
    min-height: 524px;
  }

  .newsletter-background-right {
    right: -73%;
  }

  .gradient-heading {
    font-size: 70px;
  }

  .pathfinder-total {
    padding-left: 0;
    padding-right: 0;
  }

  .watch-product-image {
    width: 190px;
  }

  .codbo7xhamilton-logo {
    margin-top: 32px;
  }

  .model-code-embed {
    margin-top: 0;
    bottom: 20%;
  }

  .feat-btn.glitch {
    padding: 14%;
  }

  .bo7-logo-and-date {
    padding-bottom: 32px;
  }

  .watch-details {
    padding-top: 32px;
  }

  .decorative-dots {
    width: 150%;
  }

  .decorative-lines {
    max-width: 90%;
  }

  .button-bar-image {
    max-width: 100%;
    height: 86%;
  }

  .button-bar-image.packaging {
    max-width: 100%;
  }

  .button-image-wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .watch-detail-image {
    object-position: 55% 50%;
  }

  .copyright {
    padding-top: 0;
  }

  .watch-case {
    top: 32%;
  }

  .watch-mechanics {
    max-width: 230px;
    top: 31%;
  }

  .atmo-copy-paragraph {
    padding-top: 32px;
  }

  .rating-wrapper {
    order: -1;
    margin-right: 0;
  }

  .rating-badge {
    max-height: 60px;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 32px;
  }

  .lang-dropdown {
    background-color: #0000;
    max-width: 170px;
  }

  .dropdown-toggle {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
  }

  .dropdown-toggle.w--open {
    padding-left: 8px;
  }

  .icon {
    font-size: 12px;
  }

  .dropdown-current {
    font-size: 14px;
  }

  .dropdown-list.w--open {
    width: 100%;
    max-width: none;
  }

  .dropdown-link {
    padding-left: 8px;
    font-size: 12px;
  }

  .watch-image {
    top: 32%;
  }

  .scrub-zone {
    height: 275svh;
  }

  .watch-back {
    top: 31%;
  }
}


@font-face {
  font-family: 'HitmarkerCondensed';
  src: url('../fonts/HitmarkerCondensed-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hitmarkertext';
  src: url('../fonts/HitmarkerText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HitmarkerNormal';
  src: url('../fonts/HitmarkerNormal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HitmarkerNormal';
  src: url('../fonts/HitmarkerNormal-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HitmarkerCondensed';
  src: url('../fonts/HitmarkerCondensed-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}