.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__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: #4733FF;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.history__item__category__label-text {
  background-color: #4733FF;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__category__label {
  background-color: #4733FF;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__category__label-text {
  background-color: #4733FF;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.history__item__comment__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__comment__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__change--with-coupon.history__item__comment__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__change--with-coupon.history__item__comment__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__date__label {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__date__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__change--with-coupon.history__item__date__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__change--with-coupon.history__item__date__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__expiration__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__title__label {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 58.94px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  text-align: center;
}
.history__title__label-text {
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 58.94px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  text-align: center;
}
.history__empty__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.history__empty__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.history__container__box {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.refer__hero {
  grid-area: xtop;
  display: block;
}
.refer__wrapper {
  background-color: #1C1535;
  color: #fff;
  margin-top: 0px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__disclaimer {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.refer__input-field {
  min-height: 59px;
  color: #989898;
  background-color: #fff;
  border-color: transparent;
  border-radius: 2px;
}
.refer__input-field:disabled {
  background-color: #fff;
}
.refer__input-field::placeholder {
  color: #989898;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  line-height: 17px;
}
.refer__input-field::placeholder:disabled {
  color: #989898;
}
.refer__input-group {
  margin-top: 16px;
  max-width: 500px;
}
.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: 30px;
  padding-bottom: 80px;
}
.refer__header-title {
  color: #fff;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 56px;
}
.refer__input-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  background-color: #4733FF;
  border-radius: 9999px;
}
.refer__input-button:hover {
  color: #fff;
  background-color: #4733FF;
}
.refer__input-section {
  margin-top: 5px;
}
.refer__social-prompt {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-top: 50px;
}
.refer__sign-in-prompt {
  margin-top: 16px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__header-subtitle {
  color: #fff;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__header-overtitle {
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.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-email-above__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
}
.refer__attachment-copy-link-above__label {
  margin-top: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__attachment-copy-link-above__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__attachment-referrer-email-above__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buyer-intro__area {
  padding-top: 60px;
  padding-bottom: 60px;
}
.buyer-intro__wrapper {
  background-color: #fff;
}
.buyer-intro__item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.buyer-intro__item-title {
  color: #1C1535;
  margin-bottom: 5px;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.buyer-intro__items-grid {
  column-gap: 40px;
  row-gap: 40px;
  grid-template-columns: minmax(min-content, 240px);
}
.buyer-intro__header-title {
  color: #FF8A57;
  margin-bottom: 25px;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 56px;
  text-align: center;
}
.buyer-intro__item-details {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.buyer-intro__item-divider {
  width: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.bc2i-refer__hero {
  grid-area: xtop;
  display: block;
}
.bc2i-refer__wrapper {
  background-color: #E6E6E6;
  color: #fff;
  margin-top: 0px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.bc2i-refer__disclaimer {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.bc2i-refer__input-field {
  min-height: 59px;
  color: #989898;
  background-color: #fff;
  border-color: #4733FF;
  border-radius: 2px;
}
.bc2i-refer__input-field::placeholder {
  color: #989898;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  line-height: 17px;
}
.bc2i-refer__input-field::placeholder:disabled {
  color: #989898;
}
.bc2i-refer__input-field:disabled {
  background-color: #fff;
}
.bc2i-refer__input-group {
  margin-top: 16px;
  max-width: 500px;
}
.bc2i-refer__social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 20px);
  align-items: stretch;
  column-gap: 24px;
  row-gap: 4px;
}
.bc2i-refer__content-area {
  grid-area: bottom;
  padding-top: 30px;
  padding-bottom: 80px;
}
.bc2i-refer__header-title {
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 56px;
}
.bc2i-refer__input-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  background-color: #4733FF;
  border-radius: 9999px;
}
.bc2i-refer__input-button:hover {
  color: #fff;
  background-color: #4733FF;
}
.bc2i-refer__input-section {
  margin-top: 5px;
}
.bc2i-refer__social-prompt {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-top: 50px;
}
.bc2i-refer__sign-in-prompt {
  margin-top: 16px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.bc2i-refer__header-subtitle {
  color: #1C1535;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.bc2i-refer__header-overtitle {
  color: #4733FF;
  margin-bottom: 10px;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
}
.bc2i-refer__social-button-icon {
  width: 20px;
  height: 20px;
}
.bc2i-refer__social-button-icon-img {
  width: 100%;
  height: 100%;
}
.bc2i-refer__input-group-with-button {
  display: flex;
}
.bc2i-refer__input-group-with-button-button.bc2i-refer__input-group-with-button-button--solo {
  flex: 1 0 0;
}
.bc2i-refer__attachment-email-above__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #1C1535;
}
.bc2i-refer__attachment-email-above__label-text {
  color: #1C1535;
}
.bc2i-refer__attachment-referrer-email-above__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1C1535;
}
.bc2i-refer__attachment-referrer-email-above__label-text {
  color: #1C1535;
}
.bc2i-refer__attachment-copy-link-above__label {
  margin-top: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.bc2i-refer__attachment-copy-link-above__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.seller-intro__area {
  padding-top: 60px;
  padding-bottom: 60px;
}
.seller-intro__wrapper {
  background-color: #fff;
}
.seller-intro__item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.seller-intro__item-title {
  color: #1C1535;
  margin-bottom: 5px;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.seller-intro__items-grid {
  column-gap: 40px;
  row-gap: 40px;
  grid-template-columns: minmax(min-content, 240px);
}
.seller-intro__header-title {
  color: #4733FF;
  margin-bottom: 25px;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 56px;
  text-align: center;
}
.seller-intro__item-details {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.seller-intro__item-divider {
  width: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.credits-header__title {
  color: #1C1535;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.credits-header__wrapper {
  background-color: #fff;
  height: auto;
}
.credits-header__subtitle {
  color: #1C1535;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.credits-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.credits-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.credits-header__content-area {
  grid-area: full;
  padding-top: 60px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.credits-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.credits-header__attachment__line1__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.credits-header__attachment__line1__line {
  color: #4733FF;
  text-align: center;
  justify-content: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 1px;
  text-align: center;
}
.credits-header__attachment__line2__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.credits-header__attachment__line2__line {
  color: #1C1535;
  text-align: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.gift-card-header__title {
  color: #1C1535;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
.gift-card-header__wrapper {
  height: auto;
}
.gift-card-header__subtitle {
  color: #1C1535;
  text-align: center;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.gift-card-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.gift-card-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.gift-card-header__content-area {
  grid-area: full;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gift-card-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.vending__area {
  padding-top: 60px;
  padding-bottom: 60px;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(90vw, 1fr));
}
.vending__card {
  background-color: #1C1535;
  border-radius: 0;
  border-color: #e8e8e8;
}
.vending__price {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.vending__title {
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.vending__wrapper {
  background-color: #fff;
}
.vending__buttonbar {
  gap: 8px;
}
.vending__card-body {
  padding-top: 0px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.vending__card-image {
  height: 185px;
  border-color: #e8e8e8;
}
.vending__coupon-code {
  border-radius: 8px;
  border-width: 1px;
  border-color: #ccc;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.vending__description {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
}
.vending__progressbar {
  background-color: #000;
  height: 10px;
}
.vending__card.vending__card--locked {
  border-color: #e8e8e8;
}
.vending__price-points {
  color: #fff;
}
.vending__coupon-copy-done {
  color: #f00;
}
.group:hover .vending__coupon-copy-icon {
  color: #f00;
}
.vending__card--locked .vending__title {
  color: #fff;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.vending__coupon-instruction {
  margin-top: 8px;
  font-size: 12px;
}
.vending__locked-redeem-button {
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.vending__card--locked .vending__card-image {
  border-color: #e8e8e8;
}
.vending__add-to-cart-button__button {
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  --tw-ring-color: neutral-900;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-width: 0px;
  border-color: #000;
  flex: none;
  font-size: 16px;
  font-weight: 600;
}
.vending__add-to-cart-button__button:hover {
  background-color: neutral-900;
  color: #fff;
  border-color: #000;
}
.vending__redeem-button__button {
  display: block;
  background-color: #4733FF;
  color: #fff;
  border-radius: 9999px;
  --tw-ring-color: #4733FF;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 0px;
  border-color: #4733FF;
  flex: none;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.vending__redeem-button__button:hover {
  background-color: #4733FF;
  color: #fff;
  border-color: #4733FF;
}
.referralhistory__entries__list__box {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  row-gap: 16px;
}
.referralhistory__entries__entry__coupon-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__reward-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__status-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__target-block {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  align-items: start;
}
.referralhistory__entries__entry__status-value__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__status-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__status-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__status-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__coupon-value__label {
  text-align: left;
  color: #1C1535;
}
.referralhistory__entries__entry__coupon-value__label-text {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__coupon-value__label {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-value__label {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-value__label {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__coupon-value__label-text {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-value__label-text {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-value__label-text {
  color: #1C1535;
}
.referralhistory__entries__entry__target-pending-status-value__label {
  text-align: left;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__target-pending-status-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-pending-status-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-pending-status-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__reward-value__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__reward-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__reward-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__reward-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__container__box {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: 2px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  column-gap: 16px;
  row-gap: 16px;
  background-color: #fff;
  border-width: 1px;
  border-color: #A6A69A;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--pending.referralhistory__entries__entry__container__box {
  background-color: #fff;
  border-width: 1px;
  border-color: #A6A69A;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--approved.referralhistory__entries__entry__container__box {
  background-color: #FBF7EB;
  border-width: 1px;
  border-color: transparent;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--rejected.referralhistory__entries__entry__container__box {
  background-color: #fff;
  border-width: 1px;
  border-color: #A6A69A;
  min-height: 80px;
}
.referralhistory__entries__entry__target-value__label {
  text-align: left;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__target-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__target-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__target-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__coupon-label__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__coupon-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__coupon-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__coupon-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__reward-label__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__reward-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__reward-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__reward-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__status-label__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__status-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__status-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__status-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__header__info-label__label {
  text-align: center;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.referralhistory__header__info-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.referralhistory__header__info-value__label {
  text-align: center;
  color: #4733FF;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.referralhistory__header__info-value__label-text {
  color: #4733FF;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.referralhistory__header__info-grid__grid {
  display: grid;
  grid-auto-flow: column;
  column-gap: 16px;
  row-gap: 4px;
  grid-auto-columns: 150px;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
}
.referralhistory__header__container__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px;
}
.referralhistory__header__title__label {
  margin-bottom: 16px;
  text-align: center;
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.referralhistory__header__title__label-text {
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.referralhistory__wrapper {
  margin-top: 60px;
}
.referralhistory__content-area {
  grid-area: full;
  padding-bottom: 0px;
}
.referralhistory__background-area {
  background-color: #fff;
}
.faq-header__title {
  color: #1C1535;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
.faq-header__wrapper {
  background-color: #fff;
  height: auto;
}
.faq-header__subtitle {
  color: #1C1535;
  text-align: center;
  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: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.faq-header__content-area {
  grid-area: full;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.faq-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.faq__area {
  padding-top: 0px;
  padding-bottom: 50px;
}
.faq__area > :not([hidden]) ~ :not([hidden]) {
  border-color: #A6A69A;
}
.faq__entry {
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq__answer {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.faq__wrapper {
  background-color: #fff;
  color: #1C1535;
}
.faq__question {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.messagepopup__message {
  color: #1C1535;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.messagepopup__container {
  background-color: #fff;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.messagepopup__error-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__success-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__bottom-close-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: neutral-900;
  font-size: 16px;
  font-weight: 600;
}
.messagepopup__bottom-close-button__button:hover {
  background-color: neutral-900;
  color: #fff;
}
.messagepopup__success-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messagepopup__failure-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messagepopup__cta-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: neutral-900;
  font-size: 16px;
  font-weight: 600;
}
.messagepopup__cta-button__button:hover {
  background-color: neutral-900;
  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;
}
.referrallink__wrapper {
  margin-top: 50px;
  margin-bottom: 40px;
}
.referrallink__hero-area {
  grid-area: xtop;
  display: block;
}
.referrallink__content-area {
  grid-area: bottom;
  align-self: center;
}
.referrallink__background-area {
  background-color: #fff;
}
.referrallink__content__container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
}
.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: #fff;
  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: 9999px;
  height: 57px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #4733FF;
  color: #fff;
  --tw-ring-color: transparent;
  border-width: 1px;
  border-color: #4733FF;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.referrallink__content__line5__copy__button:hover {
  background-color: transparent;
  color: #4733FF;
  border-color: #4733FF;
}
.referrallink__content__line5__code__label {
  border-radius: 0;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 57px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-width: 2px;
  border-color: #1C1535;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
}
.referrallink__content__line5__code__label-text {
  background-color: transparent;
  border-width: 2px;
  border-color: #1C1535;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
}
.referrallink__content__line5__container__box {
  margin-bottom: 30px;
}
.referrallink__content__container__box {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  background-color: #fff;
}
.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: 9999px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #4733FF;
  color: #fff;
  --tw-ring-color: transparent;
  border-width: 1px;
  border-color: #4733FF;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.referrallink__content__line7__button1__button:hover {
  background-color: transparent;
  color: #4733FF;
  border-color: #4733FF;
}
.referrallink__content__line1__label {
  margin-bottom: 10px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referrallink__content__line1__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referrallink__content__line2__label {
  margin-bottom: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 56px;
}
.referrallink__content__line2__label-text {
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 56px;
}
.referrallink__content__line4__label {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referrallink__content__line4__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referrallink__content__line3__label {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referrallink__content__line3__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.multiusertriggerlink__hero-area {
  grid-area: none;
  display: none;
}
.multiusertriggerlink__content-area {
  grid-area: full;
  align-self: center;
}
.multiusertriggerlink__content__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.multiusertriggerlink__content__email-label__label {
  margin-bottom: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multiusertriggerlink__content__email-input__input {
  background-color: #fff;
  border-radius: 8px;
  color: #000;
  border-width: 1px;
  border-color: #B0B0B0;
  font-size: 16px;
  line-height: 1;
}
.multiusertriggerlink__content__email-input__input::placeholder {
  color: #ACACAC;
}
.multiusertriggerlink__content__buttonbar__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
  margin-top: 20px;
}
.multiusertriggerlink__content__buttonbar__buttonbar:empty {
  display: none;
}
.multiusertriggerlink__content__buttonbar__button1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: neutral-900;
  font-size: 16px;
  font-weight: 600;
}
.multiusertriggerlink__content__buttonbar__button1__button:hover {
  background-color: neutral-900;
  color: #fff;
}
.multiusertriggerlink__content__buttonbar__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
  margin-top: 20px;
}
.multiusertriggerlink__content__buttonbar__buttonbar:empty {
  display: none;
}
.multiusertriggerlink__content__container__box {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.banner__area {
  align-items: start;
  justify-content: center;
}
.banner__line3 {
  text-align: left;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.banner__line4 {
  text-align: left;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.banner__title {
  color: #fff;
  text-align: left;
  font-family: var(--theme-font-header-family);
  font-size: 70px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1px;
}
.banner__video {
  flex: 1 1 0%;
}
.banner__wrapper {
  height: 550px;
  min-height: 400px;
}
.banner__subtitle {
  color: #fff;
  text-align: left;
  margin-top: 8px;
  font-family: var(--theme-font-body-family);
  font-size: 30px;
  font-weight: 500;
  line-height: 28.8px;
}
.banner__background {
  background: center, no-repeat 50% 0%/cover;
}
.banner__header-attachment-buttonbar__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
  margin-top: 20px;
}
.banner__header-attachment-buttonbar__buttonbar:empty {
  display: none;
}
.banner__header-attachment-buttonbar__button1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 9999px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #4733FF;
  color: #fff;
  --tw-ring-color: #2511E2;
  font-size: 16px;
  font-weight: 600;
}
.banner__header-attachment-buttonbar__button1__button:hover {
  background-color: #2511E2;
  color: #fff;
}
.banner__header-attachment-buttonbar__button2__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 9999px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #fff;
  color: #4733FF;
  --tw-ring-color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.banner__header-attachment-buttonbar__button2__button:hover {
  background-color: #fff;
  color: #4733FF;
}
.banner__header-attachment-buttonbar__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
  margin-top: 20px;
}
.banner__header-attachment-buttonbar__buttonbar:empty {
  display: none;
}
.mobile-banner__area {
  align-items: center;
  justify-content: center;
}
.mobile-banner__line3 {
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.mobile-banner__line4 {
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.mobile-banner__title {
  color: #fff;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 70px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1px;
}
.mobile-banner__video {
  flex: 1 1 0%;
}
.mobile-banner__wrapper {
  height: 400px;
  min-height: 400px;
}
.mobile-banner__subtitle {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  font-family: var(--theme-font-body-family);
  font-size: 30px;
  font-weight: 500;
  line-height: 28.8px;
}
.mobile-banner__background {
  background: center, no-repeat 50% 0%/cover;
}
.mobile-banner__header-attachment-buttonbar__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
  margin-top: 20px;
}
.mobile-banner__header-attachment-buttonbar__buttonbar:empty {
  display: none;
}
.mobile-banner__header-attachment-buttonbar__button2__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 9999px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #fff;
  color: #4733FF;
  --tw-ring-color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.mobile-banner__header-attachment-buttonbar__button2__button:hover {
  background-color: #fff;
  color: #4733FF;
}
.mobile-banner__header-attachment-buttonbar__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
  margin-top: 20px;
}
.mobile-banner__header-attachment-buttonbar__buttonbar:empty {
  display: none;
}
.mobile-banner__header-attachment-buttonbar__button1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 9999px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #4733FF;
  color: #fff;
  --tw-ring-color: #2511E2;
  font-size: 16px;
  font-weight: 600;
}
.mobile-banner__header-attachment-buttonbar__button1__button:hover {
  background-color: #2511E2;
  color: #fff;
}
.intro__area {
  padding-top: 60px;
  padding-bottom: 60px;
}
.intro__wrapper {
  background-color: #4733FF;
}
.intro__item-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
}
.intro__item-title {
  color: #fff;
  margin-bottom: 5px;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.intro__items-grid {
  column-gap: 40px;
  row-gap: 40px;
  grid-template-columns: minmax(min-content, 240px);
}
.intro__header-title {
  color: #fff;
  margin-bottom: 25px;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 56px;
  text-align: center;
}
.intro__item-details {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.intro__item-divider {
  width: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.refer__hero {
  grid-area: xtop;
  display: block;
}
.refer__wrapper {
  background-color: #1C1535;
  color: #fff;
  margin-top: 0px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__disclaimer {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.refer__input-field {
  min-height: 59px;
  color: #989898;
  background-color: #fff;
  border-color: transparent;
  border-radius: 2px;
}
.refer__input-field::placeholder {
  color: #989898;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  line-height: 17px;
}
.refer__input-field::placeholder:disabled {
  color: #989898;
}
.refer__input-field:disabled {
  background-color: #fff;
}
.refer__input-group {
  margin-top: 16px;
  max-width: 500px;
}
.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: 30px;
  padding-bottom: 80px;
}
.refer__header-title {
  color: #fff;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 56px;
}
.refer__input-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  background-color: #4733FF;
  border-radius: 9999px;
}
.refer__input-button:hover {
  color: #fff;
  background-color: #4733FF;
}
.refer__input-section {
  margin-top: 5px;
}
.refer__social-prompt {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-top: 50px;
}
.refer__sign-in-prompt {
  margin-top: 16px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__header-subtitle {
  color: #fff;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__header-overtitle {
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.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 {
  margin-top: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__attachment-copy-link-above__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__attachment-email-above__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
}
.refer__attachment-referrer-email-above__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.referralhistory__wrapper {
  margin-top: 60px;
}
.referralhistory__content-area {
  grid-area: full;
  padding-bottom: 0px;
}
.referralhistory__background-area {
  background-color: #fff;
}
.referralhistory__header__info-grid__grid {
  display: grid;
  grid-auto-flow: column;
  column-gap: 16px;
  row-gap: 4px;
  grid-auto-columns: 150px;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
}
.referralhistory__header__title__label {
  margin-bottom: 16px;
  text-align: center;
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.referralhistory__header__title__label-text {
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.referralhistory__header__info-value__label {
  text-align: center;
  color: #4733FF;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.referralhistory__header__info-value__label-text {
  color: #4733FF;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.referralhistory__header__info-label__label {
  text-align: center;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.referralhistory__header__info-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.referralhistory__header__container__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px;
}
.referralhistory__entries__entry__coupon-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__reward-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__status-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__target-block {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  align-items: start;
}
.referralhistory__entries__entry__status-value__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__status-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__status-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__status-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__reward-value__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__reward-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__reward-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__reward-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__coupon-label__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__coupon-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__coupon-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__coupon-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__target-value__label {
  text-align: left;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__target-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__target-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__target-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__status-label__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__status-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__status-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__status-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__container__box {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: 2px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  column-gap: 16px;
  row-gap: 16px;
  background-color: #fff;
  border-width: 1px;
  border-color: #A6A69A;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--pending.referralhistory__entries__entry__container__box {
  background-color: #fff;
  border-width: 1px;
  border-color: #A6A69A;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--approved.referralhistory__entries__entry__container__box {
  background-color: #FBF7EB;
  border-width: 1px;
  border-color: transparent;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--rejected.referralhistory__entries__entry__container__box {
  background-color: #fff;
  border-width: 1px;
  border-color: #A6A69A;
  min-height: 80px;
}
.referralhistory__entries__entry__reward-label__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__reward-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__reward-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__reward-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__coupon-value__label {
  text-align: left;
  color: #1C1535;
}
.referralhistory__entries__entry__coupon-value__label-text {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__coupon-value__label {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-value__label {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-value__label {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__coupon-value__label-text {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-value__label-text {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-value__label-text {
  color: #1C1535;
}
.referralhistory__entries__entry__target-pending-status-value__label {
  text-align: left;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__target-pending-status-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-pending-status-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-pending-status-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__list__box {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  row-gap: 16px;
}
.shopbanner__area {
  padding-top: 30px;
  padding-bottom: 30px;
}
.shopbanner__message {
  color: #1C1535;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.shopbanner__wrapper {
  background-color: #FBF7EB;
}
.shopbanner__buttonbar {
  column-gap: 20px;
  row-gap: 20px;
  align-self: center;
}
.shopbanner__shop-button {
  background-color: #4733FF;
  color: #fff;
  border-radius: 9999px;
  --tw-ring-color: #2511E2;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  border-width: 1px;
  border-color: #4733FF;
}
.shopbanner__shop-button:hover {
  background-color: #2511E2;
  color: #fff;
  border-color: #2511E2;
}
.shopbanner__history-button {
  background-color: #4733FF;
  color: #fff;
  border-radius: 9999px;
  --tw-ring-color: #2511E2;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  border-width: 1px;
  border-color: #4733FF;
}
.shopbanner__history-button:hover {
  background-color: #2511E2;
  color: #fff;
  border-color: #2511E2;
}
.overview__area {
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: start;
  justify-content: center;
}
.overview__hero {
  height: 350px;
}
.overview__tier-area {
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: start;
  justify-content: center;
  border-color: #fff;
}
.overview__background {
  background-color: neutral-800;
}
.overview__xtier-area {
  border-color: #fff;
}
.overview__membersince {
  color: #fff;
  margin-top: 24px;
}
.overview__curtier-name {
  display: flex;
  flex-direction: row;
  color: #fff;
}
.overview__nexttier-gap {
  background-color: #fff;
  color: #000;
  border-color: #e8e8e8;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  height: 44px;
  margin-top: 24px;
}
.overview__curtier-title {
  color: #fff;
  margin-bottom: 20px;
  border-color: #e8e8e8;
}
.overview__membersince-value {
  color: #fff;
}
.overview__point-balance-body {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.overview__nexttier-progressbar {
  height: 8px;
  border-radius: 9999px;
  background-color: #dcdcdc;
  margin-top: 24px;
}
.overview__monetary-balance-body {
  color: #4733FF;
  margin-bottom: 0px;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.6px;
}
.overview__monetary-balance-title {
  color: #1C1535;
  margin-bottom: 20px;
  border-color: #1C1535;
  border-bottom-width: 1px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.overview__nexttier-progressbar-filled {
  height: 8px;
  border-radius: 9999px;
  background-color: #000;
}
.overview__curtier-name-icon__object {
  overflow: hidden;
  object-fit: cover;
}
.overview__points-buttonbar__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
  margin-top: 20px;
}
.overview__points-buttonbar__buttonbar:empty {
  display: none;
}
.overview__points-buttonbar__button1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 9999px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #4733FF;
  color: #fff;
  --tw-ring-color: #2511E2;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.overview__points-buttonbar__button1__button:hover {
  background-color: #2511E2;
  color: #fff;
}
.overview__points-buttonbar__button2__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 9999px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #4733FF;
  color: #fff;
  --tw-ring-color: #2511E2;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.overview__points-buttonbar__button2__button:hover {
  background-color: #2511E2;
  color: #fff;
}
.overview__points-buttonbar__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
  margin-top: 20px;
}
.overview__points-buttonbar__buttonbar:empty {
  display: none;
}
.overview__curtier-subtitle__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.redeem__header__line1__label {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: center;
}
.redeem__header__line1__label-text {
  color: #fff;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: center;
}
.redeem__header__line3__line2__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.redeem__header__line3__line2__line {
  text-align: left;
  justify-content: start;
}
.redeem__header__line3__line1__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.redeem__header__line3__line1__line {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  justify-content: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.redeem__header__line2__label {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.redeem__header__line2__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.redeem__selector__slider-input {
  height: 4px;
  border-radius: 9999px;
  background-color: #dcdcdc;
  color: #fff;
  accent-color: #fff;
}
.redeem__selector__slider-notice {
  font-size: 12px;
  color: neutral-500;
  text-align: center;
  margin-top: 0.250rem;
}
.redeem__selector__slider-points {
  background-color: transparent;
  color: #fff;
  border-radius: 9999px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.6px;
  text-align: center;
}
.redeem__selector__slider-points-number {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.6px;
  text-align: center;
}
.redeem__content-area {
  grid-area: full;
  padding-top: 60px;
  padding-bottom: 60px;
}
.redeem__background-area {
  background-color: #1C1535;
}
.redeem__actionpanel__buttonbar {
  gap: 20px;
}
.redeem__actionpanel__redeem-button {
  background-color: #4733FF;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  border-radius: 9999px;
  --tw-ring-color: #2511E2;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-width: 1px;
  border-color: #4733FF;
}
.redeem__actionpanel__redeem-button:hover {
  background-color: #2511E2;
  color: #fff;
}
.redeem__actionpanel__slider-amount {
  color: #fff;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 56px;
  margin-bottom: 25px;
}
.redeem__actionpanel__applytosub-button {
  background-color: #4733FF;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  border-radius: 9999px;
  --tw-ring-color: #2511E2;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-width: 1px;
  border-color: #4733FF;
}
.redeem__actionpanel__applytosub-button:enabled:hover {
  background-color: #2511E2;
  color: #fff;
}
.redeem__actionpanel__applytosub-button:disabled {
  background-color: #bdbdbd;
  color: #fff;
}
.redeem__actionpanel__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.redeem__actionpanel__coupon__container {
  border-radius: 9999px;
  border-color: #fff;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.redeem__actionpanel__coupon__copy-done {
  color: #fff;
}
.group:hover .redeem__actionpanel__coupon__copy-icon {
  color: #fff;
}
.gift-card-header__title {
  color: #1C1535;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
.gift-card-header__wrapper {
  height: auto;
}
.gift-card-header__subtitle {
  color: #1C1535;
  text-align: center;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.gift-card-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.gift-card-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.gift-card-header__content-area {
  grid-area: full;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gift-card-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.vending__area {
  padding-top: 60px;
  padding-bottom: 60px;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(90vw, 1fr));
}
.vending__card {
  background-color: #1C1535;
  border-radius: 0;
  border-color: #e8e8e8;
}
.vending__price {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.vending__title {
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.vending__wrapper {
  background-color: #fff;
}
.vending__buttonbar {
  gap: 8px;
}
.vending__card-body {
  padding-top: 0px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.vending__card-image {
  height: 185px;
  border-color: #e8e8e8;
}
.vending__coupon-code {
  border-radius: 8px;
  border-width: 1px;
  border-color: #ccc;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.vending__description {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
}
.vending__progressbar {
  background-color: #000;
  height: 10px;
}
.vending__card.vending__card--locked {
  border-color: #e8e8e8;
}
.vending__price-points {
  color: #fff;
}
.vending__coupon-copy-done {
  color: #f00;
}
.group:hover .vending__coupon-copy-icon {
  color: #f00;
}
.vending__card--locked .vending__title {
  color: #fff;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.vending__coupon-instruction {
  margin-top: 8px;
  font-size: 12px;
}
.vending__locked-redeem-button {
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.vending__card--locked .vending__card-image {
  border-color: #e8e8e8;
}
.vending__add-to-cart-button__button {
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  --tw-ring-color: neutral-900;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-width: 0px;
  border-color: #000;
  flex: none;
  font-size: 16px;
  font-weight: 600;
}
.vending__add-to-cart-button__button:hover {
  background-color: neutral-900;
  color: #fff;
  border-color: #000;
}
.vending__redeem-button__button {
  display: block;
  background-color: #4733FF;
  color: #fff;
  border-radius: 9999px;
  --tw-ring-color: #4733FF;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 0px;
  border-color: #4733FF;
  flex: none;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.vending__redeem-button__button:hover {
  background-color: #4733FF;
  color: #fff;
  border-color: #4733FF;
}
.earn-header__title {
  color: #1C1535;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: center;
}
.earn-header__wrapper {
  background-color: #FBF7EB;
  height: auto;
}
.earn-header__subtitle {
  color: #1C1535;
  text-align: center;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.earn-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.earn-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.earn-header__content-area {
  grid-area: full;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.earn-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.earn__area {
  padding-top: 30px;
  padding-bottom: 80px;
  column-gap: 5px;
  row-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.earn__card {
  background-color: #FBF7EB;
  color: #1C1535;
  border-radius: 0;
  border-width: 1px;
  border-color: #1C1535;
  min-height: 350px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}
.earn__error {
  color: #D20000;
  font-size: 14px;
  margin-top: -10px;
}
.earn__input {
  background-color: #fff;
  color: #1C1535;
  border-color: #1C1535;
  border-width: 1px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.earn__input::placeholder {
  color: #1C1535;
}
.earn__input:focus {
  --tw-ring-color: #1C1535;
}
.earn__wrapper {
  background-color: #FBF7EB;
  margin-top: 0px;
  margin-bottom: 0px;
}
.earn__item-desc {
  color: #1C1535;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.earn__item-done {
  color: #1C1535;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.earn__item-icon {
  color: #1C1535;
  margin-bottom: 20px;
  max-width: 60px;
  max-height: 60px;
}
.earn__item-title {
  color: #1C1535;
  margin-bottom: 10px;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.earn__item-points {
  color: #1C1535;
  margin-bottom: 15px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.earn__action-button {
  background-color: #4733FF;
  color: #fff;
  border-radius: 9999px;
  border-width: 0px;
  border-color: #4733FF;
  --tw-ring-color: #2511E2;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  flex: none;
  align-self: center;
  display: block;
}
.earn__action-button:hover {
  background-color: #2511E2;
  color: #fff;
  border-color: #4733FF;
}
.earn__card.earn__card--completed {
  background-color: #4733FF;
  color: #fff;
  border-color: #4733FF;
}
.earn__item-unavailable-message {
  color: #1C1535;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.earn__card--completed .earn__item-desc {
  color: #fff;
}
.earn__card--completed .earn__item-done {
  color: #fff;
}
.earn__card--completed .earn__item-icon {
  color: #fff;
}
.earn__card--completed .earn__item-title {
  color: #fff;
}
.earn__card--completed .earn__item-points {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.earn__card--completed .earn__action-button {
  background-color: #2511E2;
  color: #fff;
  border-color: #4733FF;
}
.earn__card--completed .earn__action-button:hover {
  background-color: #2511E2;
  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;
}
.vending-header__title {
  color: #1C1535;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: center;
}
.vending-header__wrapper {
  background-color: #fff;
  height: auto;
}
.vending-header__subtitle {
  color: #1C1535;
  text-align: center;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.vending-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.vending-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.vending-header__content-area {
  grid-area: full;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vending-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.vending-header__attachment__container {
  margin-top: 20px;
}
.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__container__box {
  margin-top: 20px;
}
.vending-header__attachment__line1__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.vending-header__attachment__line1__line {
  color: #4733FF;
  text-align: center;
  justify-content: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: center;
}
.product-vending__area {
  padding-top: 35px;
  padding-bottom: 60px;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(90vw, 1fr));
}
.product-vending__card {
  background-color: #F8F7F5;
  border-radius: 0;
  border-width: 0px;
  border-color: transparent;
}
.product-vending__price {
  margin-bottom: 30px;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
  text-align: center;
}
.product-vending__title {
  margin-bottom: 10px;
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.product-vending__wrapper {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}
.product-vending__buttonbar {
  gap: 8px;
}
.product-vending__card-body {
  padding-top: 30px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
.product-vending__card-image {
  height: 350px;
  border-bottom-width: 0px;
  border-color: transparent;
}
.product-vending__coupon-code {
  border-radius: 9999px;
  border-width: 1px;
  border-color: #1C1535;
  background-color: transparent;
  color: #1C1535;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.product-vending__description {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
}
.product-vending__progressbar {
  background-color: #ebf3ef;
  height: 10px;
}
.product-vending__card.product-vending__card--locked {
  background-color: skinn-navy;
  border-color: transparent;
}
.product-vending__price-points {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
  text-align: center;
}
.product-vending__coupon-copy-done {
  color: #1C1535;
}
.group:hover .product-vending__coupon-copy-icon {
  color: #1C1535;
}
.product-vending__card--locked .product-vending__price {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
  text-align: center;
}
.product-vending__card--locked .product-vending__title {
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.product-vending__coupon-instruction {
  margin-top: 8px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 19.6px;
}
.product-vending__locked-redeem-button {
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: #1C1535;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.product-vending__card--locked .product-vending__card-image {
  border-color: transparent;
}
.product-vending__card--locked .product-vending__price-points {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
  text-align: center;
}
.product-vending__redeem-button__button {
  display: block;
  background-color: #4733FF;
  color: #fff;
  border-radius: 9999px;
  --tw-ring-color: #2511E2;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 1px;
  border-color: #4733FF;
  flex: none;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.product-vending__redeem-button__button:hover {
  background-color: #2511E2;
  color: #fff;
  border-color: #4733FF;
}
.product-vending__add-to-cart-button__button {
  display: block;
  background-color: #4733FF;
  color: #fff;
  border-radius: 9999px;
  --tw-ring-color: #2511E2;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 1px;
  border-color: #4733FF;
  flex: none;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.product-vending__add-to-cart-button__button:hover {
  background-color: #2511E2;
  color: #fff;
  border-color: #4733FF;
}
.voting-header__title {
  color: #fff;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
.voting-header__wrapper {
  background-color: #4733FF;
  height: auto;
}
.voting-header__subtitle {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.voting-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.voting-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.voting-header__content-area {
  grid-area: full;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.voting-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.voting__text-choice {
  display: flex;
  flex-direction: column;
}
.voting__image-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.voting__text-choice-container {
  display: grid;
  column-gap: 16px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(90vw,90vw));
  justify-items: stretch;
  justify-content: center;
  align-items: stretch;
}
.voting__image-choice-container {
  display: grid;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(150px,200px));
  justify-items: stretch;
  justify-content: center;
  align-items: stretch;
}
.voting__text-choice-vote-button {
  margin-top: 24px;
}
.voting__image-choice-vote-button {
  margin-top: 24px;
}
.voting__freeform-answer-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 800px;
  align-self: center;
}
.voting__atlimit__title {
  font-family: var(--theme-font-header-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.6px;
  text-align: center;
}
.voting__atlimit__subtitle {
  font-family: var(--theme-font-body-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 17.84px;
  text-transform: uppercase;
  text-align: center;
}
.voting__image-choice-caption__label {
  margin-top: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voting__question__title {
  color: #1C1535;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
.voting__question__subtitle {
  text-align: center;
}
.voting__question__container {
  margin-bottom: 40px;
}
.voting__question__overtitle {
  text-align: center;
}
.voting__freeform-answer-input__input {
  background-color: #fff;
  border-radius: 8px;
  color: #1C1535;
  border-width: 1px;
  border-color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.voting__freeform-answer-input__input::placeholder {
  color: #1C1535;
}
.voting__thanks__line1 {
  color: #1C1535;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.voting__thanks__line2 {
  color: #1C1535;
  text-align: center;
  margin-top: 20px;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
.voting__thanks__line3 {
  color: #000;
  text-align: center;
}
.voting__thanks__value-pts {
  color: #000;
}
.voting__thanks__next-button__button {
  background-color: #4733FF;
  color: #fff;
  border-radius: 9999px;
  --tw-ring-color: #2511E2;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 1px;
  border-color: #4733FF;
  flex: 1 1 0%;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.voting__thanks__next-button__button:hover {
  background-color: #2511E2;
  color: #fff;
  border-color: #4733FF;
}
.voting__thanks__next-button__buttonbar {
  align-self: stretch;
  text-align: center;
  margin-top: 20px;
}
.voting__content-area {
  grid-area: full;
  padding-top: 40px;
  padding-bottom: 60px;
}
.voting__background-area {
  background-color: #fff;
}
.voting__image-choices-grid__grid {
  display: grid;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(150px,200px));
  justify-items: stretch;
  justify-content: center;
}
.voting__text-choice-caption__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 22.85px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.voting__text-choice-caption__label-text {
  color: #000;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 22.85px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.voting__choice-number__label {
  align-self: center;
  margin-bottom: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voting__vote-button__button {
  background-color: #4733FF;
  color: #fff;
  border-radius: 9999px;
  --tw-ring-color: #2511E2;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 1px;
  border-color: #4733FF;
  flex: 1 1 0%;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.voting__vote-button__button:hover {
  background-color: #2511E2;
  color: #fff;
  border-color: #4733FF;
}
.voting__vote-button__buttonbar {
  align-self: stretch;
  text-align: center;
}
.voting__submit-button__button {
  background-color: #000;
  color: #fff;
  border-radius: 9999px;
  --tw-ring-color: neutral-900;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  flex: 1 1 0%;
  font-size: 16px;
  font-weight: 600;
}
.voting__submit-button__button:hover {
  background-color: neutral-900;
  color: #fff;
}
.voting__submit-button__buttonbar {
  align-self: stretch;
  text-align: center;
}
.voting__image-choice-image__object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.voting__image-choice-image__wrapper {
  flex: 1 1 0%;
  overflow: hidden;
}
.voting__text-choices-grid__grid {
  display: grid;
  column-gap: 16px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(90vw,90vw));
  justify-items: stretch;
  justify-content: center;
}
.faq-header__title {
  color: #1C1535;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
.faq-header__wrapper {
  background-color: #fff;
  height: auto;
}
.faq-header__subtitle {
  color: #1C1535;
  text-align: center;
  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: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.faq-header__content-area {
  grid-area: full;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.faq-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.faq__area {
  padding-top: 0px;
  padding-bottom: 50px;
}
.faq__area > :not([hidden]) ~ :not([hidden]) {
  border-color: #A6A69A;
}
.faq__entry {
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq__answer {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.faq__wrapper {
  background-color: #fff;
  color: #1C1535;
}
.faq__question {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__hero {
  grid-area: xtop;
  display: block;
}
.refer__wrapper {
  background-color: #1C1535;
  color: #fff;
  margin-top: 0px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__disclaimer {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.refer__input-field {
  min-height: 59px;
  color: #989898;
  background-color: #fff;
  border-color: transparent;
  border-radius: 2px;
}
.refer__input-field::placeholder {
  color: #989898;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  line-height: 17px;
}
.refer__input-field::placeholder:disabled {
  color: #989898;
}
.refer__input-field:disabled {
  background-color: #fff;
}
.refer__input-group {
  margin-top: 16px;
  max-width: 500px;
}
.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: 30px;
  padding-bottom: 80px;
}
.refer__header-title {
  color: #fff;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 56px;
}
.refer__input-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  background-color: #4733FF;
  border-radius: 9999px;
}
.refer__input-button:hover {
  color: #fff;
  background-color: #4733FF;
}
.refer__input-section {
  margin-top: 5px;
}
.refer__social-prompt {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-top: 50px;
}
.refer__sign-in-prompt {
  margin-top: 16px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__header-subtitle {
  color: #fff;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__header-overtitle {
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.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 {
  margin-top: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__attachment-copy-link-above__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.refer__attachment-email-above__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
}
.refer__attachment-referrer-email-above__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.refer-intro__area {
  padding-top: 60px;
  padding-bottom: 60px;
}
.refer-intro__wrapper {
  background-color: #4733FF;
}
.refer-intro__item-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
}
.refer-intro__item-title {
  color: #fff;
  margin-bottom: 5px;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.refer-intro__items-grid {
  column-gap: 40px;
  row-gap: 40px;
  grid-template-columns: minmax(min-content, 240px);
}
.refer-intro__header-title {
  color: #fff;
  margin-bottom: 25px;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 56px;
  text-align: center;
}
.refer-intro__item-details {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.refer-intro__item-divider {
  width: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.credits-header__title {
  color: #1C1535;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.credits-header__wrapper {
  background-color: #fff;
  height: auto;
}
.credits-header__subtitle {
  color: #1C1535;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.credits-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.credits-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.credits-header__content-area {
  grid-area: full;
  padding-top: 60px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.credits-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.credits-header__attachment__line1__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.credits-header__attachment__line1__line {
  color: #4733FF;
  text-align: center;
  justify-content: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 1px;
  text-align: center;
}
.credits-header__attachment__line2__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.credits-header__attachment__line2__line {
  color: #1C1535;
  text-align: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.gift-card-header__title {
  color: #1C1535;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
.gift-card-header__wrapper {
  height: auto;
}
.gift-card-header__subtitle {
  color: #1C1535;
  text-align: center;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.gift-card-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.gift-card-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.gift-card-header__content-area {
  grid-area: full;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gift-card-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.vending__area {
  padding-top: 60px;
  padding-bottom: 60px;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(90vw, 1fr));
}
.vending__card {
  background-color: #1C1535;
  border-radius: 0;
  border-color: #e8e8e8;
}
.vending__price {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.vending__title {
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.vending__wrapper {
  background-color: #fff;
}
.vending__buttonbar {
  gap: 8px;
}
.vending__card-body {
  padding-top: 0px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.vending__card-image {
  height: 185px;
  border-color: #e8e8e8;
}
.vending__coupon-code {
  border-radius: 8px;
  border-width: 1px;
  border-color: #ccc;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.vending__description {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
}
.vending__progressbar {
  background-color: #000;
  height: 10px;
}
.vending__card.vending__card--locked {
  border-color: #e8e8e8;
}
.vending__price-points {
  color: #fff;
}
.vending__coupon-copy-done {
  color: #f00;
}
.group:hover .vending__coupon-copy-icon {
  color: #f00;
}
.vending__card--locked .vending__title {
  color: #fff;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.vending__coupon-instruction {
  margin-top: 8px;
  font-size: 12px;
}
.vending__locked-redeem-button {
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.vending__card--locked .vending__card-image {
  border-color: #e8e8e8;
}
.vending__redeem-button__button {
  display: block;
  background-color: #4733FF;
  color: #fff;
  border-radius: 9999px;
  --tw-ring-color: #4733FF;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 0px;
  border-color: #4733FF;
  flex: none;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.vending__redeem-button__button:hover {
  background-color: #4733FF;
  color: #fff;
  border-color: #4733FF;
}
.vending__add-to-cart-button__button {
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  --tw-ring-color: neutral-900;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-width: 0px;
  border-color: #000;
  flex: none;
  font-size: 16px;
  font-weight: 600;
}
.vending__add-to-cart-button__button:hover {
  background-color: neutral-900;
  color: #fff;
  border-color: #000;
}
.referralhistory__wrapper {
  margin-top: 60px;
}
.referralhistory__content-area {
  grid-area: full;
  padding-bottom: 0px;
}
.referralhistory__background-area {
  background-color: #fff;
}
.referralhistory__header__info-label__label {
  text-align: center;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.referralhistory__header__info-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.referralhistory__header__info-grid__grid {
  display: grid;
  grid-auto-flow: column;
  column-gap: 16px;
  row-gap: 4px;
  grid-auto-columns: 150px;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
}
.referralhistory__header__info-value__label {
  text-align: center;
  color: #4733FF;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.referralhistory__header__info-value__label-text {
  color: #4733FF;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.referralhistory__header__container__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px;
}
.referralhistory__header__title__label {
  margin-bottom: 16px;
  text-align: center;
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.referralhistory__header__title__label-text {
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}
.referralhistory__entries__list__box {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  row-gap: 16px;
}
.referralhistory__entries__entry__coupon-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__reward-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__status-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__target-block {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  align-items: start;
}
.referralhistory__entries__entry__target-value__label {
  text-align: left;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__target-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__target-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__target-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.referralhistory__entries__entry__coupon-value__label {
  text-align: left;
  color: #1C1535;
}
.referralhistory__entries__entry__coupon-value__label-text {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__coupon-value__label {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-value__label {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-value__label {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__coupon-value__label-text {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-value__label-text {
  color: #1C1535;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-value__label-text {
  color: #1C1535;
}
.referralhistory__entries__entry__coupon-label__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__coupon-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__coupon-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__coupon-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__reward-label__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__reward-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__reward-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__reward-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__container__box {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: 2px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  column-gap: 16px;
  row-gap: 16px;
  background-color: #fff;
  border-width: 1px;
  border-color: #A6A69A;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--pending.referralhistory__entries__entry__container__box {
  background-color: #fff;
  border-width: 1px;
  border-color: #A6A69A;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--approved.referralhistory__entries__entry__container__box {
  background-color: #FBF7EB;
  border-width: 1px;
  border-color: transparent;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--rejected.referralhistory__entries__entry__container__box {
  background-color: #fff;
  border-width: 1px;
  border-color: #A6A69A;
  min-height: 80px;
}
.referralhistory__entries__entry__status-label__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__status-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__status-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-label__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__status-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-label__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__status-value__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__status-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__status-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__status-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__target-pending-status-value__label {
  text-align: left;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__target-pending-status-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-pending-status-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-pending-status-value__label {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__entries__entry__reward-value__label {
  text-align: left;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__reward-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__reward-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-value__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--pending .referralhistory__entries__entry__reward-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-value__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
}
.faq-header__title {
  color: #1C1535;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
.faq-header__wrapper {
  background-color: #fff;
  height: auto;
}
.faq-header__subtitle {
  color: #1C1535;
  text-align: center;
  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: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.faq-header__content-area {
  grid-area: full;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.faq-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.faq__area {
  padding-top: 0px;
  padding-bottom: 50px;
}
.faq__area > :not([hidden]) ~ :not([hidden]) {
  border-color: #A6A69A;
}
.faq__entry {
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq__answer {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.faq__wrapper {
  background-color: #fff;
  color: #1C1535;
}
.faq__question {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.login__message {
  color: ylw-black;
}
.login__container {
  background-color: ylw-beige;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.login__input-field:focus {
  --tw-ring-color: ylw-black;
}
.login__submit-button {
  background-color: ylw-black;
  color: #fff;
}
.login__submit-button:hover {
  background-color: ylw-black;
}
.login__submit-button:focus-visible {
  outline-color: ylw-black;
}
.login__message.login__message--error {
  color: ylw-black;
}
.login__resend-code-button {
  color: ylw-black;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.login__resend-code-button:hover {
  color: ylw-black;
}
.login__resend-code-button:focus-visible {
  outline-color: ylw-black;
}
.login__container__box {
  background-color: ylw-beige;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  background-color: ylw-beige;
}
.login__field-label__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: spritz-drkblue;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.login__field-label__label-text {
  color: spritz-drkblue;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.login__title__label {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: ylw-black;
  font-family: var(--theme-font-header-family);
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}
.login__title__label-text {
  color: ylw-black;
  font-family: var(--theme-font-header-family);
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}
.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__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: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 58.94px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  text-align: center;
}
.history__title__label-text {
  color: #1C1535;
  font-family: var(--theme-font-header-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 58.94px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  text-align: center;
}
.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: #4733FF;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.history__item__category__label-text {
  background-color: #4733FF;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__category__label {
  background-color: #4733FF;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__category__label-text {
  background-color: #4733FF;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.history__item__date__label {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__date__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__change--with-coupon.history__item__date__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__change--with-coupon.history__item__date__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__comment__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__comment__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__change--with-coupon.history__item__comment__label {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__change--with-coupon.history__item__comment__label-text {
  color: #1C1535;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.history__item__expiration__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__empty__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.history__empty__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}
.generic-popup-close__icon {
  color: #000;
}
.generic-popup-close__button {
  padding: 20px;
}
.messagepopup__message {
  color: #1C1535;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.messagepopup__container {
  background-color: #fff;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.messagepopup__error-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__success-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__bottom-close-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: neutral-900;
  font-size: 16px;
  font-weight: 600;
}
.messagepopup__bottom-close-button__button:hover {
  background-color: neutral-900;
  color: #fff;
}
.messagepopup__cta-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: neutral-900;
  font-size: 16px;
  font-weight: 600;
}
.messagepopup__cta-button__button:hover {
  background-color: neutral-900;
  color: #fff;
}
.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;
}
.generic-popup-close__icon {
  color: #000;
}
.generic-popup-close__button {
  padding: 20px;
}
.login__message {
  color: ylw-black;
}
.login__container {
  background-color: ylw-beige;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.login__input-field:focus {
  --tw-ring-color: ylw-black;
}
.login__submit-button {
  background-color: ylw-black;
  color: #fff;
}
.login__submit-button:hover {
  background-color: ylw-black;
}
.login__submit-button:focus-visible {
  outline-color: ylw-black;
}
.login__message.login__message--error {
  color: ylw-black;
}
.login__resend-code-button {
  color: ylw-black;
  font-family: var(--theme-font-body-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.login__resend-code-button:hover {
  color: ylw-black;
}
.login__resend-code-button:focus-visible {
  outline-color: ylw-black;
}
.login__title__label {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: ylw-black;
  font-family: var(--theme-font-header-family);
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}
.login__title__label-text {
  color: ylw-black;
  font-family: var(--theme-font-header-family);
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}
.login__container__box {
  background-color: ylw-beige;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  background-color: ylw-beige;
}
.login__field-label__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: spritz-drkblue;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.login__field-label__label-text {
  color: spritz-drkblue;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 640px) {
  .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;
  }
  .refer__hero {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .refer__content-area {
    grid-area: left;
    padding-top: 80px;
    padding-left: 40px;
    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;
  }
  .buyer-intro__items-grid {
    grid-template-columns: repeat(3, minmax(min-content, 240px));
  }
  .bc2i-refer__hero {
    grid-area: xleft;
    display: block;
    height: 100%;
  }
  .bc2i-refer__content-area {
    grid-area: right;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 80px;
  }
  .bc2i-refer__input-button.bc2i-refer__input-button--solo {
    max-width: fit-content;
  }
  .bc2i-refer__input-group-with-button-button.bc2i-refer__input-group-with-button-button--solo {
    max-width: fit-content;
  }
  .seller-intro__items-grid {
    grid-template-columns: repeat(3, minmax(min-content, 240px));
  }
  .credits-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .credits-header__content-area {
    grid-area: left;
  }
  .credits-header__content-area.credits-header__content-area--no-hero {
    grid-area: full;
  }
  .gift-card-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .gift-card-header__content-area {
    grid-area: left;
  }
  .gift-card-header__content-area.gift-card-header__content-area--no-hero {
    grid-area: full;
  }
  .vending__area {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .vending__card-image {
    height: 185px;
  }
  .referralhistory__entries__list__box {
    row-gap: 24px;
  }
  .referralhistory__entries__entry__coupon-block {
    min-width: 90px;
  }
  .referralhistory__entries__entry__reward-block {
    min-width: 90px;
  }
  .referralhistory__entries__entry__status-block {
    min-width: 90px;
  }
  .referralhistory__entries__entry__container__box {
    flex-direction: row;
    align-items: center;
    column-gap: 32px;
  }
  .referralhistory__header__info-grid__grid {
    column-gap: 30px;
    row-gap: 8px;
    grid-auto-columns: 200px;
  }
  .referralhistory__content-area {
    grid-area: full;
  }
  .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;
  }
  .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;
  }
  .multiusertriggerlink__hero-area {
    grid-area: xleft;
    display: block;
    height: 100%;
  }
  .multiusertriggerlink__content-area {
    grid-area: right;
  }
  .multiusertriggerlink__content__buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin-top: 32px;
  }
  .multiusertriggerlink__content__buttonbar__button {
    flex: 0 1 auto;
  }
  .multiusertriggerlink__content__buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin-top: 32px;
  }
  .banner__header-attachment-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .banner__header-attachment-buttonbar__button {
    flex: 0 1 auto;
  }
  .banner__header-attachment-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .mobile-banner__header-attachment-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .mobile-banner__header-attachment-buttonbar__button {
    flex: 0 1 auto;
  }
  .mobile-banner__header-attachment-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .intro__items-grid {
    grid-template-columns: repeat(3, minmax(min-content, 240px));
  }
  .refer__hero {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .refer__content-area {
    grid-area: left;
    padding-top: 80px;
    padding-left: 40px;
    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;
  }
  .referralhistory__content-area {
    grid-area: full;
  }
  .referralhistory__header__info-grid__grid {
    column-gap: 30px;
    row-gap: 8px;
    grid-auto-columns: 200px;
  }
  .referralhistory__entries__entry__coupon-block {
    min-width: 90px;
  }
  .referralhistory__entries__entry__reward-block {
    min-width: 90px;
  }
  .referralhistory__entries__entry__status-block {
    min-width: 90px;
  }
  .referralhistory__entries__entry__container__box {
    flex-direction: row;
    align-items: center;
    column-gap: 32px;
  }
  .referralhistory__entries__list__box {
    row-gap: 24px;
  }
  .overview__hero {
    height: auto;
  }
  .overview__points-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin-top: 10px;
  }
  .overview__points-buttonbar__button {
    flex: 0 1 auto;
  }
  .overview__points-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin-top: 10px;
  }
  .redeem__content-area {
    grid-area: full;
  }
  .redeem__background-area {
    border-radius: 0;
  }
  .gift-card-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .gift-card-header__content-area {
    grid-area: left;
  }
  .gift-card-header__content-area.gift-card-header__content-area--no-hero {
    grid-area: full;
  }
  .vending__area {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .vending__card-image {
    height: 185px;
  }
  .earn-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .earn-header__content-area {
    grid-area: left;
  }
  .earn-header__content-area.earn-header__content-area--no-hero {
    grid-area: full;
  }
  .earn__area {
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .earn__card {
    padding-left: 24px;
    padding-right: 24px;
  }
  .earn__input {
    padding-left: 20px;
    padding-right: 20px;
  }
  .earn__item-icon {
    max-width: 70px;
    max-height: 70px;
  }
  .earn__action-button {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .earn__item-pass__input {
    padding-left: 20px;
    padding-right: 20px;
  }
  .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;
  }
  .product-vending__area {
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .product-vending__card-image {
    height: 350px;
  }
  .product-vending__add-to-cart-button__button {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .voting-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .voting-header__content-area {
    grid-area: left;
  }
  .voting-header__content-area.voting-header__content-area--no-hero {
    grid-area: full;
  }
  .voting__text-choice-container {
    column-gap: 24px;
    row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px,280px));
  }
  .voting__image-choice-container {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(350px,500px));
  }
  .voting__thanks__next-button__buttonbar {
    align-self: center;
    text-align: center;
  }
  .voting__content-area {
    grid-area: xfull;
    padding-left: 80px;
    padding-right: 80px;
  }
  .voting__image-choices-grid__grid {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(350px,500px));
  }
  .voting__vote-button__buttonbar {
    align-self: center;
    text-align: center;
  }
  .voting__submit-button__buttonbar {
    align-self: center;
    text-align: center;
  }
  .voting__text-choices-grid__grid {
    column-gap: 24px;
    row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px,280px));
  }
  .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;
  }
  .refer__hero {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .refer__content-area {
    grid-area: left;
    padding-top: 80px;
    padding-left: 40px;
    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;
  }
  .refer-intro__items-grid {
    grid-template-columns: repeat(3, minmax(min-content, 240px));
  }
  .credits-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .credits-header__content-area {
    grid-area: left;
  }
  .credits-header__content-area.credits-header__content-area--no-hero {
    grid-area: full;
  }
  .gift-card-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .gift-card-header__content-area {
    grid-area: left;
  }
  .gift-card-header__content-area.gift-card-header__content-area--no-hero {
    grid-area: full;
  }
  .vending__area {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .vending__card-image {
    height: 185px;
  }
  .referralhistory__content-area {
    grid-area: full;
  }
  .referralhistory__header__info-grid__grid {
    column-gap: 30px;
    row-gap: 8px;
    grid-auto-columns: 200px;
  }
  .referralhistory__entries__list__box {
    row-gap: 24px;
  }
  .referralhistory__entries__entry__coupon-block {
    min-width: 90px;
  }
  .referralhistory__entries__entry__reward-block {
    min-width: 90px;
  }
  .referralhistory__entries__entry__status-block {
    min-width: 90px;
  }
  .referralhistory__entries__entry__container__box {
    flex-direction: row;
    align-items: center;
    column-gap: 32px;
  }
  .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;
  }
  .login__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .login__container__box {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .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;
  }
  .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;
  }
  .login__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .login__container__box {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media not all and (min-width: 640px) {
  .history__last-cell {
    margin-bottom: 32px;
  }
  .history__item__comment__label {
    text-align: left;
    justify-content: start;
  }
  .history__item__date__label {
    text-align: left;
    justify-content: start;
  }
  .refer__hero {
    height: 250px;
  }
  .bc2i-refer__hero {
    height: 250px;
  }
  .referrallink__hero-area {
    height: 285px;
  }
  .multiusertriggerlink__hero-area {
    height: 200px;
  }
  .refer__hero {
    height: 250px;
    height: 250px;
  }
  .history__last-cell {
    margin-bottom: 32px;
  }
  .history__item__date__label {
    text-align: left;
    justify-content: start;
  }
  .history__item__comment__label {
    text-align: left;
    justify-content: start;
  }
}
@media (min-width: 450px) {
  .refer__social-grid {
    justify-content: start;
  }
  .bc2i-refer__social-grid {
    justify-content: start;
  }
  .refer__social-grid {
    justify-content: start;
    justify-content: start;
  }
}
@media (min-width: 1024px) {
  .referrallink__content__line5__container {
    flex-direction: row;
    align-items: stretch;
  }
}
