@font-face {
  font-family: "Didot";
  src: url("/interactive-override/vogue-club-marketing/fonts/Didot-Regular.woff");
}

@font-face {
  font-family: "VogueAvantGarde";
  src: url("/interactive-override/vogue-club-marketing/fonts/VogueAvantGarde-Medium.woff");
}

:root {
  --vogue-black: #000000;
  --item-background: #000000;
  --font-family-body-core: "VogueAvantGarde", "Montserrat", sans-serif;
  --font-size-headers: 24px;
  --font-size-teasers: 16px;
  --font-weight-bold: 700;
  --font-weight-demibold: 600;
  --font-weight-book: 400;
}

.body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: var(--font-family-body-core);
  color: var(--vogue-black);
  width: 100%;
  min-width: 375px;
}

.content-wrapper {
  padding: 0 64px;
}

.section-header {
  text-transform: uppercase;
  font-family: var(--font-family-body-core);
  font-size: var(--font-size-headers);
  font-weight: var(--font-weight-book);
  letter-spacing: 2.21px;
  line-height: 24px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0;
  margin-bottom: 30px;
}

p {
  font-size: 13px;
  line-height: 20.02px;
}

.club-button {
  padding: 15px 20px;
  color: #ffffff;
  background-color: var(--item-background);
  font-family: var(--font-family-body-core);
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 16px;
  font-weight: var(--font-weight-bold);
}

a:link {
  text-decoration: none;
}

/* Ticker */
.ticker {
  position: sticky;
  top: 60px;
  z-index: 100;
  background-color: var(--item-background);
  text-align: center;
  padding: 9px 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  height: 42px;
  font-size: 14px;
}

.ticker-cta {
  display: flex;
  justify-content: center;
  padding-left: 10px;
  font-weight: var(--font-weight-bold);
}

.ticker-cta a {
  text-decoration: underline;
}

.ticker-sign {
  color: #ffffff;
  padding-left: 5px;
}

/* Header styles */
#main-header-hed {
  font-size: 38px;
  line-height: 42px;
  font-weight: var(--font-weight-demibold);
}

.main-header {
  position: relative;
  margin-top: 160px;
  margin-bottom: 48px;
}

.main-header {
  width: 100%;
}

.main-header-content {
  color: var(--vogue-black);
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 24px;

  justify-content: center;
  align-items: center;
}

.main-header-dek {
  font-size: 18px;
  line-height: 24px;
  padding: 0 24px;
}

.sign-in-wrapper {
  display: inline-flex;
  padding-top: 16px;
  font-size: 18px;
  line-height: 24px;
}

.terms-conditions-wrapper {
  display: inline-flex;
  padding-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.sign-in-link a,
.terms-conditions-link a {
  color: var(--vogue-black);
  padding-left: 10px;
  padding-right: 5px;
  text-decoration: underline;
}

.perks,
.teaser,
.proposition-content {
  display: flex;
  text-align: left;
}

.perk-card,
.event-card,
.main-header-content,
.teaser-text {
  display: flex;
  flex-direction: column;
}

/* Teaser styles */
#teaser-header {
  margin-bottom: 16px;
  font-size: var(--font-size-headers);
  line-height: 28px;
  font-weight: var(--font-weight-demibold);
}

.teaser {
  display: flex;
  align-items: center;
}

.teaser-image {
  min-height: 560px;
  min-width: 560px;
  width: 100%;
}

.teaser-text {
  text-align: left;
  font-size: var(--font-size-teasers);
  margin-left: 20px;
  width: 100%;
}

.teaser-content {
  line-height: 22px;
}

/* Perks */
.perks {
  display: flex;
  justify-content: center;
}

.perk-asset {
  max-width: 700px;
  max-height: 700px;
  width: 100%;
}

.perk-header {
  max-width: 350px;
}

.perk-header,
.event-header {
  font-size: var(--font-size-headers);
  font-weight: var(--font-weight-demibold);
  line-height: 28px;
  margin-bottom: 0;
}

.perk-dek {
  line-height: 16px;
  max-width: 700px;
}

/* Proposition */
.proposition-asset {
  min-width: 554px;
  min-height: 373px;
  width: 100%;
}

