.landing-page {
  --hub-colour-light: color-mix(in oklab, var(--hub-colour), white 10%);
  --hub-colour-lighter: color-mix(in oklab, var(--hub-colour), white 20%);
  --hub-colour-lightest: color-mix(in oklab, var(--hub-colour), white 30%);
}
.landing-page .text-primary {
  color: var(--hub-colour-light) !important;
}
.landing-page .btn-primary {
  --bs-btn-bg: var(--hub-colour);
  --bs-btn-border-color: var(--hub-colour);
  --bs-btn-hover-bg: rgb(from var(--hub-colour-light) r g b);
  --bs-btn-hover-border-color: rgb(from var(--hub-colour-lighter) r g b);
  --bs-btn-focus-shadow-rgb: 131, 145, 71;
  --bs-btn-active-bg: rgb(from var(--hub-colour-lightest) r g b);
  --bs-btn-active-border-color: rgb(from var(--hub-colour-lighter) r g b);
  --bs-btn-disabled-bg: var(--hub-colour);
  --bs-btn-disabled-border-color: var(--hub-colour);
}
.landing-page .btn-outline-primary {
  --bs-btn-color: var(--hub-colour);
  --bs-btn-border-color: var(--hub-colour);
  --bs-btn-hover-bg: var(--hub-colour);
  --bs-btn-hover-border-color: var(--hub-colour);
  --bs-btn-focus-shadow-rgb: 154, 170, 83;
  --bs-btn-active-bg: var(--hub-colour);
  --bs-btn-active-border-color: var(--hub-colour);
  --bs-btn-disabled-color: var(--hub-colour);
  --bs-btn-disabled-border-color: var(--hub-colour);
}

.ad-billboard {
  min-height: 100px;
}
.ad-billboard:nth-child(even) {
  background-color: #fff;
}
@media (min-width: 768px) {
  .ad-billboard {
    min-height: 110px;
  }
}
@media (min-width: 992px) {
  .ad-billboard {
    min-height: 140px;
  }
}

.ad-leaderboard {
  min-height: 90px;
}
@media (min-width: 768px) {
  .ad-leaderboard {
    min-height: 125px;
  }
}
@media (min-width: 992px) {
  .ad-leaderboard {
    min-height: 150px;
  }
}

.ad-mpu {
  min-height: 300px;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.section:nth-child(even) {
  background-color: #fff;
}
.section:nth-child(even) .card {
  background-color: #F7F5F2;
}

.section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 4rem;
  text-align: left;
  position: relative;
}
@media (min-width: 768px) {
  .section-heading {
    text-align: center;
  }
}
.section-heading::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.25rem;
  background-color: var(--hub-colour);
  position: absolute;
  bottom: -2rem;
  left: 0;
}
@media (min-width: 768px) {
  .section-heading::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.section-heading.memberships-heading::after {
  background-color: #fff;
}
.section-heading.podcast-heading::after {
  background-color: #007d7e;
}

.section-lead {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  text-align: left;
  max-width: 48rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .section-lead {
    text-align: center;
  }
}

.section-text-media h3 {
  margin-bottom: 1rem;
}
.section-text-media h1, .section-text-media h2, .section-text-media h3, .section-text-media h4, .section-text-media h5, .section-text-media h6 {
  font-weight: 600;
}

.section-five-day .day-number {
  width: 4rem;
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section-five-day .day-number span {
  line-height: 1;
}

.hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgb(255, 255, 255));
}
@media (min-width: 768px) {
  .hero {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .hero {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}
.hero .hero-heading h1 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.hero .hero-lead {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 1.5rem;
  color: #2b2b2b;
}
.hero .hero-cta-buttons .btn, .hero .hero-cta-buttons .btn-outline-primary {
  font-weight: 600;
}
.hero .hero-cta-buttons .btn-outline-primary {
  border-width: 2px;
}
.hero .feature .feature-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1rem;
  border-radius: 999px;
  font-size: 1.25rem;
}
.hero .feature .feature-title {
  font-size: 1rem;
  font-weight: 600;
}
.hero .feature .feature-description {
  font-size: 0.875rem;
  color: #2b2b2b;
}

.hub-journey-items .card .premium-content-badge {
  top: 8px;
  right: 8px;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #000;
  border-radius: 0.25rem;
  font-weight: 600;
  z-index: 2;
}
.hub-journey-items .card .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px;
  overflow: hidden;
}
.hub-journey-items .card .card-title,
.hub-journey-items .card .content-item-summary {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.hub-journey-items .card .card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.hub-journey-items .card .content-item-summary {
  font-size: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}
.hub-journey-items .card:hover .card-title {
  color: var(--hub-colour, #6B7C59);
}
.hub-journey-items .card .text-hub {
  color: var(--hub-colour);
}
.hub-journey-items .card .webinar-course-date {
  font-size: 0.755rem;
}
.hub-journey-items .card .content-item-icon {
  color: #fff;
  width: 48px;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.1rem;
  background: var(--hub-colour, #6B7C59);
}
.hub-journey-items .card .btn {
  background-color: var(--hub-colour);
  border-color: var(--hub-colour);
  color: #fff;
  font-weight: 600;
}
.hub-journey-items .card .btn:hover, .hub-journey-items .card .btn:focus {
  background-color: color-mix(in oklab, var(--hub-colour) 85%, black);
  border-color: color-mix(in oklab, var(--hub-colour) 85%, black);
  color: #fff;
  -webkit-box-shadow: 0 4px 12px color-mix(in oklab, var(--hub-colour) 30%, transparent);
          box-shadow: 0 4px 12px color-mix(in oklab, var(--hub-colour) 30%, transparent);
}

.section-three-items .item-icon {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .section-three-items .item-icon {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 992px) {
  .section-three-items .item-icon {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
  }
}