.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: 5px;
}
.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: #175069;
  color: #EFE8DA;
  height: 0px;
  border-radius: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #175069;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex: none;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}
.cartredemption__redeem-button:hover {
  border-color: #175069;
}
.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-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.cartredemption__message-panel.cartredemption__message-panel--disabled {
  margin-left: auto;
  margin-right: auto;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.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__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: 5px;
  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;
}
.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: 5px;
  color: #000;
  border-width: 1px;
  border-color: #B0B0B0;
  font-size: 16px;
  line-height: 1;
}
.multiusertriggerlink__content__email-input__input::placeholder {
  color: #ACACAC;
}
.logged-in-banner__area {
  align-items: center;
  justify-content: center;
}
.logged-in-banner__line3 {
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.logged-in-banner__line4 {
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.logged-in-banner__title {
  color: #fff;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.logged-in-banner__video {
  flex: 1 1 0%;
}
.logged-in-banner__wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 650px;
  min-height: 329px;
}
.logged-in-banner__subtitle {
  color: #fff;
  text-align: center;
  margin-top: 0px;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.logged-in-banner__background {
  background: center, no-repeat 50% 20%/cover;
}
.logged-in-banner__header-attachment-middle__container {
  margin-top: 24px;
}
.logged-in-banner__header-attachment-middle__container__box {
  margin-top: 24px;
}
.logged-in-banner__header-attachment-middle__line2__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.logged-in-banner__header-attachment-middle__line2__line {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
}
.logged-in-banner__header-attachment-middle__line2__tier {
  color: #175069;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.logged-in-banner__header-attachment-middle__line2__membersince {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.logged-in-banner__header-attachment-middle__line2__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.logged-in-banner__header-attachment-middle__line2__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.logged-in-banner__header-attachment-middle__line3__progressbar {
  height: 3px;
  border-radius: 9999px;
  background-color: #dcdcdc;
  margin-top: 0px;
}
.logged-in-banner__header-attachment-middle__line3__curtier-name {
  color: #175069;
}
.logged-in-banner__header-attachment-middle__line3__nexttier-gap {
  background-color: transparent;
  color: #175069;
  border-color: #e8e8e8;
  border-radius: 5px;
  height: 44px;
  margin-top: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.logged-in-banner__header-attachment-middle__line3__nexttier-gap-name {
  color: #175069;
}
.logged-in-banner__header-attachment-middle__line3__progressbar-filled {
  height: 3px;
  border-radius: 9999px;
  background-color: #175069;
}
.logged-in-banner__header-attachment-middle__line4__progressbar {
  height: 8px;
  border-radius: 9999px;
  background-color: #dcdcdc;
  margin-top: 12px;
}
.logged-in-banner__header-attachment-middle__line4__curtier-name {
  color: #175069;
}
.logged-in-banner__header-attachment-middle__line4__nexttier-gap {
  background-color: transparent;
  color: #175069;
  border-color: #e8e8e8;
  border-radius: 5px;
  height: 44px;
  margin-top: 0px;
}
.logged-in-banner__header-attachment-middle__line4__nexttier-gap-name {
  color: #175069;
}
.logged-in-banner__header-attachment-middle__line4__progressbar-filled {
  height: 8px;
  border-radius: 9999px;
  background-color: #175069;
}
.logged-in-banner__header-attachment-middle__line1__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  justify-self: start;
}
.logged-in-banner__header-attachment-middle__line1__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  justify-self: start;
}
.logged-in-banner__header-attachment-bottom__line2__pts {
  color: #175069;
}
.logged-in-banner__header-attachment-bottom__line2__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.logged-in-banner__header-attachment-bottom__line2__line {
  margin-bottom: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logged-in-banner__header-attachment-bottom__line2__tier {
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.logged-in-banner__header-attachment-bottom__line2__amount {
  color: #175069;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.logged-in-banner__header-attachment-bottom__line2__membersince {
  color: #175069;
}
.logged-in-banner__header-attachment-bottom__line2__label {
  margin-bottom: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #175069;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.logged-in-banner__header-attachment-bottom__line2__label-text {
  color: #175069;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.logged-in-banner__header-attachment-bottom__line1__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  justify-self: start;
}
.logged-in-banner__header-attachment-bottom__line1__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  justify-self: start;
}
.logged-in-banner__header-attachment-bottom__line3__pts {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.logged-in-banner__header-attachment-bottom__line3__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.logged-in-banner__header-attachment-bottom__line3__line {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logged-in-banner__header-attachment-bottom__line3__amount {
  color: #175069;
}
.logged-in-banner__header-attachment-bottom__line3__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
}
.logged-in-banner__header-attachment-bottom__line3__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
}
.logged-out-banner__area {
  align-items: center;
  justify-content: center;
}
.logged-out-banner__line3 {
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.logged-out-banner__line4 {
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1.000rem;
}
.logged-out-banner__title {
  color: #fff;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}
.logged-out-banner__video {
  flex: 1 1 0%;
}
.logged-out-banner__wrapper {
  height: 400px;
}
.logged-out-banner__subtitle {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.logged-out-banner__background {
  background: center, no-repeat 50% 50%/cover;
}
.logged-out-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;
}
.logged-out-banner__header-attachment-buttonbar__buttonbar:empty {
  display: none;
  display: none;
}
.signin-header__title {
  color: #175069;
  text-align: left;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
}
.signin-header__wrapper {
  background-color: #EFE8DA;
  height: 320px;
}
.signin-header__subtitle {
  color: #175069;
  text-align: left;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.signin-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.signin-header__overtitle {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.signin-header__content-area {
  grid-area: full;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.signin-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.signin-header__attachment__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;
}
.signin-header__attachment__buttonbar:empty {
  display: none;
  display: none;
}
.signin-header__attachment__button1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #175069;
  color: #EFE8DA;
  --tw-ring-color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  margin-top: 12px;
}
.signin-header__attachment__button1__button:hover {
  background-color: #175069;
  color: #EFE8DA;
}
.intro__area {
  padding-top: 60px;
  padding-bottom: 80px;
}
.intro__wrapper {
  background-color: #EFE8DA;
}
.intro__item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.intro__item-title {
  color: #175069;
  margin-bottom: 0px;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
}
.intro__items-grid {
  column-gap: 60px;
  row-gap: 25px;
  grid-template-columns: minmax(min-content, 180px);
}
.intro__header-title {
  color: #175069;
  margin-bottom: 55px;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.intro__item-details {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.intro__item-divider {
  width: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.signinbanner__area {
  padding-top: 40px;
  padding-bottom: 40px;
}
.signinbanner__message {
  color: #175069;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.signinbanner__wrapper {
  background-color: #EFE8DA;
}
.signinbanner__buttonbar {
  column-gap: 8px;
  row-gap: 20px;
}
.signinbanner__signin-button {
  background-color: #175069;
  color: #fff;
  border-radius: 0;
  --tw-ring-color: #175069;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}
.signinbanner__signin-button:hover {
  background-color: #175069;
  color: #fff;
}
.signinbanner__signup-button {
  background-color: #175069;
  color: #fff;
  border-radius: 0;
  --tw-ring-color: #175069;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}
.signinbanner__signup-button:hover {
  background-color: #175069;
  color: #fff;
}
.overview__area {
  padding-top: 50px;
  padding-bottom: 40px;
  align-items: start;
  justify-content: start;
  background-color: #fff;
}
.overview__hero {
  height: 350px;
}
.overview__tier-area {
  padding-top: 50px;
  padding-bottom: 40px;
  align-items: start;
  justify-content: start;
  border-color: transparent;
}
.overview__background {
  background-color: transparent;
}
.overview__xtier-area {
  border-top-width: 0px;
  border-color: transparent;
}
.overview__membersince {
  color: #175069;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.overview__progressbar {
  height: 3px;
  border-radius: 9999px;
  background-color: #dcdcdc;
  margin-top: 0px;
}
.overview__curtier-name {
  display: flex;
  flex-direction: row;
  color: #175069;
  font-family: var(--theme-font-header-family);
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}
.overview__nexttier-gap {
  background-color: transparent;
  color: #175069;
  border-color: transparent;
  border-width: 0px;
  border-radius: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  margin-top: 24px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.overview__curtier-title {
  color: #175069;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-color: #e8e8e8;
  border-bottom-width: 1px;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  text-align: center;
}
.overview__membersince-value {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.overview__nexttier-gap-name {
  color: #175069;
}
.overview__nexttier-gap-value {
  color: #175069;
}
.overview__point-balance-body {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.overview__progressbar-filled {
  height: 3px;
  border-radius: 9999px;
  background-color: #175069;
}
.overview__monetary-balance-body {
  color: #175069;
  margin-bottom: 10px;
  font-family: var(--theme-font-header-family);
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}
.overview__monetary-balance-title {
  color: #175069;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-color: #e8e8e8;
  border-bottom-width: 1px;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  text-align: center;
}
.overview__point-balance-body-icon {
  color: #175069;
}
.overview__point-balance-body-value {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.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;
}
.overview__curtier-subtitle__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.redeem__content-area {
  grid-area: full;
  padding-top: 60px;
  padding-bottom: 60px;
}
.redeem__background-area {
  background-color: #fff;
}
.redeem__header__line3__pts {
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: center;
}
.redeem__header__line3__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.redeem__header__line3__line {
  border-radius: 100px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.redeem__header__line3__amount {
  color: #000;
}
.redeem__header__line3__label {
  border-radius: 100px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: m-light-pink;
  border-color: m-light-pink;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
}
.redeem__header__line3__label-text {
  background-color: m-light-pink;
  border-color: m-light-pink;
  color: #000;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
}
.redeem__header__line2__label {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.redeem__header__line2__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.redeem__header__line1__label {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #175069;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.redeem__header__line1__label-text {
  color: #175069;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.redeem__selector__slider-input {
  height: 4px;
  border-radius: 9999px;
  background-color: #dcdcdc;
  color: #000;
  accent-color: #000;
}
.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: #175069;
  border-radius: 5px;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: center;
}
.redeem__selector__slider-points-number {
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: center;
}
.redeem__actionpanel__buttonbar {
  gap: 20px;
}
.redeem__actionpanel__redeem-button {
  background-color: #175069;
  color: #EFE8DA;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px;
  --tw-ring-color: #175069;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 0px;
  border-color: #175069;
}
.redeem__actionpanel__redeem-button:hover {
  background-color: #175069;
  color: #EFE8DA;
}
.redeem__actionpanel__slider-amount {
  color: #175069;
  font-family: var(--theme-font-header-family);
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}
.redeem__actionpanel__applytosub-button {
  background-color: #175069;
  color: #EFE8DA;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px;
  --tw-ring-color: #175069;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 0px;
  border-color: #175069;
}
.redeem__actionpanel__applytosub-button:disabled {
  background-color: #175069;
  color: #EFE8DA;
}
.redeem__actionpanel__applytosub-button:enabled:hover {
  background-color: #175069;
  color: #EFE8DA;
}
.redeem__actionpanel__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.redeem__actionpanel__coupon__container {
  border-radius: 0px;
  border-color: #175069;
  color: #175069;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.redeem__actionpanel__coupon__copy-done {
  color: #175069;
}
.group:hover .redeem__actionpanel__coupon__copy-icon {
  color: #175069;
}
.earn-header__title {
  color: #175069;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.earn-header__wrapper {
  background-color: #fff;
  height: auto;
}
.earn-header__subtitle {
  color: #175069;
  text-align: center;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  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: 40px;
  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: 60px;
  column-gap: 5px;
  row-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.earn__card {
  background-color: #EAD6B4;
  color: #000;
  border-radius: 0;
  border-width: 2px;
  border-color: m-white;
  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: #175069;
  border-color: #175069;
  border-width: 1px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.earn__input::placeholder {
  color: #000;
}
.earn__input:focus {
  --tw-ring-color: #175069;
}
.earn__wrapper {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}
.earn__item-desc {
  color: #000;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.earn__item-done {
  color: #000;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.earn__item-icon {
  color: m-red;
  margin-bottom: 8px;
  max-width: 200px;
  max-height: 60px;
}
.earn__item-title {
  color: #000;
  margin-bottom: 8px;
  font-family: var(--theme-font-header-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}
.earn__item-points {
  color: #000;
  margin-bottom: 12px;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: center;
}
.earn__action-button {
  background-color: #175069;
  color: #EFE8DA;
  border-radius: 0px;
  border-width: 0px;
  border-color: #175069;
  --tw-ring-color: #175069;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  flex: none;
  align-self: center;
  display: block;
}
.earn__action-button:hover {
  background-color: #175069;
  color: #EFE8DA;
  border-color: #175069;
}
.earn__card.earn__card--completed {
  background-color: m-dark-pink;
  color: #fff;
  border-color: plb-pink;
}
.earn__polling-pending-message {
  font-size: 13px;
  text-align: center;
  line-height: 1.375;
}
.earn__item-unavailable-message {
  color: #000;
  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-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: center;
}
.earn__card--completed .earn__action-button {
  background-color: #175069;
  color: #EFE8DA;
  border-color: #175069;
}
.earn__card--completed .earn__action-button:hover {
  background-color: #175069;
  color: #EFE8DA;
}
.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;
}
.tiers__tier-grid {
  display: grid;
  column-gap: 8px;
  grid-auto-columns: 220px;
  grid-template-rows: minmax(200px,auto);
  justify-items: stretch;
  grid-auto-flow: column;
}
.tiers__content-area {
  grid-area: xfull;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  padding-right: 12px;
}
.tiers__background-area {
  background-color: #EFE8DA;
}
.tiers__card__container {
  display: grid;
  grid-template-rows: auto 1fr;
}
.tiers__card__body__list {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
}
.tiers__card__body__style-2__label {
  text-align: left;
  justify-content: start;
  color: #EFE8DA;
  font-family: var(--theme-font-extra-family);
  font-size: 10.7px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
}
.tiers__card__body__style-2__label-text {
  color: #EFE8DA;
  font-family: var(--theme-font-extra-family);
  font-size: 10.7px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  list-style: none;
}
.tiers__card__container--current .tiers__card__body__style-2__label {
  color: #175069;
}
.tiers__card__container--current .tiers__card__body__style-2__label-text {
  color: #175069;
  list-style: none;
}
.tiers__card__body__style-4__label {
  text-align: left;
  justify-content: start;
  font-family: var(--theme-font-extra-family);
  font-size: 10.7px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
}
.tiers__card__body__style-4__label-text {
  font-family: var(--theme-font-extra-family);
  font-size: 10.7px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  list-style: none;
}
.tiers__card__container--current .tiers__card__body__style-4__label-text {
  list-style: none;
}
.tiers__card__body__style-3__label {
  text-align: left;
  justify-content: start;
  color: #EFE8DA;
  font-family: var(--theme-font-extra-family);
  font-size: 10.7px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
}
.tiers__card__body__style-3__label-text {
  color: #EFE8DA;
  font-family: var(--theme-font-extra-family);
  font-size: 10.7px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  list-style: none;
}
.tiers__card__container--current .tiers__card__body__style-3__label {
  color: #175069;
}
.tiers__card__container--current .tiers__card__body__style-3__label-text {
  color: #175069;
  list-style: none;
}
.tiers__card__body__style-5__label {
  text-align: left;
  justify-content: start;
  font-size: 14px;
}
.tiers__card__body__style-5__label-text {
  font-size: 14px;
  list-style: none;
}
.tiers__card__container--current .tiers__card__body__style-5__label-text {
  list-style: none;
}
.tiers__card__body__container__box {
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 24px;
  padding-left: 14px;
  padding-right: 14px;
}
.tiers__card__body__style-1__label {
  text-align: left;
  justify-content: start;
  color: #EFE8DA;
  font-family: var(--theme-font-body-family);
  font-size: 10.7px;
  font-weight: 500;
  line-height: 16px;
}
.tiers__card__body__style-1__label-text {
  color: #EFE8DA;
  font-family: var(--theme-font-body-family);
  font-size: 10.7px;
  font-weight: 500;
  line-height: 16px;
  list-style: none;
}
.tiers__card__container--current .tiers__card__body__style-1__label {
  color: #175069;
}
.tiers__card__container--current .tiers__card__body__style-1__label-text {
  color: #175069;
  list-style: none;
}
.tiers__card__container__box {
  border-radius: 0;
  background-color: #175069;
  border-width: 0px;
  border-color: transparent;
}
.tiers__card__container--current.tiers__card__container__box {
  background-color: #EAD6B4;
}
.tiers__card__header__container__box {
  border-radius: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.tiers__card__header__icon__object {
  max-width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  object-fit: cover;
}
.tiers__card__header__name__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EFE8DA;
  font-family: var(--theme-font-extra-family);
  font-size: 22.5px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.56px;
}
.tiers__card__header__name__label-text {
  color: #EFE8DA;
  font-family: var(--theme-font-extra-family);
  font-size: 22.5px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.56px;
}
.tiers__card__container--current .tiers__card__header__name__label {
  color: #175069;
  font-family: var(--theme-font-extra-family);
  font-size: 22.5px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.56px;
}
.tiers__card__container--current .tiers__card__header__name__label-text {
  color: #175069;
  font-family: var(--theme-font-extra-family);
  font-size: 22.5px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.56px;
}
.tiers__card__header__threshold__label {
  margin-top: 4px;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EFE8DA;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.tiers__card__header__threshold__label-text {
  color: #EFE8DA;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.tiers__card__container--current .tiers__card__header__threshold__label {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.tiers__card__container--current .tiers__card__header__threshold__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
}
.tiers__grid__grid {
  display: grid;
  column-gap: 8px;
  grid-auto-columns: 220px;
  grid-template-rows: minmax(200px,auto);
  justify-items: stretch;
  grid-auto-flow: column;
}
.desktop-shuttle-custom-image__content-area {
  grid-area: full;
}
.desktop-shuttle-custom-image__banner__object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.desktop-shuttle-custom-image__banner__wrapper {
  align-self: center;
  overflow: hidden;
}
.mobile-shuttle-custom-image__content-area {
  grid-area: xfull;
}
.mobile-shuttle-custom-image__banner__object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mobile-shuttle-custom-image__banner__wrapper {
  align-self: center;
  overflow: hidden;
}
.retailer-card-header__title {
  color: #175069;
  text-align: left;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
}
.retailer-card-header__wrapper {
  background-color: #EAD6B4;
  height: 320px;
}
.retailer-card-header__subtitle {
  color: #175069;
  text-align: left;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.retailer-card-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.retailer-card-header__overtitle {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.retailer-card-header__content-area {
  grid-area: full;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.retailer-card-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.retailer-card-header__attachment__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.retailer-card-header__attachment__line {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.retailer-card-header__attachment__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #175069;
  color: #EFE8DA;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: center;
}
.retailer-card-header__attachment__label-text {
  background-color: #175069;
  color: #EFE8DA;
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: center;
}
.desktop-retailer-cards-custom-image__content-area {
  grid-area: full;
}
.desktop-retailer-cards-custom-image__background-area {
  background-color: #EAD6B4;
}
.desktop-retailer-cards-custom-image__banner__object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.desktop-retailer-cards-custom-image__banner__wrapper {
  align-self: center;
  overflow: hidden;
  background-color: #EAD6B4;
  color: #EAD6B4;
  border-color: #EAD6B4;
}
.mobile-retailer-cards-custom-image__content-area {
  grid-area: full;
}
.mobile-retailer-cards-custom-image__background-area {
  background-color: #EAD6B4;
}
.mobile-retailer-cards-custom-image__banner__object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mobile-retailer-cards-custom-image__banner__wrapper {
  align-self: center;
  overflow: hidden;
}
.retailer-cards-vending__area {
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.retailer-cards-vending__card {
  border-color: #e8e8e8;
}
.retailer-cards-vending__price {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.retailer-cards-vending__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.retailer-cards-vending__buttonbar {
  gap: 8px;
}
.retailer-cards-vending__card-body {
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.retailer-cards-vending__card-image {
  height: 240px;
  border-color: #e8e8e8;
}
.retailer-cards-vending__coupon-code {
  border-radius: 5px;
  border-width: 1px;
  border-color: #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.retailer-cards-vending__description {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1;
}
.retailer-cards-vending__progressbar {
  background-color: #000;
  height: 10px;
}
.retailer-cards-vending__card.retailer-cards-vending__card--locked {
  border-color: #e8e8e8;
}
.retailer-cards-vending__coupon-copy-done {
  color: #f00;
}
.group:hover .retailer-cards-vending__coupon-copy-icon {
  color: #f00;
}
.retailer-cards-vending__coupon-instruction {
  margin-top: 8px;
  font-size: 12px;
}
.retailer-cards-vending__locked-redeem-button {
  border-radius: 5px;
  border-width: 1px;
  border-color: #ccc;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.retailer-cards-vending__card--locked .retailer-cards-vending__card-image {
  border-color: #e8e8e8;
}
.retailer-cards-vending__redeem-button__button {
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  --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;
}
.retailer-cards-vending__redeem-button__button:hover {
  background-color: neutral-900;
  color: #fff;
  border-color: #000;
}
.retailer-cards-vending__add-to-cart-button__button {
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  --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;
}
.retailer-cards-vending__add-to-cart-button__button:hover {
  background-color: neutral-900;
  color: #fff;
  border-color: #000;
}
.gift-card-header__title {
  color: #175069;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.gift-card-header__wrapper {
  background-color: #EAD6B4;
  height: auto;
}
.gift-card-header__subtitle {
  color: #175069;
  text-align: center;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  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%;
}
.gift-cards-vending__area {
  padding-bottom: 48px;
  column-gap: 4px;
  row-gap: 4px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.gift-cards-vending__card {
  background-color: #EFE8DA;
  border-color: #e8e8e8;
}
.gift-cards-vending__price {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.gift-cards-vending__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.gift-cards-vending__wrapper {
  background-color: #EAD6B4;
}
.gift-cards-vending__buttonbar {
  gap: 8px;
}
.gift-cards-vending__card-body {
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.gift-cards-vending__card-image {
  height: 200px;
  border-color: #e8e8e8;
}
.gift-cards-vending__coupon-code {
  border-radius: 0;
  border-width: 1px;
  border-color: #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.gift-cards-vending__description {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1;
}
.gift-cards-vending__progressbar {
  background-color: #000;
  height: 10px;
}
.gift-cards-vending__card.gift-cards-vending__card--locked {
  border-color: #e8e8e8;
}
.gift-cards-vending__coupon-copy-done {
  color: #f00;
}
.group:hover .gift-cards-vending__coupon-copy-icon {
  color: #f00;
}
.gift-cards-vending__card--locked .gift-cards-vending__title {
  font-family: var(--theme-font-body-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
}
.gift-cards-vending__coupon-instruction {
  margin-top: 8px;
  font-size: 12px;
}
.gift-cards-vending__locked-redeem-button {
  border-radius: 0;
  border-width: 1px;
  border-color: #ccc;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.gift-cards-vending__card--locked .gift-cards-vending__card-image {
  border-color: #e8e8e8;
}
.gift-cards-vending__add-to-cart-button__button {
  display: block;
  background-color: #175069;
  color: #EFE8DA;
  border-radius: 0;
  --tw-ring-color: #175069;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-width: 0px;
  border-color: #175069;
  flex: none;
  margin-top: 10px;
}
.gift-cards-vending__add-to-cart-button__button:hover {
  background-color: #175069;
  color: #EFE8DA;
  border-color: #175069;
}
.gift-cards-vending__redeem-button__button {
  display: block;
  background-color: #175069;
  color: #EFE8DA;
  border-radius: 0;
  --tw-ring-color: #175069;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 0px;
  border-color: #175069;
  flex: none;
  font-family: var(--theme-font-body-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.gift-cards-vending__redeem-button__button:hover {
  background-color: #175069;
  color: #EFE8DA;
  border-color: #175069;
}
.faq-header__title {
  color: #175069;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.faq-header__wrapper {
  background-color: #EFE8DA;
  margin-top: 0px;
  height: auto;
}
.faq-header__subtitle {
  color: #175069;
  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: #175069;
}
.faq__entry {
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq__answer {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.faq__wrapper {
  background-color: #EFE8DA;
  color: #175069;
}
.faq__question {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.faq__question:hover {
  color: #175069;
}
.group\/details[open] .faq__question {
  color: #175069;
}
.login__message {
  color: rgb(220, 38, 38);
}
.login__container {
  background-color: aku-gray;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.login__input-field:focus {
  --tw-ring-color: aku-yellow;
}
.login__submit-button {
  background-color: aku-yellow;
  color: #000;
}
.login__submit-button:hover {
  background-color: aku-yellow;
}
.login__submit-button:focus-visible {
  outline-color: aku-yellow;
}
.login__message.login__message--error {
  color: rgb(220, 38, 38);
}
.login__resend-code-button {
  color: aku-yellow;
  font-weight: 600;
  font-size: 14px;
}
.login__resend-code-button:hover {
  color: aku-yellow;
}
.login__resend-code-button:focus-visible {
  outline-color: aku-yellow;
}
.login__title__label {
  margin-bottom: 0px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
}
.login__title__label-text {
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
}
.login__field-label__label {
  border-radius: 9999px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: rgb(23 23 23);
  font-size: 14px;
  line-height: 24px;
}
.login__field-label__label-text {
  color: rgb(23 23 23);
  font-size: 14px;
  line-height: 24px;
}
.login__container__box {
  background-color: aku-gray;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: aku-gray;
}
.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: 5px;
  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: m-dark-pink;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__category__label-text {
  background-color: m-dark-pink;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__category__label {
  background-color: m-dark-pink;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__category__label-text {
  background-color: m-dark-pink;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__date__label {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__date__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__date__label {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__date__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__comment__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.history__item__comment__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__comment__label {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__comment__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.history__item__expiration__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__container__box {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.history__empty__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 19px;
  line-height: 30.4px;
  text-align: center;
}
.history__empty__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 19px;
  line-height: 30.4px;
  text-align: center;
}
.history__title__label {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #175069;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.history__title__label-text {
  color: #175069;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.messagepopup__message {
  color: #175069;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.messagepopup__container {
  background-color: #fff;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.messagepopup__copy-done {
  color: neutral-900;
}
.group:hover .messagepopup__copy-icon {
  color: neutral-900;
}
.messagepopup__error-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__coupon-code {
  border-radius: 5px;
  border-color: #dcdcdc;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.messagepopup__success-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__coupon-container {
  margin-top: 16px;
  margin-bottom: 16px;
}
.messagepopup__cta-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  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__bottom-close-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  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__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;
}
.generic-popup-close__icon {
  color: #000;
}
.generic-popup-close__button {
  padding: 20px;
}
.history__grid {
  row-gap: 12px;
  align-items: center;
}
.history__container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.history__empty__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 19px;
  line-height: 30.4px;
  text-align: center;
}
.history__empty__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 19px;
  line-height: 30.4px;
  text-align: center;
}
.history__item__coupon-confirmation {
  padding-right: 16px;
  color: #fff;
}
.history__item__comment__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.history__item__comment__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__comment__label {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.history__item__change--with-coupon.history__item__comment__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.history__item__date__label {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__date__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__date__label {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__date__label-text {
  color: #175069;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__expiration__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__item__category__label {
  border-radius: 5px;
  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: m-dark-pink;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__category__label-text {
  background-color: m-dark-pink;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__category__label {
  background-color: m-dark-pink;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__category__label-text {
  background-color: m-dark-pink;
  border-width: 0px;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  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: #175069;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.history__title__label-text {
  color: #175069;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
.generic-popup-close__icon {
  color: #000;
}
.generic-popup-close__button {
  padding: 20px;
}
.messagepopup__message {
  color: #175069;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.messagepopup__container {
  background-color: #fff;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.messagepopup__copy-done {
  color: neutral-900;
}
.group:hover .messagepopup__copy-icon {
  color: neutral-900;
}
.messagepopup__error-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__coupon-code {
  border-radius: 5px;
  border-color: #dcdcdc;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.messagepopup__success-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__coupon-container {
  margin-top: 16px;
  margin-bottom: 16px;
}
.messagepopup__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__bottom-close-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  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__buttons-container__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.messagepopup__cta-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  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__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;
}
.generic-popup-close__icon {
  color: #000;
}
.generic-popup-close__button {
  padding: 20px;
}
.login__message {
  color: rgb(220, 38, 38);
}
.login__container {
  background-color: aku-gray;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.login__input-field:focus {
  --tw-ring-color: aku-yellow;
}
.login__submit-button {
  background-color: aku-yellow;
  color: #000;
}
.login__submit-button:focus-visible {
  outline-color: aku-yellow;
}
.login__submit-button:hover {
  background-color: aku-yellow;
}
.login__message.login__message--error {
  color: rgb(220, 38, 38);
}
.login__resend-code-button {
  color: aku-yellow;
  font-weight: 600;
  font-size: 14px;
}
.login__resend-code-button:hover {
  color: aku-yellow;
}
.login__resend-code-button:focus-visible {
  outline-color: aku-yellow;
}
.login__field-label__label {
  border-radius: 9999px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: rgb(23 23 23);
  font-size: 14px;
  line-height: 24px;
}
.login__field-label__label-text {
  color: rgb(23 23 23);
  font-size: 14px;
  line-height: 24px;
}
.login__title__label {
  margin-bottom: 0px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
}
.login__title__label-text {
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
}
.login__container__box {
  background-color: aku-gray;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: aku-gray;
}
@media (min-width: 640px) {
  .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;
  }
  .logged-in-banner__area {
    align-items: center;
    justify-content: center;
  }
  .logged-in-banner__title {
    font-size: 35px;
    line-height: 40px;
  }
  .logged-in-banner__subtitle {
    font-size: 35px;
    line-height: 40px;
  }
  .logged-in-banner__background {
    border-radius: 0;
  }
  .logged-in-banner__header-attachment-middle__line2__tier {
    font-size: 35px;
    line-height: 40px;
  }
  .logged-in-banner__header-attachment-bottom__line2__tier {
    font-size: 35px;
    line-height: 40px;
  }
  .logged-in-banner__header-attachment-bottom__line2__amount {
    font-size: 35px;
    line-height: 40px;
  }
  .logged-in-banner__header-attachment-bottom__line2__label {
    font-size: 35px;
    line-height: 40px;
  }
  .logged-in-banner__header-attachment-bottom__line2__label-text {
    font-size: 35px;
    line-height: 40px;
  }
  .logged-out-banner__header-attachment-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .logged-out-banner__header-attachment-buttonbar__button {
    flex: 0 1 auto;
  }
  .logged-out-banner__header-attachment-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .signin-header__title {
    font-size: 35px;
    line-height: 40px;
  }
  .signin-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .signin-header__content-area {
    grid-area: left;
  }
  .signin-header__content-area.signin-header__content-area--no-hero {
    grid-area: full;
  }
  .signin-header__attachment__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .signin-header__attachment__button {
    flex: 0 1 auto;
  }
  .signin-header__attachment__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .signin-header__attachment__button1__button {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .intro__items-grid {
    grid-template-columns: repeat(3, minmax(min-content, 240px));
  }
  .intro__header-title {
    font-size: 35px;
    line-height: 40px;
  }
  .overview__area {
    padding-left: 80px;
    padding-right: 20px;
  }
  .overview__hero {
    height: auto;
  }
  .overview__tier-area {
    padding-left: 80px;
    padding-right: 20px;
    border-left-width: 0px;
  }
  .overview__background {
    border-radius: 0;
  }
  .overview__points-buttonbar__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    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: start;
    margin-top: 32px;
  }
  .redeem__content-area {
    grid-area: full;
  }
  .redeem__background-area {
    border-radius: 0;
  }
  .redeem__header__line1__label {
    font-size: 35px;
    line-height: 40px;
  }
  .redeem__header__line1__label-text {
    font-size: 35px;
    line-height: 40px;
  }
  .earn-header__title {
    font-size: 35px;
    line-height: 40px;
  }
  .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: 8px;
    row-gap: 8px;
    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-height: 70px;
  }
  .earn__action-button {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .earn__item-pass__input {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tiers__tier-grid {
    column-gap: 8px;
    grid-auto-columns: 1fr;
    grid-template-rows: minmax(150px,auto);
  }
  .tiers__content-area {
    grid-area: full;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .tiers__card__container {
    grid-template-rows: auto 1fr;
  }
  .tiers__grid__grid {
    column-gap: 8px;
    grid-auto-columns: 1fr;
    grid-template-rows: minmax(150px,auto);
  }
  .desktop-shuttle-custom-image__content-area {
    grid-area: xfull;
  }
  .mobile-shuttle-custom-image__content-area {
    grid-area: xfull;
  }
  .retailer-card-header__title {
    font-size: 35px;
    line-height: 40px;
  }
  .retailer-card-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .retailer-card-header__content-area {
    grid-area: left;
  }
  .retailer-card-header__content-area.retailer-card-header__content-area--no-hero {
    grid-area: full;
  }
  .desktop-retailer-cards-custom-image__content-area {
    grid-area: full;
  }
  .mobile-retailer-cards-custom-image__content-area {
    grid-area: full;
  }
  .retailer-cards-vending__area {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .retailer-cards-vending__card-image {
    height: 310px;
  }
  .gift-card-header__title {
    font-size: 35px;
    line-height: 40px;
  }
  .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;
  }
  .gift-cards-vending__area {
    column-gap: 8px;
    row-gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .gift-cards-vending__card-image {
    height: 150px;
  }
  .gift-cards-vending__coupon-code {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gift-cards-vending__locked-redeem-button {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gift-cards-vending__redeem-button__button {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .faq-header__title {
    font-size: 35px;
    line-height: 40px;
  }
  .faq-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .faq-header__content-area {
    grid-area: left;
  }
  .faq-header__content-area.faq-header__content-area--no-hero {
    grid-area: full;
  }
  .login__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .login__title__label {
    font-size: 24px;
  }
  .login__title__label-text {
    font-size: 24px;
  }
  .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;
  }
  .history__title__label {
    font-size: 35px;
    line-height: 40px;
  }
  .history__title__label-text {
    font-size: 35px;
    line-height: 40px;
  }
  .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;
  }
  .history__title__label {
    font-size: 35px;
    line-height: 40px;
  }
  .history__title__label-text {
    font-size: 35px;
    line-height: 40px;
  }
  .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__title__label {
    font-size: 24px;
  }
  .login__title__label-text {
    font-size: 24px;
  }
  .login__container__box {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media not all and (min-width: 640px) {
  .multiusertriggerlink__hero-area {
    height: 200px;
  }
  .logged-in-banner__header-attachment-middle__line2__line {
    text-align: left;
    justify-content: start;
  }
  .logged-in-banner__header-attachment-middle__line2__label {
    text-align: left;
    justify-content: start;
  }
  .tiers__tier-grid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tiers__grid__grid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .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__comment__label {
    text-align: left;
    justify-content: start;
  }
  .history__item__date__label {
    text-align: left;
    justify-content: start;
  }
}
