:root {
  --club-statement-primary: #045741;
  --club-statement-font-family: Montserrat, Arial, Helvetica, Roboto sans-serif;
  --club-statement-regular: 1rem;
  --club-statement-smaller: 0.75rem;
  --club-statement-small: 0.875rem;
  --club-statement-large: 1.5rem;
  --club-statement-fw-regular: 400;
  --club-statement-fw-medium: 500;
  --club-statement-fw-semibold: 600;
  --club-statement-fw-bold: 700;
}
[data-theme="dark"] {
  --club-statement-primary: #fff;
}
.club-statement-progress-current,
.club-statement-lifetime-subtitle,
.club-statement-benefit-headline,
.club-statement-tier-details,
.club-statement-savings-item,
.club-statement-rewards-perk,
.club-statement-rewards-message,
.club-statement-tier-label {
  line-height: 1;
}
.club-statement-savings-value {
  line-height: 0.75;
}
.club-statement-activity-title,
.club-statement-benefits-title,
.club-statement-monthly-main-title,
.club-statement-rewards-main-title,
.club-statement-rewards-perk {
  font-size: 1.125rem;
}
@media screen and (max-width: 500px) {
  .club-statement-activity-title,
  .club-statement-benefits-title,
  .club-statement-monthly-main-title,
  .club-statement-rewards-main-title,
  .club-statement-rewards-perk {
    font-size: 1rem;
  }
}
.club-statement-savings-subvalue {
  font-weight: var(--club-statement-fw-regular);
}
.club-statement-membership-summary {
  font-size: 16px;
  color: var(--dark);
}
.club-statement-membership-summary,
.club-statement-membership-summary * {
  font-family: var(--club-statement-font-family);
}
.club-statement-tier-member-since,
.club-statement-monthly-subtitle,
.club-statement-rewards-subtitle,
.club-statement-progress-total {
  font-size: var(--club-statement-smaller);
}
@media screen and (max-width: 550px) {
  .club-statement-progress-message {
    font-size: var(--club-statement-smaller);
  }
}
@media screen and (max-width: 450px) {
  .club-statement-rewards-message {
    font-size: var(--club-statement-smaller);
  }
}
.club-statement-savings-label,
.club-statement-rewards-description,
.club-statement-progress-title,
.club-statement-lifetime-main-title {
  font-size: var(--club-statement-small);
}
.club-statement-tier-label,
.club-statement-lifetime-subtitle,
.club-statement-progress-message,
.club-statement-rewards-message,
.club-statement-upgrade-button,
.club-statement-benefit-item,
.club-statement-benefit-description,
.club-statement-savings-subvalue {
  font-size: var(--club-statement-regular);
}
.club-statement-tier-name,
.club-statement-benefit-headline {
  font-size: var(--club-statement-lg);
}
@media screen and (max-width: 400px) {
  .club-statement-progress-current {
    font-size: var(--club-statement-lg);
  }
}
@media screen and (min-width: 451px) {
  .club-statement-tier-tier {
    font-size: var(--club-statement-lg);
  }
}
@media screen and (min-width: 768px) {
  .club-statement-activity-title,
  .club-statement-benefits-title {
    font-size: var(--club-statement-lg);
  }
}
.club-statement-tier-name,
.club-statement-benefit-headline {
  font-size: var(--club-statement-lg);
}
@media screen and (max-width: 400px) {
  .club-statement-progress-current {
    font-size: var(--club-statement-lg);
  }
}
@media screen and (min-width: 451px) {
  .club-statement-tier-tier {
    font-size: var(--club-statement-lg);
  }
}
@media screen and (min-width: 768px) {
  .club-statement-activity-title,
  .club-statement-benefits-title {
    font-size: var(--club-statement-lg);
  }
}
.club-statement-tier-label,
.club-statement-tier-name,
.club-statement-savings-value,
.club-statement-rewards-perk,
.club-statement-progress-values,
.club-statement-upgrade-button {
  font-weight: var(--club-statement-fw-semibold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 451px) {
  .club-statement-tier-tier {
    font-weight: var(--club-statement-fw-semibold);
  }
}
.club-statement-lifetime-header,
.club-statement-lifetime-main-title,
.club-statement-monthly-header,
.club-statement-monthly-main-title,
.club-statement-rewards-header,
.club-statement-rewards-main-title,
.club-statement-activity-title,
.club-statement-benefits-title,
.club-statement-benefit-headline {
  font-weight: var(--club-statement-fw-bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.club-statement-membership-summary {
  padding-bottom: 2rem;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.club-statement-logo-wrapper {
  display: flex;
  width: 100%;
  max-width: 1189px;
  align-items: flex-end;
  gap: 10px;
  justify-content: flex-start;
}
.club-statement-logo-container {
  display: flex;
  min-width: 240px;
  width: 361px;
  align-items: flex-end;
  gap: 10px;
  justify-content: flex-start;
}
.club-statement-logo {
  aspect-ratio: 8.4;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 405px;
  min-width: 240px;
}
.club-statement-content-wrapper {
  display: flex;
  margin-top: 32px;
  width: 100%;
  max-width: 1189px;
  flex-direction: column;
  justify-content: flex-start;
}
p.benefit-subdescription {
  margin: 0;
}
.club-statement-tier-content {
  border-radius: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  flex: 1;
}
.club-statement-tier-info {
  display: flex;
  width: 100%;
  align-items: center;
  /* gap: 40px 100px; */
  justify-content: space-between;
  flex-wrap: wrap;
}
.club-statement-tier-label {
  align-self: stretch;
  margin: auto 0;
}
.club-statement-tier-details {
  text-align: right;
  align-self: stretch;
  margin: auto 0;
}
.club-statement-tier-label-break {
  display: none;
}
@media screen and (max-width: 450px) {
  .club-statement-tier-label-break {
    display: block;
  }
}
.club-statement-activity-details {
  display: flex;
  width: 100%;
  padding-bottom: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}
.club-statement-lifetime-summary {
  display: flex;
  width: 100%;
  flex-direction: column;
  color: var(--dark);
  justify-content: flex-start;
}

.club-statement-lifetime-container {
  border-radius: 0.5rem;
  border: 1px solid var(--gray-300);
  padding-top: 10px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.club-statement-membership-tier {
  justify-content: space-between;
  border-radius: 0.75rem;
  color: #fff;
  display: flex;
  min-height: 55px;
  width: 100%;
  flex-direction: column;
  padding: 0.5rem 1rem;
}
.club-statement-rewards-container {
  border-radius: 0.5rem;
  border: 1px solid var(--gray-300);
  padding-top: 10px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.club-statement-lifetime-content {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
  background-color: #fff;
  border-top: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.club-statement-lifetime-header {
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 1px solid var(--gray-300);
  display: flex;
  width: 100%;
  align-items: flex-start;
  text-transform: uppercase;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.club-statement-lifetime-title {
  display: flex;
  min-width: 240px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  flex-basis: 0%;
  padding: 0 1.5rem;
}
.club-statement-savings-item {
  border-bottom: 1px solid var(--gray-300);
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.club-statement-savings-item:last-of-type {
  border-bottom: none !important;
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}
.club-statement-savings-content {
  border-radius: 0.5rem;
  display: flex;
  min-width: 240px;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  flex: 1;
  flex-basis: 0%;
  padding: 0.25rem 1.5rem;
}
.club-statement-savings-details {
  display: flex;
  width: 100%;
  align-items: center;
  /* gap: 40px 100px; */
  justify-content: space-between;
  flex-wrap: wrap;
}
.club-statement-savings-label {
  font-weight: 400;
  align-self: stretch;
  margin: auto 0;
}
.club-statement-savings-value {
  text-align: right;
  align-self: stretch;
  margin: auto 0;
}
.club-statement-monthly-container {
  border-radius: 0.5rem;
  border: 1px solid var(--gray-300);
  padding-top: 10px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.club-statement-monthly-content {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
  background-color: #fff;
  border-top: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.club-statement-monthly-header {
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 1px solid var(--gray-300);
  display: flex;
  min-height: 55px;
  width: 100%;
  flex-direction: column;
  color: var(--dark);
  text-transform: uppercase;
  justify-content: space-between;
}
.club-statement-monthly-title {
  border-radius: 0.5rem 0.5rem 0 0;
  /* border-bottom: 1px solid var(--gray-300); */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  flex: 1;
  padding: 0.25rem 1.5rem;
}
.club-statement-monthly-subtitle {
  font-weight: 500;
}
.club-statement-rewards-content {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
  background-color: var(--white);
  border-top: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.club-statement-rewards-header {
  border-color: var(--gray-300);
  border-bottom-width: 1px;
  display: flex;
  min-height: 55px;
  width: 100%;
  flex-direction: column;
  color: var(--dark);
  text-transform: uppercase;
  justify-content: space-between;
}
.club-statement-rewards-title {
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 1px solid var(--gray-300);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  flex: 1;
  padding: 0.25rem 1.5rem;
}
.club-statement-rewards-subtitle {
  font-weight: 500;
}
.club-statement-rewards-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.club-statement-rewards-info {
  display: flex;
  min-height: 55px;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  color: var(--dark);
  justify-content: center;
  padding: 0.5rem 1.5rem;
}
.club-statement-rewards-description {
  font-weight: 500;
}
.club-statement-rewards-progress {
  display: flex;
  padding-bottom: 1rem;
  justify-content: space-between;
}
.club-statement-progress-container {
  color: #2b2928;
  border-radius: 0.5rem;
  display: flex;
  min-width: 240px;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  flex: 1;
  flex-basis: 0%;
  padding: 0 1rem;
}
.club-statement-progress-content {
  border-radius: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem;
}
.club-statement-progress-header {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.club-statement-progress-title {
  color: #2b2928;
  align-self: flex-start;
  font-weight: var(--club-statement-fw-medium);
}
.club-statement-progress-details {
  display: flex;
  margin-top: 5px;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.club-statement-progress-values {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin: auto 0;
}
.club-statement-progress-current {
  font-size: 2.25rem;
  text-align: center;
}

.club-statement-progress-bar-container {
  display: flex;
  /* min-width: 240px; */
  flex-direction: column;
  justify-content: center;
  /* justify-content: flex-end; */
  flex-grow: 1;
  /* width: 100%; */
}
.club-statement-progress-bar-wrapper {
  border-radius: 100px;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.club-statement-progress-bar-background {
  border-radius: 100px;
  background-color: #cccbcb;
  box-shadow: inset 0px 2px 0.25rem rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.club-statement-progress-bar {
  border-radius: 100px;
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  width: 80%;
  max-width: 100%;
  height: 1rem;
}
.club-statement-progress-message {
  align-self: stretch;
  margin-top: 0.25rem;
  width: 100%;
  gap: 10px;
  color: #2b2928;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 550px) {
  .club-statement-progress-current {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .club-statement-progress-current {
    font-size: 1.25rem;
  }
  .club-statement-progress-message {
    font-size: 0.625rem;
  }
  .club-statement-rewards-message {
    font-size: var(--club-statement-small);
  }
}
@media screen and (max-width: 350px) {
  .club-statement-progress-message {
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .club-statement-progress-message {
    font-size: 0.625rem;
  }
}
.club-statement-rewards-message {
  align-self: stretch;
  margin-top: 10px;
  width: 100%;
  gap: 10px;
  font-weight: 500;
  color: #2b2928;
}
.club-statement-upgrade-section {
  display: flex;
  margin-top: 1.5rem;
  width: 100%;
  flex-direction: column;
  color: var(--dark);
  text-align: center;
  justify-content: flex-start;
}
.club-statement-upgrade-message {
  font-size: 20px;
  color: var(--black) !important;
  font-weight: 400;
}
.club-statement-upgrade-button {
  align-self: center;
  border-radius: 100px;
  background-color: #ffcd00;
  border: 1px solid #ffcd00;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
  margin-top: 1rem;
  gap: 10px;
  padding: 0.5rem 2rem;
  cursor: pointer;
}
.club-statement-benefits-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.club-statement-activity-title,
.club-statement-benefits-title {
  max-width: 100%;
  color: var(--club-statement-primary);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .club-statement-activity-title,
  .club-statement-benefits-title {
    margin-bottom: 1.5rem;
  }
}
.club-statement-benefits-list {
  display: flex;
  width: 100%;
  align-items: flex-start;
  color: #010101;
  font-weight: 400;
  justify-content: space-between;
}
.club-statement-benefits-wrapper {
  border-radius: 0.5rem;
  display: flex;
  min-width: 240px;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  justify-content: flex-start;
  flex: 1;
  flex-basis: 0%;
}
.club-statement-benefit-item {
  display: flex;
  color: #fff;
  flex-direction: column;
  border-radius: 0.5rem;
  position: relative;
  min-height: 140px;
  width: 100%;
  overflow: hidden;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.club-statement-benefit-background {
  position: absolute;
  inset: 0;
  height: calc(100% - 0px);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
[data-theme="dark"] .club-statement-benefit-background {
    height: calc(100% - 1px);
}
.club-statement-benefit-content {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.079;
  width: 291px;
  max-width: 100%;
}

.club-statement-benefit-overlay {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;

  left: -1px;
}
.club-statement-benefit-text {
  position: relative;
  display: flex;
  min-height: 140px;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
}
.club-statement-benefit-text a {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 400;
}
.club-statement-benefit-description {
  color: #fff;
  font-weight: 400;
}
.club-statement-benefit-link {
  text-decoration: underline;
  margin-top: 0.75rem;
  color: #fff;
  cursor: pointer;
}
.club-statement-lifetime-summary,
.club-statement-monthly-summary {
  margin-bottom: 1rem;
}
.club-statement-brand-logo {
  height: auto;
  max-width: 100%;
  width: 425px;
}
@media screen and (max-width: 767px) {
  .club-statement-brand-logo {
    width: 360px;
  }
}
@media screen and (max-width: 567px) {
  .club-statement-brand-logo {
    width: 240px;
  }
}
.club-statement-benefit-headline,
.club-statement-savings-value {
  font-size: 1.5rem;
}
html[lang="es"] .club-statement-benefit-headline,
html[lang="es"] .club-statement-savings-value {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .club-statement-activity-title,
  .club-statement-benefits-title {
    font-size: 22px;
  }
}
.line-height-1 {
  line-height: 1;
}

.advanced .club-statement-progress-current,
.advanced .club-statement-progress-total {
  color: #ba3a00;
}
.advanced .club-statement-gradient {
  background: #ba3a00;
  background: linear-gradient(
    92.26deg,
    #ba3a00 0.43%,
    #ba3a00 47.18%,
    #f26727 61.96%,
    #ba3a00 75.67%,
    #ba3a00 110.28%
  );
}
.advanced .club-statement-progress-content {
  background-color: #fce1d4;
}

.essential .club-statement-progress-current,
.essential .club-statement-progress-total {
  color: #045741;
}
.essential .club-statement-gradient {
  background: #045741;
  background: linear-gradient(
    92.26deg,
    #045741 0.43%,
    #045741 47.18%,
    #43a264 61.96%,
    #045741 75.67%,
    #045741 110.28%
  );
}
.essential .club-statement-progress-content {
  background-color: #e6edec;
}

.elite .club-statement-progress-current,
.elite .club-statement-progress-total {
  color: #98121f;
}
.elite .club-statement-gradient {
  background: #98121f;
  background: linear-gradient(
    92.26deg,
    #98121f 0.43%,
    #98121f 47.18%,
    #c92030 61.96%,
    #98121f 75.67%,
    #98121f 110.28%
  );
}
.elite .club-statement-progress-content {
  background: #F7D5D7;
}

.essential .overlay-essential,
.advanced .overlay-advanced,
.elite .overlay-elite {
  display: block !important;
}

.essential .overlay-advanced,
.essential .overlay-elite,
.advanced .overlay-essential,
.advanced .overlay-elite,
.elite .overlay-essential,
.elite .overlay-advanced {
  display: none !important;
}

.essential .club-benefit-advanced,
.essential .club-benefit-elite,
.advanced .club-benefit-elite {
  display: none !important;
}

@media screen and (min-width: 1100px) {
  .club-statement-savings-label br {
    display: none;
  }
}
.club-statement-benefit-headline {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  display: -webkit-box;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
  max-width: 250px;
}

button.close.clubStatementModalClose {
  height: 40px !important;
  width: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  right: 0 !important;
  top: 0 !important;
  transform: translate(-25%, 25%) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.clubStatementModalClose span {
  opacity: 1;
  color: white;
  font-size: 36px;
}
.clubStatementModal .modal-body hr {
    margin: 1rem 0 0;
    border: 0;
}
.clubStatementModal .modal-body p {
  margin: 0;
}

.subsc .club-statement-gradient {
  border-radius: .5rem;
}
body[data-theme="dark"] .clubTitle,
body[data-theme="dark"] .clubTitle2 {
  filter: brightness(10) grayscale(1);
}

p#cancelClubSub {
  margin: 2rem 0 .5rem;
}