.proposition-text {
  flex: 1;
  padding-right: 30px;
  text-align: left;
  width: 100%;
}

.proposition-list-hed {
  font-size: var(--font-size-headers);
  font-weight: var(--font-weight-demibold);
}

.proposition-list-title {
  margin: 0;
  font-weight: var(--font-weight-demibold);
  font-size: var(--font-size-teasers);
  line-height: 22px;
}

.proposition-list,
.proposition-list-subhed {
  font-size: var(--font-size-teasers);
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 22px;
}

.proposition-list {
  padding-left: 14px;
}

.proposition-image {
  flex: 1;
  display: flex;
  align-items: center;
}

.cta-block {
  padding-bottom: 56px;
}

.teaser,
.perks,
.proposition {
  padding-bottom: 40px;
}

.pricing {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  padding: 24px 0;
}

.pricing-hed {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  line-height: 16px;
  letter-spacing: 1.8px;
}

.pricing-description {
  font-size: 14px;
}

.costs {
  font-family: var(--font-family-body-core);
  font-size: 38px;
  font-weight: var(--font-weight-demibold);
  line-height: 42px;
  letter-spacing: -0.2px;
  margin: 0;
}

/* Events component */

.events-container .wrapper {
  display: inline-flex;
  margin-bottom: 60px;
}
.events-container .card-container:not(:last-child) {
  padding-right: 15px;
  box-sizing: border-box;
}
.events-container .card-container .card {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.card > * {
  flex: 1;
}
.card .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .info {
  flex-basis: 40px;
  background: #333;
  color: #fff;
  flex-grow: 0;
  padding: 10px;
  box-sizing: border-box;
}

.info {
  text-align: left;
}

.event-card,
.event-asset {
  width: 100%;
  max-width: 700px;
}

/* FAQ styles */
.faq {
  width: 100%;
  margin: 90px auto;
  font-size: 13px;
  line-height: 16px;
}

.faq a {
  color: #1f1f1f;
}

div[class$="card"] {
  padding: 5px;
}

#faq-header {
  border: none;
}

.hide {
  display: none;
}

/* Media queries */

/* Large viewports */
@media screen and (max-width: 3000px) {
  .ticker {
    margin-top: 105px;
  }
}

/* Medium viewports */
@media screen and (max-width: 1024px) {
  .content-wrapper {
    padding: 0 24px;
  }
  .main-header {
  margin-top: 48px;
  }

  .ticker {
    top: 55px;
    margin-top: 0;
  }

  .perks {
    min-width: 150px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .perk-asset {
    min-width: 150px;
    min-height: 150px;
    width: 100%;
  }

  .perk-dek {
    min-width: 150px;
  }

  .proposition-content {
    flex-direction: row;
    justify-content: center;
  }

  .proposition-asset {
    min-width: 325px;
    min-height: 216px;
    width: 100%;
  }

  .proposition-text {
    min-width: 324px;
    padding-right: 22px;
  }

  .proposition-text-info {
    font-size: 14px;
  }

  .teaser {
    justify-content: center;
  }

  .teaser-image {
    max-height: 324px;
    max-width: 324px;
  }
  .teaser-text {
    max-width: 372px;
    line-height: 22px;
  }

  .event-card,
  .event-asset,
  .event-dek {
    min-width: 150px;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
  }
}

/* Small viewports */
@media screen and (max-width: 768px) {
  .perks,
  .pricing,
  .wrapper {
    flex-direction: column;
  }

  .proposition-content {
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
  }

  .proposition-image {
    justify-content: center;
    min-width: 325px;
    min-height: 216px;
    width: 100%;
    height: 100%;
  }

  .proposition-text {
    min-width: 327px;
    width: 100%;
    padding: 0;
  }

  .teaser-image {
    min-height: 100px;
    min-width: 100px;
  }

  .teaser-text {
    min-width: 211px;
  }

  .pricing-description {
    padding-bottom: 32px;
  }

  .event-card,
  .event-asset,
  .event-dek {
    width: 315px;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
  }

  .ticker {
    flex-direction: column;
    padding: 20px 0;
    height: 84px;
  }

  .ticker-cta {
    padding: 0;
  }
}
