.messagepopup__message {
  color: #666666;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 17.6px;
  line-height: 27.2px;
  text-align: center;
}
.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__cta-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  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__bottom-close-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  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__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__success-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: 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;
}
.cartredemption__logo {
  display: block;
  max-width: 200px;
}
.cartredemption__widget {
  display: block !important;
  max-width: 576px;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  border-width: 0px;
  border-style: solid;
  border-radius: 6px;
}
.cartredemption__input-field {
  width: 0;
  min-width: 50px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff;
  color: hl-black;
  border-radius: 0;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: lowercase;
}
.cartredemption__amounts-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  row-gap: 8px;
  align-items: baseline;
}
.cartredemption__logo.cartredemption__logo--enabled {
  margin-right: auto;
  margin-bottom: 20px;
}
.cartredemption__message-panel {
  max-width: max-content;
}
.cartredemption__redeem-amount {
  color: hl-black;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: lowercase;
}
.cartredemption__redeem-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  background-color: #C5D92D;
  color: #6C873E;
  height: 0px;
  border-radius: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 15px;
  padding-bottom: 15px;
  flex: none;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14.3px;
  line-height: 19.53px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 8px;
}
.cartredemption__redeem-button:hover {
  border-color: transparent;
}
.cartredemption__redeem-points {
  color: hl-black;
  text-align: right;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: lowercase;
}
.cartredemption__logo.cartredemption__logo--disabled {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.cartredemption__available-amount {
  color: hl-black;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: lowercase;
}
.cartredemption__available-points {
  color: hl-black;
  text-align: right;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: lowercase;
}
.cartredemption__redeem-amount-value {
  color: hl-black;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: lowercase;
}
.cartredemption__redeem-points-value {
  color: hl-black;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: lowercase;
}
.cartredemption__available-amount-value {
  color: hl-black;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: lowercase;
}
.cartredemption__available-points-value {
  color: hl-black;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: lowercase;
}
.cartredemption__message-panel.cartredemption__message-panel--enabled {
  margin-left: auto;
  margin-right: auto;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 17.6px;
  line-height: 27.2px;
  text-align: center;
}
.cartredemption__message-panel.cartredemption__message-panel--disabled {
  margin-left: auto;
  margin-right: auto;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 17.6px;
  line-height: 27.2px;
  text-align: center;
}
.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-weight: 400;
  font-size: 39px;
  line-height: 44.3px;
}
.banner__video {
  flex: 1 1 0%;
}
.banner__wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 45vw;
  min-height: 329px;
}
.banner__subtitle {
  color: #fff;
  text-align: left;
  margin-top: 8px;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 17.6px;
  line-height: 24.04px;
}
.banner__background {
  background: center, no-repeat 50% 50%/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;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.banner__header-attachment-buttonbar__buttonbar:empty {
  display: none;
  display: none;
}
.mobile-banner__area {
  align-items: start;
  justify-content: center;
}
.mobile-banner__line3 {
  text-align: left;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.mobile-banner__line4 {
  text-align: left;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.mobile-banner__title {
  color: #fff;
  text-align: left;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 39px;
  line-height: 44.3px;
}
.mobile-banner__video {
  flex: 1 1 0%;
}
.mobile-banner__wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 130vw;
  min-height: 329px;
}
.mobile-banner__subtitle {
  color: #fff;
  text-align: left;
  margin-top: 8px;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 17.6px;
  line-height: 24.04px;
}
.mobile-banner__background {
  background: center, no-repeat 50% 50%/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;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.mobile-banner__header-attachment-buttonbar__buttonbar:empty {
  display: none;
  display: none;
}
.signinbanner__area {
  padding-top: 30px;
  padding-bottom: 30px;
}
.signinbanner__message {
  color: #666666;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 17.6px;
  line-height: 27.2px;
  text-align: center;
}
.signinbanner__wrapper {
  background-color: #F7F5F0;
}
.signinbanner__buttonbar {
  column-gap: 20px;
  row-gap: 20px;
  align-self: center;
}
.signinbanner__signin-button {
  background-color: #C5D92D;
  color: #6C873E;
  border-radius: 11px;
  --tw-ring-color: #C5D92D;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 0px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14.3px;
  line-height: 19.53px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
}
.signinbanner__signin-button:hover {
  background-color: #C5D92D;
  color: #6C873E;
}
.signinbanner__signup-button {
  background-color: #C5D92D;
  color: #6C873E;
  border-radius: 11px;
  --tw-ring-color: #C5D92D;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 0px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14.3px;
  line-height: 19.53px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
}
.signinbanner__signup-button:hover {
  background-color: #C5D92D;
  color: #6C873E;
}
.shopbanner__area {
  padding-top: 30px;
  padding-bottom: 50px;
}
.shopbanner__message {
  color: #666666;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 17.6px;
  line-height: 27.2px;
  text-align: center;
}
.shopbanner__wrapper {
  background-color: #F7F5F0;
}
.shopbanner__buttonbar {
  column-gap: 20px;
  row-gap: 20px;
  align-self: center;
}
.shopbanner__shop-button {
  background-color: #C5D92D;
  color: #6C873E;
  border-radius: 11px;
  --tw-ring-color: #C5D92D;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14.3px;
  line-height: 19.53px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
  border-width: 0px;
}
.shopbanner__shop-button:hover {
  background-color: #C5D92D;
  color: #6C873E;
}
.shopbanner__history-button {
  background-color: #C5D92D;
  color: #6C873E;
  border-radius: 11px;
  --tw-ring-color: #C5D92D;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14.3px;
  line-height: 19.53px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
  border-width: 0px;
}
.shopbanner__history-button:hover {
  background-color: #C5D92D;
  color: #6C873E;
}
.intro__area {
  padding-top: 30px;
  padding-bottom: 80px;
}
.intro__wrapper {
  background-color: #fff;
}
.intro__item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.intro__item-title {
  color: #6C873E;
  margin-bottom: 10px;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 25px;
  line-height: 40.3px;
  letter-spacing: 0.6px;
  text-align: center;
}
.intro__items-grid {
  column-gap: 60px;
  row-gap: 25px;
  grid-template-columns: minmax(min-content, 180px);
}
.intro__header-title {
  color: #6C873E;
  margin-bottom: 55px;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 31px;
  line-height: 35.22px;
  letter-spacing: 0.6px;
  text-align: center;
}
.intro__item-details {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 17.6px;
  line-height: 27.2px;
  text-align: center;
}
.intro__item-divider {
  width: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.overview__area {
  padding-top: 50px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: start;
  background-color: #F7F5F0;
}
.overview__hero {
  height: 350px;
}
.overview__tier-area {
  padding-top: 50px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: start;
  border-color: transparent;
}
.overview__background {
  background-color: #fff;
}
.overview__xtier-area {
  border-top-width: 0px;
  border-color: transparent;
}
.overview__membersince {
  color: #666666;
  margin-top: 10px;
}
.overview__progressbar {
  height: 8px;
  border-radius: 9999px;
  background-color: #dcdcdc;
  margin-top: 24px;
}
.overview__curtier-name {
  display: flex;
  flex-direction: row;
  color: #000;
}
.overview__nexttier-gap {
  background-color: transparent;
  color: #000;
  border-color: transparent;
  border-width: 0px;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  margin-top: 24px;
}
.overview__curtier-title {
  color: #666666;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-color: #000;
  border-bottom-width: 1px;
}
.overview__membersince-value {
  color: #000;
}
.overview__nexttier-gap-name {
  color: #000;
}
.overview__nexttier-gap-value {
  color: #000;
}
.overview__point-balance-body {
  color: #6C873E;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 39px;
  line-height: 44.3px;
}
.overview__progressbar-filled {
  height: 8px;
  border-radius: 9999px;
  background-color: #000;
}
.overview__monetary-balance-body {
  color: #6C873E;
  margin-bottom: 10px;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 39px;
  line-height: 44.3px;
}
.overview__monetary-balance-title {
  color: #666666;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-color: #666666;
  border-bottom-width: 1px;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 17.6px;
  line-height: 24.04px;
  text-transform: capitalize;
}
.overview__point-balance-body-icon {
  color: #666666;
}
.overview__point-balance-body-value {
  color: #6C873E;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 39px;
  line-height: 44.3px;
}
.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: center;
  justify-content: stretch;
  margin-top: 20px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: center;
  justify-content: stretch;
  margin-top: 20px;
}
.overview__points-buttonbar__buttonbar:empty {
  display: none;
  display: none;
}
.earn-header__title {
  color: #6C873E;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 31px;
  line-height: 35.22px;
  letter-spacing: 0.6px;
  text-align: center;
}
.earn-header__wrapper {
  background-color: #fff;
  height: auto;
}
.earn-header__subtitle {
  color: #666666;
  text-align: center;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 17.6px;
  line-height: 27.2px;
  text-align: center;
}
.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-bottom: 80px;
  column-gap: 5px;
  row-gap: 13px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.earn__card {
  background-color: #F7F5F0;
  color: #6C873E;
  border-radius: 0;
  border-width: 1px;
  border-color: transparent;
  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: #6C873E;
  border-color: transparent;
  border-width: 1px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.earn__input:focus {
  --tw-ring-color: transparent;
}
.earn__input::placeholder {
  color: #6C873E;
}
.earn__wrapper {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}
.earn__item-desc {
  color: #6C873E;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.earn__item-done {
  color: #6C873E;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.earn__item-icon {
  color: #6C873E;
  margin-bottom: 20px;
  max-width: 60px;
  max-height: 60px;
}
.earn__item-title {
  color: #6C873E;
  margin-bottom: 10px;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 25px;
  line-height: 40.3px;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: capitalize;
}
.earn__item-points {
  color: #666666;
  margin-bottom: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 17.6px;
  line-height: 27.2px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}
.earn__action-button {
  background-color: #C5D92D;
  color: #6C873E;
  border-radius: 11px;
  border-width: 0px;
  border-color: transparent;
  --tw-ring-color: #C5D92D;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14.3px;
  line-height: 19.53px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  align-self: center;
  display: block;
}
.earn__action-button:hover {
  background-color: #C5D92D;
  color: #6C873E;
  border-color: transparent;
}
.earn__card.earn__card--completed {
  background-color: #C5D92D;
  color: #fff;
  border-color: transparent;
}
.earn__item-unavailable-message {
  color: #6C873E;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.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: 600;
  font-size: 17.6px;
  line-height: 27.2px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}
.earn__card--completed .earn__action-button {
  background-color: #fff;
  color: ss-grey;
  border-color: transparent;
}
.earn__card--completed .earn__action-button:hover {
  background-color: #fff;
  color: ss-grey;
}
.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;
}
.earn__optin-checkbox__container {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.vending-header__title {
  color: #6C873E;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 31px;
  line-height: 35.22px;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: capitalize;
}
.vending-header__wrapper {
  background-color: #F7F5F0;
  height: auto;
}
.vending-header__subtitle {
  color: #666666;
  text-align: center;
  margin-top: 15px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 17.6px;
  line-height: 27.2px;
  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: 50px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vending-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.vending-header__attachment__line2__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.vending-header__attachment__line2__line {
  text-align: left;
  justify-content: start;
}
.vending-header__attachment__line1__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.vending-header__attachment__line1__line {
  color: #666666;
  margin-top: 20px;
  text-align: left;
  justify-content: start;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 17.6px;
  line-height: 27.2px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}
.vending__area {
  padding-top: 35px;
  padding-bottom: 80px;
  column-gap: 5px;
  row-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.vending__card {
  background-color: #fff;
  border-radius: 10px;
  border-width: 1px;
  border-color: transparent;
}
.vending__price {
  margin-bottom: 45px;
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 17.6px;
  line-height: 27.2px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  text-align: center;
}
.vending__title {
  margin-bottom: 10px;
  color: #6C873E;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0.6px;
  text-align: center;
}
.vending__wrapper {
  background-color: #F7F5F0;
  margin-top: 0px;
  margin-bottom: 0px;
}
.vending__buttonbar {
  gap: 8px;
}
.vending__card-body {
  padding-top: 30px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
.vending__card-image {
  height: 175px;
  border-bottom-width: 0px;
  border-color: transparent;
}
.vending__coupon-code {
  border-radius: 10px;
  border-width: 1px;
  border-color: #6C873E;
  background-color: transparent;
  color: #666666;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
}
.vending__description {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
}
.vending__progressbar {
  background-color: #325E4D;
  height: 10px;
}
.vending__card.vending__card--locked {
  background-color: #fff;
  border-color: transparent;
}
.vending__price-points {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 17.6px;
  line-height: 27.2px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  text-align: center;
}
.vending__coupon-copy-done {
  color: #666666;
}
.group:hover .vending__coupon-copy-icon {
  color: #666666;
}
.vending__card--locked .vending__price {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 17.6px;
  line-height: 27.2px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  text-align: center;
}
.vending__card--locked .vending__title {
  color: #6C873E;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0.6px;
  text-align: center;
}
.vending__coupon-instruction {
  margin-top: 8px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  width: 200px;
}
.vending__locked-redeem-button {
  border-radius: 11px;
  border-width: 0px;
  border-color: transparent;
  background-color: #C5D92D;
  color: #6C873E;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14.3px;
  line-height: 19.53px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
}
.vending__card--locked .vending__card-image {
  border-color: transparent;
}
.vending__card--locked .vending__price-points {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 17.6px;
  line-height: 27.2px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  text-align: center;
}
.vending__redeem-button__button {
  display: block;
  background-color: #C5D92D;
  color: #6C873E;
  border-radius: 11px;
  --tw-ring-color: #C5D92D;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 0px;
  border-color: transparent;
  flex: none;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14.3px;
  line-height: 19.53px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
}
.vending__redeem-button__button:hover {
  background-color: #C5D92D;
  color: #6C873E;
  border-color: transparent;
}
.vending__add-to-cart-button__button {
  display: block;
  background-color: #C5D92D;
  color: #6C873E;
  border-radius: 11px;
  --tw-ring-color: #C5D92D;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 0px;
  border-color: transparent;
  flex: none;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14.3px;
  line-height: 19.53px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
}
.vending__add-to-cart-button__button:hover {
  background-color: #C5D92D;
  color: #6C873E;
  border-color: transparent;
}
.voting-header__title {
  color: #6C873E;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 31px;
  line-height: 35.22px;
  letter-spacing: 0.6px;
  text-align: center;
}
.voting-header__wrapper {
  background-color: #fff;
  height: auto;
}
.voting-header__subtitle {
  color: #666666;
  text-align: center;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 17.6px;
  line-height: 27.2px;
  text-align: center;
}
.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: 0px;
  padding-bottom: 60px;
  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: 16px;
  grid-template-columns: repeat(auto-fit, minmax(150px,200px));
  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__question__title {
  color: #666666;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 25px;
  line-height: 40.3px;
  letter-spacing: 0.6px;
  text-align: center;
}
.voting__question__subtitle {
  text-align: center;
}
.voting__question__container {
  margin-bottom: 40px;
}
.voting__question__overtitle {
  text-align: center;
}
.voting__text-choice-caption__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 26.88px;
  text-transform: uppercase;
}
.voting__text-choice-caption__label-text {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 26.88px;
  text-transform: uppercase;
}
.voting__image-choice-caption__label {
  margin-top: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voting__freeform-answer-input__input {
  background-color: #fff;
  border-radius: 6px;
  color: #000;
  border-width: 1px;
  border-color: #B0B0B0;
  font-size: 16px;
  line-height: 1;
}
.voting__freeform-answer-input__input::placeholder {
  color: #ACACAC;
}
.voting__content-area {
  grid-area: full;
  padding-bottom: 60px;
}
.voting__background-area {
  background-color: #fff;
}
.voting__thanks__line1 {
  color: #000;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
}
.voting__thanks__line2 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-family: var(--theme-font-header-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 35.57px;
  text-transform: uppercase;
  text-align: center;
}
.voting__thanks__line3 {
  color: #000;
  text-align: center;
}
.voting__thanks__value-pts {
  color: #000;
}
.voting__thanks__next-button__button {
  background-color: #C5D92D;
  color: #6C873E;
  border-radius: 11px;
  --tw-ring-color: #C5D92D;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 0px;
  border-color: transparent;
  flex: 1 1 0%;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14.3px;
  line-height: 19.53px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
}
.voting__thanks__next-button__button:hover {
  background-color: #C5D92D;
  color: #6C873E;
  border-color: transparent;
}
.voting__thanks__next-button__buttonbar {
  align-self: stretch;
  text-align: center;
  margin-top: 20px;
}
.voting__vote-button__button {
  background-color: #C5D92D;
  color: #6C873E;
  border-radius: 11px;
  --tw-ring-color: #C5D92D;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 0px;
  border-color: transparent;
  flex: 1 1 0%;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14.3px;
  line-height: 19.53px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
}
.voting__vote-button__button:hover {
  background-color: #C5D92D;
  color: #6C873E;
  border-color: transparent;
}
.voting__vote-button__buttonbar {
  align-self: stretch;
  text-align: center;
}
.voting__text-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__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__choice-number__label {
  align-self: center;
  margin-bottom: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: 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__atlimit__title {
  color: #000;
}
.voting__atlimit__subtitle {
  color: #000;
}
.voting__submit-button__button {
  background-color: #C5D92D;
  color: #6C873E;
  border-radius: 11px;
  --tw-ring-color: #C5D92D;
  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: #C5D92D;
  color: #6C873E;
}
.voting__submit-button__buttonbar {
  align-self: stretch;
  text-align: center;
}
.faq-header__title {
  color: #6C873E;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 31px;
  line-height: 35.22px;
  letter-spacing: 0.6px;
  text-align: center;
}
.faq-header__wrapper {
  background-color: #fff;
  margin-top: 0px;
  height: auto;
}
.faq-header__subtitle {
  color: #666666;
  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: 40px;
  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: #000;
}
.faq__entry {
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq__answer {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 17.6px;
  line-height: 27.2px;
  text-align: center;
}
.faq__wrapper {
  background-color: #fff;
  color: #666666;
}
.faq__question {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 600;
  font-size: 17.6px;
  line-height: 24.04px;
}
.history__grid {
  row-gap: 12px;
  align-items: center;
}
.history__container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.history__empty__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
}
.history__empty__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
}
.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: #6C873E;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 31px;
  line-height: 35.22px;
  letter-spacing: 0.6px;
  text-align: center;
}
.history__title__label-text {
  color: #6C873E;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 31px;
  line-height: 35.22px;
  letter-spacing: 0.6px;
  text-align: center;
}
.history__item__change-expired {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change-expires {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__coupon-confirmation {
  padding-right: 16px;
  color: #fff;
}
.history__item__category__label {
  border-radius: 11px;
  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: #F7F5F0;
  border-width: 0px;
  color: #6C873E;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__category__label-text {
  background-color: #F7F5F0;
  border-width: 0px;
  color: #6C873E;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__category__label {
  background-color: #F7F5F0;
  border-width: 0px;
  color: #6C873E;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__category__label-text {
  background-color: #F7F5F0;
  border-width: 0px;
  color: #6C873E;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__expiration__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__item__date__label {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__date__label-text {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__date__label {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__date__label-text {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__comment__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__comment__label-text {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__comment__label {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__comment__label-text {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.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: 16px;
  grid-template-columns: repeat(auto-fit, minmax(150px,200px));
  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 {
  color: #000;
}
.voting__atlimit__subtitle {
  color: #000;
}
.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__content-area {
  grid-area: full;
  padding-bottom: 60px;
}
.voting__background-area {
  background-color: #fff;
}
.voting__image-choice-caption__label {
  margin-top: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: #C5D92D;
  color: #6C873E;
  border-radius: 11px;
  --tw-ring-color: #C5D92D;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 0px;
  border-color: transparent;
  flex: 1 1 0%;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14.3px;
  line-height: 19.53px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
}
.voting__vote-button__button:hover {
  background-color: #C5D92D;
  color: #6C873E;
  border-color: transparent;
}
.voting__vote-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__thanks__line1 {
  color: #000;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
}
.voting__thanks__line2 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-family: var(--theme-font-header-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 35.57px;
  text-transform: uppercase;
  text-align: center;
}
.voting__thanks__line3 {
  color: #000;
  text-align: center;
}
.voting__thanks__value-pts {
  color: #000;
}
.voting__thanks__next-button__button {
  background-color: #C5D92D;
  color: #6C873E;
  border-radius: 11px;
  --tw-ring-color: #C5D92D;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 0px;
  border-color: transparent;
  flex: 1 1 0%;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14.3px;
  line-height: 19.53px;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
}
.voting__thanks__next-button__button:hover {
  background-color: #C5D92D;
  color: #6C873E;
  border-color: transparent;
}
.voting__thanks__next-button__buttonbar {
  align-self: stretch;
  text-align: center;
  margin-top: 20px;
}
.voting__question__title {
  color: #666666;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 25px;
  line-height: 40.3px;
  letter-spacing: 0.6px;
  text-align: center;
}
.voting__question__subtitle {
  text-align: center;
}
.voting__question__container {
  margin-bottom: 40px;
}
.voting__question__overtitle {
  text-align: center;
}
.voting__text-choice-caption__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 26.88px;
  text-transform: uppercase;
}
.voting__text-choice-caption__label-text {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 26.88px;
  text-transform: uppercase;
}
.voting__freeform-answer-input__input {
  background-color: #fff;
  border-radius: 6px;
  color: #000;
  border-width: 1px;
  border-color: #B0B0B0;
  font-size: 16px;
  line-height: 1;
}
.voting__freeform-answer-input__input::placeholder {
  color: #ACACAC;
}
.voting__submit-button__button {
  background-color: #C5D92D;
  color: #6C873E;
  border-radius: 11px;
  --tw-ring-color: #C5D92D;
  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: #C5D92D;
  color: #6C873E;
}
.voting__submit-button__buttonbar {
  align-self: stretch;
  text-align: center;
}
.voting__text-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;
}
.generic-popup-close__icon {
  color: #000;
}
.generic-popup-close__button {
  padding: 20px;
}
.messagepopup__message {
  color: #666666;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 17.6px;
  line-height: 27.2px;
  text-align: center;
}
.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__success-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messagepopup__bottom-close-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  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__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__cta-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  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;
}
.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__title__label {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #6C873E;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 31px;
  line-height: 35.22px;
  letter-spacing: 0.6px;
  text-align: center;
}
.history__title__label-text {
  color: #6C873E;
  font-family: var(--theme-font-header-family);
  font-weight: 400;
  font-size: 31px;
  line-height: 35.22px;
  letter-spacing: 0.6px;
  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: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
}
.history__empty__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
}
.history__container__box {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.history__item__change-expired {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change-expires {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__coupon-confirmation {
  padding-right: 16px;
  color: #fff;
}
.history__item__expiration__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__item__date__label {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__date__label-text {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__date__label {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__date__label-text {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__category__label {
  border-radius: 11px;
  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: #F7F5F0;
  border-width: 0px;
  color: #6C873E;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__category__label-text {
  background-color: #F7F5F0;
  border-width: 0px;
  color: #6C873E;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__category__label {
  background-color: #F7F5F0;
  border-width: 0px;
  color: #6C873E;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__category__label-text {
  background-color: #F7F5F0;
  border-width: 0px;
  color: #6C873E;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__comment__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__comment__label-text {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__comment__label {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__comment__label-text {
  color: #666666;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
@media (min-width: 640px) {
  .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;
  }
  .banner__area {
    padding-left: 0px;
    justify-content: center;
  }
  .banner__background {
    border-radius: 0;
  }
  .banner__header-attachment-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .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: center;
  }
  .mobile-banner__area {
    padding-left: 0px;
    justify-content: center;
  }
  .mobile-banner__background {
    border-radius: 0;
  }
  .mobile-banner__header-attachment-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .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: center;
  }
  .intro__items-grid {
    grid-template-columns: repeat(3, minmax(min-content, 240px));
  }
  .overview__area {
    padding-left: 40px;
    padding-right: 40px;
  }
  .overview__hero {
    height: auto;
  }
  .overview__tier-area {
    padding-left: 80px;
    padding-right: 20px;
    border-left-width: 0px;
  }
  .overview__background {
    border-radius: 0;
  }
  .overview__points-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
  }
  .overview__points-buttonbar__button {
    flex: 0 1 auto;
  }
  .overview__points-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
  }
  .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(350px, 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: 24px;
    padding-right: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .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;
  }
  .vending__area {
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  }
  .vending__card-image {
    height: 400px;
  }
  .vending__add-to-cart-button__button {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .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: 24px;
    grid-template-columns: repeat(auto-fit, minmax(350px,200px));
  }
  .voting__image-choice-container {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(350px,500px));
  }
  .voting__content-area {
    grid-area: xfull;
    padding-left: 80px;
    padding-right: 80px;
  }
  .voting__thanks__next-button__buttonbar {
    align-self: center;
    text-align: center;
  }
  .voting__vote-button__buttonbar {
    align-self: center;
    text-align: center;
  }
  .voting__text-choices-grid__grid {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(350px,200px));
  }
  .voting__image-choices-grid__grid {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(350px,500px));
  }
  .voting__submit-button__buttonbar {
    align-self: center;
    text-align: center;
  }
  .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;
  }
  .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;
  }
  .voting__text-choice-container {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(350px,200px));
  }
  .voting__image-choice-container {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(350px,500px));
  }
  .voting__image-choices-grid__grid {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(350px,500px));
  }
  .voting__content-area {
    grid-area: xfull;
    padding-left: 80px;
    padding-right: 80px;
  }
  .voting__vote-button__buttonbar {
    align-self: center;
    text-align: center;
  }
  .voting__thanks__next-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: 24px;
    grid-template-columns: repeat(auto-fit, minmax(350px,200px));
  }
  .messagepopup__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .messagepopup__button {
    flex: 0 1 auto;
  }
  .messagepopup__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .history__grid {
    gap: 32px;
    grid-template-columns: 1fr minmax(min-content,30%) 1fr 1fr;
  }
  .history__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .history__container__box {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media not all and (min-width: 640px) {
  .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;
  }
  .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;
  }
}
