/*Limited Access Prize Package - Pkg Mobile CSS by MCL - Jan 2023*/
/* ********* ACCESSIBILITY ********* */
.ally-content,
.ally-skip-links a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ally-skip-links a:focus,
.ally-skip-links a:visited {
  position: static;
  width: auto;
  height: auto;
}

#ally-skip-link-post {
  display: none;
}

/* ********* ACCESSIBILITY ********* */
/******Package Specific Style Start******/
#contestWrap {
  overflow: hidden;
}

#mainWrap {
  width: 320px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

#mobileBody p {
  padding: 10px 0;
}

#deviceWrap1 {
  display: none;
}

/******Package Specific Style Start******/
#LAP-contest-section {
  width: 320px;
  height: 890px;
  top: 0px;
  margin: 0 auto;
  position: relative;
  visibility: hidden;
}
#LAP-contest-section video {
  width: 320px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  top: 100px;
  z-index: 10;
}
#LAP-contest-section .lap-left-shadow {
  background: url("../images/lap-left-shadow.png") no-repeat 0 0;
  background-size: contain;
  width: 120px;
  height: 870px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
#LAP-contest-section .lap-right-shadow {
  background: url("../images/lap-right-shadow.png") no-repeat 0 0;
  background-size: contain;
  width: 120px;
  height: 870px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
}
#LAP-contest-section .lap-bottom-shadow {
  background: url("../images/lap-bottom-shadow.png") no-repeat 0 0;
  background-size: contain;
  height: 150px;
  width: 320px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  top: 300px;
  z-index: 15;
}
#LAP-contest-section .lap-content {
  width: 320px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  top: 0px;
  z-index: 20;
  padding-bottom: 20px;
  overflow: hidden;
}
#LAP-contest-section .lap-top-panel {
  position: relative;
  z-index: 10;
}
#LAP-contest-section .lap-txt-1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  visibility: hidden;
}
#LAP-contest-section #lap-countdown {
  visibility: hidden;
}
#LAP-contest-section .lap-hours,
#LAP-contest-section .lap-minutes,
#LAP-contest-section .lap-seconds {
  display: flex;
}
#LAP-contest-section .lap-hours.lap-hours-2-digits {
  margin: 0 10px;
}
#LAP-contest-section .lap-minutes,
#LAP-contest-section .lap-seconds {
  margin: 0px 10px;
}
#LAP-contest-section .lap-hours span,
#LAP-contest-section .lap-minutes span,
#LAP-contest-section .lap-seconds span {
  width: 35px;
  height: 57px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -10000px;
  margin: 0px auto;
}
#LAP-contest-section .lap-hours span[data-hours-0="0"] {
  background-image: url("../images/lap-0.png");
}
#LAP-contest-section .lap-hours span[data-hours-1="1"] {
  background-image: url("../images/lap-1.png");
}
#LAP-contest-section .lap-hours span[data-hours-2="2"] {
  background-image: url("../images/lap-2.png");
}
#LAP-contest-section .lap-hours span[data-hours-3="3"] {
  background-image: url("../images/lap-3.png");
}
#LAP-contest-section .lap-hours span[data-hours-4="4"] {
  background-image: url("../images/lap-4.png");
}
#LAP-contest-section .lap-hours span[data-hours-5="5"] {
  background-image: url("../images/lap-5.png");
}
#LAP-contest-section .lap-hours span[data-hours-6="6"] {
  background-image: url("../images/lap-6.png");
}
#LAP-contest-section .lap-hours span[data-hours-7="7"] {
  background-image: url("../images/lap-7.png");
}
#LAP-contest-section .lap-hours span[data-hours-8="8"] {
  background-image: url("../images/lap-8.png");
}
#LAP-contest-section .lap-hours span[data-hours-9="9"] {
  background-image: url("../images/lap-9.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-0="0"] {
  background-image: url("../images/lap-0.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-1="1"] {
  background-image: url("../images/lap-1.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-2="2"] {
  background-image: url("../images/lap-2.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-3="3"] {
  background-image: url("../images/lap-3.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-4="4"] {
  background-image: url("../images/lap-4.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-5="5"] {
  background-image: url("../images/lap-5.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-6="6"] {
  background-image: url("../images/lap-6.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-7="7"] {
  background-image: url("../images/lap-7.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-8="8"] {
  background-image: url("../images/lap-8.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-9="9"] {
  background-image: url("../images/lap-9.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-0="0"] {
  background-image: url("../images/lap-0.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-1="1"] {
  background-image: url("../images/lap-1.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-2="2"] {
  background-image: url("../images/lap-2.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-3="3"] {
  background-image: url("../images/lap-3.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-4="4"] {
  background-image: url("../images/lap-4.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-5="5"] {
  background-image: url("../images/lap-5.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-6="6"] {
  background-image: url("../images/lap-6.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-7="7"] {
  background-image: url("../images/lap-7.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-8="8"] {
  background-image: url("../images/lap-8.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-9="9"] {
  background-image: url("../images/lap-9.png");
}
#LAP-contest-section .lap-countdown-digits {
  width: 300px;
  color: #ff0000;
  font-size: 8rem;
  line-height: 7rem;
  text-align: center;
  margin: 5px auto 0;
  display: flex;
}
#LAP-contest-section .lap-countdown-digits div {
  width: 100px;
}
#LAP-contest-section .lap-countdown-description {
  width: 300px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  display: flex;
}
#LAP-contest-section .lap-countdown-description div {
  width: 100px;
}
#LAP-contest-section .lap-txt-2-wrapper {
  overflow: hidden;
}
#LAP-contest-section .lap-txt-2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px;
  visibility: hidden;
}
#LAP-contest-section .lap-txt-3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3.313rem;
  line-height: 3.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 0px 1px #676767, 1px 1px 1px #676767, 1px 1px 1px #676767, 1px 2px 1px #676767, 1px 2px 1px #676767, 1px 3px 1px #676767, 1px 3px 1px #676767, 1px 4px 1px #676767, 1px 4px 1px #676767, 1px 5px 1px #676767, 1px 5px 1px #676767, 1px 6px 1px #676767, 1px 6px 1px #676767;
  visibility: hidden;
}
#LAP-contest-section .lap-txt-4 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 4.169rem;
  line-height: 4.4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 0px 1px #676767, 1px 1px 1px #676767, 1px 1px 1px #676767, 1px 2px 1px #676767, 1px 2px 1px #676767, 1px 3px 1px #676767, 1px 3px 1px #676767, 1px 4px 1px #676767, 1px 4px 1px #676767, 1px 5px 1px #676767, 1px 5px 1px #676767, 1px 6px 1px #676767, 1px 6px 1px #676767;
  visibility: hidden;
}
#LAP-contest-section .lap-txt-5 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2.029rem;
  line-height: 2.3rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 1px 0px 1px #676767, 1px 1px 1px #676767, 1px 1px 1px #676767, 1px 2px 1px #676767, 1px 2px 1px #676767, 1px 3px 1px #676767, 1px 3px 1px #676767, 1px 4px 1px #676767, 1px 4px 1px #676767, 1px 5px 1px #676767, 1px 5px 1px #676767, 1px 6px 1px #676767, 1px 6px 1px #676767;
  padding-top: 10px;
  visibility: hidden;
}
#LAP-contest-section .lap-center {
  text-align: center;
}
#LAP-contest-section .lap-button {
  width: 293px;
  height: 56px;
  border-radius: 50px;
  margin: 0 auto;
  visibility: hidden;
  position: relative;
}
#LAP-contest-section .lap-button-background {
  background-color: #ff0000;
  width: 293px;
  position: absolute;
  left: 50%;
  margin-left: -146.5px;
  height: 56px;
  top: 0;
  border-radius: 50px;
  border: 1px solid #3f0000;
}
#LAP-contest-section .lap-button-content {
  width: 293px;
  position: absolute;
  left: 50%;
  margin-left: -146.5px;
  height: 56px;
  top: 0px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.476rem;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}
#LAP-contest-section .lap-heartBeat {
  animation-name: lapHeartBeat;
}
@keyframes lapHeartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(0.8);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(0.8);
  }
  70% {
    transform: scale(1);
  }
}
#LAP-contest-section .lap-txt-6 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3rem;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  visibility: hidden;
}
#LAP-contest-section .lap-border-panel {
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
#LAP-contest-section .lap-left-frame {
  position: absolute;
  top: 0px;
  left: 10px;
  visibility: hidden;
}
#LAP-contest-section .lap-right-frame {
  position: absolute;
  top: 0px;
  right: 10px;
  visibility: hidden;
}
#LAP-contest-section .lap-txt-7 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 15px 0 15px;
  visibility: hidden;
}
#LAP-contest-section .lap-txt-8 {
  color: #ff0000;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 0 15px 15px 15px;
  visibility: hidden;
}

