[v-cloak] {
  display: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  color: #333;
  overflow-x: hidden !important;
}

*, html, body {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.bigHeader {
  position: relative;
  height: 632px;
}
@media (max-width: 1240px) {
  .bigHeader {
    height: 400px;
  }
}
.bigHeader .image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.bigHeader .image img {
  width: 100%;
  height: 632px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1240px) {
  .bigHeader .image img {
    height: 400px;
  }
}
.bigHeader .text {
  font-size: 150px;
  color: #FCF7ED;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  bottom: -8px;
  left: 100px;
  white-space: nowrap;
  margin-left: 200px;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

.container.headerText {
  font-size: 150px;
  color: #FCF7ED;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin: -150px auto 0 auto;
}
.container.headerText .hangarDetails {
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  position: absolute;
  top: -300px;
  line-height: 1.3;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
@media (max-width: 800px) {
  .container.headerText .hangarDetails {
    top: -250px;
    left: 17px;
  }
}
.container.headerText .hangarDetails .label {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.container.headerText .contactButton {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
@media (max-width: 450px) {
  .container.headerText .contactButton .outlineBTN {
    padding: 8px 20px !important;
    min-width: auto;
  }
}
.container.headerText .text {
  position: relative;
  top: 10px;
}
@media (max-width: 800px) {
  .container.headerText {
    font-size: 80px;
    margin: -80px auto 0 auto;
  }
  .container.headerText .text {
    position: relative;
    top: 5px;
  }
}
@media (max-width: 500px) {
  .container.headerText {
    font-size: 40px;
    margin: -40px auto 0 auto;
  }
  .container.headerText .text {
    position: relative;
    top: 2px;
  }
}
@media (max-width: 470px) {
  .container.headerText {
    font-size: 30px;
  }
}

.jumpReservation.inactive .selection {
  opacity: 0.3;
  pointer-events: none;
}

.storeWrapper {
  background: #FCF7ED;
  width: 100%;
  position: relative;
}
.storeWrapper .notLoggedIn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 50px 0 0 0;
}
.storeWrapper .notLoggedIn .body {
  background: #FCF7ED;
  padding: 25px;
  border-radius: 15px;
  width: 500px;
  margin: 0 auto;
  max-width: 95%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 600px) {
  .storeWrapper .notLoggedIn .body {
    padding: 25px 5px;
  }
}
.storeWrapper .storeTitle {
  font-size: 70px;
  margin: 30px 25px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
@media (max-width: 560px) {
  .storeWrapper .storeTitle {
    font-size: 40px;
  }
}
.storeWrapper .storeItems .item {
  margin: 25px;
  background: #333333;
  padding: 50px;
  display: block;
  border-radius: 50px 0 0 0;
  height: 350px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.storeWrapper .storeItems .item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.storeWrapper .storeItems .item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px 0 0 0;
}
.storeWrapper .storeItems .item .body {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.storeWrapper .storeItems .item .body .title {
  font-size: 65px;
  color: #FCF7ED;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.container {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

.primaryBTN, .outlineBTN, .smallBTN {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #FCF7ED;
  font-weight: bold;
  padding: 8px 40px;
  background: #D40022;
  display: inline-block;
  border: none;
  font-size: 18px;
  transitioN: all 0.3s;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #D40022;
  min-width: 180px;
  text-align: center;
}
.primaryBTN.small, .outlineBTN.small, .smallBTN.small {
  font-size: 12px;
  padding: 4px 8px;
  display: inline-block;
}
.primaryBTN:hover, .outlineBTN:hover, .smallBTN:hover {
  background: rgb(110, 0, 17.641509434);
}
.primaryBTN:disabled, .primaryBTN.disabled, .outlineBTN:disabled, .outlineBTN.disabled, .smallBTN:disabled, .smallBTN.disabled {
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: none;
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
  pointer-events: none;
}
.primaryBTN.signed, .outlineBTN.signed, .smallBTN.signed {
  background: green;
}

.smallBTN {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  padding: 5px 12px;
  text-decoration: none;
  border: none;
}

.outlineBTN {
  color: #D40022;
  display: inline-block;
  background: none;
  border: 1px solid #D40022;
  text-align: center;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 900;
}
.outlineBTN.grey {
  color: #727272;
  border-color: #727272;
}
.outlineBTN:hover {
  background: #D40022;
  color: #fff;
}

.passRoutes {
  display: block;
  grid-template-columns: auto auto;
  grid-gap: 40px;
}
.passRoutes .button small {
  display: block;
  font-size: 12px;
  text-transform: none;
}
.passRoutes .route {
  display: block;
  border: 1px solid #727272;
  border-radius: 30px 0 0 0;
  padding: 20px;
  color: #333;
  margin: 40px 25px;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  top: 0px;
}
.passRoutes .route.purchasePass {
  background: url("https://res.cloudinary.com/aetherkey/image/upload/v1700661323/ReserveNowImage_zqjhop.jpg") center center;
}
.passRoutes .route.giftPass {
  background: url("https://res.cloudinary.com/aetherkey/image/upload/v1700661323/ReserveLaterImage_ihwybu.jpg") center center;
}
.passRoutes .route.physicalPass {
  background: url("https://res.cloudinary.com/aetherkey/image/upload/v1700661323/GiftPassImage_teilto.jpg") center center;
}
.passRoutes .route.purchasePass, .passRoutes .route.giftPass, .passRoutes .route.physicalPass {
  background-size: cover;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  min-height: 400px;
  display: flex;
  flex-direction: column;
}
.passRoutes .route.purchasePass .button, .passRoutes .route.giftPass .button, .passRoutes .route.physicalPass .button {
  text-align: right;
}
.passRoutes .route.purchasePass .spacer, .passRoutes .route.giftPass .spacer, .passRoutes .route.physicalPass .spacer {
  flex: 1;
}
.passRoutes .route.purchasePass .title, .passRoutes .route.giftPass .title, .passRoutes .route.physicalPass .title {
  flex: 0 0 auto;
}
.passRoutes .route.purchasePass .text, .passRoutes .route.giftPass .text, .passRoutes .route.physicalPass .text {
  flex: 0 0 auto;
}
.passRoutes .route.purchasePass .bottom, .passRoutes .route.giftPass .bottom, .passRoutes .route.physicalPass .bottom {
  flex: 0 0 auto;
}
@media (max-width: 700px) {
  .passRoutes .route.purchasePass, .passRoutes .route.giftPass, .passRoutes .route.physicalPass {
    min-height: 235px;
  }
}
@media (max-width: 700px) {
  .passRoutes .route {
    margin: 20px 5px;
  }
}
.passRoutes .route:hover {
  border-color: #D40022;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  top: -4px;
}
.passRoutes .route:hover .outlineBTN {
  background: #D40022;
  color: #fff;
}
.passRoutes .route .title {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.passRoutes .route .text {
  margin: 10px 0;
  font-size: 16px;
}
.passRoutes .route .bottom {
  display: flex;
  font-family: "Oswald", sans-serif;
  align-items: flex-end;
  flex-wrap: wrap;
}
.passRoutes .route .bottom .button {
  flex: 1;
}
@media (max-width: 400px) {
  .passRoutes .route .bottom .button {
    flex: 0 0 auto;
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.passRoutes .route .bottom .starting {
  flex: 0 0 auto;
  white-space: nowrap;
}
.passRoutes .route .bottom .starting .top {
  font-size: 25px;
}
.passRoutes .route .bottom .starting .value {
  font-size: 30px;
  color: #D40022;
}

a {
  cursor: pointer;
}

.jumpReservation {
  font-family: "Oswald", sans-serif;
}
.jumpReservation .selection {
  margin: 25px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 400px) {
  .jumpReservation .selection {
    margin: 25px 10px;
  }
}
.jumpReservation .selection .selectionLabel {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.jumpReservation .selection .selectionLabel.flexLabel {
  display: flex;
}
.jumpReservation .selection .selectionLabel.flexLabel .label {
  flex: 1;
}
.jumpReservation .selection .selectionLabel.flexLabel .calendar {
  flex: 0 0 auto;
}
.jumpReservation .selection .selectionLabel .timezone {
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 500px) {
  .jumpReservation .selection .selectionLabel .timezone {
    display: block;
    margin: 0 0 25px 0;
  }
}
.jumpReservation .selection .choices {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.jumpReservation .selection .choices .choice {
  border: 2px solid #727272;
  transition: all 0.3s;
  padding: 25px;
  font-size: 35px;
  line-height: 1;
  white-space: nowrap;
  margin: 10px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  position: relative;
  width: 250px;
  max-width: 100%;
}
@media (max-width: 700px) {
  .jumpReservation .selection .choices .choice {
    width: 100%;
  }
}
.jumpReservation .selection .choices .choice:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  border-color: #333;
}
.jumpReservation .selection .choices .choice .check {
  position: absolute;
  top: -13px;
  right: -13px;
  background: #D40022;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 15px;
  border-radius: 50%;
}
.jumpReservation .selection .choices .choice.active {
  border-color: #D40022;
}

.displayedDays {
  display: flex;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0 -10px;
}
@media (max-width: 1240px) {
  .displayedDays {
    overflow-x: auto;
    width: 106%;
    padding: 15px 0;
    margin: 0;
  }
}
.displayedDays .day {
  padding: 15px;
  border: 1px solid #727272;
  flex: 0 0 auto;
  margin: 0 10px;
  width: calc(14.2857142857% - 20px);
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 500px) {
  .displayedDays .day {
    padding: 5px;
  }
}
@media (max-width: 1240px) {
  .displayedDays .day {
    width: 120px;
  }
}
@media (max-width: 500px) {
  .displayedDays .day {
    width: 80px;
  }
}
.displayedDays .day.active {
  border-color: #D40022;
  color: #D40022;
}
.displayedDays .day.active .check {
  position: absolute;
  top: -13px;
  right: -13px;
  background: #D40022;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 15px;
  border-radius: 50%;
}
.displayedDays .day.pastDay, .displayedDays .day.noSlots {
  opacity: 0.4 !important;
  border: 1px solid #707070;
  pointer-events: none;
  color: #707070;
}
.displayedDays .day.pastDay .check, .displayedDays .day.noSlots .check {
  display: none;
}
.displayedDays .day .crossout {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 1px;
  height: 114%;
  background: #707070;
  transform: rotate(28deg);
}
@media (max-width: 500px) {
  .displayedDays .day .crossout {
    top: -10px;
  }
}
.displayedDays .day .dayLabel {
  font-size: 30px;
  margin: 0 0 20px 0;
}
@media (max-width: 500px) {
  .displayedDays .day .dayLabel {
    font-size: 15px;
  }
}
.displayedDays .day .monthLabel {
  font-size: 18px;
}
@media (max-width: 500px) {
  .displayedDays .day .monthLabel {
    font-size: 12px;
  }
}
.displayedDays .day .dayNumberLabel {
  font-size: 50px;
  font-weight: 900;
}
@media (max-width: 500px) {
  .displayedDays .day .dayNumberLabel {
    font-size: 30px;
  }
}

.timezone {
  color: #D40022;
  margin: 0 0 15px 0;
}

.timeslots {
  font-family: "Oswald", sans-serif;
}
.timeslots .groupLabel {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.timeslots .groupLabel span {
  font-size: 28px;
  color: #727272;
}
.timeslots .slots {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.timeslots .slots .slot {
  flex: 0 0 auto;
  width: calc(20% - 10px);
  margin: 5px;
  padding: 5px;
  border: 1px solid #727272;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .timeslots .slots .slot {
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 550px) {
  .timeslots .slots .slot {
    margin: 2px;
    width: calc(50% - 4px);
  }
}
@media (max-width: 300px) {
  .timeslots .slots .slot {
    width: calc(100% - 4px);
  }
}
.timeslots .slots .slot .time {
  font-size: 22px;
  font-weight: bold;
  flex: 1;
}
.timeslots .slots .slot .time .price {
  font-size: 12px;
  color: #D40022;
}
.timeslots .slots .slot .availableSpots {
  display: flex;
}
.timeslots .slots .slot .availableSpots .spot {
  background: #727272;
  width: 20px;
  height: 35px;
  border-radius: 40px;
  margin: 0 2px;
}
.timeslots .slots .slot .availableSpots .spot.taken {
  background: none;
  border: 1px solid #727272;
  position: relative;
  cursor: not-allowed;
}
.timeslots .slots .slot .availableSpots .spot.taken .line {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: calc(100% - 2px);
  background: #727272;
  transform: rotate(25deg);
}
.timeslots .slots .slot .availableSpots .spot.reserved {
  background: #D40022;
}

.claimTickets {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.claimTickets .label {
  font-weight: bold;
}
.claimTickets .label b {
  color: #D40022;
}
.claimTickets .explainer {
  font-size: 13px;
  color: #D40022;
}

.existingCard iframe {
  display: none !important;
}
.existingCard .cardHeading {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.existingCard .cardDetails {
  background: #FCF7ED;
  border: 1px solid #D40022;
  padding: 20px;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  font-size: 18px;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
}
.existingCard .cardDetails .check {
  position: absolute;
  top: -18px;
  right: -10px;
  font-size: 25px;
  color: #D40022;
  background: #FCF7ED;
  border-radius: 50%;
}
.existingCard .cardDetails .data {
  display: flex;
  align-items: center;
  color: #D40022;
}
@media (max-width: 400px) {
  .existingCard .cardDetails .data {
    flex-wrap: wrap;
  }
  .existingCard .cardDetails .data .icon {
    display: none;
  }
  .existingCard .cardDetails .data .brand {
    margin: 0 10px 0 0;
  }
}
.existingCard .cardDetails .changer {
  width: 100%;
}
.existingCard .cardDetails .changer a {
  color: #D40022;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
.existingCard .cardDetails .icon {
  flex: 0 0 auto;
  font-size: 30px;
}
.existingCard .cardDetails .brand {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 10px;
}

.agree {
  display: flex;
  align-items: center;
}
.agree .icon {
  color: #D40022;
  font-size: 20px;
  margin: 0 5px 0 0;
}
.agree .copy {
  font-size: 16px;
}

.creditCardForm {
  width: 400px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.creditCardForm .label {
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.creditCardForm #cardNumber {
  margin: 0 0 10px 0;
}
.creditCardForm .sideBySide {
  display: flex;
  margin: 0 -5px 5px -5px;
}
.creditCardForm .sideBySide .input {
  margin: 0 5px;
}
.creditCardForm iframe {
  min-height: 34px !important;
}
.creditCardForm iframe input {
  min-height: 34px !important;
}

input[type=text], input[type=email], input[type=password], input[type=tel], select {
  border: 1px solid #727272;
  padding: 5px 9px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  width: 100%;
}

iframe {
  border: none;
}

.fullLoader, .tempLoader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
}

.tempLoader {
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.9;
  pointer-events: none;
}

.receiptData {
  display: flex;
  margin: 40px 20px;
}
@media (max-width: 550px) {
  .receiptData {
    display: block;
  }
  .receiptData .receiptImage {
    margin: 15px !important;
    text-align: center;
  }
  .receiptData .receiptImage img {
    width: 95%;
    margin: 0 auto;
  }
}
.receiptData .receiptImage {
  flex: 0.5;
  margin: 0 15px 0 0;
}
.receiptData .details {
  position: relative;
  top: -10px;
  font-family: "Oswald", sans-serif;
  flex: 1;
}
.receiptData .details .thanks .name {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.receiptData .details .thanks .complete {
  margin: 0 0 25px 0;
  font-size: 18px;
}
.receiptData .details .receiptID {
  margin: 15px 0;
  font-weight: bold;
}
.receiptData .details .receiptID span {
  color: #D40022;
}
.receiptData .details .reservations {
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
}
.receiptData .details .reservations .label {
  font-weight: bold;
  font-size: 22px;
}
.receiptData .details .reservations .tickets .ticket {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .receiptData .details .reservations .tickets .ticket {
    display: block;
  }
  .receiptData .details .reservations .tickets .ticket .when {
    margin: 10px 0 !important;
  }
}
.receiptData .details .reservations .tickets .ticket .when {
  flex: 0 0 auto;
  margin: 0 10px 0 0;
}
.receiptData .details .reservations .tickets .ticket .adder {
  flex: 1;
}
.receiptData .details .location {
  margin: 20px 0;
}
.receiptData .details .location .label {
  font-size: 18px;
}
.receiptData .details .location pre {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.receiptData .emailConfirmation {
  margin: 0 0 15px 0;
}

.sizePicker {
  display: flex;
  align-items: center;
}
.sizePicker .value {
  font-size: 24px;
  font-weight: 900;
}
.sizePicker .quanPick {
  padding: 20px 15px;
  border: 1px solid #727272;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  cursor: pointer;
}
.sizePicker .input input[type=text], .sizePicker .input input[type=number] {
  border: 1px solid #D40022;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  width: 90px;
  color: #D40022;
  padding: 20px 10px;
  margin: 0 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.bigSection {
  border: 1px solid #D40022;
  border-radius: 25px 0 0 0;
  margin: 50px 20px;
}
.bigSection .heading {
  background: #D40022;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  border-radius: 25px 0 0 0;
  color: #fff;
}
.bigSection .body {
  padding: 40px;
}
@media (max-width: 600px) {
  .bigSection .body {
    padding: 10px;
  }
}

.summaryBody {
  display: flex;
  margin: 0 0 30px 0;
}
@media (max-width: 700px) {
  .summaryBody {
    display: block;
  }
}
.summaryBody .passImage {
  flex: 0.5;
  margin: 0 25px 0 0;
}
@media (max-width: 700px) {
  .summaryBody .passImage {
    margin: 15px 0;
  }
  .summaryBody .passImage img {
    width: 90%;
    margin: 0 auto;
  }
}
.summaryBody .passSummary {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  flex: 1;
}
.summaryBody .passSummary .name {
  font-size: 30px;
  color: #000;
  font-weight: 900;
  border-bottom: 1px solid #D40022;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.summaryBody .passSummary .details {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (max-width: 500px) {
  .summaryBody .passSummary .details {
    display: block;
  }
  .summaryBody .passSummary .details .item {
    margin: 10px 5px !important;
    width: 100% !important;
  }
}
.summaryBody .passSummary .details .item {
  flex: 0 0 auto;
  width: calc(50% - 10px);
  margin: 5px;
  display: flex;
}
.summaryBody .passSummary .details .item .label {
  font-weight: bold;
  margin: 0 5px 0 0;
}

.youare {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 3px;
}
.youare .icon {
  flex: 0 0 auto;
  margin: 0 15px 0 0;
  font-size: 30px;
}
@media (max-width: 400px) {
  .youare .icon {
    display: none;
  }
}
.youare .details .copy {
  font-size: 18px;
}
.youare .details .explainer {
  font-size: 14px;
}

.paymentInfoTitle {
  font-size: 25px;
  font-weight: 900;
  color: #000;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.signUpForm input[type=text], .signUpForm input[type=email], .signUpForm input[type=password] {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid #727272;
  margin: 0 0 15px 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 12px 9px;
}
.signUpForm .sideBySide {
  display: flex;
  margin: 0 -10px;
}
.signUpForm .sideBySide label {
  margin: 0 10px;
  flex: 1;
}

.error {
  display: flex;
  background: #D40022;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  margin: 15px 0;
  border-radius: 3px;
  align-items: center;
}
.error .icon {
  flex: 0 0 auto;
  font-size: 25px;
  margin: 0 5px 0 0;
}
.error .details {
  flex: 1;
}

.profileHeader {
  position: relative;
  background: #000;
}
.profileHeader .backgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.profileHeader .backgroundImage img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1240px) {
  .profileHeader .backgroundImage {
    display: none;
  }
}
.profileHeader .avatarEmbed {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  z-index: 1;
}
.profileHeader .avatarEmbed .suitModel {
  width: 500px;
  position: relative;
  top: -742px;
  left: -325px;
}
@media (max-width: 1600px) {
  .profileHeader .avatarEmbed .suitModel {
    left: -100px;
  }
}
@media (max-width: 1400px) {
  .profileHeader .avatarEmbed .suitModel {
    left: -40px;
  }
}
.profileHeader .avatarEmbed .profileSuitChooser {
  width: 500px;
  height: 600px;
  min-height: 600px;
  position: relative;
  top: -736px;
  left: -325px;
}
@media (max-width: 1600px) {
  .profileHeader .avatarEmbed .profileSuitChooser {
    left: -100px;
  }
}
@media (max-width: 1400px) {
  .profileHeader .avatarEmbed .profileSuitChooser {
    left: -40px;
  }
}
.profileHeader .avatarEmbed .profileSuitChooser .suitModel {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0 !important;
  left: 0 !important;
}
.profileHeader .avatarEmbed .seek-launching {
  position: relative;
  top: -69px;
  left: -200px;
}
@media (max-width: 1600px) {
  .profileHeader .avatarEmbed .seek-launching {
    left: -100px;
  }
}
@media (max-width: 1400px) {
  .profileHeader .avatarEmbed .seek-launching {
    left: -40px;
  }
}

.mobileMenuSpacer {
  display: none;
}
@media (max-width: 1240px) {
  .mobileMenuSpacer {
    display: block;
    height: 55px;
  }
}

.mobileMenuMain {
  display: none;
  background: #000;
  padding: 10px;
  align-items: center;
  z-index: 99;
  position: fixed;
  margin: 0 0 10px 0;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1240px) {
  .mobileMenuMain {
    display: flex;
  }
}
.mobileMenuMain .logo {
  flex: 0 0 auto;
  width: 25px;
  margin: 0 10px;
}
.mobileMenuMain .logo img {
  display: block;
}
.mobileMenuMain .divider {
  flex: 1;
}
.mobileMenuMain .icons {
  flex: 0 0 auto;
}
.mobileMenuMain .icons a {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  font-size: 25px;
}

.mobileMenu {
  z-index: 999;
  background: #FCF7ED;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  font-family: "Oswald", sans-serif;
}
.mobileMenu .closer {
  text-align: right;
  padding: 10px 20px;
  font-size: 40px;
}
.mobileMenu .logo {
  text-align: center;
}
.mobileMenu .logo img {
  height: 100px;
}
.mobileMenu .links a {
  text-align: right;
  display: block;
  padding: 15px 20px;
  color: #444;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.mobileMenu .primaryBTN {
  width: 90%;
  margin: 20px;
  font-size: 30px;
}
.mobileMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobileMenu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobileMenu ul li i, .mobileMenu ul li svg {
  display: none;
}
.mobileMenu ul li .subLinks {
  display: none;
}
.mobileMenu ul li .subLinks a {
  font-size: 18px;
  border: none;
}

.menu {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 32px;
}
.menu.shadow {
  background: rgba(0, 0, 0, 0.3);
  margin: 0 0 10px 0;
}
@media (max-width: 1240px) {
  .menu {
    display: none;
  }
}
.menu .logo {
  flex: 0 0 auto;
  width: 80px;
  margin: 0 15px 0 0;
}
.menu .links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu .links ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.menu .links ul li ul.subLinks {
  display: none;
}
.menu .links ul li:hover ul.subLinks {
  display: block;
  background: #fcf7ed;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 26px;
  left: 20px;
}
.menu .links ul li:hover ul.subLinks li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  padding: 0;
  margin: 0;
}
.menu .links ul li:hover ul.subLinks li:last-child {
  border: none;
}
.menu .links ul li:hover ul.subLinks a {
  color: #000;
  white-space: nowrap;
  margin: 0;
  padding: 10px 25px 10px 15px;
  width: 100%;
  font-size: 16px;
}
.menu .links ul li:hover ul.subLinks a:hover {
  background: #D40022;
  color: #fff;
}
.menu .links a {
  color: #FCF7ED;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  margin: 0 20px;
  text-decoration: none;
}
.menu .links a i, .menu .links a svg {
  font-size: 14px;
  position: relative;
  top: -1px;
}
.menu .links a:hover {
  color: #D40022;
}
.menu .links a.active {
  color: #D40022;
  border-bottom: 2px solid #D40022;
  padding: 0 0 5px 0;
}
@media (max-width: 1320px) {
  .menu .links a {
    font-size: 14px;
    margin: 0 10px;
  }
}
.menu .divider {
  flex: 1;
}
.menu .profileIcon {
  color: #D40022;
  font-size: 25px;
  width: 34px;
}
.menu .profileIcon svg {
  max-width: 100%;
  width: 34px;
}
.menu .profileIcon svg path {
  fill: #FCF7ED;
}
.menu .profileIcon svg:hover path {
  fill: #D40022;
}
.menu .cartIcon {
  color: #fff;
  font-size: 25px;
  margin: 0 30px;
}
.menu .cartIcon svg {
  width: 34px;
}
.menu .cartIcon svg path {
  fill: #FCF7ED;
}
.menu .cartIcon svg:hover path {
  fill: #D40022;
}

.actionGoal {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FCF7ED;
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1240px) {
  .actionGoal {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .actionGoal {
    font-size: 30px;
  }
}
.actionGoal .link {
  flex: 0 0 auto;
}
.actionGoal .link a {
  position: relative;
}
.actionGoal .link a .callout {
  position: absolute;
  right: -8px;
  top: 0;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D40022;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.actionGoal .divider {
  flex: 0 0 auto;
  margin: 0 20px;
}
.actionGoal a {
  color: #FCF7ED;
}
.actionGoal a.active {
  color: #D40022;
}

.mainSection {
  display: flex;
  position: relative;
}
@media (max-width: 1240px) {
  .mainSection {
    z-index: 8;
    margin: -80px 0 0 0;
  }
}

.profileBanner {
  position: relative;
  z-index: 1;
  width: 675px;
  max-width: 100%;
  margin: 80px 0 0 50px;
  flex: 0 0 auto;
}
@media (max-width: 1240px) {
  .profileBanner {
    width: 100%;
    margin: 0 auto;
  }
}
.profileBanner .top {
  display: flex;
  background: #D40022;
  border-radius: 50px 0 0 0;
  align-items: center;
}
.profileBanner .top .avatar {
  flex: 0 0 auto;
  width: 150px;
  position: relative;
  top: -50px;
  margin-left: 30px;
  background: #D40022;
  border-radius: 50%;
  border: 5px solid #D40022;
  background: #fff;
}
@media (max-width: 650px) {
  .profileBanner .top .avatar {
    width: 80px;
    top: -35px;
  }
}
.profileBanner .top .avatar img {
  border-radius: 50%;
  display: block;
}
.profileBanner .top .identity {
  flex: 1;
  margin: 0 30px;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
@media (max-width: 400px) {
  .profileBanner .top .identity {
    margin: 0 5px;
  }
}
.profileBanner .top .identity .username {
  font-size: 30px;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (max-width: 650px) {
  .profileBanner .top .identity .username {
    font-size: 18px;
  }
}
.profileBanner .top .identity .rank {
  font-size: 20px;
  white-space: nowrap;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .profileBanner .top .identity .rank {
    font-size: 14px;
  }
}
.profileBanner .top .badge {
  margin: 0 20px 0 0;
  flex: 0 0 auto;
  width: 60px;
}
@media (max-width: 650px) {
  .profileBanner .top .badge {
    width: 30px;
  }
}
.profileBanner .inlineLoader {
  border-radius: 50px 0 0 0;
}
.profileBanner .body {
  background: #141212;
  padding: 30px;
  height: calc(100vh - 150px - 307px);
  overflow-y: auto;
  overflow-x: hidden;
  color: #FCF7ED;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1240px) {
  .profileBanner .body {
    min-height: calc(100vh - 150px - 307px);
    height: auto;
  }
}
@media (max-width: 400px) {
  .profileBanner .body {
    padding: 10px;
  }
}

.inlineLoader, .pageLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  z-index: 10;
  font-size: 50px;
  pointer-events: none;
}

.pageLoader {
  position: fixed;
}

.profileWrapper {
  background: #FCF7ED;
}

.creditsSection {
  display: flex;
  align-items: center;
}
@media (max-width: 400px) {
  .creditsSection {
    display: block;
  }
  .creditsSection .statDisplay {
    margin: 0 0 10px 0;
  }
}
.creditsSection .statDisplay {
  flex: 1;
}
.creditsSection .button {
  flex: 0 0 auto;
}

.passesSection {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.passesSection .statDisplay {
  flex: 1;
}
.passesSection .button {
  flex: 0 0 auto;
  margin: 0 0 0 15px;
}
@media (max-width: 600px) {
  .passesSection {
    display: block;
  }
  .passesSection .button {
    margin: 0;
  }
  .passesSection .button a {
    margin: 10px 0;
  }
}

.statDisplay {
  display: flex;
  align-items: center;
}
.statDisplay .data {
  color: #FCF7ED;
  margin: 0 5px 0 0;
}
.statDisplay .value {
  color: #D40022;
}

.profileLine {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: #D40022;
}

.profileHeading {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.achievementIcons {
  display: flex;
  flex-wrap: wrap;
}
.achievementIcons .icon {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (max-width: 500px) {
  .achievementIcons .icon {
    width: 33.3333333333%;
  }
}
.achievementIcons .icon.unearned {
  filter: grayscale(1);
}

.updatePreferences {
  color: #fff;
}
.updatePreferences label {
  display: block;
  margin: 0 0 15px 0;
}

.inputGroup {
  display: flex;
}
.inputGroup .pre {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px;
}

.accountDetails {
  display: flex;
}
@media (max-width: 620px) {
  .accountDetails {
    display: block;
  }
  .accountDetails .left, .accountDetails .right {
    margin: 0 0 15px 0;
  }
}
.accountDetails .left {
  flex: 1;
}
.accountDetails .right {
  flex: 1;
}
.accountDetails .accountDetail {
  display: flex;
  font-size: 15px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.accountDetails .accountDetail .data {
  flex: 0 0 auto;
  margin: 0 5px 0 0;
  font-weight: bold;
}
.accountDetails .accountDetail .value {
  flex: 0 0 auto;
}
.accountDetails .accountDetail.qrDetail {
  display: block;
  text-align: left;
}
.accountDetails .accountDetail.qrDetail .qrWrapper {
  margin: 10px 0 0 0;
}
.accountDetails .accountDetail.qrDetail .qrCodeLabel {
  text-align: left;
  font-size: 12px;
}
.accountDetails .accountDetail.qrDetail .qr {
  border: 3px solid #fff;
  display: inline-block;
  background: #fff;
}
.accountDetails .accountDetail.qrDetail img {
  border: 3px solid #fff;
  display: block;
}

@keyframes jadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 100;
    transform: translateY(0);
  }
}
.jadeIn {
  animation-name: jadeIn;
  display: block;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.jslow {
  animation-delay: 0.5s;
}

.jadeSlide {
  animation-name: jadeSlide;
  animation-duration: 0.8s;
}

@keyframes jadeSlide {
  0% {
    width: 30%;
  }
  100% {
    width: 100%;
  }
}
.topbottom {
  animation-name: topbottom;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes topbottom {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 50px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.focusAnimation {
  animation-name: focus;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

@keyframes focus {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.backgroundBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

.assignedPasses, .unassignedPasses {
  margin: 0 0 50px 0;
}

.noAssigned {
  font-size: 14px;
}

@media (max-width: 1240px) {
  .avatarEmbed {
    display: none;
  }
}

.customizeItem {
  position: absolute;
  background: #000;
  border-radius: 50%;
  border: 4px solid #fff;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customizeItem.active {
  border-color: #D40022;
}
.customizeItem.active:after {
  background: #D40022 !important;
}
.customizeItem.helmetCustomizer {
  position: absolute;
  top: 78px;
  left: calc(50% - 100px);
  margin: 0 0 0 -150px;
}
.customizeItem.helmetCustomizer:after {
  content: "";
  width: 25px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 100px;
  top: calc(50% - 4px);
}
.customizeItem.wingsuitCustomizer {
  position: absolute;
  top: 210px;
  left: calc(50% - 100px);
  margin: 0 0 0 -225px;
}
.customizeItem.wingsuitCustomizer:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  background: #fff;
  left: 100px;
  top: calc(50% - 4px);
}
.customizeItem.gloveCustomizer {
  position: absolute;
  top: 281px;
  left: calc(50% - 100px);
  margin: 0 0 0 163px;
}
.customizeItem.gloveCustomizer:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 4px;
  background: #fff;
  left: -22px;
  top: calc(50% - 4px);
}
.customizeItem.accessoryCustomizer {
  position: absolute;
  top: 485px;
  left: calc(50% - 100px);
  margin: 0 0 0 128px;
}
.customizeItem.accessoryCustomizer:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 4px;
  background: #fff;
  left: -22px;
  top: calc(50% - 4px);
}

.mobileProfile {
  display: none;
  position: relative;
  height: 500px;
  z-index: 1;
}
@media (max-width: 1240px) {
  .mobileProfile {
    display: block;
    padding: 0 0 0 0;
  }
  .mobileProfile .suitModel,
  .mobileProfile .profileSuitChooser {
    height: 80%;
    position: absolute;
    z-index: 5;
    padding: 0 0 50px 0;
    top: 25px;
    width: 100%;
    min-height: 0 !important;
    text-align: center;
  }
  .mobileProfile .suitModel .suitModel,
  .mobileProfile .profileSuitChooser .suitModel {
    height: 100%;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    padding: 0;
  }
  .mobileProfile .suitModel .item,
  .mobileProfile .profileSuitChooser .item {
    width: 100%;
    height: 100%;
  }
  .mobileProfile .suitModel .item img,
  .mobileProfile .profileSuitChooser .item img {
    height: 100%;
  }
  .mobileProfile .model {
    width: 100%;
    margin: 0 auto;
    height: 50vh;
    max-height: 500px;
    z-index: 5;
    position: relative;
    padding: 0 0 50px 0;
    top: 0;
  }
  .mobileProfile .mobileBG {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 60vh;
    object-fit: cover;
  }
}
.mobileProfile .customizeItem {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0 40% 40% 0;
  top: -40px;
  left: 0;
  margin: 0;
  border: none;
  width: 72px;
  height: 62px;
}
.mobileProfile .customizeItem::after {
  display: none;
}
.mobileProfile .customizeItem.right {
  border-radius: 40% 0 0 40%;
  right: 0;
  left: unset;
}
.mobileProfile .helmetCustomizer {
  top: 60px;
}
.mobileProfile .wingsuitCustomizer {
  top: 140px;
}
.mobileProfile .gloveCustomizer {
  top: 220px;
}
.mobileProfile .accessoryCustomizer {
  top: 60px;
}

.passV2 {
  background: #333333;
  padding: 15px;
  margin: 0 0 20px 0;
  position: relative;
}
.passV2 .activeTimeslot {
  text-align: center;
  font-size: 15px;
}
.passV2.ready {
  background: #D40022;
}
.passV2 .showQR {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
}
.passV2 .passTop {
  display: flex;
  align-items: center;
}
.passV2 .passTop .icon {
  flex: 0 0 auto;
  margin: 0 15px 0 0;
  width: 50px;
}
.passV2 .passTop .icon img {
  display: block;
}
.passV2 .passTop .name {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}
.passV2 .reserveTime {
  margin: 15px 0;
  text-align: center;
}
.passV2 .reserveTime .outlineBTN {
  border-width: 4px;
}
.passV2 .passTools {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  margin: 25px 0 0 0;
}
.passV2 .passTools a {
  font-size: 16px;
  margin: 0 0 0 10px;
  padding: 0 10px 0 0;
  border-right: 2px solid #fff;
}
@media (max-width: 500px) {
  .passV2 .passTools a {
    font-size: 11px;
  }
}
@media (max-width: 330px) {
  .passV2 .passTools a {
    font-size: 9px;
  }
}
.passV2 .passTools a:last-child {
  border: none;
}
.passV2:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #141212;
  border-radius: 50%;
  top: 50%;
  left: -10px;
  margin-top: -10px;
}
.passV2:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #141212;
  border-radius: 50%;
  top: 50%;
  right: -10px;
  margin-top: -10px;
}
.passV2.lifetime {
  background: url("https://res.cloudinary.com/dc2mnmodm/image/upload/v1621135330/Gold_jrwbhl.jpg") center center no-repeat;
  background-size: cover;
}

.passes .button {
  flex: 0 0 auto;
}
@media (max-width: 550px) {
  .passes .button .outlineBTN {
    padding: 5px 20px;
    min-width: auto;
  }
}
@media (max-width: 420px) {
  .passes .button .outlineBTN {
    padding: 5px 6px;
    font-size: 14px;
  }
}
.passes .pass {
  display: flex;
  align-items: center;
  background: #333333;
  padding: 15px 15px 15px 0;
  margin: 0 0 20px 0;
  position: relative;
}
.passes .pass.cloutPass {
  background: none;
  border: 2px dashed #333333;
}
.passes .pass.cloutPass:before {
  display: none;
}
.passes .pass.cloutPass:after {
  display: none;
}
.passes .pass .mobileTicketDetails {
  display: none;
}
@media (max-width: 1240px) {
  .passes .pass {
    flex-wrap: wrap;
  }
  .passes .pass.myPass {
    background: #D40022;
  }
  .passes .pass.myPass .button {
    display: none;
  }
  .passes .pass .mobileTicketDetails {
    width: 100%;
    padding: 15px;
    display: block;
    flex: 0 0 auto;
  }
  .passes .pass .mobileTicketDetails .timing {
    display: flex;
  }
  .passes .pass .mobileTicketDetails .timing .date {
    margin: 0 10px 0 0;
  }
  .passes .pass .mobileTicketDetails .mainDetails .data {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    margin: 10px -4px;
  }
  .passes .pass .mobileTicketDetails .mainDetails .data .item {
    flex: 0 0 auto;
    width: calc(50% - 8px);
    margin: 4px;
    display: flex;
  }
  .passes .pass .mobileTicketDetails .mainDetails .data .item a {
    text-decoration: underline;
  }
  .passes .pass .mobileTicketDetails .mainDetails .data .item .label {
    margin: 0 3px 0 0;
  }
}
.passes .pass:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #141212;
  border-radius: 50%;
  top: 50%;
  left: -10px;
  margin-top: -10px;
}
.passes .pass:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #141212;
  border-radius: 50%;
  top: 50%;
  right: -10px;
  margin-top: -10px;
}
.passes .pass.lifetime {
  background: url("https://res.cloudinary.com/dc2mnmodm/image/upload/v1621135330/Gold_jrwbhl.jpg") center center no-repeat;
  background-size: cover;
}
.passes .pass .icon {
  flex: 0 0 auto;
}
.passes .pass .giftedBy {
  background: #D40022;
  padding: 5px;
  display: inline-block;
  margin: 5px 0;
  border-radius: 3px;
}
.passes .pass .details {
  flex: 1;
  font-size: 14px;
}
.passes .pass .details .name {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 550px) {
  .passes .pass .details .reservation {
    font-size: 11px;
  }
}
.passes .pass .shared {
  font-size: 14px;
  text-align: right;
  text-transform: none;
}
.passes .pass .shared .username {
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 465px) {
  .passes .pass .shared {
    text-align: left;
    padding: 0 0 0 64px;
  }
}

.qrWrapper {
  text-align: center;
  margin: 20px 0 0 0;
}
.qrWrapper .qr {
  text-align: center;
  border: 3px solid #fff;
  display: inline-block;
  background: #fff;
}
.qrWrapper .qr img {
  margin: 0 auto;
  text-align: center;
  border: 5px solid #fff;
}

.viewPass {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
.viewPass .closer {
  display: none;
}
@media (max-width: 1200px) {
  .viewPass {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.9);
  }
  .viewPass .closer {
    display: block;
    position: absolute;
    top: -50px;
    right: 20px;
    z-index: 999;
  }
  .viewPass .closer a {
    color: #fff;
    font-size: 40px;
  }
  .viewPass .body {
    width: 100%;
    position: relative;
  }
}
.viewPass .ticket {
  background: url("https://res.cloudinary.com/dc2mnmodm/image/upload/v1630171695/Path_327_oagd7o.png") center center;
  background-size: cover;
  padding: 15px 50px;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .viewPass .ticket {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 440px) {
  .viewPass .ticket {
    padding: 10px;
  }
}
.viewPass .ticket .top {
  display: flex;
}
.viewPass .ticket .top .icon {
  flex: 0 0 auto;
  width: 40px;
  margin: 0 15px 0 0;
}
.viewPass .ticket .top .name {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  flex: 1;
}
.viewPass .ticket .top .timing {
  flex: 0 0 auto;
  text-align: right;
}
.viewPass .ticket .top .timing .time {
  font-size: 14px;
  font-weight: bold;
}
.viewPass .ticket .top .timing .date {
  font-size: 12px;
}
.viewPass .ticket .details {
  display: flex;
  margin: 25px 0 0 0;
}
@media (max-width: 400px) {
  .viewPass .ticket .details {
    display: block;
  }
}
.viewPass .ticket .details a {
  text-decoration: underline;
}
.viewPass .ticket .details .data {
  flex: 1;
}
.viewPass .ticket .details .data .item {
  display: flex;
  margin: 10px 0;
}
.viewPass .ticket .details .data .item .label {
  font-weight: bold;
  margin: 0 5px 0 0;
  flex: 0 0 auto;
}
.viewPass .ticket .details .data .item .value {
  flex: 0 0 auto;
}
.viewPass .ticket .details .qr {
  flex: 0 0 auto;
  text-align: center;
}
.viewPass .ticket .details .qr img {
  border: 3px solid #fff;
  margin: 0 auto;
}
.viewPass .passButtons {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 400px) {
  .viewPass .passButtons {
    display: block;
  }
  .viewPass .passButtons a {
    display: block;
    margin: 10px !important;
  }
}
.viewPass .passButtons a {
  font-size: 14px;
  margin: 0 10px;
  min-width: auto;
  padding: 8px 15px;
}

.modalWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.modalWrapper.top {
  z-index: 99999;
}
.modalWrapper .underlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.modalWrapper .modal {
  background: #fff;
  width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin: auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  border-radius: 4px;
  max-width: 90%;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.modalWrapper .modal-title {
  font-size: 35px;
  text-align: center;
  padding: 10px;
  font-weight: 900;
}
.modalWrapper .modal-body {
  padding: 15px;
  overflow-x: hidden;
}
.modalWrapper .modal-closer {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
}
.modalWrapper .modal-closer a {
  display: inline-block;
  font-size: 25px;
  color: #ccc;
  cursor: pointer;
}

.modal-header {
  padding: 15px;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 300;
}
.modal-header .modal-title {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0;
  padding: 10px 0;
}

.couponCopier {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}

#coupon {
  display: inline-block;
  font-weight: 900;
}

.copyBTN {
  margin: 0 0 0 15px;
  color: #979797;
}

.modalWrapper .modal {
  background-color: #222;
  background-size: cover;
}
.modalWrapper .modal.whiteModal {
  background-color: #fcf7ed;
}

.patchPopup {
  text-transform: uppercase;
  padding: 15px 0 50px 0;
}
.patchPopup .bodyText {
  display: flex;
  font-size: 13px;
  line-height: 1.2;
}
.patchPopup .bodyText .new {
  font-size: 24px;
  color: #FFD285;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
.patchPopup .bodyText .patch {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 15px 0;
  font-family: "Oswald", sans-serif;
}
.patchPopup .bodyText .left {
  flex: 1;
}
.patchPopup .bodyText .right {
  flex: 0 0 auto;
}
.patchPopup .video iframe {
  width: 100%;
  height: 400px;
}

.avatarsPicker {
  display: flex;
  flex-wrap: wrap;
}
.avatarsPicker .avatar {
  width: calc(33.3333333333% - 10px);
  margin: 5px;
  text-align: center;
}
@media (max-width: 550px) {
  .avatarsPicker .avatar {
    width: calc(50% - 10px);
  }
}
.avatarsPicker .avatar img, .avatarsPicker .avatar .custom {
  border: 6px solid #43BD85;
  background: #fff;
  border-radius: 50%;
  max-width: 100%;
}
.avatarsPicker .avatar.active img {
  border: 6px solid #D40022;
}
.avatarsPicker .avatar .custom {
  min-height: 150px;
  display: flex;
  align-items: center;
  width: 150px;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  color: #000;
  text-transform: none;
}
.avatarsPicker .avatar .custom .icon {
  font-size: 40px;
}

.sharePass {
  margin: 25px 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.sharePass label {
  dislay: block;
}
.sharePass label input[type=text] {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 8px 10px;
  border: none;
  border-radius: 5px;
}
.sharePass label .explainer {
  font-size: 12px;
  margin: 5px 0 15px 0;
}

.customizePass {
  position: relative;
  z-index: 10;
  width: 80vw;
  margin: 50px auto 0 auto;
}
@media (max-width: 1280px) {
  .customizePass {
    width: 95vw;
  }
}
@media (max-width: 1240px) {
  .customizePass {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
  }
}
.customizePass .progress {
  font-size: 35px;
  background: #333333;
  color: #FCF7ED;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Oswald", sans-serif;
  padding: 15px 40px;
  border-radius: 50px 0 0 0;
}
.customizePass .progress .step {
  background: #141212;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  flex: 0 0 auto;
}
.customizePass .progress .step.active {
  background: #D40022;
  color: #fff;
}
@media (max-width: 500px) {
  .customizePass .progress .step {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.customizePass .progress .line {
  margin: 0 15px;
  height: 3px;
  width: 100%;
  background: #141212;
}
.customizePass .progress .line.active {
  background: #D40022;
}
.customizePass .customizer {
  background: #FCF7ED;
  padding: 40px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 500px) {
  .customizePass .customizer {
    padding: 5px;
  }
}
.customizePass .customizer .customizerTitle {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .customizePass .customizer .customizerTitle {
    font-size: 14px;
    margin: 15px 0;
  }
}

.customizer .hangars {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 500px) {
  .customizer .hangars {
    margin: 0;
  }
}
.customizer .hangars .hangar {
  cursor: pointer;
  flex: 0 0 auto;
  margin: 15px;
  width: calc(100% - 30px);
  position: relative;
}
@media (max-width: 1240px) {
  .customizer .hangars .hangar {
    width: calc(100% - 30px);
  }
}
@media (max-width: 500px) {
  .customizer .hangars .hangar {
    width: 95%;
    margin: 15px auto;
  }
}
.customizer .hangars .hangar .check {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #D40022;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}
.customizer .hangars .hangar .image img {
  border-radius: 50px 0 0 0;
  display: block;
  object-fit: cover;
}
.customizer .hangars .hangar .name {
  background: #000;
  display: flex;
  padding: 10px 20px;
  align-items: center;
}
@media (max-width: 500px) {
  .customizer .hangars .hangar .name {
    display: block;
    padding: 5px;
  }
  .customizer .hangars .hangar .name .left {
    margin: 0 0 15px 0;
  }
  .customizer .hangars .hangar .name .primaryBTN, .customizer .hangars .hangar .name .outlineBTN {
    width: 100%;
  }
}
.customizer .hangars .hangar .name .left {
  flex: 1;
  color: #fff;
}
.customizer .hangars .hangar .name .left .title {
  font-size: 30px;
  font-weight: bold;
}
.customizer .hangars .hangar .name .left .address {
  font-size: 12px;
}
.customizer .hangars .hangar .name .button {
  flex: 0 0 auto;
}
.customizer .hangars .hangar.selected .image img {
  border: 4px solid #D40022;
  width: 100%;
  height: 183px;
  object-fit: cover;
}
.customizer .hangars .hangar.selected .name {
  border: 4px solid #D40022;
  border-top: none;
}

.nextPrev {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
.nextPrev a {
  margin: 0 15px;
  font-size: 25px;
}
@media (max-width: 400px) {
  .nextPrev a {
    margin: 0 5px;
    font-size: 14px;
    min-width: auto;
  }
}

.reservationDetails {
  text-align: center;
  margin: 0 0 80px 0;
}

.customizeCloser {
  margin: 18px auto;
  text-align: center;
}

.timeGroup {
  margin: 25px 0;
}

.CalendarPopup {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.CalendarPopup .body {
  position: relative;
}
.CalendarPopup .monthPicker {
  display: flex;
  font-size: 35px;
  margin: 0 0 15px 0;
  align-items: center;
}
.CalendarPopup .monthPicker .chevron {
  flex: 0 0 auto;
}
.CalendarPopup .monthPicker .month {
  flex: 1;
  text-align: center;
}
@media (max-width: 400px) {
  .CalendarPopup .monthPicker .month {
    font-size: 25px;
  }
}
.CalendarPopup .dayLabels {
  display: flex;
  font-size: 25px;
}
@media (max-width: 400px) {
  .CalendarPopup .dayLabels {
    font-size: 15px;
  }
}
.CalendarPopup .dayLabels .day {
  flex: 0 0 auto;
  width: 14.2857142857%;
  text-transform: uppercase;
  text-align: center;
}
.CalendarPopup .dayPicker {
  display: flex;
  flex-wrap: wrap;
}
.CalendarPopup .dayPicker .day {
  flex: 0 0 auto;
  width: calc(14.2857142857% - 6px);
  background: rgba(255, 255, 255, 0.4);
  padding: 15px;
  text-align: center;
  margin: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .CalendarPopup .dayPicker .day {
    padding: 10px 5px;
  }
}
.CalendarPopup .dayPicker .day.previousDay {
  opacity: 0;
}
.CalendarPopup .dayPicker .day:hover {
  background: #D40022;
}
.CalendarPopup .dayPicker .day .unavailableCalendar {
  font-size: 11px;
}
@media (max-width: 350px) {
  .CalendarPopup .dayPicker .day .unavailableCalendar {
    font-size: 7px;
  }
}
.CalendarPopup .dayPicker .day.noSlots {
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  pointer-events: none;
}
.CalendarPopup .dayPicker .day .slash {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 2px;
  height: 114%;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(28deg);
}
.CalendarPopup .dayPicker .day.pastDay {
  background: rgba(255, 255, 255, 0.1);
  cursor: not-allowed;
  pointer-events: none;
}
.CalendarPopup .dayPicker .day.today .dayLabel {
  text-decoration: underline;
}

.noTimeslots {
  font-size: 28px;
  text-align: center;
  background: #D40022;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  margin: 15px 0;
  padding: 15px;
}

.dayIncrementer {
  display: flex;
  justify-content: flex-end;
  margin: 15px 0 0 0;
}
.dayIncrementer .incrementer {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #727272;
  width: 50px;
  height: 50px;
  color: #727272;
  font-size: 18px;
  margin: 0 0 0 10px;
}

.summaryAddress pre {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.passButtons .addeventatc {
  background: none;
  color: #fff !important;
  border: 1px solid #D40022;
  padding: 11px 15px !important;
  font-size: 14px !important;
  margin: 0 10px !important;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
  transition: all 0.3s;
}
.passButtons .addeventatc:hover {
  background: #D40022;
}
.passButtons .addeventatc_icon {
  display: none;
}

.qrCodeLabel {
  text-align: center;
}

.couponCodeReserve {
  text-transform: uppercase;
}
.couponCodeReserve b {
  color: #D40022;
}

.linethrough {
  text-decoration: line-through;
  color: #666 !important;
}

.recommendedTimes {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 25px -15px;
}
@media (max-width: 400px) {
  .recommendedTimes {
    margin: 25px 0;
  }
}
.recommendedTimes .time {
  border: 1px solid #727272;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 35px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  flex: 0 0 auto;
  padding: 30px;
  font-weight: bold;
  width: calc(20% - 30px);
  margin: 15px;
  text-align: center;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .recommendedTimes .time {
    font-size: 25px;
    padding: 25px;
    margin: 10px;
    width: calc(20% - 20px);
  }
}
@media (max-width: 800px) {
  .recommendedTimes .time {
    font-size: 18px;
    padding: 10px;
    margin: 5px;
    width: calc(20% - 10px);
  }
}
@media (max-width: 500px) {
  .recommendedTimes .time {
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 300px) {
  .recommendedTimes .time {
    width: calc(50% - 10px);
  }
}
.recommendedTimes .time .price {
  font-size: 14px;
  color: #D40022;
}
.recommendedTimes .time.active {
  border-color: #D40022;
  color: #D40022;
}
.recommendedTimes .time.active .check {
  position: absolute;
  top: -13px;
  right: -13px;
  background: #D40022;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 15px;
  border-radius: 50%;
}

.showAllTimes {
  font-size: 22px;
  text-transform: uppercase;
  color: #D40022;
  margin: 0 0 30px 0;
  text-align: center;
  font-weight: 500;
  display: block;
  font-family: "Oswald", sans-serif;
}

.showingRecommended {
  font-size: 14px;
  margin: 0 0 22px 0;
}
.showingRecommended b {
  color: #D40022;
}

.totalSummary {
  margin: 0 0 25px 0;
  font-size: 20px;
  text-transform: uppercase;
}

.gearItems .item {
  border: 2px solid #D40022;
  display: flex;
  align-items: center;
  margin: 90px 25px;
  border-radius: 50px 0 0 0;
  position: relative;
}
.gearItems .item .description pre {
  font-family: "Roboto", sans-serif;
  white-space: pre-wrap;
}
@media (max-width: 1240px) {
  .gearItems .item {
    display: block;
    border-radius: 0;
  }
  .gearItems .item .image {
    text-align: center;
  }
  .gearItems .item .image img {
    border-radius: 0 !important;
    margin: 15px auto 0 auto;
  }
}
@media (max-width: 360px) {
  .gearItems .item {
    margin: 50px 5px;
  }
  .gearItems .item .image img {
    margin: 0 auto;
    width: 100%;
  }
}
.gearItems .item .image {
  flex: 0 0 auto;
}
.gearItems .item .image img {
  display: block;
  border-radius: 50px 0 0 0;
  border: 2px solid #D40022;
  transform: translateY(-50px) translateX(-50px);
}
@media (max-width: 1350px) {
  .gearItems .item .image img {
    transform: none;
    border: none;
  }
}
.gearItems .item .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -50px 0 0 0;
  width: 200px;
  max-width: 100%;
}
.gearItems .item .gallery img {
  transform: none;
  border-radius: 0;
  margin: 5px;
}
@media (max-width: 1350px) {
  .gearItems .item .gallery {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.gearItems .item .body {
  padding: 25px;
}
.gearItems .item .body .title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .gearItems .item .body .title {
    font-size: 22px;
  }
}
.gearItems .item .body .price .usd {
  color: #D40022;
  font-size: 30px;
  font-weight: 900;
}
.gearItems .item .body .sizePicker {
  margin: 30px 0 10px 0;
}
.gearItems .item .body .sizePicker .quanPick {
  padding: 8px;
}
.gearItems .item .body .sizePicker input[type=text] {
  font-size: 18px;
  padding: 10px;
}
.gearItems .item .body .options .option {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gearItems .item .body .options .choice {
  margin: 5px;
  flex: 0 0 auto;
  border: 1px solid #727272;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  padding: 10px;
  cursor: pointer;
}
.gearItems .item .body .options .choice:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.gearItems .item .body .options .choice input[type=radio] {
  display: none;
}
.gearItems .item .body .options .choice.active {
  border: 1px solid #D40022;
  color: #D40022;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.gearItems .item .body .buttons {
  display: flex;
  margin: 25px -15px 0 -15px;
}
.gearItems .item .body .buttons a {
  margin: 0 15px;
}

.cart table {
  width: 100%;
}
.cart table th {
  text-align: left;
}
.cart table td.image {
  width: 90px;
}
.cart table td, .cart table th {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.cart table th {
  padding: 0 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}
.cart table .quantity {
  width: 40px;
  text-align: center;
}
.cart table .price {
  text-align: right;
  width: 100px;
}
.cart .item {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 25px 0;
}
.cart .item .image {
  flex: 0 0 auto;
}
.cart .item .details {
  padding: 0 25px;
  flex: 1;
}

.storedAddress {
  margin: 15px 0 0 0;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 2px;
}
.storedAddress .addressSaved {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.storedAddress .address {
  margin: 10px 0 30px 0;
}
.storedAddress .addressTitle {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.storedAddress .changer a {
  color: #D40022;
  font-size: 18px;
}

.addressInfo {
  text-align: left;
}
.addressInfo .title {
  font-size: 22px;
  margin: 15px 0 0 0;
  font-weight: bold;
  text-transform: uppercase;
}
.addressInfo label {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 15px 0;
}

.cartReceipt .product {
  background: rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 5px;
  margin: 10px 0;
}
.cartReceipt .product .name {
  font-weight: bold;
}
.cartReceipt .product .selections {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.cartReceipt .grandTotal {
  font-size: 18px;
  color: #D40022;
  margin: 5px 0 25px 0;
}

.cartSidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 90%;
  background: #FCF7ED;
  padding: 10px;
  height: 80vh;
  overflow-y: auto;
  z-index: 100;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}
.cartSidebar .sidebarItems {
  flex: 1;
}
.cartSidebar .sidebarItems .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 0 5px 0;
  margin: 5px 0 5px 0;
}
.cartSidebar .sidebarItems .item .itemImage {
  flex: 0 0 auto;
}
.cartSidebar .sidebarItems .item .itemImage img {
  display: block;
}
.cartSidebar .sidebarItems .item .name {
  flex: 1;
  margin: 0 10px;
  font-size: 12px;
}
.cartSidebar .sidebarItems .item .name .options {
  font-size: 10px;
}
.cartSidebar .sidebarItems .item .sizePicker {
  flex: 0 0 auto;
  margin: 5px 0 0 0;
}
.cartSidebar .sidebarItems .item .price {
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.cartSidebar .sidebarItems .item .remover {
  flex: 0 0 auto;
}
.cartSidebar .sidebarCloser {
  font-size: 40px;
  text-align: right;
}
.cartSidebar .sidebarBTN {
  flex: 0 0 auto;
}
.cartSidebar .sidebarBTN a {
  width: 100%;
}
.cartSidebar .sizePicker input[type=text] {
  font-size: 14px;
  padding: 5px;
  width: 40px;
  margin: 0 3px;
}
.cartSidebar .quanPick {
  font-size: 12px;
  padding: 3px;
}
.cartSidebar .total {
  flex: 0 0 auto;
  display: flex;
  margin: 0 0 5px 0;
}
.cartSidebar .total .label {
  flex: 1;
}
.cartSidebar .total .value {
  flex: 0 0 auto;
  font-weight: bold;
}

.clearCart {
  text-align: right;
  margin: 0 0 10px 0;
}

.totalsCheckout {
  text-align: right;
  margin: 25px 0 10px 0;
}
.totalsCheckout .total {
  justify-content: flex-end !important;
}
.totalsCheckout .total .value {
  width: 80px;
}
.totalsCheckout .grandTotal .label {
  font-size: 11px;
  text-transform: uppercase;
}
.totalsCheckout .grandTotal .value {
  flex: 0 0 auto;
  font-weight: bold;
  font-size: 18px;
}

.authCheckout {
  text-align: center;
}
.authCheckout .alreadyHave {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 3px 0;
}
.authCheckout .theChoiceButtons {
  display: flex;
  justify-content: center;
}
.authCheckout .theChoiceButtons a {
  margin: 0 10px;
}
@media (max-width: 500px) {
  .authCheckout .theChoiceButtons a {
    min-width: auto;
  }
}
@media (max-width: 400px) {
  .authCheckout .theChoiceButtons {
    display: block;
  }
  .authCheckout .theChoiceButtons a {
    width: 100%;
    margin: 5px 0;
  }
}
.authCheckout .backBTN {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}

.loginRegForm {
  margin: 0 auto 15px auto;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.reservationCartDisclaimer {
  margin: 25px 0 0 0;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.7);
}

.forgotPassword {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.forgotPassword a {
  color: #666;
  text-decoration: none;
}

.reservationTotal {
  font-size: 20px;
  margin: 0 0 15px 0;
}
.reservationTotal span {
  color: #D40022;
  font-weight: 900;
}

.paymentRequired {
  text-align: center;
}

.noCard {
  border: 1px solid #D40022;
  padding: 15px;
  margin: 15px 0;
}
.noCard .noneOnFile {
  font-size: 25px;
}

.waiverBody {
  color: #fff;
}
.waiverBody button {
  width: 100%;
  font-size: 28px;
}
.waiverBody label {
  margin: 0 0 15px 0;
  display: block;
}

.couponForm {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.couponForm .code {
  flex: 0 0 auto;
  width: 200px;
  margin: 0 5px 0 0;
}
.couponForm .button {
  flex: 0 0 auto;
  width: 80px;
}
.couponForm .button button {
  min-width: auto;
  white-space: nowrap;
}

.reserveBottom {
  padding: 0 25px;
}
.reserveBottom .primaryBTN {
  font-size: 40px;
}
@media (max-width: 500px) {
  .reserveBottom .primaryBTN {
    font-size: 30px;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .reserveBottom .primaryBTN {
    font-size: 20px;
    width: 100%;
  }
}

.poweredByCentered {
  text-align: center;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}

.poweredByLogin {
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}

.profileDropper {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
}

.profileDropdown {
  position: absolute;
  top: 40px;
  left: -35px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  min-width: 100px;
  text-align: center;
}
.profileDropdown a {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  padding: 15px;
  color: #000 !important;
}

.gearCouponSection {
  margin: 15px 0;
  text-align: right;
}

.hiddenCardForm {
  display: none !important;
}

.mobileChanger {
  margin: 15px 0 -15px 0;
}
.mobileChanger a {
  font-size: 14px;
}

.physicalInfo {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 10px 0;
}
.physicalInfo .sideBySide {
  display: flex;
  margin: 0 -5px;
  gap: 10px;
}
.physicalInfo .sideBySide label {
  margin: 0 5px 15px 5px;
}
.physicalInfo .sideBySide > * {
  flex: 1;
  min-width: 0;
}
.physicalInfo .label {
  font-size: 16px;
  font-weight: bold;
}
.physicalInfo label {
  font-size: 11px;
  text-transform: uppercase;
  text-align: left !important;
  display: block;
  margin: 0 0 15px 0;
}
.physicalInfo [class*=UFormField], .physicalInfo .form-field {
  flex: 1;
  min-width: 0;
}
.physicalInfo button[role=combobox],
.physicalInfo button[data-state] {
  width: 100% !important;
  min-width: 100% !important;
  border: 1px solid #727272 !important;
  padding: 12px 9px !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
  background: white !important;
  border-radius: 0 !important;
  height: auto !important;
  min-height: 48px !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer !important;
  box-shadow: none !important;
  --tw-ring-offset-width: 0 !important;
  --tw-ring-width: 0 !important;
  ring: none !important;
  color: #333 !important;
}
.physicalInfo button[role=combobox] span.truncate,
.physicalInfo button[data-state] span.truncate {
  color: #333 !important;
  font-size: 18px !important;
}
.physicalInfo button[role=combobox] span.text-dimmed,
.physicalInfo button[data-state] span.text-dimmed {
  color: #999 !important;
}
.physicalInfo button[role=combobox] svg, .physicalInfo button[role=combobox] .i-lucide-chevron-down,
.physicalInfo button[data-state] svg,
.physicalInfo button[data-state] .i-lucide-chevron-down {
  color: #727272 !important;
}
.physicalInfo .physicalExplainer {
  font-size: 16px;
  margin: 10px 0 0 0;
}
.physicalInfo .unit-label {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.shareURL {
  text-align: center;
}
.shareURL .data {
  font-size: 11px;
}
.shareURL .value {
  font-family: "Oswald", sans-serif;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  border-radius: 3px;
  margin: 8px 0;
}
.shareURL .explainer {
  font-size: 13px;
  opacity: 0.5;
  text-transform: none;
}

.invitedBy {
  font-size: 30px;
  margin: 0 0 25px 0;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.claimLegend .title {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.claimLegend .items {
  display: flex;
  margin: 0 -8px;
}
.claimLegend .items .item {
  flex: 0 0 auto;
  text-align: center;
  margin: 0 8px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  padding: 5px;
}
.claimLegend .items .item .icon {
  background: #727272;
  width: 20px;
  height: 35px;
  border-radius: 40px;
  margin: 0 2px;
  margin: 0 auto;
}
.claimLegend .items .item .icon.selected {
  background: #D40022;
}
.claimLegend .items .item .icon.booked {
  background: none;
  border: 1px solid #727272;
  position: relative;
  cursor: not-allowed;
}
.claimLegend .items .item .icon.booked .line {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: calc(100% - 2px);
  background: #727272;
  transform: rotate(25deg);
}

.earnClout {
  cursor: pointer;
}
.earnClout img {
  max-width: 100px;
}

.cloutExplainer {
  width: 100%;
}

.cloutExplainerWrapper {
  width: 400px !important;
  max-width: 90% !important;
}
.cloutExplainerWrapper .modal-body {
  margin: 0 !important;
  padding: 5px 0 0 0 !important;
}

.bundleName {
  margin: 15px 0;
}
.bundleName input[type=text] {
  width: 300px;
  max-width: 100%;
}
.bundleName .explainer {
  font-size: 12px;
}

.receiptEventWrapper {
  margin: 0 0 25px 0;
}
.receiptEventWrapper .label {
  font-size: 20px;
  font-weight: bold;
}
.receiptEventWrapper .data {
  background: rgba(0, 0, 0, 0.4);
  padding: 5px;
  border-radius: 5px;
  margin: 5px 0;
}
.receiptEventWrapper .data .label {
  font-size: 11px;
  text-transform: uppercase;
}

.reservationTotals {
  max-width: 100%;
  margin: 40px 0;
}
.reservationTotals .total {
  display: flex;
}
.reservationTotals .total.grand {
  font-weight: bold;
}
.reservationTotals .total .label {
  flex: 0 0 auto;
  margin: 0 10px 0 0;
  width: 120px;
}
.reservationTotals .total .value {
  text-align: right;
  flex: 0 0 auto;
}

.receiptEventExplainer {
  margin: 20px 0;
}

.invoice .code {
  font-size: 35px;
  margin: 0 0 0 0;
  font-weight: 900;
}
.invoice .invoiceName {
  margin: 0 0 15px 0;
  font-size: 25px;
  font-weight: bold;
}
.invoice .description pre {
  white-space: pre-wrap;
  font-family: "Roboto", sans-serif;
}
.invoice .lineItems {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 10px 0;
}
.invoice .lineItems .item {
  display: flex;
}
.invoice .lineItems .item .name {
  flex: 0 0 auto;
}
.invoice .lineItems .item .divider {
  flex: 1;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
  margin: 0 10px;
  position: relative;
  bottom: 4px;
}
.invoice .lineItems .item .value {
  flex: 0 0 auto;
}
.invoice .totals {
  width: 250px;
  max-width: 100%;
  margin: 0 0 30px 0;
  float: right;
}
.invoice .totals .item {
  display: flex;
  font-size: 14px;
}
.invoice .totals .item .label {
  flex: 1;
}
.invoice .totals .item .value {
  flex: 0 0 auto;
}
.invoice .totals .item.grandTotal {
  font-weight: bold;
  font-size: 18px;
}

.vlogs {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.vlogs .log {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  margin: 8px;
  border-radius: 10px;
  flex: 0 0 auto;
  width: calc(33.3333333333% - 16px);
  text-align: center;
}
@media (max-width: 500px) {
  .vlogs .log {
    width: calc(50% - 16px);
  }
}
@media (max-width: 300px) {
  .vlogs .log {
    width: 95%;
  }
}
.vlogs .log .videoTitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
.vlogs .log .when {
  font-size: 13px;
  white-space: nowrap;
  margin-bottom: 8px;
}
.vlogs .log.full-flight {
  background: #141213;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.vlogs .log.full-flight .videoTitle {
  color: #fff;
}
.vlogs .log.highlight .videoTitle {
  color: #fff;
}

.playBTN {
  background: #D40022;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 4px 14px;
  border-radius: 2px;
}

.vlogWrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vlogWrapper .shareButtons {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
}
.vlogWrapper video {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 400px);
  min-height: 300px;
  background: #000;
  border-radius: 5px;
}

.resp-sharing-button {
  font-size: 11px;
}
.resp-sharing-button svg {
  position: relative;
  top: 2px;
}

.childPassWarning {
  background: rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 3px;
  color: #fff;
  margin: 15px 0 0 0;
}

.finalAccountBTN {
  font-size: 16px !important;
}

.waiverScrollbox {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px;
  height: 400px;
  overflow-y: auto;
}

.waiverRegisterWrapper {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 15px auto;
  text-align: left;
  width: 400px;
  max-width: 100%;
}

.childAccounts .account {
  margin: 15px 0;
  font-size: 12px;
}
.childAccounts .account .name {
  font-size: 16px;
}
.childAccounts .account .disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  backdrop-filter: blur(4px);
}

.modal-content {
  background: #2d2d2d !important;
  border: 2px solid #D40022;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7);
}

.modal-header {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-header h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.modal-header .close-btn {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.2s;
}
.modal-header .close-btn:hover {
  color: #D40022;
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.form-group {
  margin-bottom: 20px;
}
/* Light-on-dark "glass" form styles for the dark child-account modals.
   Scoped to .modal-content (the dark #2d2d2d modal container) so the white
   labels / white input text cannot leak onto light pages that also use the
   generic .form-group class (e.g. the account-activation page). */
.modal-content .form-group label {
  display: block;
  margin-bottom: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  color: #ffffff !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}
.modal-content .form-group input[type=text],
.modal-content .form-group input[type=email],
.modal-content .form-group input[type=date],
.modal-content .form-group input[type=number] {
  width: 100%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
.modal-content .form-group input[type=text]::placeholder,
.modal-content .form-group input[type=email]::placeholder,
.modal-content .form-group input[type=date]::placeholder,
.modal-content .form-group input[type=number]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modal-content .form-group input[type=text]:focus,
.modal-content .form-group input[type=email]:focus,
.modal-content .form-group input[type=date]:focus,
.modal-content .form-group input[type=number]:focus {
  outline: none;
  border-color: #D40022;
  background: rgba(255, 255, 255, 0.08);
}
.form-group .height-inputs {
  display: flex;
  gap: 4%;
}

.swal2-popup label {
  display: block;
  margin: 0 0 15px 0;
  text-align: left;
}
.swal2-popup label input[type=text], .swal2-popup label textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  padding: 5px;
}

.setupBTN {
  background: #FBF7EE;
  border: 1px solid #C2292D;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000;
  padding: 8px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.setupBTN.active {
  background: #D40022;
  color: #fff;
}

.shareSettings .heading {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 71px;
  margin: 40px 20px 10px 20px;
  text-transform: uppercase;
}
.shareSettings .continueButtons {
  text-align: center;
  margin: 15px 0;
}
.shareSettings .continueButtons .primaryBTN {
  font-size: 30px;
}
.shareSettings .continueButtons .primaryBTN.small {
  font-size: 14px;
}
.shareSettings .shareable {
  display: flex;
  flex-wrap: wrap;
}
.shareSettings .shareable .sharePass {
  color: #000;
  margin: 0;
}
@media (max-width: 750px) {
  .shareSettings .shareable {
    display: block;
  }
}
.shareSettings .shareable .item {
  position: relative;
  flex: 0 0 auto;
  width: calc(50% - 40px);
  margin: 20px;
  background: #FBF7EE;
  border: 1px solid #C2292D;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.shareSettings .shareable .item .validSetup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #D40022;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .shareSettings .shareable .item {
    width: calc(100% - 40px);
  }
}
.shareSettings .shareable .item .buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.shareSettings .shareable .item .buttons a {
  display: block;
  margin: 15px;
}
@media (max-width: 550px) {
  .shareSettings .shareable .item .buttons a {
    font-size: 12px;
    margin: 5px;
  }
}
.shareSettings .shareable .item .name {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
  text-transform: uppercase;
}

.setupChildShare .childPassWarning {
  color: #000;
  background: rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}

.lockInReserve {
  text-align: left;
}
.lockInReserve a {
  color: #D40022;
}

.shareAttention {
  margin: 20px;
  background: rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.shareAttention .shareHeading {
  font-weight: 900;
  font-size: 30px;
}

.jumpPassport {
  margin: 15px -30px;
}
.jumpPassport .passportXP {
  width: 400px;
  max-width: 100%;
  background: #C8202F;
  padding: 12px;
  border-radius: 0 80px 20px 0;
  font-family: "Oswald", sans-serif;
}
.jumpPassport .passportXP .passTop {
  display: flex;
  align-items: flex-end;
}
.jumpPassport .passportXP .passTop .num {
  font-weight: 700;
  font-size: 56px;
  flex: 1;
  line-height: 1;
}
.jumpPassport .passportXP .passTop .name {
  font-weight: 700;
  font-size: 24px;
  flex: 0 0 auto;
  padding: 0 30px 0 0;
  line-height: 1;
  position: relative;
  top: -10px;
}
.jumpPassport .passportXP .bar {
  background: #000;
  width: 100%;
  position: relative;
  height: 15px;
  margin: 0;
  border-radius: 5px;
}
.jumpPassport .passportXP .bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  border-radius: 5px;
  background: #fff;
}
.jumpPassport .passportXP .xpNum {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  margin: 10px 0 0 0;
}
.jumpPassport .passportXP .xpNum .label {
  flex: 1;
}
.jumpPassport .passportXP .xpNum .counter {
  flex: 0 0 auto;
}
.jumpPassport .passportItems {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 30px 0;
}
.jumpPassport .passportItems .item {
  position: relative;
  height: 170px;
  margin: 0 0 15px 0;
  color: #000;
  padding: 0 15px 10px 15px;
  width: 350px;
  flex: 0 0 auto;
  margin: 0 0 0 8px;
}
.jumpPassport .passportItems .item .passBody {
  position: relative;
  z-index: 2;
}
.jumpPassport .passportItems .item:before {
  z-index: 1;
  content: "";
  background: #FDF7ED;
  width: 100%;
  height: calc(100% - 8px);
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-15deg);
}
.jumpPassport .passportItems .item.buffer {
  width: 30px;
}
.jumpPassport .passportItems .item.earned {
  margin: 0 5px;
  color: #D40022;
}
.jumpPassport .passportItems .item.earned:before {
  border-bottom: 8px solid #D40022;
}
.jumpPassport .passportItems .item .imageWrapper {
  padding: 10px 30px;
}
.jumpPassport .passportItems .item .image {
  position: relative;
  width: 100%;
  height: 110px;
  z-index: 1;
}
.jumpPassport .passportItems .item .image:after, .jumpPassport .passportItems .item .image:before {
  content: "";
  position: absolute;
  display: block;
  width: inherit;
  height: 30%;
  bottom: -30%;
}
.jumpPassport .passportItems .item .image:after {
  background: inherit;
  transform: scaleY(-1);
}
.jumpPassport .passportItems .item .image:before {
  z-index: 2;
  background: linear-gradient(to bottom, rgba(253, 247, 237, 0.5), #FDF7ED);
}
.jumpPassport .passportItems .item .image img {
  height: 130px;
  object-fit: contain;
}
.jumpPassport .passportItems .item .details {
  display: flex;
  padding: 0 30px 0 30px;
  white-space: nowrap;
  position: relative;
  z-index: 10;
  position: relative;
  top: -8px;
}
.jumpPassport .passportItems .item .details .name {
  flex: 1;
  font-size: 18px;
  line-height: 40px;
}
.jumpPassport .passportItems .item .details .num {
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.glide__track {
  width: 100%;
}
.suitModel {
  position: relative;
  width: 100%;
  height: 100%;
}
.suitModel .item {
  position: absolute;
  top: 0;
  left: 0;
}

.suitCustomizations .customizations {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 -15px;
}
.suitCustomizations .customizations .customization {
  position: relative;
  flex: 0 0 auto;
  margin: 0 15px;
  padding: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.suitCustomizations .customizations .customization.locked {
  pointer-events: none;
}
.suitCustomizations .customizations .customization.locked .image, .suitCustomizations .customizations .customization.locked .name {
  opacity: 0.5;
}
.suitCustomizations .customizations .customization.locked .icon {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.colorPicker {
  display: flex;
}
.colorPicker .color {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-radius: 50%;
}

.groupedItems {
  display: flex;
  flex-wrap: wrap;
}
.groupedItems .item {
  flex: 0 0 auto;
  width: 25%;
  text-align: center;
}
@media (max-width: 520px) {
  .groupedItems .item {
    width: 33.3333333333%;
  }
}
@media (max-width: 400px) {
  .groupedItems .item {
    width: 50%;
  }
}

.adjustReservationsButton {
  margin: 0 0 20px 0;
}
.adjustReservationsButton a {
  width: 100%;
}

.adjustReservations {
  color: #000;
}
.adjustReservations .passes {
  background: #000;
  padding: 10px;
  color: #fff;
}
.adjustReservations .passes .pass {
  cursor: pointer;
}
.adjustReservations .selectTicketsHeading {
  font-size: 20px;
  margin: 0 0 5px 0;
  font-weight: bold;
}
.adjustReservations .selectionStatus {
  margin: 0 0 0 20px;
  font-size: 30px;
}

.issuesDetected {
  font-family: "Oswald", sans-serif;
  text-transform: none;
}
.issuesDetected .issue {
  display: flex;
  font-size: 14px;
  background: #D40022;
  color: #fff;
  margin: 10px 0;
  padding: 5px;
  border-radius: 5px;
}
.issuesDetected .issue .icon {
  flex: 0 0 auto;
  margin: 0 5px 0 0;
  font-size: 18px;
}
.issuesDetected .issue .message {
  flex: 1;
}

.cancelReservations {
  text-align: right;
  font-size: 18px;
}

.howHeard {
  margin: 0 0 30px 0;
  background: rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-radius: 5px;
}
.howHeard label {
  display: block;
}

.awardedItems {
  color: #fff;
  text-align: center;
}
.awardedItems .trophy {
  font-size: 70px;
  margin: 10px 0;
}
.awardedItems .title {
  font-size: 20px;
  font-weight: bold;
}
.awardedItems .suitModel {
  width: 338px;
  max-width: 95%;
  min-height: 592px;
  margin: -70px auto;
}
.awardedItems .suit {
  background: rgba(255, 255, 255, 0.3);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  margin: 0 0 80px 0;
}

.passWarning {
  background: #D40022;
  padding: 15px;
  text-align: center;
}

.eventSummary {
  align-items: center;
  border: 2px solid #D40022;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  margin: 0 0 50px 0;
  padding: 20px 24px;
}
.eventSummary .name {
  font-size: 34px;
}
.eventSummary .passesAvailable {
  font-size: 20px;
  line-height: 1.3;
}
.eventSummary .clearEventButton {
  margin: 0;
}

.pickupPasses {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.pickupPasses .explainer {
  font-size: 18px;
  font-weight: bold;
}

.terminalConnection {
  color: #fff;
  text-align: center;
}
.terminalConnection .title {
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 15px 0;
}
.terminalConnection .loader {
  margin: 40px 0;
  font-size: 18px;
}
.terminalConnection .loader .spinner {
  font-size: 80px;
}

@media print {
  @page {
    size: 80mm 200mm;
    margin: 10mm;
  }
  *, *:before, *:after {
    box-sizing: border-box;
  }
}
.paperReceipt {
  page-break-after: always;
}
.paperReceipt .storeName {
  font-weight: bold;
}
.paperReceipt .companyDetails {
  text-align: center;
}
.paperReceipt .items .item {
  display: flex;
}
.paperReceipt .items .item .spacer {
  flex: 1;
}

.terminalLocationPicker .title {
  font-size: 30px;
  color: #fff;
  margin: 0 0 10px 0;
}

.eventCode {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  width: 100vw;
  height: 100vh;
}
.eventCode input[type=text] {
  text-align: center;
}
.eventCode .code {
  background: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}
.eventCode .code label {
  margin: 15px 0;
  display: block;
}
