body.p4p-body {
  margin: 0;
  padding: 0;
  display: flex;
  background: #000;
  height: 100vh;
  min-height: 100vh;
  /* Promo Bar - Background and Layout */
}
body.p4p-body .zam-base {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100vw;
  min-height: 100% !important;
}
body.p4p-body .video-container {
  width: 100%;
  max-width: 100vw;
  height: 69vh;
  max-height: 69vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #000;
}
body.p4p-body .video-container video {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  object-fit: cover;
}
body.p4p-body .promo-bar {
  font-family: americane, sans-serif;
  width: 100%;
  max-width: 100vw;
  background: #ffcc00;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-grow: 1;
  max-height: 31.3vh;
}
body.p4p-body .flapper-container {
  background: transparent !important;
  width: 60vw;
  max-width: 60vw !important;
  height: 20vh !important;
  padding: 1rem 0rem 1rem 0rem;
  max-height: none !important;
  margin: 0 0 0 3.5vw !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2px;
  position: relative;
  /* Flapper element container within the promo bar */
}
body.p4p-body .flapper-container div.flapper-p4p-page.flapper-display .digit div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #283A3B;
  font-size: clamp(2rem, 12vh, 15vw) !important;
  font-family: "Americane", sans-serif !important;
  font-weight: bold;
  color: #F1F5E1 !important;
  text-align: center;
  line-height: 1.8;
  white-space: nowrap;
  overflow: visible;
  box-sizing: border-box;
  padding: 0;
}
body.p4p-body .flapper-container div.flapper-p4p-page.flapper-display .digit:first-of-type {
  display: none;
}
body.p4p-body .flapper-container div.flapper-p4p-page.flapper-display .digit .top {
  clip-path: inset(0 0 50% 0);
}
body.p4p-body .flapper-container div.flapper-p4p-page.flapper-display .digit .bottom {
  clip-path: inset(52% 0 0 0);
}
body.p4p-body .flapper-container div.flapper-p4p-page.flapper-display .digit:nth-child(3n+4) {
  margin-left: 1.5vw;
}
body.p4p-body .flapper-container div.flapper-p4p-page.flapper-display .digit:nth-child(3n+4)::after {
  font-family: "Americane", sans-serif !important;
  font-weight: bold;
  color: #F1F5E1 !important;
  font-size: 5.5vw !important;
  padding: 30px 0 20px;
  margin-left: -1.6vw;
  z-index: 9999 !important;
  display: block;
  content: ",";
  position: absolute;
  bottom: -10px;
  left: 0px;
}
body.p4p-body .flapper-p4p-page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10vh;
  width: auto;
  min-width: 10vw;
  text-align: center;
  line-height: 1.2;
  position: relative;
  height: 100% !important;
  gap: 4px;
}
body.p4p-body .flapper-p4p-page.flapper-display {
  width: 100vw !important;
}
body.p4p-body .flapper-p4p-page .digit {
  height: 100% !important;
  width: 100% !important;
}
body.p4p-body .flapper-p4p-page .char {
  display: inline-block;
  width: 1.5em;
  height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  perspective: 800px;
}
body.p4p-body .flapper-p4p-page .char::before {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotateX(0deg);
  transition: transform 0.3s ease-in-out;
}
body.p4p-body .flapper-p4p-page .char.flipping::before {
  transform: translateX(-50%) rotateX(-90deg);
}
body.p4p-body .container > .flapper {
  flex: 1;
  max-width: 100vw;
}