#lap-fixed-banner-container {
  background-color: #000;
  width: 100%;
  margin: 0px auto 0px;
  overflow: hidden;
}
#lap-fixed-banner-container.lapActive {
  top: 80px !important;
  z-index: 1000005;
}
#lap-fixed-banner-container #lap-fixed-banner {
  background-color: #000;
  width: 100%;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  padding: 10px 0;
  display: none;
}
#lap-fixed-banner-container .lap-fixed-banner-content {
  width: 320px;
  margin: 0 auto;
  position: relative;
}
#lap-fixed-banner-container .lap-exclamation-point {
  background: url("../images/lap-exclamation-point.png") no-repeat 0 0;
  background-size: contain;
  width: 28px;
  height: 97px;
}
#lap-fixed-banner-container .lap-exclamation-point-left {
  position: absolute;
  top: 5px;
  left: 0;
}
#lap-fixed-banner-container .lap-exclamation-point-right {
  position: absolute;
  top: 5px;
  right: 0;
}
#lap-fixed-banner-container .lap-txt-9 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.354rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
}
#lap-fixed-banner-container .lap-txt-10 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
#lap-fixed-banner-container .lap-txt-11 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.299rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.pin-spacer-lapFixedBanner {
  z-index: 1000005;
}

#package-order_section {
  margin: 0 auto;
  width: 320px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  display: none;
}
#package-order_section .lap-txt-12 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
  visibility: hidden;
}
#package-order_section .lap-txt-12.lap-offline {
  font-size: 1.325rem;
}
#package-order_section .lap-options-panel {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  visibility: hidden;
}
#package-order_section .lap-options-panel p {
  text-align: center;
}
#package-order_section .lap-no-option {
  margin-right: 40px;
  position: relative;
  transform: scale(0.7);
}
#package-order_section .lap-no-option-circles {
  background: url("../images/lap-no-circles.png") no-repeat 0 0;
  background-size: contain;
  height: 144px;
  background-position: center center;
  width: 129px;
  position: absolute;
  left: 50%;
  margin-left: -64.5px;
  top: 0;
}
#package-order_section .lap-no-option-circles-outer {
  background: url("../images/lap-no-circles-outer.png") no-repeat 0 0;
  background-size: contain;
  height: 144px;
  background-position: center center;
  width: 129px;
  position: absolute;
  left: 50%;
  margin-left: -64.5px;
  top: 0;
}
#package-order_section .lap-no-option-circles-inner {
  background: url("../images/lap-no-circles-inner.png") no-repeat 0 0;
  background-size: contain;
  height: 144px;
  background-position: center center;
  width: 129px;
  position: absolute;
  left: 50%;
  margin-left: -64.5px;
  top: 0;
}
#package-order_section .lap-yes-option {
  position: relative;
  margin-left: 40px;
}
#package-order_section .lap-yes-option-circles {
  background: url("../images/lap-yes-circles.png") no-repeat 0 0;
  background-size: contain;
  height: 144px;
  background-position: center center;
  width: 129px;
  position: absolute;
  left: 50%;
  margin-left: -64.5px;
  top: 0;
}
#package-order_section .lap-yes-option-circles-outer {
  background: url("../images/lap-yes-circles-outer.png") no-repeat 0 0;
  background-size: contain;
  height: 144px;
  background-position: center center;
  width: 129px;
  position: absolute;
  left: 50%;
  margin-left: -64.5px;
  top: 0;
}
#package-order_section .lap-yes-option-circles-inner {
  background: url("../images/lap-yes-circles-inner.png") no-repeat 0 0;
  background-size: contain;
  height: 144px;
  background-position: center center;
  width: 129px;
  position: absolute;
  left: 50%;
  margin-left: -64.5px;
  top: 0;
}
#package-order_section .lap-txt-13 {
  color: #5f5f5f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.48rem;
  line-height: 2.7rem;
  font-weight: 700;
  text-align: center;
  padding-top: 52px;
}
#package-order_section .lap-txt-14 {
  color: #00f803;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.48rem;
  line-height: 2.7rem;
  font-weight: 700;
  text-align: center;
  padding-top: 52px;
}
#package-order_section .lap-txt-15-wrapper {
  overflow: hidden;
}
#package-order_section .lap-txt-15 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
  padding-top: 55px;
  visibility: hidden;
}
#package-order_section .lap-list {
  margin-left: 13px;
  position: relative;
}
#package-order_section .lap-left-ob-frame {
  position: absolute;
  top: 10px;
  left: -15px;
  visibility: hidden;
}
#package-order_section .lap-right-ob-frame {
  position: absolute;
  top: 10px;
  right: -10px;
  visibility: hidden;
}
#package-order_section .lap-item {
  padding-top: 20px;
  position: relative;
  visibility: hidden;
}
#package-order_section .lap-checkmark {
  background: url("../images/lap-checkmark.png") no-repeat 0 0;
  background-size: contain;
  width: 32px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 0;
  transform: scale(0);
}
#package-order_section .lap-txt-16 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding-left: 39px;
}
#package-order_section .lap-last-paragraph {
  overflow: hidden;
  margin-top: 10px;
}
#package-order_section .lap-txt-17 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  visibility: hidden;
}
#package-order_section .lap-green {
  color: #00f803;
  text-decoration: underline;
  text-underline-offset: 6px;
}

/******Default Package Style Start******/
body {
  background-color: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #000;
  font-size: 100%;
}

#multipageWrap {
  width: 220px;
  background-color: red;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 25px;
  display: none;
}

#multipageWrap h1 {
  font-size: 30px;
  line-height: 34px;
}

.disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6875em;
  max-width: 320px;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}

.disclaimer p,
.disclaimer a {
  color: #fff;
}

.disclaimer p {
  margin-bottom: 14px;
}

.isUppercase {
  text-transform: uppercase;
}

/******Default Package Style End******/
/*****Merch Ineligible button.. place over package button (Absoulute positioning)*****/
/*Refer to merch INELLIGABLE inelligable doc: http://creativedept.classic.pchad.com/Libraries/Packages/Spectrum/_docs/MERCH%20INELLIGABLE.TXT*/
.contestOnlySubmitButton {
  width: 251px;
  height: 74px;
  border: 0;
  text-indent: -999px;
  overflow: hidden;
  font-size: 0;
  background: none;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  z-index: 10;
}/*# sourceMappingURL=m.package.LAP.css.map */