.messagepopup__message {
  color: #444444;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  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: 4px;
  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__buttons-container__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.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: 4px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000;
  color: #fff;
  --tw-ring-color: neutral-900;
  font-size: 16px;
  font-weight: 600;
}
.messagepopup__bottom-close-button__button:hover {
  background-color: neutral-900;
  color: #fff;
}
.messagepopup__cta-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  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__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.messagepopup__buttonbar:empty {
  display: none;
}
.messagepopup__success-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signinbanner__area {
  padding-top: 24px;
  padding-bottom: 32px;
}
.signinbanner__message {
  color: #444444;
  margin-bottom: 20px;
  display: none;
}
.signinbanner__wrapper {
  background-color: #F6F6F6;
}
.signinbanner__buttonbar {
  column-gap: 20px;
  row-gap: 20px;
  align-self: center;
}
.signinbanner__signin-button {
  background-color: #fff;
  color: #FA6100;
  border-radius: 4px;
  --tw-ring-color: #FA6100;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-width: 1px;
  border-color: #FA6100;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.signinbanner__signin-button:hover {
  background-color: #FA6100;
  color: #fff;
  border-color: #FA6100;
}
.signinbanner__signup-button {
  background-color: #FA6100;
  color: #fff;
  border-radius: 4px;
  --tw-ring-color: #FA6100;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-width: 1px;
  border-color: #FA6100;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.signinbanner__signup-button:hover {
  background-color: #FA6100;
  color: #fff;
  border-color: #FA6100;
}
.shopbanner__area {
  padding-top: 24px;
  padding-bottom: 32px;
}
.shopbanner__message {
  color: #444444;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.shopbanner__wrapper {
  background-color: #F6F6F6;
}
.shopbanner__buttonbar {
  column-gap: 20px;
  row-gap: 20px;
  align-self: center;
}
.shopbanner__shop-button {
  background-color: #FA6100;
  color: #fff;
  border-radius: 4px;
  --tw-ring-color: #FA6100;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
  border-width: 1px;
  border-color: #FA6100;
}
.shopbanner__shop-button:hover {
  background-color: #FA6100;
  color: #fff;
  border-color: #FA6100;
}
.shopbanner__history-button {
  background-color: #fff;
  color: #FA6100;
  border-radius: 4px;
  --tw-ring-color: #FA6100;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
  border-width: 1px;
  border-color: #FA6100;
}
.shopbanner__history-button:hover {
  background-color: #FA6100;
  color: #fff;
  border-color: #FA6100;
}
.basic-shopbanner-header__title {
  color: #444444;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.basic-shopbanner-header__wrapper {
  background-color: #F6F6F6;
  height: auto;
}
.basic-shopbanner-header__subtitle {
  color: #444444;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.basic-shopbanner-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.basic-shopbanner-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.basic-shopbanner-header__content-area {
  grid-area: full;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.basic-shopbanner-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.basic-shopbanner-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;
  margin-top: 20px;
  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;
}
.basic-shopbanner-header__attachment__buttonbar:empty {
  display: none;
  display: none;
}
.basic-shopbanner-header__attachment__button1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #FA6100;
  color: #fff;
  --tw-ring-color: #FA6100;
  border-width: 1px;
  border-color: #FA6100;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.basic-shopbanner-header__attachment__button1__button:hover {
  background-color: #FA6100;
  color: #fff;
  border-color: #FA6100;
}
.basic-shopbanner-header__attachment__button2__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  color: #FA6100;
  --tw-ring-color: neutral-900;
  border-width: 1px;
  border-color: #FA6100;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.basic-shopbanner-header__attachment__button2__button:hover {
  background-color: neutral-900;
  color: #fff;
  border-color: #FA6100;
}
.intro-header__title {
  color: #0E2D52;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 29.035px;
  font-weight: 400;
  line-height: 34.84px;
  text-align: center;
}
.intro-header__wrapper {
  height: auto;
}
.intro-header__subtitle {
  color: #444444;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.intro-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.intro-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.intro-header__content-area {
  grid-area: full;
  padding-top: 56px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.intro-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.intro-header__attachment__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent;
  color: #0D95A5;
  --tw-ring-color: neutral-900;
  border-color: transparent;
  display: none;
}
.intro-header__attachment__button:hover {
  background-color: neutral-900;
  color: #fff;
  border-color: transparent;
}
.intro-custom-html__content-area {
  grid-area: full;
}
.intro__area {
  padding-top: 16px;
  padding-bottom: 40px;
}
.intro__wrapper {
  background-color: #fff;
}
.intro__item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
}
.intro__item-title {
  color: #0E2D52;
  margin-bottom: 8px;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 22.885px;
  text-align: center;
}
.intro__items-grid {
  column-gap: 60px;
  row-gap: 25px;
  grid-template-columns: minmax(min-content, 180px);
}
.intro__header-title {
  color: #0E2D52;
  margin-bottom: 55px;
  display: never;
}
.intro__item-details {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  max-width: 200px;
}
.intro__item-divider {
  width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.overview__area {
  padding-top: 46px;
  padding-bottom: 46px;
  align-items: start;
  justify-content: start;
  background-color: #fff;
}
.overview__hero {
  height: 350px;
}
.overview__tier-area {
  padding-top: 46px;
  padding-bottom: 46px;
  align-items: center;
  justify-content: start;
  border-color: transparent;
}
.overview__background {
  background-color: transparent;
}
.overview__xtier-area {
  border-top-width: 0px;
  border-color: transparent;
}
.overview__membersince {
  color: #444444;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 27.99px;
}
.overview__progressbar {
  height: 4px;
  border-radius: 9999px;
  background-color: #dcdcdc;
  margin-top: 0px;
}
.overview__curtier-name {
  display: flex;
  flex-direction: row;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 36.275px;
  font-weight: 700;
  line-height: 43.5px;
  text-align: center;
}
.overview__nexttier-gap {
  background-color: transparent;
  color: #444444;
  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: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.overview__curtier-title {
  color: #444444;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-color: #444444;
  border-bottom-width: 0px;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
}
.overview__membersince-value {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 27.99px;
}
.overview__nexttier-gap-name {
  color: #444444;
}
.overview__nexttier-gap-value {
  color: #444444;
}
.overview__point-balance-body {
  color: #444444;
  display: none;
}
.overview__progressbar-filled {
  height: 4px;
  border-radius: 9999px;
  background-color: #444444;
}
.overview__monetary-balance-body {
  color: #444444;
  margin-bottom: 10px;
  display: none;
}
.overview__monetary-balance-title {
  color: #444444;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-color: #444444;
  border-bottom-width: 1px;
  display: none;
}
.overview__point-balance-body-icon {
  color: #444444;
}
.overview__point-balance-body-value {
  color: #444444;
  display: none;
}
.overview__curtier-subtitle__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview__curtier-name-icon__object {
  overflow: hidden;
  object-fit: cover;
}
.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: #0E2D52;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 29.035px;
  font-weight: 400;
  line-height: 34.84px;
  text-align: center;
}
.earn-header__wrapper {
  background-color: #F6F6F6;
  height: auto;
}
.earn-header__subtitle {
  color: #444444;
  text-align: center;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  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: 30px;
  column-gap: 5px;
  row-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.earn__card {
  background-color: #fff;
  color: #0E2D52;
  border-radius: 8px;
  border-width: 0px;
  border-color: hopr-black;
  min-height: 300px;
  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: #444444;
  border-color: #444444;
  border-width: 1px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.earn__input:focus {
  --tw-ring-color: #444444;
}
.earn__input::placeholder {
  color: #000;
}
.earn__wrapper {
  background-color: #F6F6F6;
  margin-top: 0px;
  margin-bottom: 0px;
}
.earn__item-desc {
  color: #0E2D52;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  text-align: center;
  text-align: balance;
}
.earn__item-done {
  color: #0E2D52;
  margin-bottom: 20px;
  display: none;
}
.earn__item-icon {
  color: #0E2D52;
  margin-bottom: 20px;
  max-width: 200px;
  max-height: 60px;
}
.earn__item-title {
  color: #0E2D52;
  margin-bottom: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.earn__item-points {
  color: #444444;
  margin-bottom: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 16.01px;
  font-weight: 500;
  line-height: 19.212px;
  text-align: center;
}
.earn__action-button {
  background-color: #fff;
  color: #FA6100;
  border-radius: 4px;
  border-width: 1px;
  border-color: #FA6100;
  --tw-ring-color: #FA6100;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
  margin-top: 10px;
  flex: none;
  align-self: center;
  display: block;
}
.earn__action-button:hover {
  background-color: #FA6100;
  color: #fff;
  border-color: #FA6100;
}
.earn__card.earn__card--completed {
  background-color: #0E2D52;
  color: #fff;
  border-color: transparent;
}
.earn__polling-pending-message {
  font-size: 13px;
  text-align: center;
  line-height: 1.375;
}
.earn__item-unavailable-message {
  color: #0E2D52;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  text-align: center;
  text-align: balance;
}
.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: 16.01px;
  font-weight: 500;
  line-height: 19.212px;
  text-align: center;
}
.earn__card--completed .earn__action-button {
  background-color: #fff;
  color: #FA6100;
  border-color: #FA6100;
}
.earn__card--completed .earn__action-button:hover {
  background-color: #FA6100;
  color: #fff;
}
.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;
}
.earn-disclaimer-header__title {
  text-align: center;
  font-weight: 400;
  font-size: 18.66px;
  line-height: 27.99px;
  text-align: center;
}
.earn-disclaimer-header__wrapper {
  background-color: #F6F6F6;
  height: auto;
}
.earn-disclaimer-header__subtitle {
  color: #444444;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.earn-disclaimer-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.earn-disclaimer-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.earn-disclaimer-header__content-area {
  grid-area: full;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.earn-disclaimer-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.achievements-header__title {
  color: #0E2D52;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 29.035px;
  font-weight: 400;
  line-height: 34.84px;
  text-align: center;
}
.achievements-header__wrapper {
  background-color: #F6F6F6;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
}
.achievements-header__subtitle {
  color: #444444;
  text-align: center;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.achievements-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.achievements-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.achievements-header__content-area {
  grid-area: full;
  padding-top: 48px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.achievements-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.assets__wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}
.assets__content-area {
  grid-area: full;
  padding-bottom: 30px;
  display: grid;
  column-gap: 15px;
  row-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(90vw,90vw));
  justify-items: stretch;
  justify-content: center;
}
.assets__background-area {
  background-color: #F6F6F6;
}
.assets__card__card-body {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.assets__card__coupon-code {
  border-radius: 4px;
  border-width: 1px;
  border-color: #444444;
  color: #444444;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.assets__card__progressbar {
  background-color: pp-dark-teal;
  height: 10px;
}
.assets__card__coupon-copy-done {
  color: #444444;
}
.group:hover .assets__card__coupon-copy-icon {
  color: #444444;
}
.assets__card__progress-summary {
  margin-top: 20px;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  text-align: center;
}
.assets__card__reward-title__label {
  margin-top: 45px;
  margin-bottom: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assets__card__coupon-instruction__label {
  margin-top: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assets__card__card--locked .assets__card__coupon-instruction__label {
  color: pp-black;
}
.assets__card__card--unlocked .assets__card__coupon-instruction__label {
  color: pp-black;
}
.assets__card__card--locked .assets__card__coupon-instruction__label-text {
  color: pp-black;
}
.assets__card__card--unlocked .assets__card__coupon-instruction__label-text {
  color: pp-black;
}
.assets__card__condition__label {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assets__card__card--locked .assets__card__condition__label {
  color: pp-black;
  font-family: var(--theme-font-body-family);
  font-size: 16.01px;
  font-weight: 500;
  line-height: 19.212px;
  text-align: center;
}
.assets__card__card--unlocked .assets__card__condition__label {
  background-color: #0E2D52;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.assets__card__card--locked .assets__card__condition__label-text {
  color: pp-black;
  font-family: var(--theme-font-body-family);
  font-size: 16.01px;
  font-weight: 500;
  line-height: 19.212px;
  text-align: center;
}
.assets__card__card--unlocked .assets__card__condition__label-text {
  background-color: #0E2D52;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.assets__card__container__box {
  border-radius: 0;
  padding-bottom: 30px;
}
.assets__card__card--locked.assets__card__container__box {
  background-color: #fff;
  border-width: 0px;
  border-color: transparent;
}
.assets__card__card--unlocked.assets__card__container__box {
  background-color: #0E2D52;
  border-width: 0px;
  border-color: transparent;
}
.assets__card__locked-indicator__label {
  align-self: center;
  margin-top: auto;
  border-radius: 4px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-width: 1px;
  border-color: #444444;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.assets__card__locked-indicator__label-text {
  background-color: transparent;
  border-width: 1px;
  border-color: #444444;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.assets__card__moreinfo-button__button {
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  flex: 1 1 0%;
}
.assets__card__moreinfo-button__buttonbar {
  align-self: stretch;
  text-align: center;
}
.assets__card__card--locked .assets__card__moreinfo-button__button {
  background-color: transparent;
  color: #fff;
  --tw-ring-color: transparent;
  text-decoration: underline;
}
.assets__card__card--locked .assets__card__moreinfo-button__button:hover {
  background-color: transparent;
  color: #fff;
}
.assets__card__card--unlocked .assets__card__moreinfo-button__button {
  background-color: transparent;
  color: #fff;
  --tw-ring-color: transparent;
  text-decoration: underline;
}
.assets__card__card--unlocked .assets__card__moreinfo-button__button:hover {
  background-color: transparent;
  color: #fff;
}
.assets__card__reward__label {
  margin-top: 28px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assets__card__card--locked .assets__card__reward__label {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
}
.assets__card__card--unlocked .assets__card__reward__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
}
.assets__card__card--locked .assets__card__reward__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
}
.assets__card__card--unlocked .assets__card__reward__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
}
.assets__card__image__object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.assets__card__image__wrapper {
  height: 300px;
  aspect-ratio: auto;
  overflow: hidden;
}
.assets__card__rewarded-benefits__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assets__card__title__label {
  margin-top: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assets__card__card--locked .assets__card__title__label {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.39px;
  text-align: center;
}
.assets__card__card--unlocked .assets__card__title__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.39px;
  text-align: center;
}
.assets__card__card--locked .assets__card__title__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.39px;
  text-align: center;
}
.assets__card__card--unlocked .assets__card__title__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.39px;
  text-align: center;
}
.assets__grid__grid {
  display: grid;
  column-gap: 15px;
  row-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(90vw,90vw));
  justify-items: stretch;
  justify-content: center;
}
.achievement-disclaimer-header__title {
  text-align: center;
  font-weight: 400;
  font-size: 18.66px;
  line-height: 27.99px;
  text-align: center;
}
.achievement-disclaimer-header__wrapper {
  background-color: #F6F6F6;
  height: auto;
}
.achievement-disclaimer-header__subtitle {
  color: #444444;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.achievement-disclaimer-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.achievement-disclaimer-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.achievement-disclaimer-header__content-area {
  grid-area: full;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.achievement-disclaimer-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.voting-header__title {
  color: #0E2D52;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 29.035px;
  font-weight: 400;
  line-height: 34.84px;
  text-align: center;
}
.voting-header__wrapper {
  background-color: #F6F6F6;
  height: auto;
}
.voting-header__subtitle {
  color: #444444;
  text-align: center;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  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: 50px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.voting-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.no-voting-header__title {
  color: #0E2D52;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
}
.no-voting-header__wrapper {
  background-color: #F6F6F6;
  height: auto;
}
.no-voting-header__subtitle {
  color: #0E2D52;
  text-align: center;
  margin-top: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 19.07px;
  font-weight: 500;
  line-height: 22.885px;
}
.no-voting-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.no-voting-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.no-voting-header__content-area {
  grid-area: full;
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.no-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,300px));
  justify-items: stretch;
  justify-content: center;
  align-items: stretch;
}
.voting__text-choice-vote-button {
  margin-top: 20px;
}
.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__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__choice-number__label {
  align-self: center;
  margin-bottom: 0px;
  border-radius: 4px;
  margin-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: #000;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 16.01px;
  font-weight: 500;
  line-height: 19.212px;
  text-align: center;
}
.voting__choice-number__label-text {
  border-width: 1px;
  border-color: #000;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 16.01px;
  font-weight: 500;
  line-height: 19.212px;
  text-align: center;
}
.voting__question__title {
  color: #444444;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.voting__question__subtitle {
  text-align: center;
}
.voting__question__container {
  margin-bottom: 40px;
}
.voting__question__overtitle {
  text-align: center;
}
.voting__freeform-answer-input__input {
  background-color: #fff;
  border-radius: 0;
  color: jl-black;
  border-width: 1px;
  border-color: #B0B0B0;
  font-family: var(--theme-font-body-family);
  font-size: 12px;
  font-weight: 400;
  line-height: 21.5px;
}
.voting__freeform-answer-input__input::placeholder {
  color: #ACACAC;
}
.voting__text-choice-caption__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
}
.voting__text-choice-caption__label-text {
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
}
.voting__thanks__line1 {
  color: #444444;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
}
.voting__thanks__line2 {
  color: #0E2D52;
  text-align: center;
  margin-top: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 19.07px;
  font-weight: 500;
  line-height: 22.885px;
}
.voting__thanks__line3 {
  text-align: center;
}
.voting__thanks__next-button__button {
  background-color: #fff;
  color: #FA6100;
  border-radius: 4px;
  --tw-ring-color: #FA6100;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-width: 1px;
  border-color: #FA6100;
  flex: 1 1 0%;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.voting__thanks__next-button__button:hover {
  background-color: #FA6100;
  color: #fff;
  border-color: #FA6100;
}
.voting__thanks__next-button__buttonbar {
  align-self: stretch;
  text-align: center;
  margin-top: 20px;
}
.voting__vote-button__button {
  background-color: #fff;
  color: #FA6100;
  border-radius: 4px;
  --tw-ring-color: #FA6100;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-width: 1px;
  border-color: #FA6100;
  flex: 1 1 0%;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.voting__vote-button__button:hover {
  background-color: #FA6100;
  color: #fff;
  border-color: #FA6100;
}
.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__atlimit__title {
  color: #fff;
}
.voting__atlimit__subtitle {
  color: #fff;
}
.voting__content-area {
  grid-area: full;
  padding-top: 40px;
  padding-bottom: 60px;
}
.voting__background-area {
  background-color: #F6F6F6;
}
.voting__submit-button__button {
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  --tw-ring-color: neutral-900;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  flex: 1 1 0%;
  font-size: 16px;
  font-weight: 600;
}
.voting__submit-button__button:hover {
  background-color: neutral-900;
  color: #fff;
}
.voting__submit-button__buttonbar {
  align-self: stretch;
  text-align: center;
}
.voting__image-choice-caption__label {
  margin-top: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.voting__image-choice-caption__label-text {
  display: none;
}
.voting__image-choices-grid__grid {
  display: grid;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(150px,300px));
  justify-items: stretch;
  justify-content: center;
}
.tiers-logout-header__title {
  color: #0E2D52;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 29.035px;
  font-weight: 400;
  line-height: 34.84px;
  text-align: center;
}
.tiers-logout-header__wrapper {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
}
.tiers-logout-header__subtitle {
  color: #444444;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.tiers-logout-header__hero-area {
  grid-area: xbottom;
  display: block;
  height: 200px;
}
.tiers-logout-header__overtitle {
  color: #0D95A5;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 22px;
  font-weight: 700;
  line-height: 26.88px;
  text-align: center;
}
.tiers-logout-header__content-area {
  grid-area: top;
  padding-top: 40px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tiers-logout-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.pe-tiers-logout-header__title {
  color: #0E2D52;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 29.035px;
  font-weight: 400;
  line-height: 34.84px;
  text-align: center;
}
.pe-tiers-logout-header__wrapper {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
}
.pe-tiers-logout-header__subtitle {
  color: #444444;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.pe-tiers-logout-header__hero-area {
  grid-area: xbottom;
  display: block;
  height: 200px;
}
.pe-tiers-logout-header__overtitle {
  color: #0D95A5;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 22px;
  font-weight: 700;
  line-height: 26.88px;
  text-align: center;
}
.pe-tiers-logout-header__content-area {
  grid-area: top;
  padding-top: 40px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pe-tiers-logout-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.tiers__grid {
  grid-template-columns: var(--tiers-table-title-width) repeat(var(--tier-count), 1fr);
}
.tiers__tier-icon {
  margin-left: 10px;
}
.tiers__tier-name {
  margin-left: 10px;
  color: transparent;
  visibility: hidden;
}
.tiers__tier-anypart {
  margin-left: 10px;
}
.tiers__feature-title {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 20.01px;
  font-weight: 500;
  line-height: 19.212px;
}
.tiers__feature-value {
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 20.01px;
  font-weight: 500;
  line-height: 19.212px;
  text-align: center;
}
.tiers__tier-card-top {
  height: 24px;
  background-color: var(--tier-color);
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  --inner-border-inset-color: var(--tier-color);
  padding-left: 20px;
  padding-right: 20px;
}
.tiers__tier-icon-img {
  width: 200px;
  height: 200px;
}
.tiers__tier-overtitle {
  margin-left: 10px;
  padding-bottom: 2px;
}
.tiers__tier-threshold {
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 12px;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 20.01px;
  font-weight: 500;
  line-height: 19.212px;
  text-align: center;
}
.tiers__tier-card-bottom {
  height: 24px;
  background-color: var(--tier-color);
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  --inner-border-inset-color: var(--tier-color);
  padding-left: 20px;
  padding-right: 20px;
}
.tiers__tier-card-middle {
  background-color: var(--tier-color);
  border-left-width: 0px;
  border-right-width: 0px;
  --inner-border-inset-color: var(--tier-color);
  padding-left: 20px;
  padding-right: 20px;
}
.tiers__tier-card-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.tiers__feature-value.tiers__feature-value--custom {
  color: var(--tier-color2);
}
.tiers__feature-value.tiers__feature-value--marker {
  color: var(--tier-color2);
}
.tiers__tier-overmarker-empty {
  margin-left: 10px;
}
.tiers__tier-overmarker-current {
  margin-left: 10px;
  padding-bottom: 2px;
}
.tiers__feature-value.tiers__feature-value--marker--current {
  color: var(--tier-color2);
}
.tiers__content-area {
  grid-area: full;
  padding-top: 10px;
  padding-bottom: 20px;
}
.tiers__background-area {
  background-color: #fff;
}
.tiers__tier-name-label__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tiers__tier-icon-img {
  width: 200px;
  height: 200px;
}
.tiers__tier-mobile-card {
  background-color: var(--tier-color);
  border-width: 0px;
  --inner-border-inset-color: var(--tier-color);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.tiers__tier-mobile-grid {
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  align-items: stretch;
}
.tiers__tier-mobile-name {
  color: transparent;
  visibility: hidden;
}
.tiers__tier-mobile-feature {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: var(--theme-font-body-family);
  font-size: 20.01px;
  font-weight: 500;
  line-height: 19.212px;
}
.tiers__tier-mobile-feature:first-child {
  border-top-width: 0;
}
.tiers__tier-mobile-threshold {
  padding-top: 10px;
  padding-bottom: 12px;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 20.01px;
  font-weight: 500;
  line-height: 19.212px;
  text-align: center;
}
.tiers__tier-mobile-feature-title {
  font-family: var(--theme-font-body-family);
  font-size: 20.01px;
  font-weight: 500;
  line-height: 19.212px;
}
.tiers__tier-mobile-feature-value {
  font-family: var(--theme-font-body-family);
  font-size: 20.01px;
  font-weight: 500;
  line-height: 19.212px;
  text-align: center;
}
.tiers__content-area {
  grid-area: xfull;
  padding-top: 10px;
  padding-bottom: 20px;
}
.tiers__background-area {
  background-color: #fff;
}
.premier-elite-mobilecards-tiers__tier-icon-img {
  width: 200px;
  height: 200px;
}
.premier-elite-mobilecards-tiers__tier-mobile-card {
  background-color: var(--tier-color);
  border-width: 0px;
  --inner-border-inset-color: var(--tier-color);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.premier-elite-mobilecards-tiers__tier-mobile-grid {
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  align-items: stretch;
}
.premier-elite-mobilecards-tiers__tier-mobile-name {
  color: transparent;
  visibility: hidden;
}
.premier-elite-mobilecards-tiers__tier-mobile-feature {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: var(--theme-font-body-family);
  font-size: 20.01px;
  font-weight: 500;
  line-height: 19.212px;
}
.premier-elite-mobilecards-tiers__tier-mobile-feature:first-child {
  border-top-width: 0;
}
.premier-elite-mobilecards-tiers__tier-mobile-threshold {
  padding-top: 10px;
  padding-bottom: 12px;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 20.01px;
  font-weight: 500;
  line-height: 19.212px;
  text-align: center;
}
.premier-elite-mobilecards-tiers__tier-mobile-feature-title {
  font-family: var(--theme-font-body-family);
  font-size: 20.01px;
  font-weight: 500;
  line-height: 19.212px;
}
.premier-elite-mobilecards-tiers__tier-mobile-feature-value {
  font-family: var(--theme-font-body-family);
  font-size: 20.01px;
  font-weight: 500;
  line-height: 19.212px;
  text-align: center;
}
.premier-elite-mobilecards-tiers__content-area {
  grid-area: xfull;
  padding-top: 10px;
  padding-bottom: 20px;
}
.premier-elite-mobilecards-tiers__background-area {
  background-color: #fff;
}
.tiers-disclaimer-header__title {
  text-align: left;
  font-family: var(--theme-font-body-family);
  font-size: 10px;
  line-height: 21px;
  font-weight: 400;
}
.tiers-disclaimer-header__wrapper {
  height: auto;
}
.tiers-disclaimer-header__subtitle {
  color: #444444;
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.tiers-disclaimer-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.tiers-disclaimer-header__overtitle {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.tiers-disclaimer-header__content-area {
  grid-area: full;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.tiers-disclaimer-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.faq-header__title {
  color: #0E2D52;
  text-align: center;
  font-family: var(--theme-font-header-family);
  font-size: 29.035px;
  font-weight: 400;
  line-height: 34.84px;
  text-align: center;
}
.faq-header__wrapper {
  background-color: #fff;
  margin-top: 0px;
  height: auto;
}
.faq-header__subtitle {
  color: #444444;
  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: transparent;
}
.faq__entry {
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq__answer {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 16.01px;
  font-weight: 400;
  line-height: 19.212px;
}
.faq__wrapper {
  background-color: #fff;
  color: #444444;
}
.faq__question {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.01px;
  font-weight: 400;
  line-height: [19.212]px;
}
.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: 18.66px;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: center;
}
.history__empty__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 18.66px;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: center;
}
.history__title__label {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #0E2D52;
  font-family: var(--theme-font-header-family);
  font-size: 29.035px;
  font-weight: 700;
  line-height: 34.84px;
  text-align: center;
}
.history__title__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-header-family);
  font-size: 29.035px;
  font-weight: 700;
  line-height: 34.84px;
  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__coupon-confirmation {
  padding-right: 16px;
  color: #fff;
}
.history__item__date__label {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__date__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__date__label {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__date__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__expiration__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__item__comment__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.history__item__comment__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.history__item__change--with-coupon.history__item__comment__label {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.history__item__change--with-coupon.history__item__comment__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.history__item__category__label {
  border-radius: 4px;
  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: #E6F6F7;
  border-width: 0px;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__category__label-text {
  background-color: #E6F6F7;
  border-width: 0px;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__category__label {
  background-color: #E6F6F7;
  border-width: 0px;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__category__label-text {
  background-color: #E6F6F7;
  border-width: 0px;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.referrallink__wrapper {
  margin-bottom: 0px;
}
.referrallink__hero-area {
  grid-area: xtop;
  display: block;
}
.referrallink__content-area {
  grid-area: bottom;
  align-self: center;
}
.referrallink__background-area {
  background-color: #fff;
}
.referrallink__content__container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.referrallink__content__line2__label {
  margin-bottom: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #0E2D52;
  font-family: var(--theme-font-header-family);
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5;
}
.referrallink__content__line2__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-header-family);
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5;
}
.referrallink__content__line1__label {
  margin-bottom: 10px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
}
.referrallink__content__line1__label-text {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
}
.referrallink__content__container__box {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.referrallink__content__line5__code {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: 1 1 0%;
}
.referrallink__content__line5__container {
  display: flex;
  flex-direction: column;
  gap: 0.750rem;
}
.referrallink__content__line5__copy-done {
  color: #FA6100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.referrallink__content__line5__copy-button {
  gap: 2px;
}
.referrallink__content__line5__copy__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  height: 48px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  color: #FA6100;
  --tw-ring-color: #FA6100;
  border-width: 1px;
  border-color: #FA6100;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.referrallink__content__line5__copy__button:hover {
  background-color: #FA6100;
  color: #fff;
  border-color: #FA6100;
}
.referrallink__content__line5__container__box {
  margin-bottom: 30px;
}
.referrallink__content__line5__code__label {
  border-radius: 9999px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-width: 2px;
  border-color: #444444;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.referrallink__content__line5__code__label-text {
  background-color: transparent;
  border-width: 2px;
  border-color: #444444;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.referrallink__content__line7__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.referrallink__content__line7__buttonbar:empty {
  display: none;
}
.referrallink__content__line7__button1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  color: #FA6100;
  --tw-ring-color: #FA6100;
  border-width: 1px;
  border-color: #FA6100;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.referrallink__content__line7__button1__button:hover {
  background-color: #FA6100;
  color: #fff;
  border-color: #FA6100;
}
.referrallink__content__line7__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.referrallink__content__line7__buttonbar:empty {
  display: none;
}
.referrallink__content__line3__label {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.referrallink__content__line3__label-text {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.referrallink__content__line4__label {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.referrallink__content__line4__label-text {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.referrallink__wrapper {
  margin-bottom: 0px;
}
.referrallink__hero-area {
  grid-area: xtop;
  display: block;
}
.referrallink__content-area {
  grid-area: bottom;
  align-self: center;
}
.referrallink__background-area {
  background-color: #fff;
}
.referrallink__content__container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.referrallink__content__line4__label {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.referrallink__content__line4__label-text {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.referrallink__content__line2__label {
  margin-bottom: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #0E2D52;
  font-family: var(--theme-font-header-family);
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5;
}
.referrallink__content__line2__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-header-family);
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5;
}
.referrallink__content__line5__code {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: 1 1 0%;
}
.referrallink__content__line5__container {
  display: flex;
  flex-direction: column;
  gap: 0.750rem;
}
.referrallink__content__line5__copy-done {
  color: #FA6100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.referrallink__content__line5__copy-button {
  gap: 2px;
}
.referrallink__content__line5__container__box {
  margin-bottom: 30px;
}
.referrallink__content__line5__code__label {
  border-radius: 9999px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-width: 2px;
  border-color: #444444;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.referrallink__content__line5__code__label-text {
  background-color: transparent;
  border-width: 2px;
  border-color: #444444;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.referrallink__content__line5__copy__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  height: 48px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  color: #FA6100;
  --tw-ring-color: #FA6100;
  border-width: 1px;
  border-color: #FA6100;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.referrallink__content__line5__copy__button:hover {
  background-color: #FA6100;
  color: #fff;
  border-color: #FA6100;
}
.referrallink__content__line3__label {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.referrallink__content__line3__label-text {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.referrallink__content__line7__buttonbar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: stretch;
  justify-content: stretch;
}
.referrallink__content__line7__buttonbar:empty {
  display: none;
  display: none;
}
.referrallink__content__line7__button1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  color: #FA6100;
  --tw-ring-color: #FA6100;
  border-width: 1px;
  border-color: #FA6100;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.referrallink__content__line7__button1__button:hover {
  background-color: #FA6100;
  color: #fff;
  border-color: #FA6100;
}
.referrallink__content__container__box {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.referrallink__content__line1__label {
  margin-bottom: 10px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
}
.referrallink__content__line1__label-text {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
}
.standalone-refer__hero {
  grid-area: xtop;
  display: block;
}
.standalone-refer__wrapper {
  background-color: #0E2D52;
  color: #fff;
  margin-top: 0px;
  font-family: var(--theme-font-body-family);
  font-size: 16.01px;
  font-weight: 400;
  line-height: 19.212px;
}
.standalone-refer__disclaimer {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.standalone-refer__input-field {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16.8px;
  line-height: 29.6px;
  color: #444444;
  background-color: #fff;
  border-color: transparent;
  border-radius: 4px;
}
.standalone-refer__input-field:disabled {
  background-color: #fff;
}
.standalone-refer__input-field::placeholder {
  color: #989898;
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 16.8px;
  line-height: 29.6px;
}
.standalone-refer__input-field::placeholder:disabled {
  color: #989898;
}
.standalone-refer__input-group {
  margin-top: 16px;
  min-height: 59px;
}
.standalone-refer__social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 20px);
  align-items: stretch;
  column-gap: 24px;
  row-gap: 4px;
}
.standalone-refer__content-area {
  grid-area: bottom;
  padding-top: 42px;
  padding-bottom: 42px;
}
.standalone-refer__header-title {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 36.275px;
  font-weight: 700;
  line-height: 43.5px;
}
.standalone-refer__input-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
  padding-left: 1.000rem;
  padding-right: 1.000rem;
  padding-top: 0.750rem;
  padding-bottom: 0.750rem;
  color: #fff;
  background-color: #FA6100;
  border-radius: 4px;
}
.standalone-refer__input-button:hover {
  color: #fff;
  background-color: #FA6100;
}
.standalone-refer__input-section {
  margin-top: 8px;
}
.standalone-refer__social-prompt {
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: var(--theme-font-body-family);
  font-size: 16.01px;
  font-weight: 400;
  line-height: 19.212px;
  margin-top: 20px;
}
.standalone-refer__sign-in-prompt {
  margin-top: 16px;
  font-family: var(--theme-font-body-family);
  font-size: 16.01px;
  font-weight: 400;
  line-height: 19.212px;
}
.standalone-refer__header-subtitle {
  color: #fff;
  margin-top: 5px;
  font-family: var(--theme-font-body-family);
  font-size: 16.01px;
  font-weight: 400;
  line-height: 19.212px;
}
.standalone-refer__header-overtitle {
  color: #fff;
  margin-bottom: 5px;
  font-family: var(--theme-font-body-family);
  font-size: 16.01px;
  font-weight: 400;
  line-height: 19.212px;
}
.standalone-refer__social-button-icon {
  width: 20px;
  height: 20px;
}
.standalone-refer__social-button-icon-img {
  width: 100%;
  height: 100%;
}
.standalone-refer__input-group-with-button {
  display: flex;
}
.standalone-refer__input-group-with-button-button.standalone-refer__input-group-with-button-button--solo {
  flex: 1 0 0;
}
.standalone-refer__attachment-bottom__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #fff;
  --tw-ring-color: transparent;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
  text-decoration: underline;
  justify-content: left;
  margin-top: 30px;
  display: none;
}
.standalone-refer__attachment-bottom__button:hover {
  background-color: transparent;
  color: #fff;
}
.standalone-refer__attachment-copy-link-above__label {
  margin-bottom: 20px;
  min-width: Give $10;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16.01px;
  font-weight: 400;
  line-height: 19.212px;
  margin-top: 25px;
}
.standalone-refer__attachment-copy-link-above__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16.01px;
  font-weight: 400;
  line-height: 19.212px;
  margin-top: 25px;
}
.refer-signinbanner-header__title {
  color: #444444;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.refer-signinbanner-header__wrapper {
  background-color: #F6F6F6;
  height: auto;
}
.refer-signinbanner-header__subtitle {
  color: #444444;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.refer-signinbanner-header__hero-area {
  grid-area: none;
  display: none;
  height: 200px;
}
.refer-signinbanner-header__overtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.refer-signinbanner-header__content-area {
  grid-area: full;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.refer-signinbanner-header__background-area {
  grid-area: xfull;
  height: 100%;
}
.refer-signinbanner-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;
  margin-top: 20px;
}
.refer-signinbanner-header__attachment__buttonbar:empty {
  display: none;
}
.refer-signinbanner-header__attachment__button2__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  color: #FA6100;
  --tw-ring-color: neutral-900;
  border-width: 1px;
  border-color: #FA6100;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.refer-signinbanner-header__attachment__button2__button:hover {
  background-color: neutral-900;
  color: #fff;
  border-color: #FA6100;
}
.refer-signinbanner-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;
  margin-top: 20px;
}
.refer-signinbanner-header__attachment__buttonbar:empty {
  display: none;
}
.refer-signinbanner-header__attachment__button1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #FA6100;
  color: #fff;
  --tw-ring-color: #FA6100;
  border-width: 1px;
  border-color: #FA6100;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
  text-align: center;
}
.refer-signinbanner-header__attachment__button1__button:hover {
  background-color: #FA6100;
  color: #fff;
  border-color: #FA6100;
}
.refer-intro__area {
  padding-top: 56px;
  padding-bottom: 40px;
}
.refer-intro__wrapper {
  background-color: #fff;
}
.refer-intro__item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
}
.refer-intro__item-title {
  color: #0E2D52;
  margin-bottom: 8px;
  font-family: var(--theme-font-header-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 22.885px;
  text-align: center;
}
.refer-intro__items-grid {
  column-gap: 60px;
  row-gap: 25px;
  grid-template-columns: minmax(min-content, 230px);
}
.refer-intro__header-title {
  color: #0E2D52;
  margin-bottom: 55px;
  font-family: var(--theme-font-header-family);
  font-size: 29.035px;
  font-weight: 400;
  line-height: 34.84px;
  text-align: center;
}
.refer-intro__item-details {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  max-width: 200px;
}
.refer-intro__item-divider {
  width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.overview__area {
  padding-top: 46px;
  padding-bottom: 46px;
  align-items: start;
  justify-content: start;
  background-color: #fff;
}
.overview__hero {
  height: 350px;
}
.overview__tier-area {
  padding-top: 46px;
  padding-bottom: 46px;
  align-items: center;
  justify-content: start;
  border-color: transparent;
}
.overview__background {
  background-color: transparent;
}
.overview__xtier-area {
  border-top-width: 0px;
  border-color: transparent;
}
.overview__membersince {
  color: #444444;
  margin-top: 10px;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 27.99px;
}
.overview__progressbar {
  height: 4px;
  border-radius: 9999px;
  background-color: #dcdcdc;
  margin-top: 0px;
}
.overview__curtier-name {
  display: flex;
  flex-direction: row;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 36.275px;
  font-weight: 700;
  line-height: 43.5px;
  text-align: center;
}
.overview__nexttier-gap {
  background-color: transparent;
  color: #444444;
  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: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.overview__curtier-title {
  color: #444444;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-color: #444444;
  border-bottom-width: 0px;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 700;
  line-height: 27.99px;
}
.overview__membersince-value {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 27.99px;
}
.overview__nexttier-gap-name {
  color: #444444;
}
.overview__nexttier-gap-value {
  color: #444444;
}
.overview__point-balance-body {
  color: #444444;
  display: none;
}
.overview__progressbar-filled {
  height: 4px;
  border-radius: 9999px;
  background-color: #444444;
}
.overview__monetary-balance-body {
  color: #444444;
  margin-bottom: 10px;
  display: none;
}
.overview__monetary-balance-title {
  color: #444444;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-color: #444444;
  border-bottom-width: 1px;
  display: none;
}
.overview__point-balance-body-icon {
  color: #444444;
}
.overview__point-balance-body-value {
  color: #444444;
  display: none;
}
.overview__curtier-subtitle__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview__curtier-name-icon__object {
  overflow: hidden;
  object-fit: cover;
}
.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;
}
.referralhistory__header__info-label__label {
  margin-bottom: 0px;
  text-align: left;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__header__info-label__label-text {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}
.referralhistory__header__info-value__label {
  text-align: left;
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 29.03px;
  font-weight: 500;
  line-height: 34px;
  white-space: nowrap;
}
.referralhistory__header__info-value__label-text {
  color: #444444;
  font-family: var(--theme-font-body-family);
  font-size: 29.03px;
  font-weight: 500;
  line-height: 34px;
  white-space: nowrap;
}
.referralhistory__header__container__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.referralhistory__header__info-grid__grid {
  display: grid;
  grid-auto-flow: column;
  column-gap: 16px;
  row-gap: 4px;
  grid-auto-columns: 150px;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
}
.referralhistory__header__title__label {
  margin-bottom: 0px;
  text-align: left;
  color: #444444;
  font-family: var(--theme-font-header-family);
  font-size: 36.28px;
  font-weight: 400;
  line-height: 34.84px;
  text-align: center;
}
.referralhistory__header__title__label-text {
  color: #444444;
  font-family: var(--theme-font-header-family);
  font-size: 36.28px;
  font-weight: 400;
  line-height: 34.84px;
  text-align: center;
}
.referralhistory__entries__entry__coupon-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__reward-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__status-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.referralhistory__entries__entry__target-block {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  align-items: start;
}
.referralhistory__entries__entry__status-value__label {
  text-align: left;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__status-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__status-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__status-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__status-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__status-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__reward-label__label {
  text-align: left;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__reward-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__reward-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__reward-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__reward-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__reward-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__container__box {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  column-gap: 16px;
  row-gap: 16px;
  background-color: #fff;
  border-width: 1px;
  border-color: #0E2D52;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--invited.referralhistory__entries__entry__container__box {
  background-color: #fff;
  border-width: 1px;
  border-color: #D4D4D4;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--approved.referralhistory__entries__entry__container__box {
  background-color: #0E2D52;
  border-width: 1px;
  border-color: #0E2D52;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--rejected.referralhistory__entries__entry__container__box {
  background-color: #fff;
  border-width: 1px;
  border-color: #0E2D52;
  min-height: 80px;
}
.referralhistory__entries__entry__entry--qualified.referralhistory__entries__entry__container__box {
  background-color: #fff;
  border-width: 1px;
  border-color: #D4D4D4;
  min-height: 80px;
}
.referralhistory__entries__entry__target-value__label {
  text-align: left;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__target-value__label-text {
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__target-value__label {
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-value__label {
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__target-value__label {
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__target-value__label-text {
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-value__label-text {
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__target-value__label-text {
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__reward-value__label {
  text-align: left;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__reward-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__reward-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__reward-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__reward-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__reward-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__reward-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__reward-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.referralhistory__entries__entry__coupon-label__label {
  text-align: left;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__coupon-label__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__coupon-label__label {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-label__label {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-label__label {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__coupon-label__label {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__coupon-label__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-label__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-label__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__coupon-label__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__coupon-value__label {
  text-align: left;
  color: #0E2D52;
}
.referralhistory__entries__entry__coupon-value__label-text {
  color: #0E2D52;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__coupon-value__label {
  color: #0E2D52;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-value__label {
  color: #0E2D52;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-value__label {
  color: #0E2D52;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__coupon-value__label {
  color: #0E2D52;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__coupon-value__label-text {
  color: #0E2D52;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__coupon-value__label-text {
  color: #0E2D52;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__coupon-value__label-text {
  color: #0E2D52;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__coupon-value__label-text {
  color: #0E2D52;
}
.referralhistory__entries__entry__target-pending-status-value__label {
  text-align: left;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__target-pending-status-value__label {
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-pending-status-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-pending-status-value__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__target-pending-status-value__label {
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__target-pending-status-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__target-pending-status-value__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__target-pending-status-value__label-text {
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.referralhistory__entries__entry__status-label__label {
  text-align: left;
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__status-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__status-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__status-label__label {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--invited .referralhistory__entries__entry__status-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--approved .referralhistory__entries__entry__status-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--rejected .referralhistory__entries__entry__status-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__entry__entry--qualified .referralhistory__entries__entry__status-label__label-text {
  color: #fff;
  font-family: var(--theme-font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.referralhistory__entries__list__box {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.referralhistory__wrapper {
  margin-top: 0px;
}
.referralhistory__content-area {
  grid-area: full;
  padding-top: 48px;
  padding-bottom: 60px;
}
.referralhistory__background-area {
  background-color: #F6F6F6;
}
.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__item__coupon-confirmation {
  padding-right: 16px;
  color: #fff;
}
.history__item__comment__label {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.history__item__comment__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.history__item__change--with-coupon.history__item__comment__label {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.history__item__change--with-coupon.history__item__comment__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
}
.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: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__date__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__date__label {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__date__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__category__label {
  border-radius: 4px;
  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: #E6F6F7;
  border-width: 0px;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__category__label-text {
  background-color: #E6F6F7;
  border-width: 0px;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__category__label {
  background-color: #E6F6F7;
  border-width: 0px;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  text-align: center;
}
.history__item__change--with-coupon.history__item__category__label-text {
  background-color: #E6F6F7;
  border-width: 0px;
  color: #0E2D52;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  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: 18.66px;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: center;
}
.history__empty__label-text {
  font-family: var(--theme-font-body-family);
  font-weight: 400;
  font-size: 18.66px;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: center;
}
.history__title__label {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #0E2D52;
  font-family: var(--theme-font-header-family);
  font-size: 29.035px;
  font-weight: 700;
  line-height: 34.84px;
  text-align: center;
}
.history__title__label-text {
  color: #0E2D52;
  font-family: var(--theme-font-header-family);
  font-size: 29.035px;
  font-weight: 700;
  line-height: 34.84px;
  text-align: center;
}
.history__container__box {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.generic-popup-close__icon {
  color: #000;
}
.generic-popup-close__button {
  padding: 20px;
}
.messagepopup__message {
  color: #444444;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--theme-font-body-family);
  font-size: 18.66px;
  font-weight: 400;
  line-height: 27.99px;
  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: 4px;
  border-color: #dcdcdc;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.messagepopup__success-icon {
  width: 100px;
  height: 100px;
  align-self: center;
}
.messagepopup__coupon-container {
  margin-top: 16px;
  margin-bottom: 16px;
}
.messagepopup__failure-title__label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messagepopup__bottom-close-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  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__cta-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  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;
}
@media (min-width: 450px) {
  .standalone-refer__social-grid {
    justify-content: start;
  }
}
@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;
  }
  .basic-shopbanner-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .basic-shopbanner-header__content-area {
    grid-area: left;
  }
  .basic-shopbanner-header__content-area.basic-shopbanner-header__content-area--no-hero {
    grid-area: full;
  }
  .basic-shopbanner-header__attachment__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .basic-shopbanner-header__attachment__button {
    flex: 0 1 auto;
  }
  .basic-shopbanner-header__attachment__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .intro-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .intro-header__content-area {
    grid-area: left;
  }
  .intro-header__content-area.intro-header__content-area--no-hero {
    grid-area: full;
  }
  .intro-custom-html__content-area {
    grid-area: full;
  }
  .intro__items-grid {
    grid-template-columns: repeat(3, minmax(min-content, 180px));
  }
  .overview__area {
    padding-left: 0px;
    padding-right: 0px;
  }
  .overview__hero {
    height: auto;
  }
  .overview__tier-area {
    padding-left: 0px;
    padding-right: 0px;
    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;
  }
  .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: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .earn__card {
    min-height: 380px;
    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: 14px;
    padding-right: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .earn__item-pass__input {
    padding-left: 20px;
    padding-right: 20px;
  }
  .earn-disclaimer-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .earn-disclaimer-header__content-area {
    grid-area: left;
    padding-bottom: 56px;
  }
  .earn-disclaimer-header__content-area.earn-disclaimer-header__content-area--no-hero {
    grid-area: full;
  }
  .achievements-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .achievements-header__content-area {
    grid-area: left;
  }
  .achievements-header__content-area.achievements-header__content-area--no-hero {
    grid-area: full;
  }
  .assets__content-area {
    grid-area: full;
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px,250px));
  }
  .assets__card__moreinfo-button__buttonbar {
    align-self: center;
    text-align: center;
  }
  .assets__card__image__wrapper {
    height: 300px;
  }
  .assets__grid__grid {
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px,250px));
  }
  .achievement-disclaimer-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .achievement-disclaimer-header__content-area {
    grid-area: left;
    padding-bottom: 64px;
  }
  .achievement-disclaimer-header__content-area.achievement-disclaimer-header__content-area--no-hero {
    grid-area: full;
  }
  .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;
  }
  .no-voting-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .no-voting-header__content-area {
    grid-area: left;
  }
  .no-voting-header__content-area.no-voting-header__content-area--no-hero {
    grid-area: full;
  }
  .voting__text-choice-container {
    column-gap: 30px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(350px,300px));
  }
  .voting__image-choice-container {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(300px,300px));
  }
  .voting__text-choices-grid__grid {
    column-gap: 30px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(350px,300px));
  }
  .voting__thanks__next-button__buttonbar {
    align-self: center;
    text-align: center;
  }
  .voting__vote-button__buttonbar {
    align-self: center;
    text-align: center;
  }
  .voting__content-area {
    grid-area: xfull;
    padding-left: 80px;
    padding-right: 80px;
  }
  .voting__submit-button__buttonbar {
    align-self: center;
    text-align: center;
  }
  .voting__image-choices-grid__grid {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(300px,300px));
  }
  .tiers-logout-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .tiers-logout-header__content-area {
    grid-area: left;
    padding-top: 40px;
  }
  .tiers-logout-header__content-area.tiers-logout-header__content-area--no-hero {
    grid-area: full;
  }
  .pe-tiers-logout-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .pe-tiers-logout-header__content-area {
    grid-area: left;
    padding-top: 56px;
  }
  .pe-tiers-logout-header__content-area.pe-tiers-logout-header__content-area--no-hero {
    grid-area: full;
  }
  .tiers__grid {
    grid-template-columns: var(--tiers-table-title-width) repeat(var(--tier-count), minmax(var(--tiers-table-cell-minwidth),1fr));
  }
  .tiers__tier-icon {
    margin-left: 20px;
  }
  .tiers__tier-name {
    margin-left: 20px;
  }
  .tiers__tier-anypart {
    margin-left: 20px;
  }
  .tiers__feature-title {
    margin-right: 80px;
  }
  .tiers__feature-value {
    margin-left: 20px;
  }
  .tiers__tier-overtitle {
    margin-left: 20px;
  }
  .tiers__tier-threshold {
    margin-left: 20px;
  }
  .tiers__feature-title-padding {
    margin-right: 80px;
  }
  .tiers__tier-overmarker-empty {
    margin-left: 20px;
  }
  .tiers__tier-overmarker-current {
    margin-left: 20px;
  }
  .tiers__content-area {
    grid-area: full;
    grid-area: full;
  }
  .premier-elite-mobilecards-tiers__content-area {
    grid-area: full;
  }
  .tiers-disclaimer-header__title {
    font-size: 14px;
  }
  .tiers-disclaimer-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .tiers-disclaimer-header__content-area {
    grid-area: left;
    padding-bottom: 56px;
  }
  .tiers-disclaimer-header__content-area.tiers-disclaimer-header__content-area--no-hero {
    grid-area: full;
  }
  .faq-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .faq-header__content-area {
    grid-area: left;
  }
  .faq-header__content-area.faq-header__content-area--no-hero {
    grid-area: full;
  }
  .history__grid {
    gap: 32px;
    grid-template-columns: 1fr minmax(min-content,30%) 1fr 1fr;
  }
  .history__container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .history__container__box {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .referrallink__wrapper {
    margin-top: 50px;
  }
  .referrallink__hero-area {
    grid-area: left;
    display: block;
    height: 520px;
  }
  .referrallink__content-area {
    grid-area: right;
  }
  .referrallink__content__container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .referrallink__content__container__box {
    padding-left: 50px;
    padding-right: 50px;
  }
  .referrallink__content__line7__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .referrallink__content__line7__button {
    flex: 0 1 auto;
  }
  .referrallink__content__line7__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .referrallink__wrapper {
    margin-top: 50px;
  }
  .referrallink__hero-area {
    grid-area: left;
    display: block;
    height: 520px;
  }
  .referrallink__content-area {
    grid-area: right;
  }
  .referrallink__content__container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .referrallink__content__line7__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .referrallink__content__line7__button {
    flex: 0 1 auto;
  }
  .referrallink__content__line7__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .referrallink__content__container__box {
    padding-left: 50px;
    padding-right: 50px;
  }
  .standalone-refer__hero {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .standalone-refer__content-area {
    grid-area: left;
    padding-right: 80px;
  }
  .standalone-refer__input-button {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
    padding-top: 0.750rem;
    padding-bottom: 0.750rem;
  }
  .standalone-refer__input-button.standalone-refer__input-button--solo {
    max-width: fit-content;
  }
  .standalone-refer__input-group-with-button-button.standalone-refer__input-group-with-button-button--solo {
    max-width: fit-content;
  }
  .refer-signinbanner-header__hero-area {
    grid-area: xright;
    display: block;
    height: 100%;
  }
  .refer-signinbanner-header__content-area {
    grid-area: left;
  }
  .refer-signinbanner-header__content-area.refer-signinbanner-header__content-area--no-hero {
    grid-area: full;
  }
  .refer-signinbanner-header__attachment__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .refer-signinbanner-header__attachment__button {
    flex: 0 1 auto;
  }
  .refer-signinbanner-header__attachment__buttonbar {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .refer-intro__items-grid {
    grid-template-columns: repeat(3, minmax(min-content, 230px));
  }
  .overview__area {
    padding-left: 0px;
    padding-right: 0px;
  }
  .overview__hero {
    height: auto;
  }
  .overview__tier-area {
    padding-left: 0px;
    padding-right: 0px;
    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;
  }
  .referralhistory__header__container__box {
    margin-bottom: 48px;
  }
  .referralhistory__header__info-grid__grid {
    column-gap: 30px;
    row-gap: 8px;
    grid-auto-columns: 200px;
  }
  .referralhistory__entries__entry__coupon-block {
    min-width: 90px;
  }
  .referralhistory__entries__entry__reward-block {
    min-width: 90px;
  }
  .referralhistory__entries__entry__status-block {
    min-width: 90px;
  }
  .referralhistory__entries__entry__container__box {
    flex-direction: row;
    align-items: center;
    column-gap: 32px;
  }
  .referralhistory__entries__list__box {
    row-gap: 15px;
  }
  .referralhistory__content-area {
    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;
  }
  .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;
  }
}
@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;
  }
  .referrallink__hero-area {
    height: 285px;
    height: 285px;
  }
  .standalone-refer__hero {
    height: 300px;
  }
  .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;
  }
}
@media (min-width: 1024px) {
  .referrallink__content__line5__container {
    flex-direction: row;
    align-items: stretch;
    flex-direction: row;
    align-items: stretch;
  }
  .referralhistory__header__info-grid__grid {
    grid-template-rows: auto auto;
  }
}
