.account-overview__area {
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: start;
  justify-content: start;
  background-color: #fff;
}
.account-overview__hero {
  height: 350px;
}
.account-overview__tier-area {
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: start;
  justify-content: start;
  border-color: transparent;
}
.account-overview__background {
  background-color: #fff;
}
.account-overview__xtier-area {
  border-top-width: 5px;
  border-color: transparent;
}
.account-overview__membersince {
  color: #000;
  margin-top: 0px;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.account-overview__progressbar {
  height: 8px;
  border-radius: 9999px;
  background-color: #dcdcdc;
  margin-top: 0px;
}
.account-overview__curtier-name {
  display: flex;
  flex-direction: row;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--theme-font-header-family);
}
.account-overview__nexttier-gap {
  background-color: transparent;
  color: #000;
  border-color: transparent;
  border-width: 0px;
  border-radius: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  margin-top: 12px;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.account-overview__curtier-title {
  color: #000;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-color: transparent;
  border-bottom-width: 1px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--theme-font-header-family);
}
.account-overview__membersince-value {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
}
.account-overview__nexttier-gap-name {
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.account-overview__nexttier-gap-value {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.account-overview__point-balance-body {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.account-overview__progressbar-filled {
  height: 8px;
  border-radius: 9999px;
  background-color: #4B36F1;
}
.account-overview__monetary-balance-body {
  color: #4B36F1;
  margin-bottom: 0px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--theme-font-header-family);
}
.account-overview__monetary-balance-title {
  color: #000;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-color: transparent;
  border-bottom-width: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--theme-font-header-family);
}
.account-overview__point-balance-body-icon {
  color: #000;
}
.account-overview__point-balance-body-value {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
}
.account-overview__monetary-balance-body-value {
  color: #4B36F1;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--theme-font-header-family);
}
.account-overview__curtier-subtitle__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
}
.account-overview__points-buttonbar__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: start;
  justify-content: stretch;
  margin-top: 20px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: start;
  justify-content: stretch;
  margin-top: 20px;
}
.account-overview__points-buttonbar__buttonbar:empty {
  display: none;
  display: none;
}
.account-overview__points-buttonbar__button1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: #3d3d3d;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.account-overview__points-buttonbar__button1__button:hover {
  background-color: #3d3d3d;
  color: #fff;
}
.account-overview__points-buttonbar__button2__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000;
  color: #000;
  --tw-ring-color: #3d3d3d;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
  text-decoration: underline;
}
.account-overview__points-buttonbar__button2__button:hover {
  background-color: #3d3d3d;
  color: #000;
}
.account-overview__curtier-name-icon__object {
  overflow: hidden;
  object-fit: cover;
}
.account-custom-html__content-area {
  grid-area: full;
}
.vending__area {
  padding-top: 30px;
  padding-bottom: 55px;
  column-gap: 5px;
  row-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(90vw, 1fr));
}
.vending__card {
  background-color: #8549FF;
  border-radius: 4px;
  border-width: 2.93px;
  border-color: #E9E3FC;
}
.vending__price {
  margin-bottom: 10px;
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.vending__title {
  margin-bottom: 9px;
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0px;
}
.vending__buttonbar {
  gap: 8px;
}
.vending__card-body {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.vending__card-image {
  height: auto;
  border-color: #E9E3FC;
}
.vending__coupon-code {
  border-radius: 15px;
  border-width: 1px;
  border-color: #ccc;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.vending__description {
  margin-bottom: 9px;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  letter-spacing: -3%;
  line-height: 16px;
}
.vending__progressbar {
  background-color: #000;
  height: 10px;
}
.vending__card.vending__card--locked {
  background-color: #F7F5FE;
  border-color: #e8e8e8;
}
.vending__coupon-copy-done {
  color: #f00;
}
.group:hover .vending__coupon-copy-icon {
  color: #f00;
}
.vending__card--locked .vending__price {
  color: #848181;
  font-family: var(--theme-font-header-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.vending__card--locked .vending__title {
  color: #848181;
  font-family: var(--theme-font-header-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0px;
}
.vending__coupon-instruction {
  margin-top: 8px;
  font-size: 12px;
}
.vending__locked-redeem-button {
  border-radius: 15px;
  border-width: 0px;
  border-color: #979797;
  background-color: #979797;
  color: #848181;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.vending__card--locked .vending__card-image {
  border-color: #e8e8e8;
}
.vending__card--locked .vending__description {
  color: #848181;
}
.vending__add-to-cart-button__button {
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
  --tw-ring-color: #3d3d3d;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 0px;
  border-color: #000;
  flex: none;
  font-size: 16px;
  font-weight: 600;
}
.vending__add-to-cart-button__button:hover {
  background-color: #3d3d3d;
  color: #fff;
  border-color: #000;
}
.vending__redeem-button__button {
  display: block;
  background-color: #4B36F1;
  color: #fff;
  border-radius: 15px;
  --tw-ring-color: #4B36F1;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-width: 0px;
  border-color: #4B36F1;
  flex: none;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.vending__redeem-button__button:hover {
  background-color: #4B36F1;
  color: #fff;
  border-color: #4B36F1;
}
.messagepopup__message {
  color: pp-black;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.messagepopup__container {
  background-color: #fff;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.messagepopup__copy-done {
  color: #3d3d3d;
}
.group:hover .messagepopup__copy-icon {
  color: #3d3d3d;
}
.messagepopup__error-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__coupon-code {
  border-radius: 15px;
  border-color: #dcdcdc;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.messagepopup__success-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__coupon-container {
  margin-top: 16px;
  margin-bottom: 16px;
}
.messagepopup__cta-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: #3d3d3d;
  font-size: 16px;
  font-weight: 600;
}
.messagepopup__cta-button__button:hover {
  background-color: #3d3d3d;
  color: #fff;
}
.messagepopup__buttons-container__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.messagepopup__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.messagepopup__buttonbar:empty {
  display: none;
}
.messagepopup__failure-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messagepopup__bottom-close-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: #3d3d3d;
  font-size: 16px;
  font-weight: 600;
}
.messagepopup__bottom-close-button__button:hover {
  background-color: #3d3d3d;
  color: #fff;
}
.messagepopup__success-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__grid {
  row-gap: 12px;
  align-items: center;
}
.history__container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.history__item__change-expired {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__change-expires {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__coupon-confirmation {
  padding-right: 16px;
  color: #fff;
}
.history__item__category__label {
  border-radius: 15px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F5FE;
  border-width: 2px;
  border-color: #EAE3FC;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__category__label-text {
  background-color: #F7F5FE;
  border-width: 2px;
  border-color: #EAE3FC;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__change--with-coupon.history__item__category__label {
  background-color: #F7F5FE;
  border-width: 2px;
  border-color: #EAE3FC;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__change--with-coupon.history__item__category__label-text {
  background-color: #F7F5FE;
  border-width: 2px;
  border-color: #EAE3FC;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__comment__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.history__item__comment__label-text {
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.history__item__change--with-coupon.history__item__comment__label {
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.history__item__change--with-coupon.history__item__comment__label-text {
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.history__item__expiration__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__item__date__label {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__date__label-text {
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__change--with-coupon.history__item__date__label {
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__change--with-coupon.history__item__date__label-text {
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__title__label {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: nt-black;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--theme-font-header-family);
}
.history__title__label-text {
  color: nt-black;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--theme-font-header-family);
}
.history__container__box {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.history__empty__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__empty__label-text {
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
}
.referrallink__wrapper {
  margin-bottom: 0px;
}
.referrallink__hero-area {
  grid-area: xtop;
  display: block;
}
.referrallink__content-area {
  grid-area: bottom;
  padding-bottom: 40px;
  align-self: center;
}
.referrallink__background-area {
  background-color: #eae3fc;
}
.referrallink__content__container {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.referrallink__content__container__box {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.referrallink__content__line5__code {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: 1 1 0%;
}
.referrallink__content__line5__container {
  display: flex;
  flex-direction: column;
  gap: 0.750rem;
}
.referrallink__content__line5__copy-done {
  color: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.referrallink__content__line5__copy-button {
  gap: 2px;
}
.referrallink__content__line5__copy__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  height: 47px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: aw-brown;
  color: #fff;
  --tw-ring-color: aw-brown;
  border-width: 1px;
  border-color: transparent;
  font-family: var(--theme-font-body-family);
  font-size: 19px;
  font-weight: 700;
  line-height: 28.8px;
  text-transform: uppercase;
  text-align: center;
}
.referrallink__content__line5__copy__button:hover {
  background-color: aw-brown;
  color: #fff;
  border-color: transparent;
}
.referrallink__content__line5__container__box {
  margin-bottom: 30px;
}
.referrallink__content__line5__code__label {
  border-radius: 15px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-width: 1px;
  border-color: #000;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.43px;
  text-align: center;
}
.referrallink__content__line5__code__label-text {
  background-color: transparent;
  border-width: 1px;
  border-color: #000;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.43px;
  text-align: center;
}
.referrallink__content__line1__label {
  margin-bottom: 0px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}
.referrallink__content__line1__label-text {
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}
.referrallink__content__line3__label {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
}
.referrallink__content__line3__label-text {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
}
.referrallink__content__line2__label {
  margin-bottom: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 31.5px;
  font-weight: 400;
  line-height: 1.5;
}
.referrallink__content__line2__label-text {
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 31.5px;
  font-weight: 400;
  line-height: 1.5;
}
.referrallink__content__line4__label {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
}
.referrallink__content__line4__label-text {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
}
.referrallink__content__line7__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.referrallink__content__line7__buttonbar:empty {
  display: none;
  display: none;
}
.referrallink__content__line7__button1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: aw-brown;
  color: #fff;
  --tw-ring-color: aw-brown;
  border-width: 1px;
  border-color: transparent;
  font-family: var(--theme-font-body-family);
  font-size: 19px;
  font-weight: 700;
  line-height: 28.8px;
  text-transform: uppercase;
  text-align: center;
}
.referrallink__content__line7__button1__button:hover {
  background-color: aw-brown;
  color: #fff;
  border-color: transparent;
}
.new-banner__area {
  padding-top: 64px;
  padding-bottom: 48px;
  align-items: start;
  justify-content: center;
}
.new-banner__line3 {
  color: #000;
  text-align: left;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.new-banner__line4 {
  text-align: left;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.new-banner__title {
  color: #000;
  text-align: left;
  font-family: var(--theme-font-header-family);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2;
}
.new-banner__video {
  flex: 1 1 0%;
}
.new-banner__wrapper {
  background-color: transparent;
  margin-bottom: 0px;
  height: auto;
  min-height: 329px;
}
.new-banner__subtitle {
  color: #000;
  text-align: left;
  margin-top: 0px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
}
.new-banner__background {
  background: center, no-repeat 100% 70%/cover;
}
.new-banner__header-attachment-middle__line2__object {
  width: 100px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  object-fit: contain;
}
.new-banner__header-attachment-middle__line3__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-banner__header-attachment-middle__line1__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-banner__header-attachment-bottom__object {
  width: 80vw;
  max-width: 1500px;
  overflow: hidden;
  object-fit: cover;
}
.mobile-banner-header__title {
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  line-height: 42px;
}
.mobile-banner-header__wrapper {
  height: auto;
}
.mobile-banner-header__subtitle {
  text-align: center;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 23px;
}
.mobile-banner-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.mobile-banner-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.mobile-banner-header__content-area {
  grid-area: full;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-banner-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.mobile-new-banner-header__title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.mobile-new-banner-header__subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.mobile-new-banner-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.mobile-new-banner-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.mobile-new-banner-header__content-area {
  grid-area: full;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-new-banner-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.mobile-new-banner-header__middle__line2__object {
  max-width: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  object-fit: cover;
}
.mobile-new-banner-header__middle__line1__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-new-banner-header__middle__line3__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signinbanner__area {
  padding-top: 10px;
  padding-bottom: 15px;
}
.signinbanner__message {
  color: #000;
  margin-bottom: 20px;
  display: none;
}
.signinbanner__wrapper {
  background-color: #fff;
  margin-top: -2px;
}
.signinbanner__buttonbar {
  column-gap: 20px;
  row-gap: 20px;
  align-self: center;
}
.signinbanner__signin-button {
  background-color: #4B36F1;
  color: #fff;
  border-radius: 15px;
  --tw-ring-color: #4B36F1;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 1px;
  border-color: transparent;
  font-family: var(--theme-font-header-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
.signinbanner__signin-button:hover {
  background-color: #4B36F1;
  color: #fff;
  border-color: transparent;
}
.signinbanner__signup-button {
  background-color: #4B36F1;
  color: #fff;
  border-radius: 15px;
  --tw-ring-color: #4B36F1;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 1px;
  border-color: transparent;
  font-family: var(--theme-font-header-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
.signinbanner__signup-button:hover {
  background-color: #4B36F1;
  color: #fff;
  border-color: transparent;
}
.mobile-banner__area {
  padding-bottom: 65px;
  align-items: start;
  justify-content: center;
}
.mobile-banner__line3 {
  color: #000;
  text-align: left;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.mobile-banner__line4 {
  text-align: left;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.mobile-banner__title {
  color: #000;
  text-align: left;
  display: none;
}
.mobile-banner__video {
  flex: 1 1 0%;
}
.mobile-banner__wrapper {
  background-color: transparent;
  margin-top: -2px;
  margin-bottom: 0px;
  height: fit-content;
  min-height: 100px;
}
.mobile-banner__subtitle {
  color: #db59ac;
  text-align: left;
  margin-top: 0px;
  display: none;
}
.mobile-banner__background {
  background: center, no-repeat 55% 50%/cover;
}
.intro-header__title {
  text-align: center;
  display: none;
}
.intro-header__wrapper {
  background-color: #fff;
}
.intro-header__subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.intro-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.intro-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.intro-header__content-area {
  grid-area: full;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.intro-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.intro-header__attachment__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.intro-header__attachment__container__box {
  justify-content: space-between;
  width: 100%;
}
.intro-header__attachment__item2__container {
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 600px;
  width: fit-content;
}
.intro-header__attachment__item2__line1__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 25px;
}
.intro-header__attachment__item2__line1__label-text {
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 25px;
}
.intro-header__attachment__item2__line3__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: #3d3d3d;
  font-family: var(--theme-font-header-family);
  font-size: 20px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
  width: fit;
  margin-right: auto;
  margin-left: auto;
}
.intro-header__attachment__item2__line3__button:hover {
  background-color: #3d3d3d;
  color: #fff;
}
.intro-header__attachment__item2__container__box {
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 600px;
  width: fit-content;
}
.intro-header__attachment__item2__line2__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.intro-header__attachment__item2__line2__line {
  text-align: center;
  justify-content: center;
  font-family: var(--theme-font-header-family);
  font-size: 28px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.34px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.logged-out-intro-header__title {
  text-align: center;
  display: none;
}
.logged-out-intro-header__wrapper {
  background-color: #fff;
}
.logged-out-intro-header__subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.logged-out-intro-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.logged-out-intro-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.logged-out-intro-header__content-area {
  grid-area: full;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logged-out-intro-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.logged-out-intro-header__attachment__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.logged-out-intro-header__attachment__item2__container {
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 600px;
  width: fit-content;
}
.logged-out-intro-header__attachment__item2__line1__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 25px;
}
.logged-out-intro-header__attachment__item2__line1__label-text {
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 25px;
}
.logged-out-intro-header__attachment__item2__line2__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.logged-out-intro-header__attachment__item2__line2__buttonbar:empty {
  display: none;
}
.logged-out-intro-header__attachment__item2__line2__button2__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: #3d3d3d;
  font-family: var(--theme-font-header-family);
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.69px;
  font-weight: 400;
}
.logged-out-intro-header__attachment__item2__line2__button2__button:hover {
  background-color: #3d3d3d;
  color: #fff;
}
.logged-out-intro-header__attachment__item2__line2__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.logged-out-intro-header__attachment__item2__line2__buttonbar:empty {
  display: none;
}
.logged-out-intro-header__attachment__item2__line2__button1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: #3d3d3d;
  font-family: var(--theme-font-header-family);
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.69px;
  font-weight: 400;
}
.logged-out-intro-header__attachment__item2__line2__button1__button:hover {
  background-color: #3d3d3d;
  color: #fff;
}
.logged-out-intro-header__attachment__item2__container__box {
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 600px;
  width: fit-content;
}
.logged-out-intro-header__attachment__container__box {
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .referrallink__content__line5__container {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 640px) {
  .account-overview__area {
    padding-left: 80px;
    padding-right: 20px;
    align-items: start;
  }
  .account-overview__hero {
    height: auto;
  }
  .account-overview__tier-area {
    padding-left: 80px;
    padding-right: 20px;
    border-left-width: 5px;
  }
  .account-overview__background {
    border-radius: 0;
  }
  .account-overview__curtier-title {
    padding-bottom: 0px;
  }
  .account-overview__monetary-balance-title {
    padding-bottom: 0px;
  }
  .account-overview__points-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .account-overview__points-buttonbar__button {
    flex: 0 1 auto;
  }
  .account-overview__points-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .account-overview__points-buttonbar__button2__button {
    padding-left: 0px;
    padding-right: 0px;
  }
  .account-custom-html__content-area {
    grid-area: full;
  }
  .vending__area {
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .vending__card-body {
    padding-left: 17px;
    padding-right: 17px;
  }
  .vending__card-image {
    height: 250px;
  }
  .vending__locked-redeem-button {
    padding-left: 17px;
    padding-right: 17px;
  }
  .vending__add-to-cart-button__button {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .vending__redeem-button__button {
    padding-left: 17px;
    padding-right: 17px;
  }
  .messagepopup__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .messagepopup__button {
    flex: 0 1 auto;
  }
  .messagepopup__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .history__grid {
    gap: 32px;
    grid-template-columns: 1fr minmax(min-content,30%) 1fr 1fr;
  }
  .history__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .history__container__box {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .referrallink__hero-area {
    grid-area: left;
    display: block;
    height: 520px;
  }
  .referrallink__content-area {
    grid-area: right;
  }
  .referrallink__content__container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .referrallink__content__container__box {
    padding-left: 50px;
    padding-right: 50px;
  }
  .referrallink__content__line7__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .referrallink__content__line7__button {
    flex: 0 1 auto;
  }
  .referrallink__content__line7__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .new-banner__area {
    justify-content: center;
  }
  .new-banner__background {
    border-radius: 0;
  }
  .new-banner__header-attachment-middle__container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .new-banner__header-attachment-middle__container__box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .new-banner__header-attachment-bottom__object {
    width: 80vw;
    max-width: 1500px;
  }
  .mobile-banner-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .mobile-banner-header__content-area {
    grid-area: left;
  }
  .mobile-banner-header__content-area.mobile-banner-header__content-area--no-hero {
    grid-area: full;
  }
  .mobile-new-banner-header__title {
    font-size: 32px;
  }
  .mobile-new-banner-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .mobile-new-banner-header__content-area {
    grid-area: left;
  }
  .mobile-new-banner-header__content-area.mobile-new-banner-header__content-area--no-hero {
    grid-area: full;
  }
  .mobile-banner__area {
    justify-content: center;
  }
  .mobile-banner__background {
    border-radius: 0;
  }
  .intro-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .intro-header__content-area {
    grid-area: left;
  }
  .intro-header__content-area.intro-header__content-area--no-hero {
    grid-area: full;
  }
  .logged-out-intro-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .logged-out-intro-header__content-area {
    grid-area: left;
    padding-top: 90px;
  }
  .logged-out-intro-header__content-area.logged-out-intro-header__content-area--no-hero {
    grid-area: full;
  }
  .logged-out-intro-header__attachment__item2__line2__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .logged-out-intro-header__attachment__item2__line2__button {
    flex: 0 1 auto;
  }
  .logged-out-intro-header__attachment__item2__line2__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media not all and (min-width: 640px) {
  .history__last-cell {
    margin-bottom: 32px;
  }
  .history__item__category__label {
    text-align: center;
    justify-content: center;
  }
  .history__item__comment__label {
    text-align: center;
    justify-content: center;
  }
  .history__item__expiration__label {
    text-align: center;
    justify-content: center;
  }
  .history__item__date__label {
    text-align: center;
    justify-content: center;
  }
  .referrallink__hero-area {
    height: 285px;
  }
}
#custom-how {
        padding: 0px 20px;
    }

    #custom-howContent {
        max-width: 1000px;
        margin: auto;
        gap: 40px;
        align-items: center;
    }

    #custom-howContentLeft {
        width: 100%;
        height: auto;
    }

    #custom-howContentRight {

    }
    #custom-howContentRightTitle {
        font-size: 47.721px;
        font-weight: 700;
        line-height: 120%;
    }


    #custom-howContentRightTitle span {
        color: #4B36F1;
    }

    #custom-howContentRightList {
        display: grid;
        row-gap: 28px;
    }

    .custom-howContentRightListItem {
        display: grid;
        grid-template-columns: 300px auto;
        column-gap: 15px;
        align-items: center;
    }

    .custom-howContentRightListItemImage {
        width: 64px;
        height: auto;
    }

    .custom-howContentRightListItemBody {

    }

    .custom-howContentRightListItemTitle {
        font-size: 24px;
        font-weight: 700;
        line-height: 105%;
        margin-bottom: 5px;
    }

    .custom-howContentRightListItemSubtitle {
        color: #2F2F2F;
        font-size: 20px;
        font-weight: 500;
        line-height: 105%;
    }

    @media (max-width: 800px) {
        #custom-how {
            padding: 0px 20px;
        }

        #custom-howContent {
            grid-template-columns: 1fr;
            row-gap: 20px;
        }

        #custom-howContentRightTitle {
            font-size: 26px;
            margin-bottom: 0px;
        }

        .custom-howContentRightListItem {
            grid-template-columns:300px auto;
            column-gap: 11px;
        }

        .custom-howContentRightListItemImage {
            width: 46px;
        }

        .custom-howContentRightListItemTitle {
            font-size: 20px;
            margin-bottom: 3px;
        }

        .custom-howContentRightListItemSubtitle {
            font-size: 16px;
        }
    }
.how-custom-html__content-area {
  grid-area: full;
}
.overview__area {
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
  justify-content: start;
  background-color: #fff;
}
.overview__hero {
  height: 350px;
}
.overview__tier-area {
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: start;
  justify-content: start;
  border-color: transparent;
}
.overview__background {
  background-color: #fff;
}
.overview__xtier-area {
  border-top-width: 0px;
  border-color: transparent;
}
.overview__membersince {
  color: #000;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.overview__progressbar {
  height: 3px;
  border-radius: 9999px;
  background-color: #dcdcdc;
  margin-top: 0px;
}
.overview__curtier-name {
  display: flex;
  flex-direction: row;
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
.overview__nexttier-gap {
  background-color: transparent;
  color: #000;
  border-color: transparent;
  border-width: 0px;
  border-radius: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  margin-top: 24px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.overview__curtier-title {
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-color: #e8e8e8;
  border-bottom-width: 1px;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}
.overview__membersince-value {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
}
.overview__nexttier-gap-name {
  color: #000;
}
.overview__nexttier-gap-value {
  color: #000;
}
.overview__point-balance-body {
  color: #4B36F1;
  font-family: var(--theme-font-header-family);
  font-size: 47.7px;
  font-weight: 700;
  line-height: 57.7px;
  text-align: center;
}
.overview__progressbar-filled {
  height: 3px;
  border-radius: 9999px;
  background-color: plb-mauve;
}
.overview__monetary-balance-body {
  color: #4B36F1;
  margin-bottom: 0px;
  display: none;
}
.overview__monetary-balance-title {
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-color: #e8e8e8;
  border-bottom-width: 0px;
  font-family: var(--theme-font-header-family);
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0.27px;
  text-align: center;
}
.overview__point-balance-body-icon {
  color: #000;
}
.overview__point-balance-body-value {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
}
.overview__monetary-balance-body-value {
  display: none;
}
.overview__points-buttonbar__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: center;
  justify-content: stretch;
  margin-top: 20px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: center;
  justify-content: stretch;
  margin-top: 20px;
}
.overview__points-buttonbar__buttonbar:empty {
  display: none;
  display: none;
}
.overview__curtier-subtitle__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview__curtier-name-icon__object {
  overflow: hidden;
  object-fit: cover;
}
.earn-header__title {
  text-align: left;
  font-family: var(--theme-font-header-family);
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.earn-header__wrapper {
  background-color: #fff;
}
.earn-header__subtitle {
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.earn-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.earn-header__overtitle {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.earn-header__content-area {
  grid-area: full;
  padding-top: 30px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.earn-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.earn__area {
  padding-top: 40px;
  padding-bottom: 120px;
  column-gap: 5px;
  row-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.earn__card {
  background-color: #F7F5FE;
  color: #000;
  border-radius: 0;
  border-width: 2.93px;
  border-color: #000;
  min-height: 350px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.earn__error {
  color: #D20000;
  font-size: 14px;
  margin-top: -10px;
}
.earn__input {
  background-color: #F7F5FE;
  color: #000;
  border-color: #9F79FF;
  border-width: 2px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.earn__input::placeholder {
  color: #989898;
}
.earn__input:focus {
  --tw-ring-color: #9F79FF;
}
.earn__wrapper {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}
.earn__item-desc {
  color: #000;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -3%;
}
.earn__item-done {
  color: #000;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: var(--theme-font-header-family);
  font-size: 16px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: 5%;
}
.earn__item-icon {
  color: #000;
  margin-bottom: 17px;
  max-width: 45px;
  max-height: 45px;
}
.earn__item-title {
  color: #000;
  margin-bottom: 0px;
  font-family: var(--theme-font-header-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
}
.earn__item-points {
  color: #000;
  margin-top: 7px;
  margin-bottom: 16px;
  font-family: var(--theme-font-header-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
}
.earn__action-button {
  background-color: #8549FF;
  color: #fff;
  border-radius: 15px;
  border-width: 0px;
  border-color: #000;
  --tw-ring-color: #000;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: var(--theme-font-header-family);
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.69px;
  font-weight: 400;
  flex: none;
  align-self: center;
  display: block;
}
.earn__action-button:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.earn__card.earn__card--completed {
  background-color: #C2FAF4;
  color: #737373;
  border-color: transparent;
}
.earn__polling-pending-message {
  font-size: 13px;
  text-align: center;
  line-height: 1.375;
}
.earn__item-unavailable-message {
  color: #000;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -3%;
}
.earn__card--completed .earn__item-desc {
  color: #737373;
}
.earn__card--completed .earn__item-done {
  color: #737373;
}
.earn__card--completed .earn__item-icon {
  color: #737373;
}
.earn__card--completed .earn__item-title {
  color: #737373;
}
.earn__card--completed .earn__item-points {
  color: #737373;
  font-family: var(--theme-font-header-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
}
.earn__card--completed .earn__action-button {
  background-color: #F7F5FE;
  color: #fff;
}
.earn__optin-checkbox__container {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.earn__item-pass__error {
  color: #D20000;
  font-size: 14px;
  margin-top: -10px;
}
.earn__item-pass__input {
  background-color: #fff;
  color: #000;
  border-width: none;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.earn__item-pass__input::placeholder {
  color: #989898;
}
.earn__item-pass__button {
  display: flex;
  padding: 0.750rem;
}
.earn__item-pass__input-wrapper {
  display: flex;
  flex-direction: row;
}
.tiers-header__title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.tiers-header__wrapper {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
}
.tiers-header__subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.tiers-header__hero-area {
  grid-area: none;
  display: none;
  height: auto;
}
.tiers-header__overtitle {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}
.tiers-header__content-area {
  grid-area: full;
  padding-top: 40px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tiers-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.tiers-header__attachment__progressbar {
  height: 4px;
  border-radius: 15px;
  background-color: #fff;
  margin-top: 16px;
}
.tiers-header__attachment__curtier-name {
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
.tiers-header__attachment__nexttier-gap {
  background-color: transparent;
  color: #000;
  border-color: transparent;
  border-radius: 15px;
  height: auto;
  margin-top: 12px;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: center;
}
.tiers-header__attachment__nexttier-name {
  color: #fff;
}
.tiers-header__attachment__nexttier-gap-name {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: center;
}
.tiers-header__attachment__nexttier-gap-value {
  color: #000;
}
.tiers-header__attachment__progressbar-filled {
  height: 4px;
  border-radius: 15px;
  background-color: #000;
}
.tiers-logout-header__title {
  color: #000;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.tiers-logout-header__wrapper {
  background-color: kb-grey;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
}
.tiers-logout-header__subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.tiers-logout-header__hero-area {
  grid-area: xbottom;
  display: block;
  height: 200px;
}
.tiers-logout-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.tiers-logout-header__content-area {
  grid-area: top;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tiers-logout-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.tiers__grid {
  grid-template-columns: var(--tiers-table-title-width) repeat(var(--tier-count), 1fr);
}
.tiers__tier-icon {
  margin-left: 3px;
}
.tiers__tier-name {
  margin-left: 3px;
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.tiers__tier-anypart {
  margin-left: 3px;
}
.tiers__feature-title {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}
.tiers__feature-value {
  margin-left: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
}
.tiers__tier-card-top {
  height: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  --inner-border-inset-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
}
.tiers__tier-icon-img {
  width: 20px;
  height: 20px;
}
.tiers__tier-overtitle {
  margin-left: 3px;
  padding-bottom: 2px;
}
.tiers__tier-threshold {
  margin-left: 3px;
  padding-top: 0px;
  padding-bottom: 12px;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
}
.tiers__tier-card-bottom {
  height: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  --inner-border-inset-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
}
.tiers__tier-card-middle {
  background-color: #fff;
  --inner-border-inset-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
}
.tiers__tier-row-divider {
  height: 0px;
  background-color: hs-stroke;
}
.tiers__tier-card-padding {
  padding-left: 8px;
  padding-right: 8px;
}
.tiers__feature-value.tiers__feature-value--custom {
  color: #000;
}
.tiers__feature-value.tiers__feature-value--marker {
  color: #000;
}
.tiers__tier-overmarker-empty {
  margin-left: 3px;
}
.tiers__tier-card-top.tiers__tier-card-top--current {
  background-color: #B9A4F4;
  --inner-border-inset-color: #B9A4F4;
}
.tiers__tier-overmarker-current {
  margin-left: 3px;
  padding-bottom: 2px;
}
.tiers__tier-card-bottom.tiers__tier-card-bottom--current {
  background-color: #B9A4F4;
  --inner-border-inset-color: #B9A4F4;
}
.tiers__tier-card-middle.tiers__tier-card-middle--current {
  background-color: #B9A4F4;
  --inner-border-inset-color: #B9A4F4;
}
.tiers__feature-value.tiers__feature-value--marker--current {
  color: tier-color2;
}
.tiers__content-area {
  grid-area: full;
  padding-top: 0px;
  padding-bottom: 48px;
}
.tiers__background-area {
  background-color: Champ Neutral-50;
}
.tiers__tier-name-label__label {
  margin-top: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vending-header__title {
  text-align: left;
  font-family: var(--theme-font-header-family);
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.vending-header__wrapper {
  background-color: #FEDFED;
  margin-top: 100px;
}
.vending-header__subtitle {
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.vending-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.vending-header__overtitle {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.vending-header__content-area {
  grid-area: full;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.vending-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.vending-header__attachment__line2__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.vending-header__attachment__line2__line {
  text-align: left;
  justify-content: start;
}
.vending-header__attachment__line1__pts {
  color: #000;
  font-family: var(--theme-font-header-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
}
.vending-header__attachment__line1__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.vending-header__attachment__line1__line {
  text-align: left;
  justify-content: start;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.vending__area {
  padding-top: 30px;
  padding-bottom: 55px;
  column-gap: 5px;
  row-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(90vw, 1fr));
}
.vending__card {
  background-color: #8549FF;
  border-radius: 4px;
  border-width: 2.93px;
  border-color: #E9E3FC;
}
.vending__price {
  margin-bottom: 10px;
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.vending__title {
  margin-bottom: 9px;
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0px;
}
.vending__buttonbar {
  gap: 8px;
}
.vending__card-body {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.vending__card-image {
  height: auto;
  border-color: #E9E3FC;
}
.vending__coupon-code {
  border-radius: 15px;
  border-width: 1px;
  border-color: #ccc;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.vending__description {
  margin-bottom: 9px;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  letter-spacing: -3%;
  line-height: 16px;
}
.vending__progressbar {
  background-color: #000;
  height: 10px;
}
.vending__card.vending__card--locked {
  background-color: #F7F5FE;
  border-color: #e8e8e8;
}
.vending__coupon-copy-done {
  color: #f00;
}
.group:hover .vending__coupon-copy-icon {
  color: #f00;
}
.vending__card--locked .vending__price {
  color: #848181;
  font-family: var(--theme-font-header-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.vending__card--locked .vending__title {
  color: #848181;
  font-family: var(--theme-font-header-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0px;
}
.vending__coupon-instruction {
  margin-top: 8px;
  font-size: 12px;
}
.vending__locked-redeem-button {
  border-radius: 15px;
  border-width: 0px;
  border-color: #979797;
  background-color: #979797;
  color: #848181;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.vending__card--locked .vending__card-image {
  border-color: #e8e8e8;
}
.vending__card--locked .vending__description {
  color: #848181;
}
.vending__add-to-cart-button__button {
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
  --tw-ring-color: #3d3d3d;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 0px;
  border-color: #000;
  flex: none;
  font-size: 16px;
  font-weight: 600;
}
.vending__add-to-cart-button__button:hover {
  background-color: #3d3d3d;
  color: #fff;
  border-color: #000;
}
.vending__redeem-button__button {
  display: block;
  background-color: #4B36F1;
  color: #fff;
  border-radius: 15px;
  --tw-ring-color: #4B36F1;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-width: 0px;
  border-color: #4B36F1;
  flex: none;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.vending__redeem-button__button:hover {
  background-color: #4B36F1;
  color: #fff;
  border-color: #4B36F1;
}
.partner-vending-header__title {
  text-align: left;
  font-family: var(--theme-font-header-family);
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.partner-vending-header__wrapper {
  height: auto;
}
.partner-vending-header__subtitle {
  text-align: left;
  margin-top: 10px;
  font-family: var(--theme-font-header-family);
  font-size: 16px;
  text-transform: uppercase;
}
.partner-vending-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.partner-vending-header__overtitle {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.partner-vending-header__content-area {
  grid-area: full;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.partner-vending-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.partner-vending__area {
  padding-top: 30px;
  padding-bottom: 55px;
  column-gap: 5px;
  row-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(90vw, 1fr));
}
.partner-vending__card {
  background-color: #F7F5FE;
  border-radius: 4px;
  border-width: 2.93px;
  border-color: #E9E3FC;
}
.partner-vending__price {
  margin-bottom: 10px;
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.partner-vending__title {
  margin-bottom: 9px;
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
}
.partner-vending__buttonbar {
  gap: 8px;
}
.partner-vending__card-body {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.partner-vending__card-image {
  height: 240px;
  border-color: #E9E3FC;
}
.partner-vending__coupon-code {
  border-radius: 15px;
  border-width: 1px;
  border-color: #ccc;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.partner-vending__description {
  margin-bottom: 9px;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -3%;
  margin-bottom: 10px;
  max-width: 31ch;
  align-self: center;
}
.partner-vending__progressbar {
  background-color: #000;
  height: 10px;
}
.partner-vending__card.partner-vending__card--locked {
  background-color: #F7F5FE;
  border-color: #e8e8e8;
}
.partner-vending__coupon-copy-done {
  color: #f00;
}
.group:hover .partner-vending__coupon-copy-icon {
  color: #f00;
}
.partner-vending__card--locked .partner-vending__price {
  color: #848181;
  font-family: var(--theme-font-header-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.partner-vending__card--locked .partner-vending__title {
  color: #848181;
  font-family: var(--theme-font-header-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0px;
}
.partner-vending__coupon-instruction {
  margin-top: 8px;
  font-size: 12px;
}
.partner-vending__locked-redeem-button {
  border-radius: 15px;
  border-width: 0px;
  border-color: #979797;
  background-color: #979797;
  color: #848181;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.partner-vending__card--locked .partner-vending__card-image {
  border-color: #e8e8e8;
}
.partner-vending__card--locked .partner-vending__description {
  color: #848181;
}
.partner-vending__redeem-button__button {
  display: block;
  background-color: #4B36F1;
  color: #fff;
  border-radius: 15px;
  --tw-ring-color: #4B36F1;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-width: 0px;
  border-color: #4B36F1;
  flex: none;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.partner-vending__redeem-button__button:hover {
  background-color: #4B36F1;
  color: #fff;
  border-color: #4B36F1;
}
.partner-vending__add-to-cart-button__button {
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
  --tw-ring-color: #3d3d3d;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 0px;
  border-color: #000;
  flex: none;
  font-size: 16px;
  font-weight: 600;
}
.partner-vending__add-to-cart-button__button:hover {
  background-color: #3d3d3d;
  color: #fff;
  border-color: #000;
}
.refer__hero {
  grid-area: xtop;
  display: block;
}
.refer__wrapper {
  background-color: #e2d9fb;
  color: #000;
  margin-top: 0px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
}
.refer__disclaimer {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.refer__input-field {
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
  background-color: #fff;
  border-color: #bdbdbd;
  border-radius: 4px;
}
.refer__input-field::placeholder {
  color: #bdbdbd;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.refer__input-field::placeholder:disabled {
  color: #bdbdbd;
}
.refer__input-field:disabled {
  background-color: transparent;
}
.refer__input-group {
  margin-top: 16px;
  min-height: 49px;
}
.refer__social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 20px);
  align-items: stretch;
  column-gap: 24px;
  row-gap: 4px;
}
.refer__content-area {
  grid-area: bottom;
  padding-top: 62px;
  padding-bottom: 62px;
}
.refer__header-title {
  color: #000;
  font-family: var(--theme-font-header-family);
  font-size: 31.5px;
  font-weight: 400;
  line-height: 1.5;
}
.refer__input-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-size: 19px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  background-color: aw-brown;
  border-radius: 15px;
}
.refer__input-button:hover {
  color: #fff;
  background-color: aw-brown;
}
.refer__input-section {
  margin-top: 10px;
}
.refer__social-prompt {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
}
.refer__sign-in-prompt {
  margin-top: 16px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
}
.refer__header-subtitle {
  color: #000;
  margin-top: 5px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
}
.refer__header-overtitle {
  color: #000;
  margin-bottom: 5px;
  font-family: var(--theme-font-header-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}
.refer__social-button-icon {
  width: 20px;
  height: 20px;
}
.refer__social-button-icon-img {
  width: 100%;
  height: 100%;
}
.refer__input-group-with-button {
  display: flex;
}
.refer__input-group-with-button-button.refer__input-group-with-button-button--solo {
  flex: 1 0 0;
}
.refer__attachment-copy-link-above__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  margin-top: 10px;
}
.refer__attachment-copy-link-above__label-text {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  margin-top: 10px;
}
.faq-header__title {
  text-align: left;
  font-family: var(--theme-font-header-family);
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.faq-header__wrapper {
  height: auto;
}
.faq-header__subtitle {
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.faq-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.faq-header__overtitle {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.faq-header__content-area {
  grid-area: full;
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.faq-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.faq__area {
  padding-top: 40px;
  padding-bottom: 60px;
}
.faq__area > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}
.faq__entry {
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq__answer {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.faq__wrapper {
  color: #000;
}
.faq__question {
  color: #000;
  font-family: var(--theme-font-extra-family);
  font-size: 16px;
  font-weight: 300;
}
.generic-popup-close__icon {
  color: #000;
}
.generic-popup-close__button {
  padding: 20px;
}
.messagepopup__message {
  color: pp-black;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.messagepopup__container {
  background-color: #fff;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.messagepopup__copy-done {
  color: #3d3d3d;
}
.group:hover .messagepopup__copy-icon {
  color: #3d3d3d;
}
.messagepopup__error-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__coupon-code {
  border-radius: 15px;
  border-color: #dcdcdc;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.messagepopup__success-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__coupon-container {
  margin-top: 16px;
  margin-bottom: 16px;
}
.messagepopup__failure-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messagepopup__buttons-container__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.messagepopup__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.messagepopup__buttonbar:empty {
  display: none;
}
.messagepopup__success-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messagepopup__bottom-close-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: #3d3d3d;
  font-size: 16px;
  font-weight: 600;
}
.messagepopup__bottom-close-button__button:hover {
  background-color: #3d3d3d;
  color: #fff;
}
.messagepopup__cta-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: #3d3d3d;
  font-size: 16px;
  font-weight: 600;
}
.messagepopup__cta-button__button:hover {
  background-color: #3d3d3d;
  color: #fff;
}
.generic-popup-close__icon {
  color: #000;
}
.generic-popup-close__button {
  padding: 20px;
}
.history__grid {
  row-gap: 12px;
  align-items: center;
}
.history__container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.history__empty__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__empty__label-text {
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__container__box {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.history__title__label {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: nt-black;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--theme-font-header-family);
}
.history__title__label-text {
  color: nt-black;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--theme-font-header-family);
}
.history__item__change-expired {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__change-expires {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__coupon-confirmation {
  padding-right: 16px;
  color: #fff;
}
.history__item__expiration__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__item__comment__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.history__item__comment__label-text {
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.history__item__change--with-coupon.history__item__comment__label {
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.history__item__change--with-coupon.history__item__comment__label-text {
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.history__item__category__label {
  border-radius: 15px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F5FE;
  border-width: 2px;
  border-color: #EAE3FC;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__category__label-text {
  background-color: #F7F5FE;
  border-width: 2px;
  border-color: #EAE3FC;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__change--with-coupon.history__item__category__label {
  background-color: #F7F5FE;
  border-width: 2px;
  border-color: #EAE3FC;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__change--with-coupon.history__item__category__label-text {
  background-color: #F7F5FE;
  border-width: 2px;
  border-color: #EAE3FC;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__date__label {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__date__label-text {
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__change--with-coupon.history__item__date__label {
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.history__item__change--with-coupon.history__item__date__label-text {
  color: nt-black;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
@media (min-width: 640px) {
  .how-custom-html__content-area {
    grid-area: full;
  }
  .overview__area {
    padding-left: 80px;
    padding-right: 20px;
  }
  .overview__hero {
    height: auto;
  }
  .overview__tier-area {
    padding-left: 80px;
    padding-right: 20px;
    border-left-width: 0px;
  }
  .overview__background {
    border-radius: 0;
  }
  .overview__points-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .overview__points-buttonbar__button {
    flex: 0 1 auto;
  }
  .overview__points-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .earn-header__title {
    font-size: 40px;
  }
  .earn-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .earn-header__content-area {
    grid-area: left;
    padding-top: 100px;
  }
  .earn-header__content-area.earn-header__content-area--no-hero {
    grid-area: full;
  }
  .earn__area {
    column-gap: 14px;
    row-gap: 14px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .earn__card {
    min-height: 350px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .earn__input {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .earn__item-icon {
    max-width: 45px;
    max-height: 45px;
  }
  .earn__action-button {
    padding-left: 30px;
    padding-right: 30px;
  }
  .earn__item-pass__input {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tiers-header__title {
    font-size: 32px;
  }
  .tiers-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .tiers-header__content-area {
    grid-area: left;
    padding-top: 48px;
  }
  .tiers-header__content-area.tiers-header__content-area--no-hero {
    grid-area: full;
  }
  .tiers-logout-header__title {
    font-size: 40px;
  }
  .tiers-logout-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .tiers-logout-header__content-area {
    grid-area: left;
  }
  .tiers-logout-header__content-area.tiers-logout-header__content-area--no-hero {
    grid-area: full;
  }
  .tiers__grid {
    grid-template-columns: var(--tiers-table-title-width) repeat(var(--tier-count), minmax(var(--tiers-table-cell-minwidth),1fr));
  }
  .tiers__tier-icon {
    margin-left: 7px;
  }
  .tiers__tier-name {
    margin-left: 7px;
    font-family: var(--theme-font-header-family);
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .tiers__tier-anypart {
    margin-left: 7px;
  }
  .tiers__feature-title {
    margin-right: 0px;
    font-size: 16px;
    line-height: 20.8px;
  }
  .tiers__feature-value {
    margin-left: 7px;
    font-size: 16px;
    line-height: 20.8px;
  }
  .tiers__tier-overtitle {
    margin-left: 7px;
  }
  .tiers__tier-threshold {
    margin-left: 7px;
    font-size: 16px;
    line-height: 20.8px;
  }
  .tiers__feature-title-padding {
    margin-right: 0px;
  }
  .tiers__tier-overmarker-empty {
    margin-left: 7px;
  }
  .tiers__tier-overmarker-current {
    margin-left: 7px;
  }
  .tiers__content-area {
    grid-area: full;
  }
  .tiers__tier-name-label__label {
    min-width: 100px;
  }
  .vending-header__title {
    font-size: 40px;
  }
  .vending-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .vending-header__content-area {
    grid-area: left;
  }
  .vending-header__content-area.vending-header__content-area--no-hero {
    grid-area: full;
  }
  .vending__area {
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .vending__card-body {
    padding-left: 17px;
    padding-right: 17px;
  }
  .vending__card-image {
    height: 250px;
  }
  .vending__locked-redeem-button {
    padding-left: 17px;
    padding-right: 17px;
  }
  .vending__add-to-cart-button__button {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .vending__redeem-button__button {
    padding-left: 17px;
    padding-right: 17px;
  }
  .partner-vending-header__title {
    font-size: 40px;
  }
  .partner-vending-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .partner-vending-header__content-area {
    grid-area: left;
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .partner-vending-header__content-area.partner-vending-header__content-area--no-hero {
    grid-area: full;
  }
  .partner-vending__area {
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .partner-vending__title {
    font-size: 40px;
  }
  .partner-vending__card-body {
    padding-left: 17px;
    padding-right: 17px;
  }
  .partner-vending__card-image {
    height: auto;
  }
  .partner-vending__description {
    font-size: 20px;
  }
  .partner-vending__locked-redeem-button {
    padding-left: 17px;
    padding-right: 17px;
  }
  .partner-vending__redeem-button__button {
    padding-left: 17px;
    padding-right: 17px;
  }
  .partner-vending__add-to-cart-button__button {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .refer__hero {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .refer__content-area {
    grid-area: left;
    padding-right: 80px;
  }
  .refer__input-button.refer__input-button--solo {
    max-width: fit-content;
  }
  .refer__input-group-with-button-button.refer__input-group-with-button-button--solo {
    max-width: fit-content;
  }
  .faq-header__title {
    font-size: 40px;
  }
  .faq-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .faq-header__content-area {
    grid-area: left;
  }
  .faq-header__content-area.faq-header__content-area--no-hero {
    grid-area: full;
  }
  .messagepopup__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .messagepopup__button {
    flex: 0 1 auto;
  }
  .messagepopup__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .history__grid {
    gap: 32px;
    grid-template-columns: 1fr minmax(min-content,30%) 1fr 1fr;
  }
  .history__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .history__container__box {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media not all and (min-width: 640px) {
  .refer__hero {
    height: 300px;
  }
  .history__last-cell {
    margin-bottom: 32px;
  }
  .history__item__expiration__label {
    text-align: center;
    justify-content: center;
  }
  .history__item__comment__label {
    text-align: center;
    justify-content: center;
  }
  .history__item__category__label {
    text-align: center;
    justify-content: center;
  }
  .history__item__date__label {
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 450px) {
  .refer__social-grid {
    justify-content: start;
  }
}
