@charset "UTF-8";
/* ==========================================================================
   MatrixWorks — site styles
   --------------------------------------------------------------------------
   Colours, fonts, buttons and the typography presets live in
   Breakdance › Settings › Global Styles.  Breakdance publishes each
   typography preset as CSS variables (--mw-display-font-size, …) and each
   palette colour as a variable (--ink, --gold, …).  Everything below reads
   those variables, so changing the type scale or the palette in Breakdance
   updates the whole site — do it there, not here.

   Anything a Breakdance element can do through its own design controls is
   set on the element (header background, menu colours, social icons, button
   presets).  This file only holds what those controls cannot express:
   section layout, grids, and the styling of third-party output
   (Eventin event cards, Gravity Forms).

   Written in SCSS — Instant CSS compiles it on save.
   ========================================================================== */
::selection {
  background: var(--gold);
  color: var(--paper);
}
html {
  scroll-padding-top: 113px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 73px;
  }
}
.mw-section {
  width: 100%;
  padding: 96px 40px;
}
@media (max-width: 767px) {
  .mw-section {
    padding: 64px 24px;
  }
}
.mw-section-paper {
  background: var(--paper);
}
.mw-section-sand {
  background: var(--sand);
}
.mw-section-plum {
  background: var(--plum);
  color: var(--cream);
}
.mw-section-ink {
  background: var(--ink);
  color: var(--paper);
}
.mw-wrap {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}
.mw-wrap-narrow {
  width: 100%;
  max-width: 780px;
  margin-inline: auto;
}
.mw-text-center {
  text-align: center;
}
.mw-on-dark {
  color: var(--cream);
}
.mw-muted {
  color: var(--muted);
}
.mw-muted-light {
  color: #d8cfc2;
}
.mw-eyebrow-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.mw-eyebrow-row .mw-eyebrow {
  margin-bottom: 0;
}
.mw-section-head .mw-eyebrow-row {
  margin-bottom: 14px;
}
.mw-eyebrow-rule {
  flex: none;
  width: 34px;
  height: 1px;
  background: var(--gold);
}
.mw-eyebrow {
  font-family: var(--mw-eyebrow-font-family);
  font-size: var(--mw-eyebrow-font-size);
  font-weight: var(--mw-eyebrow-font-weight);
  line-height: var(--mw-eyebrow-line-height);
  letter-spacing: var(--mw-eyebrow-letter-spacing);
  text-transform: var(--mw-eyebrow-text-transform);
  margin: 0 0 18px;
  color: var(--gold);
}
header.mw-header {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  z-index: var(--bde-z-index-header-sticky, 200);
}
.mw-header-logo img {
  display: block;
  height: 84px;
  width: auto;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .mw-header-logo img {
    height: 48px;
  }
}
.mw-hero {
  position: relative;
  overflow: hidden;
  padding-block: 88px 96px;
}
@media (max-width: 767px) {
  .mw-hero {
    padding-block: 64px;
  }
}
.mw-hero::before, .mw-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.mw-hero::before {
  top: -180px;
  right: -220px;
  width: 640px;
  height: 640px;
  background: var(--sand);
  opacity: 0.5;
}
.mw-hero::after {
  bottom: -260px;
  left: -160px;
  width: 480px;
  height: 480px;
  background: #e5d3e4;
  opacity: 0.35;
}
.mw-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 72px;
  align-items: center;
}
@media (max-width: 1119px) {
  .mw-hero-grid {
    gap: 48px;
  }
}
@media (max-width: 1023px) {
  .mw-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }
}
.mw-hero-copy {
  min-width: 0;
}
.mw-hero-title {
  font-family: var(--mw-display-font-family);
  font-size: var(--mw-display-font-size);
  font-weight: var(--mw-display-font-weight);
  line-height: var(--mw-display-line-height);
  letter-spacing: var(--mw-display-letter-spacing);
  margin: 0 0 28px;
  color: var(--ink);
}
.mw-hero-title.bde-heading {
  margin: 0 0 28px;
}
.mw-hero-em {
  font-style: italic;
  color: var(--indigo);
}
.mw-hero-lead {
  font-family: var(--mw-lead-font-family);
  font-size: var(--mw-lead-font-size);
  font-weight: var(--mw-lead-font-weight);
  line-height: var(--mw-lead-line-height);
  max-width: 52ch;
  margin: 0 0 36px;
  color: var(--body-text);
}
.mw-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.mw-hero-media {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 6px solid var(--surface);
  border-radius: 6px;
  background: var(--ink);
  box-shadow: 0 30px 60px rgba(38, 32, 25, 0.28);
}
.mw-hero-media > * {
  width: 100%;
}
@media (max-width: 1023px) {
  .mw-hero-media {
    aspect-ratio: 1.6;
  }
}
.mw-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 64px;
  align-items: center;
}
@media (max-width: 1023px) {
  .mw-featured-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}
.mw-featured-media {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}
.mw-featured-img {
  display: block;
  width: 100%;
  height: auto;
}
.mw-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 7px 14px;
  border-radius: 2px;
  background: var(--gold);
  color: var(--ink);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.mw-featured-body {
  min-width: 0;
}
.mw-featured-title {
  font-family: var(--mw-section-title-font-family);
  font-size: var(--mw-section-title-font-size);
  font-weight: var(--mw-section-title-font-weight);
  line-height: var(--mw-section-title-line-height);
  margin: 0 0 20px;
  color: var(--cream);
}
.mw-featured-title.bde-heading {
  margin: 0 0 20px;
}
.mw-featured-lead {
  font-family: var(--mw-lead-font-family);
  font-size: var(--mw-lead-font-size);
  font-weight: var(--mw-lead-font-weight);
  line-height: var(--mw-lead-line-height);
  max-width: 56ch;
  margin: 0 0 28px;
  color: #d8cfc2;
}
.mw-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 32px;
}
.mw-fact-label {
  margin-bottom: 6px;
  color: #cbb9c8;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.mw-fact-value {
  color: var(--cream);
  font-size: 15px;
}
.mw-fact-note {
  color: #b39fb0;
  font-size: 13px;
}
.mw-section-head {
  margin-bottom: 48px;
}
.mw-section-head-center {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.mw-section-title {
  font-family: var(--mw-section-title-font-family);
  font-size: var(--mw-section-title-font-size);
  font-weight: var(--mw-section-title-font-weight);
  line-height: var(--mw-section-title-line-height);
  margin: 0 0 24px;
  color: var(--ink);
}
.mw-section-title.bde-heading {
  margin: 0 0 24px;
}
.mw-section-head .mw-section-title, .mw-section-head-center .mw-section-title {
  margin: 0;
}
.mw-section-head .mw-section-title.bde-heading, .mw-section-head-center .mw-section-title.bde-heading {
  margin: 0;
}
.mw-section-title-em {
  font-style: italic;
  color: var(--indigo);
}
.mw-section-title-light {
  color: var(--cream);
}
.mw-section-lead {
  font-family: var(--mw-lead-font-family);
  font-size: var(--mw-lead-font-size);
  font-weight: var(--mw-lead-font-weight);
  line-height: var(--mw-lead-line-height);
  margin: 20px 0 0;
  color: var(--body-text);
}
.mw-events .etn-event-wrapper, .etn-event-related-post .etn-event-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin: 0;
}
.mw-events [class*="etn-col-"], .etn-event-related-post [class*="etn-col-"] {
  flex: none;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}
.mw-events .etn-event-item, .etn-event-related-post .etn-event-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(38, 32, 25, 0.08);
  border-radius: 4px;
  background: var(--surface);
  box-shadow: 0 6px 20px rgba(38, 32, 25, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mw-events .etn-event-item:hover, .etn-event-related-post .etn-event-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(38, 32, 25, 0.14);
}
.mw-events .etn-event-thumb, .etn-event-related-post .etn-event-thumb {
  margin: 0;
  border-radius: 0;
}
.mw-events .etn-event-thumb a, .etn-event-related-post .etn-event-thumb a {
  display: block;
}
.mw-events .etn-event-thumb img, .etn-event-related-post .etn-event-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
  border-radius: 0;
}
.mw-events .etn-event-category, .etn-event-related-post .etn-event-category {
  display: none;
}
.mw-events .etn-event-content, .etn-event-related-post .etn-event-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 26px;
}
.mw-events .etn-event-location, .etn-event-related-post .etn-event-location {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  line-height: 1.4;
}
.mw-events .etn-event-location .etn-icon, .etn-event-related-post .etn-event-location .etn-icon {
  font-size: 13px;
}
.mw-events .etn-event-title, .etn-event-related-post .etn-event-title {
  font-family: var(--mw-card-title-font-family);
  font-size: var(--mw-card-title-font-size);
  font-weight: var(--mw-card-title-font-weight);
  line-height: var(--mw-card-title-line-height);
  margin: 0 0 10px;
}
.mw-events .etn-event-title a, .etn-event-related-post .etn-event-title a {
  color: var(--ink);
  text-decoration: none;
  transition: color 0.25s ease;
}
.mw-events .etn-event-item:hover .etn-event-title a, .etn-event-related-post .etn-event-item:hover .etn-event-title a {
  color: var(--gold);
}
.mw-events .etn-event-content p, .etn-event-related-post .etn-event-content p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
}
.mw-events .etn-event-footer, .etn-event-related-post .etn-event-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
  border: 0;
}
.mw-events .etn-event-date, .etn-event-related-post .etn-event-date {
  color: var(--muted);
  font-size: 13px;
}
.mw-events .etn-event-date span, .etn-event-related-post .etn-event-date span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.mw-events .etn-event-date .etn-icon, .etn-event-related-post .etn-event-date .etn-icon {
  font-size: 13px;
  color: var(--gold);
}
.mw-events .etn-btn, .etn-event-related-post .etn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 0;
  border-radius: 9999px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--bde-body-font-family);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}
.mw-events .etn-btn:hover, .etn-event-related-post .etn-btn:hover {
  background: var(--indigo);
  color: var(--paper);
}
.mw-events .etn-btn.etn-event-expired, .etn-event-related-post .etn-btn.etn-event-expired {
  background: transparent;
  border: 1px solid rgba(38, 32, 25, 0.2);
  color: var(--muted);
  cursor: default;
  pointer-events: none;
}
.mw-events .etn-btn.etn-event-expired:hover, .etn-event-related-post .etn-btn.etn-event-expired:hover {
  background: transparent;
  color: var(--muted);
}
.etn-event-item .etn-event-footer .etn-atend-btn a.etn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 0;
  border-radius: 9999px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--bde-body-font-family);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
  gap: 8px;
  text-transform: capitalize;
}
.etn-event-item .etn-event-footer .etn-atend-btn a.etn-btn:hover {
  background: var(--indigo);
  color: var(--paper);
}
.etn-event-item .etn-event-footer .etn-atend-btn a.etn-btn:focus {
  background: var(--indigo);
  color: var(--paper);
}
.etn-event-item .etn-event-footer .etn-atend-btn a.etn-btn .etn-icon {
  font-size: 12px;
  line-height: 1;
  display: none;
}
.etn-event-item .etn-event-footer .etn-atend-btn a.etn-btn.etn-event-expired {
  background: transparent;
  border: 1px solid rgba(38, 32, 25, 0.2);
  color: var(--muted);
  cursor: default;
  pointer-events: none;
}
.etn-event-item .etn-event-footer .etn-atend-btn a.etn-btn.etn-event-expired:hover {
  background: transparent;
  color: var(--muted);
}
.mw-founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 64px;
  align-items: start;
}
@media (max-width: 1023px) {
  .mw-founder-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}
.mw-founder-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.mw-founder-body {
  min-width: 0;
}
.mw-founder-name {
  font-family: var(--mw-subsection-title-font-family);
  font-size: var(--mw-subsection-title-font-size);
  font-weight: var(--mw-subsection-title-font-weight);
  line-height: var(--mw-subsection-title-line-height);
  margin: 0 0 6px;
  color: var(--ink);
}
.mw-founder-name.bde-heading {
  margin: 0 0 6px;
}
.mw-founder-role {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 15px;
}
.mw-founder-para {
  font-family: var(--mw-body-font-family);
  font-size: var(--mw-body-font-size);
  font-weight: var(--mw-body-font-weight);
  line-height: var(--mw-body-line-height);
  margin: 0 0 18px;
  color: var(--body-text);
}
.mw-founder-para:last-of-type {
  margin-bottom: 32px;
}
.mw-quote-card {
  padding: 28px 32px;
  border-radius: 4px;
  background: var(--indigo);
}
.mw-quote-card-text {
  margin: 0 0 16px;
  color: var(--cream);
  font-family: var(--mw-quote-font-family);
  font-style: italic;
  font-size: 17px;
  line-height: 1.65;
}
.mw-quote-card-cite {
  color: #c2c4de;
  font-size: 14px;
}
.mw-pullquote {
  position: relative;
  padding-block: 84px;
  text-align: center;
}
@media (max-width: 767px) {
  .mw-pullquote {
    padding-block: 64px;
  }
}
.mw-pullquote-rule {
  width: 60%;
  max-width: 400px;
  height: 1px;
  margin: 0 auto 30px;
  background: var(--gold);
  opacity: 0.35;
}
.mw-pullquote-mark {
  display: block;
  height: 30px;
  color: var(--gold);
  font-family: var(--mw-quote-font-family);
  font-size: 64px;
  line-height: 0;
}
.mw-pullquote-text {
  font-family: var(--mw-quote-font-family);
  font-size: var(--mw-quote-font-size);
  font-weight: var(--mw-quote-font-weight);
  line-height: var(--mw-quote-line-height);
  font-style: var(--mw-quote-font-style);
  max-width: 780px;
  margin: 0 auto 22px;
  color: var(--ink);
}
.mw-pullquote-cite {
  color: var(--muted);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.mw-value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-bottom: 64px;
}
.mw-value-card {
  padding: 34px 30px;
  border: 1px solid rgba(38, 32, 25, 0.08);
  border-radius: 4px;
  background: var(--surface);
  box-shadow: 0 6px 20px rgba(38, 32, 25, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mw-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(38, 32, 25, 0.14);
}
.mw-value-rule {
  width: 40px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--gold);
}
.mw-value-rule-indigo {
  background: var(--indigo);
}
.mw-value-text {
  color: var(--ink);
  font-size: 15.5px;
  line-height: 1.6;
}
.mw-logo-label {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
}
.mw-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}
@media (max-width: 1023px) {
  .mw-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .mw-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.mw-logo-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .mw-logo-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .mw-logo-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.mw-logo {
  width: 100%;
  max-height: 56px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.75;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.mw-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}
.mw-logo-light {
  height: 76px;
  max-height: none;
  padding: 12px 16px;
  border-radius: 4px;
  background: rgba(247, 241, 230, 0.92);
  filter: none;
  opacity: 1;
  transition: background 0.25s ease;
}
.mw-logo-light:hover {
  filter: none;
  opacity: 1;
  background: var(--paper);
}
.mw-center-actions {
  margin-top: 48px;
  text-align: center;
}
.mw-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 56px;
}
.mw-testimonial {
  padding: 30px;
  border-radius: 4px;
  background: rgba(247, 241, 230, 0.06);
}
.mw-testimonial-text {
  margin: 0 0 16px;
  color: var(--cream);
  font-family: var(--mw-quote-font-family);
  font-style: italic;
  font-size: 16px;
  line-height: 1.65;
}
.mw-testimonial-cite {
  color: #cbb9c8;
  font-size: 13.5px;
}
.mw-cta-panel {
  padding: 64px;
  border-radius: 6px;
  background: var(--indigo);
  text-align: center;
}
@media (max-width: 767px) {
  .mw-cta-panel {
    padding: 40px 24px;
  }
}
.mw-cta-title {
  font-family: var(--mw-subsection-title-font-family);
  font-size: var(--mw-subsection-title-font-size);
  font-weight: var(--mw-subsection-title-font-weight);
  line-height: var(--mw-subsection-title-line-height);
  max-width: 46ch;
  margin: 0 auto 16px;
  color: var(--cream);
}
.mw-cta-title.bde-heading {
  margin: 0 auto 16px;
}
.mw-cta-sub {
  margin: 0 0 30px;
  color: #c2c4de;
  font-size: 16px;
}
.mw-center-block {
  max-width: 720px;
  margin: 90px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .mw-center-block {
    margin-top: 64px;
  }
}
.mw-center-lead {
  font-family: var(--mw-lead-font-family);
  font-size: var(--mw-lead-font-size);
  font-weight: var(--mw-lead-font-weight);
  line-height: var(--mw-lead-line-height);
  margin: 16px 0 30px;
  color: var(--body-text);
}
.mw-newsletter {
  padding-block: 72px;
}
@media (max-width: 767px) {
  .mw-newsletter {
    padding-block: 56px;
  }
}
.mw-newsletter-inner {
  max-width: 620px;
  margin-inline: auto;
  text-align: center;
}
.mw-newsletter-title {
  font-family: var(--mw-block-title-font-family);
  font-size: var(--mw-block-title-font-size);
  font-weight: var(--mw-block-title-font-weight);
  line-height: var(--mw-block-title-line-height);
  margin: 0 0 10px;
  color: var(--paper);
}
.mw-newsletter-title.bde-heading {
  margin: 0 0 10px;
}
.mw-newsletter-sub {
  margin: 0 0 26px;
  color: #b9ab9d;
  font-size: 15px;
}
.mw-newsletter-form {
  max-width: 520px;
  margin-inline: auto;
  text-align: left;
}
.mw-newsletter-form .gform_wrapper {
  margin: 0;
}
.mw-newsletter-form .gform_wrapper form {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 479px) {
  .mw-newsletter-form .gform_wrapper form {
    flex-direction: column;
    align-items: stretch;
  }
}
.mw-newsletter-form .gform_wrapper .gform_body {
  flex: 1 1 auto;
  min-width: 0;
}
.mw-newsletter-form .gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 479px) {
  .mw-newsletter-form .gform_wrapper .gform_fields {
    grid-template-columns: minmax(0, 1fr);
  }
}
.mw-newsletter-form .gform_wrapper .gform_fields .gfield {
  grid-column: auto;
  margin: 0;
  padding: 0;
  max-width: none;
}
.mw-newsletter-form .gform_wrapper .gform_validation_container {
  display: none;
}
.mw-newsletter-form .gform_wrapper .gfield_label, .mw-newsletter-form .gform_wrapper .gform-field-label {
  color: #b9ab9d;
  font-family: var(--bde-body-font-family);
  font-size: 13px;
  font-weight: 500;
}
.mw-newsletter-form .gform_wrapper .ginput_container {
  margin: 0;
}
.mw-newsletter-form .gform_wrapper.gravity-theme .ginput_complex.ginput_container_name span.gform-grid-col {
  flex: 1 1 100%;
  margin: 0;
  padding: 0;
}
.mw-newsletter-form .gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .mw-newsletter-form .gform_wrapper .gfield textarea {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid rgba(247, 241, 230, 0.25);
  border-radius: 24px;
  background: rgba(247, 241, 230, 0.05);
  color: var(--paper);
  font-family: var(--bde-body-font-family);
  font-size: 15px;
  line-height: 1.2;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.mw-newsletter-form .gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder, .mw-newsletter-form .gform_wrapper .gfield textarea::placeholder {
  color: rgba(247, 241, 230, 0.45);
  opacity: 1;
}
.mw-newsletter-form .gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .mw-newsletter-form .gform_wrapper .gfield textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(247, 241, 230, 0.09);
}
.mw-newsletter-form .gform_wrapper .gform_footer {
  display: flex;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
.mw-newsletter-form .gform_wrapper .gform_footer button, .mw-newsletter-form .gform_wrapper .gform_footer input[type="submit"], .mw-newsletter-form .gform_wrapper .gform_button {
  width: auto;
  margin: 0;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 9999px;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--bde-body-font-family);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.25s ease;
}
.mw-newsletter-form .gform_wrapper .gform_footer button:hover, .mw-newsletter-form .gform_wrapper .gform_footer input[type="submit"]:hover, .mw-newsletter-form .gform_wrapper .gform_button:hover {
  background: var(--paper);
}
@media (max-width: 479px) {
  .mw-newsletter-form .gform_wrapper .gform_footer button, .mw-newsletter-form .gform_wrapper .gform_footer input[type="submit"], .mw-newsletter-form .gform_wrapper .gform_button {
    width: 100%;
  }
}
.mw-newsletter-form .gform_wrapper .gform_validation_errors, .mw-newsletter-form .gform_wrapper .gfield_validation_message, .mw-newsletter-form .gform_wrapper .validation_message, .mw-newsletter-form .gform_wrapper .gfield_description.validation_message {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 6px 0 0;
  color: #eab8a0;
  font-size: 13px;
}
.mw-newsletter-form .gform_wrapper .gfield_error input {
  border-color: #eab8a0;
}
.mw-newsletter-form .gform_confirmation_message {
  color: var(--cream);
  font-size: 16px;
  text-align: center;
}
.mw-footer {
  padding: 56px 40px 40px;
  background: var(--plum-deep);
  color: #c2b0be;
}
@media (max-width: 767px) {
  .mw-footer {
    padding: 48px 24px 32px;
  }
}
.mw-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  max-width: 1240px;
  margin: 0 auto 32px;
}
.mw-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.mw-footer-name {
  margin-bottom: 6px;
  color: var(--paper);
  font-family: var(--bde-heading-font-family);
  font-size: 20px;
}
.mw-footer-address {
  margin: 0;
  color: #c2b0be;
  font-size: 14px;
  line-height: 1.7;
}
.mw-footer .mw-footer-link {
  color: #b9ab9d;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.25s ease;
}
.mw-footer .mw-footer-link:hover {
  color: var(--gold);
}
.mw-footer .mw-social a:hover {
  color: var(--paper);
  border-color: var(--gold);
}
.mw-footer-bottom {
  max-width: 1240px;
  margin-inline: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(247, 241, 230, 0.1);
  color: #8a7a86;
  font-size: 13px;
}
.mw-hero-title-tight {
  margin-bottom: 10px;
}
.mw-hero-title-tight.bde-heading {
  margin-bottom: 10px;
}
.mw-hero-sub {
  margin: 0 0 26px;
  color: var(--body-text);
  font-family: var(--bde-heading-font-family);
  font-size: 21px;
  line-height: 1.4;
}
.mw-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.mw-pill {
  padding: 8px 18px;
  border-radius: 18px;
  background: var(--sand);
  color: var(--body-text);
  font-size: 13.5px;
  line-height: 1.3;
}
.mw-framed {
  overflow: hidden;
  border: 6px solid var(--surface);
  border-radius: 6px;
  box-shadow: 0 30px 60px rgba(38, 32, 25, 0.24);
}
.mw-framed-img {
  display: block;
  width: 100%;
  height: auto;
}
.mw-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
}
@media (max-width: 1023px) {
  .mw-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }
}
.mw-prose-dark {
  margin: 0 0 20px;
  color: #e2d6de;
  font-size: 17px;
  line-height: 1.75;
}
.mw-prose-dark:last-child {
  margin-bottom: 0;
}
.mw-title-em-gold {
  font-style: italic;
  color: var(--gold);
}
.mw-history-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 56px;
  align-items: start;
}
@media (max-width: 1023px) {
  .mw-history-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}
.mw-stack {
  display: grid;
  gap: 28px;
}
.mw-stack-sm {
  display: grid;
  gap: 24px;
}
.mw-sticky-col {
  position: sticky;
  top: 120px;
}
@media (max-width: 1023px) {
  .mw-sticky-col {
    position: static;
    top: auto;
  }
}
.mw-case-title {
  margin: 0 0 6px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.mw-case-title.bde-heading {
  margin: 0 0 6px;
}
.mw-case-meta {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mw-case-text {
  margin: 0 0 20px;
  color: var(--body-text);
  font-size: 16px;
  line-height: 1.7;
}
.mw-case-text:last-child {
  margin-bottom: 0;
}
.mw-card-sand {
  border: 0;
  background: var(--sand);
  box-shadow: none;
}
.mw-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.mw-hero-center {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-inline: auto;
  text-align: center;
}
.mw-eyebrow-row-center {
  justify-content: center;
}
.mw-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}
.mw-grid-5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}
.mw-numbered-card {
  padding: 36px 32px;
  border-radius: 4px;
  background: rgba(247, 241, 230, 0.06);
}
.mw-numeral {
  margin-bottom: 18px;
  color: var(--gold);
  font-family: var(--bde-heading-font-family);
  font-size: 44px;
  line-height: 1;
}
.mw-numbered-text {
  margin: 0;
  font-family: var(--bde-heading-font-family);
  font-size: 20px;
  line-height: 1.5;
}
.mw-model-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 64px;
  align-items: start;
}
@media (max-width: 1023px) {
  .mw-model-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}
.mw-pullbox-sand {
  padding: 28px;
  border-radius: 4px;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
}
.mw-prose {
  margin: 0 0 22px;
  color: var(--body-text);
  font-size: 17px;
  line-height: 1.75;
}
.mw-prose:last-child {
  margin-bottom: 0;
}
.mw-list-card {
  padding: 36px 34px;
  border-radius: 4px;
  background: var(--surface);
}
.mw-list-label {
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.mw-list-label-indigo {
  color: var(--indigo);
}
.mw-list {
  display: grid;
  gap: 12px;
  color: var(--ink);
  font-size: 16.5px;
}
.mw-serve-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  max-width: 900px;
  margin: 0 auto 56px;
}
@media (max-width: 767px) {
  .mw-serve-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.mw-note-center {
  max-width: 780px;
  margin: 0 auto;
  color: var(--body-text);
  font-size: 16.5px;
  line-height: 1.7;
  text-align: center;
}
.mw-section-indigo {
  background: var(--indigo);
  color: var(--cream);
}
.mw-prose-indigo {
  margin: 0 0 18px;
  color: #e0e1ef;
  font-size: 16.5px;
  line-height: 1.75;
}
.mw-prose-indigo:last-of-type {
  margin-bottom: 32px;
}
.mw-linkbox {
  padding: 28px 30px;
  border-radius: 4px;
  background: rgba(247, 241, 230, 0.07);
}
.mw-linklist {
  display: grid;
  gap: 12px;
  font-size: 16px;
}
.mw-linklist a {
  color: var(--cream);
  transition: color 0.25s ease;
}
.mw-linklist a:hover {
  color: var(--gold);
}
.mw-mini-card {
  padding: 30px 24px;
  text-align: center;
}
.mw-mini-card .mw-value-rule {
  width: 34px;
  margin-inline: auto;
}
.mw-mini-title {
  font-family: var(--bde-heading-font-family);
  font-size: 19px;
  line-height: 1.35;
  color: var(--ink);
}
.mw-hero-center .mw-pills {
  justify-content: center;
}
.mw-hero-center .mw-hero-lead {
  max-width: 60ch;
  margin: 0 auto 34px;
}
.mw-model-grid .mw-section-title {
  margin-bottom: 24px;
}
.mw-role-light {
  margin-bottom: 26px;
  color: #c2c4de;
  font-size: 15px;
}
.mw-person-list {
  display: grid;
  gap: 28px;
}
.mw-person {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  padding: 36px;
  border: 1px solid rgba(38, 32, 25, 0.08);
  border-radius: 4px;
  background: var(--surface);
  box-shadow: 0 6px 20px rgba(38, 32, 25, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mw-person:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(38, 32, 25, 0.12);
}
@media (max-width: 767px) {
  .mw-person {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 28px 24px;
    justify-items: center;
    text-align: center;
  }
}
.mw-person-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 4px solid var(--sand);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .mw-person-photo {
    max-width: 180px;
  }
}
.mw-person-name {
  margin: 0 0 6px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
}
.mw-person-name.bde-heading {
  margin: 0 0 6px;
}
.mw-person-role {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.mw-person-bio {
  margin: 0 0 16px;
  color: var(--body-text);
  font-size: 16px;
  line-height: 1.7;
}
.mw-person-quote {
  display: inline-block;
  margin-top: 4px;
  padding: 18px 22px;
  border-radius: 4px;
  background: var(--sand);
}
.mw-person-quote-text {
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-style: italic;
  font-size: 17px;
}
.mw-person-quote-cite {
  margin-left: 8px;
  color: var(--muted);
  font-size: 14px;
}
.mw-person-link {
  display: inline-block;
  color: var(--indigo);
  font-size: 16px;
  text-decoration: none;
  transition: color 0.25s ease;
}
.mw-person .mw-person-link:hover {
  color: var(--gold);
}
.mw-chip {
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}
.mw-pill.mw-chip:hover {
  background: var(--gold);
  color: var(--ink);
}
.mw-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
@media (max-width: 767px) {
  .mw-grid-2 {
    grid-template-columns: minmax(0, 1fr);
  }
}
.mw-name-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  color: #e2d6de;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 479px) {
  .mw-name-cols {
    grid-template-columns: minmax(0, 1fr);
  }
}
.mw-bullets {
  display: grid;
  gap: 20px;
  margin-bottom: 34px;
}
.mw-bullet {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.mw-bullet-dot {
  flex: none;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.mw-bullet-dot-indigo {
  background: var(--indigo);
}
.mw-bullet-text {
  margin: 0;
  color: var(--body-text);
  font-size: 18px;
  line-height: 1.6;
}
.mw-addr-card {
  padding: 30px 32px;
  border-radius: 4px;
  background: var(--sand);
}
.mw-addr-title {
  margin-bottom: 14px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 20px;
}
.mw-addr-body {
  color: var(--body-text);
  font-size: 16px;
  line-height: 1.8;
}
.mw-addr-body a {
  color: var(--indigo);
  font-weight: 500;
}
.mw-addr-body a:hover {
  color: var(--gold);
}
.mw-form-card {
  padding: 44px;
  border: 1px solid rgba(38, 32, 25, 0.08);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: 0 18px 40px rgba(38, 32, 25, 0.1);
}
@media (max-width: 767px) {
  .mw-form-card {
    padding: 28px 24px;
  }
}
.mw-form-title {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
.mw-form-title.bde-heading {
  margin: 0 0 8px;
}
.mw-form-sub {
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 15px;
}
.mw-contact-form .gform_wrapper {
  margin: 0;
}
.mw-contact-form .gform_wrapper .gform_fields {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mw-contact-form .gform_wrapper .gfield {
  margin: 0;
  padding: 0;
  max-width: none;
}
.mw-contact-form .gform_wrapper .gform_validation_container {
  display: none;
}
.mw-contact-form .gform_wrapper .gfield_label, .mw-contact-form .gform_wrapper .gform-field-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-family: var(--bde-body-font-family);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.mw-contact-form .gform_wrapper .ginput_container {
  margin: 0;
}
.mw-contact-form .gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .mw-contact-form .gform_wrapper .gfield textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 18px;
  border: 1px solid rgba(38, 32, 25, 0.2);
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--bde-body-font-family);
  font-size: 16px;
  line-height: 1.4;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.mw-contact-form .gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder, .mw-contact-form .gform_wrapper .gfield textarea::placeholder {
  color: rgba(107, 93, 82, 0.7);
  opacity: 1;
}
.mw-contact-form .gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .mw-contact-form .gform_wrapper .gfield textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(185, 133, 62, 0.15);
}
.mw-contact-form .gform_wrapper .gfield textarea {
  resize: vertical;
  min-height: 150px;
}
.mw-contact-form .gform_wrapper .gform_footer {
  margin: 0;
  padding: 24px 0 0;
}
.mw-contact-form .gform_wrapper .gform_footer input[type="submit"], .mw-contact-form .gform_wrapper .gform_button {
  width: auto;
  padding: 16px 32px;
  border: 0;
  border-radius: 9999px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--bde-body-font-family);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(38, 32, 25, 0.25);
  transition: background 0.25s ease, color 0.25s ease;
}
.mw-contact-form .gform_wrapper .gform_footer input[type="submit"]:hover, .mw-contact-form .gform_wrapper .gform_button:hover {
  background: var(--gold);
  color: var(--ink);
}
.mw-contact-form .gform_wrapper .gform_validation_errors, .mw-contact-form .gform_wrapper .gfield_validation_message, .mw-contact-form .gform_wrapper .validation_message {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 6px 0 0;
  color: #a8442a;
  font-size: 13px;
}
.mw-contact-form .gform_confirmation_message {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}
.mw-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 60px;
  align-items: center;
}
@media (max-width: 1023px) {
  .mw-media-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}
.mw-start-list {
  display: grid;
  gap: 16px;
}
.mw-start-item {
  display: block;
  padding: 24px 28px;
  border-radius: 4px;
  background: rgba(247, 241, 230, 0.06);
  text-decoration: none;
  transition: background 0.25s ease;
}
.mw-start-item:hover {
  background: rgba(247, 241, 230, 0.12);
}
.mw-start-title {
  margin-bottom: 6px;
  color: var(--cream);
  font-family: var(--bde-heading-font-family);
  font-size: 21px;
  line-height: 1.3;
}
.mw-start-sub {
  color: #cbb9c8;
  font-size: 15px;
  line-height: 1.5;
}
.mw-book-cover {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 30px 60px rgba(38, 32, 25, 0.28);
}
.mw-book-cover img {
  display: block;
  width: 100%;
  height: auto;
}
.mw-book-subtitle {
  margin-bottom: 26px;
  color: var(--indigo);
  font-family: var(--bde-heading-font-family);
  font-style: italic;
  font-size: 24px;
  line-height: 1.4;
}
.mw-part-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(38, 32, 25, 0.08);
  border-radius: 4px;
  background: var(--surface);
  box-shadow: 0 6px 20px rgba(38, 32, 25, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mw-part-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(38, 32, 25, 0.14);
}
.mw-part-img {
  display: block;
  width: 100%;
  height: auto;
}
.mw-part-body {
  padding: 32px;
}
.mw-part-label {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.mw-part-title {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.mw-part-title.bde-heading {
  margin: 0 0 14px;
}
.mw-part-text {
  margin: 0 0 16px;
  color: var(--body-text);
  font-size: 15.5px;
  line-height: 1.7;
}
.mw-part-text:last-child {
  margin-bottom: 0;
}
.mw-part-note {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
}
.mw-course-title {
  margin: 0 0 20px;
  color: var(--cream);
  font-family: var(--bde-heading-font-family);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.15;
}
.mw-course-title.bde-heading {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .mw-course-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .mw-course-title {
    font-size: 28px;
  }
}
.mw-program-title {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.mw-program-title.bde-heading {
  margin: 0 0 10px;
}
.mw-more-link {
  display: inline-block;
  color: var(--indigo);
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease;
}
.mw-value-card:hover .mw-more-link {
  color: var(--gold);
}
.mw-testimonial-name {
  color: var(--cream);
  font-size: 14.5px;
  font-weight: 500;
}
.mw-value-card.mw-more-link, a.mw-value-card {
  text-decoration: none;
}
.mw-loop-flush .bde-loop-item {
  padding: 0;
}
.mw-blog-featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: var(--plum);
  text-decoration: none;
}
@media (max-width: 1023px) {
  .mw-blog-featured {
    grid-template-columns: minmax(0, 1fr);
  }
}
.mw-blog-featured-body {
  padding: 56px 48px;
  color: var(--cream);
}
@media (max-width: 767px) {
  .mw-blog-featured-body {
    padding: 36px 28px;
  }
}
.mw-blog-featured-title {
  margin: 0 0 18px;
  color: var(--cream);
  font-family: var(--bde-heading-font-family);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.22;
}
.mw-blog-featured-title.bde-heading {
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .mw-blog-featured-title {
    font-size: 27px;
  }
}
.mw-blog-featured-excerpt {
  margin: 0 0 26px;
  color: #e2d6de;
  font-size: 16.5px;
  line-height: 1.7;
}
.mw-blog-featured-cta {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 9999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  transition: background 0.25s ease;
}
.mw-blog-featured:hover .mw-blog-featured-cta {
  background: var(--paper);
}
.mw-blog-featured-media {
  position: relative;
  min-height: 340px;
  height: 100%;
  overflow: hidden;
  background: var(--ink);
}
.mw-blog-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.9;
}
@media (max-width: 1023px) {
  .mw-blog-featured-media {
    min-height: 240px;
  }
}
.mw-blog-grid .bde-loop {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  align-items: stretch;
}
.mw-blog-grid .bde-loop-item {
  padding: 0;
  height: 100%;
}
.mw-post-card {
  display: block;
  height: 100%;
  padding: 34px 32px;
  border: 1px solid rgba(38, 32, 25, 0.08);
  border-radius: 4px;
  background: var(--surface);
  box-shadow: 0 6px 20px rgba(38, 32, 25, 0.05);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mw-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(38, 32, 25, 0.14);
}
.mw-post-rule {
  width: 36px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--gold);
}
.mw-post-meta {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.mw-post-title {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
}
.mw-post-title.bde-heading {
  margin: 0 0 14px;
}
.mw-post-excerpt {
  margin: 0 0 20px;
  color: var(--body-text);
  font-size: 15.5px;
  line-height: 1.7;
}
.mw-post-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mw-post-author {
  color: var(--muted);
  font-size: 14px;
}
.mw-post-read {
  color: var(--indigo);
  font-size: 14.5px;
  font-weight: 500;
  transition: color 0.25s ease;
}
.mw-post-card:hover .mw-post-read {
  color: var(--gold);
}
.mw-post-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--plum);
  color: var(--cream);
}
.mw-post-hero::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -140px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.13;
  pointer-events: none;
}
.mw-post-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin-inline: auto;
  padding: 76px 40px 72px;
}
@media (max-width: 767px) {
  .mw-post-hero-inner {
    padding: 52px 24px 48px;
  }
}
.mw-back-link {
  display: inline-block;
  margin-bottom: 26px;
  color: #cbb9c8;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.25s ease;
}
.mw-post-hero .mw-back-link:hover {
  color: var(--gold);
}
.mw-post-h1 {
  margin: 0 0 26px;
  color: var(--cream);
  font-family: var(--bde-heading-font-family);
  font-size: 46px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.01em;
}
.mw-post-h1.bde-heading {
  margin: 0 0 26px;
}
@media (max-width: 1023px) {
  .mw-post-h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .mw-post-h1 {
    font-size: 30px;
  }
}
.mw-post-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  color: #cbb9c8;
  font-size: 14.5px;
}
.mw-byline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}
.mw-article {
  max-width: 760px;
  margin-inline: auto;
  padding: 72px 40px 40px;
}
@media (max-width: 767px) {
  .mw-article {
    padding: 48px 24px 32px;
  }
}
.mw-prose-article {
  color: #33291f;
  font-size: 18px;
  line-height: 1.8;
}
.mw-prose-article p {
  margin: 0 0 26px;
}
.mw-prose-article p:empty {
  display: none;
}
.mw-prose-article h2 {
  margin: 48px 0 22px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}
.mw-prose-article h3 {
  margin: 36px 0 18px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.mw-prose-article a {
  color: var(--indigo);
  font-weight: 500;
}
.mw-prose-article a:hover {
  color: var(--gold);
}
.mw-prose-article ul, .mw-prose-article ol {
  margin: 0 0 26px;
  padding-left: 22px;
}
.mw-prose-article li {
  margin-bottom: 10px;
}
.mw-prose-article img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 12px 0 26px;
}
.mw-prose-article blockquote {
  margin: 40px 0;
  padding-left: 28px;
  border-left: 3px solid var(--gold);
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-style: italic;
  font-size: 24px;
  line-height: 1.5;
}
.mw-prose-article blockquote p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.mw-prose-article hr {
  margin: 40px 0;
  border: 0;
  border-top: 1px solid rgba(38, 32, 25, 0.12);
}
.mw-prose-article > *:last-child {
  margin-bottom: 0;
}
.mw-recommend-wrap {
  padding-top: 56px;
  border-top: 1px solid rgba(38, 32, 25, 0.12);
}
.mw-recommend-grid .bde-loop {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  align-items: stretch;
}
.mw-recommend-grid .bde-loop-item {
  padding: 0;
  height: 100%;
}
.mw-mini-post-card {
  display: block;
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(38, 32, 25, 0.08);
  border-radius: 4px;
  background: var(--surface);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mw-mini-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(38, 32, 25, 0.14);
}
.mw-mini-post-title {
  margin: 0;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.mw-hero-plum {
  position: relative;
  overflow: hidden;
  background: var(--plum);
  color: var(--cream);
}
.mw-hero-plum::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.14;
  pointer-events: none;
}
.mw-hero-plum > * {
  position: relative;
  z-index: 1;
}
.mw-logo-lockup {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  margin-bottom: 28px;
}
.mw-hero-kicker {
  margin-bottom: 20px;
  color: var(--cream);
  font-family: var(--bde-heading-font-family);
  font-size: 22px;
  line-height: 1.45;
}
.mw-facts-2col {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  gap: 22px 44px;
  margin-bottom: 30px;
  font-size: 15.5px;
}
@media (max-width: 479px) {
  .mw-facts-2col {
    grid-template-columns: auto;
  }
}
.mw-alert-pill {
  display: inline-block;
  margin-bottom: 28px;
  padding: 12px 18px;
  border-radius: 3px;
  background: rgba(185, 133, 62, 0.18);
  color: #e8c88e;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.mw-video-frame {
  overflow: hidden;
  aspect-ratio: 1.6;
  border: 6px solid rgba(247, 241, 230, 0.9);
  border-radius: 6px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}
.mw-video-frame > *, .mw-video-frame iframe, .mw-video-frame .ee-video-container {
  width: 100%;
  height: 100%;
}
.mw-check-list {
  margin: 0;
  padding-left: 20px;
  color: #e2d6de;
  font-size: 15.5px;
  line-height: 1.6;
}
.mw-check-list li {
  margin-bottom: 12px;
}
.mw-check-list li:last-child {
  margin-bottom: 0;
}
.mw-card-title-light {
  margin: 0 0 20px;
  color: var(--cream);
  font-family: var(--bde-heading-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
.mw-card-title-light.bde-heading {
  margin: 0 0 20px;
}
.mw-arrow-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(247, 241, 230, 0.15);
  color: var(--cream);
  font-size: 15px;
}
.mw-fac-card {
  padding: 36px;
  border-radius: 4px;
  background: var(--surface);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mw-fac-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(38, 32, 25, 0.14);
}
@media (max-width: 767px) {
  .mw-fac-card {
    padding: 28px 24px;
  }
}
.mw-fac-head {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 22px;
}
.mw-fac-avatar {
  flex: none;
  width: 104px;
  height: 104px;
  object-fit: cover;
  border: 4px solid var(--sand);
  border-radius: 50%;
}
.mw-fac-name {
  margin: 0 0 4px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.25;
}
.mw-fac-name.bde-heading {
  margin: 0 0 4px;
}
.mw-fac-role {
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
}
.mw-venue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .mw-venue-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
}
.mw-venue-card {
  padding: 26px 30px;
  border-radius: 4px;
  background: var(--sand);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}
.mw-map-frame {
  overflow: hidden;
  min-height: 340px;
  border: 6px solid var(--surface);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(38, 32, 25, 0.16);
}
.mw-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  display: block;
}
.mw-cta-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
  padding: 60px;
  border-radius: 6px;
  background: var(--indigo);
}
@media (max-width: 1023px) {
  .mw-cta-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }
}
@media (max-width: 767px) {
  .mw-cta-split {
    padding: 36px 24px;
  }
}
.mw-cta-divider {
  padding-left: 48px;
  border-left: 1px solid rgba(243, 233, 216, 0.2);
}
@media (max-width: 1023px) {
  .mw-cta-divider {
    padding-left: 0;
    padding-top: 32px;
    border-left: 0;
    border-top: 1px solid rgba(243, 233, 216, 0.2);
  }
}
.mw-cta-h {
  margin: 0 0 12px;
  color: var(--cream);
  font-family: var(--bde-heading-font-family);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}
.mw-cta-h.bde-heading {
  margin: 0 0 12px;
}
.mw-contact-links {
  display: grid;
  gap: 8px;
  font-size: 16px;
}
.mw-contact-links a {
  color: var(--cream);
  text-decoration: none;
  transition: color 0.25s ease;
}
.mw-contact-links a:hover {
  color: var(--gold);
}
.mw-hero-soft {
  position: relative;
  overflow: hidden;
  padding-block: 88px 72px;
  background: var(--paper);
}
.mw-hero-soft::before, .mw-hero-soft::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.mw-hero-soft::before {
  top: -220px;
  right: -180px;
  width: 620px;
  height: 620px;
  background: var(--sand);
  opacity: 0.5;
}
.mw-hero-soft::after {
  bottom: -300px;
  left: -200px;
  width: 520px;
  height: 520px;
  background: #e5d3e4;
  opacity: 0.32;
}
.mw-lockup-center {
  max-width: 380px;
  margin-inline: auto;
}
.mw-wrap-mid {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.mw-level-card {
  padding: 38px 34px;
  border-radius: 4px;
  background: rgba(247, 241, 230, 0.06);
}
.mw-level-title {
  margin: 0 0 16px;
  color: var(--cream);
  font-family: var(--bde-heading-font-family);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}
.mw-level-title.bde-heading {
  margin: 0 0 16px;
}
.mw-level-text {
  margin: 0 0 20px;
  color: #d8cfc2;
  font-size: 16px;
  line-height: 1.65;
}
.mw-level-note {
  padding-top: 16px;
  border-top: 1px solid rgba(247, 241, 230, 0.15);
  color: #cbb9c8;
  font-size: 14.5px;
  line-height: 1.5;
}
.mw-modules-stack {
  display: grid;
  gap: 24px;
}
.mw-module-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  padding: 36px;
  border-radius: 4px;
  background: rgba(247, 241, 230, 0.06);
}
@media (max-width: 1023px) {
  .mw-module-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .mw-module-row {
    padding: 28px 24px;
  }
}
.mw-module-label {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}
.mw-module-title {
  color: var(--cream);
  font-family: var(--bde-heading-font-family);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}
.mw-module-text {
  margin: 0;
  color: #d8cfc2;
  font-size: 16.5px;
  line-height: 1.75;
}
.mw-media-grid-alt {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 60px;
  align-items: center;
}
@media (max-width: 1023px) {
  .mw-media-grid-alt {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}
.mw-cta-panel-sand {
  background: var(--sand);
}
.mw-cta-panel-sand .mw-cta-title {
  color: var(--ink);
}
.mw-cta-panel-sand .mw-cta-sub {
  color: var(--muted);
}
.mw-mt-0 {
  margin-top: 0;
}
.mw-hero-center .mw-hero-lead {
  max-width: 58ch;
  margin-inline: auto;
}
.mw-grid-3-fixed {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1023px) {
  .mw-grid-3-fixed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .mw-grid-3-fixed {
    grid-template-columns: minmax(0, 1fr);
  }
}
.mw-hero .mw-wrap, .mw-hero-soft .mw-wrap {
  position: relative;
  z-index: 1;
}
.mw-recommend-section {
  padding: 60px 40px 90px;
}
@media (max-width: 767px) {
  .mw-recommend-section {
    padding: 48px 24px 72px;
  }
}
.mw-recommend-grid {
  margin-top: 36px;
}
.mw-recommend-grid .bde-loop {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1023px) {
  .mw-recommend-grid .bde-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .mw-recommend-grid .bde-loop {
    grid-template-columns: minmax(0, 1fr);
  }
}
.etn-es-events-page-container {
  padding: 0;
  background: var(--paper);
}
.etn-event-single-wrap {
  overflow-x: clip;
}
.etn-event-single-wrap > .etn-container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding: 56px 40px 80px;
}
@media (max-width: 767px) {
  .etn-event-single-wrap > .etn-container {
    padding: 40px 24px 56px;
  }
}
.etn-event-single-wrap > .etn-container > .etn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin: 0;
}
@media (max-width: 1023px) {
  .etn-event-single-wrap > .etn-container > .etn-row {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.etn-event-single-wrap > .etn-container > .etn-row > .etn-col-lg-8 {
  flex: 1 1 520px;
  min-width: 0;
  padding: 0;
}
.etn-event-single-wrap > .etn-container > .etn-row > .etn-col-lg-4 {
  flex: 1 1 340px;
  max-width: 400px;
  padding: 0;
}
@media (max-width: 1023px) {
  .etn-event-single-wrap > .etn-container > .etn-row > .etn-col-lg-4 {
    flex: 1 1 auto;
    max-width: none;
  }
}
.mw-event-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 13.5px;
}
.mw-event-crumbs a {
  color: var(--indigo);
  text-decoration: none;
}
.mw-event-crumbs a:hover {
  color: var(--gold);
}
.etn-event-single-content-wrap {
  padding: 48px;
  border: 1px solid rgba(38, 32, 25, 0.08);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(38, 32, 25, 0.07);
}
@media (max-width: 767px) {
  .etn-event-single-content-wrap {
    padding: 28px 24px;
  }
}
.etn-event-title-wrap {
  margin: 0;
}
.etn-event-entry-title {
  margin: 0 0 32px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 44px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  .etn-event-entry-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .etn-event-entry-title {
    font-size: 30px;
  }
}
.etn-single-event-media {
  overflow: hidden;
  margin: 0 0 34px;
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(38, 32, 25, 0.16);
}
.etn-single-event-media img {
  display: block;
  width: 100%;
  height: auto;
}
.etn-event-content-body > section {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.etn-event-content-body {
  color: var(--body-text);
  font-size: 17px;
  line-height: 1.78;
}
.etn-event-content-body p {
  margin: 0 0 24px;
}
.etn-event-content-body > p:first-of-type {
  color: #33291f;
  font-size: 18px;
  line-height: 1.75;
}
.etn-event-content-body h1, .etn-event-content-body h2 {
  margin: 44px 0 20px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}
.etn-event-content-body h3 {
  margin: 36px 0 18px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.etn-event-content-body h4 {
  margin: 30px 0 14px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}
.etn-event-content-body a {
  color: var(--indigo);
  font-weight: 500;
}
.etn-event-content-body a:hover {
  color: var(--gold);
}
.etn-event-content-body ul, .etn-event-content-body ol {
  margin: 0 0 24px;
  padding-left: 22px;
}
.etn-event-content-body li {
  margin-bottom: 10px;
}
.etn-event-content-body img {
  max-width: 100%;
  height: auto;
  margin: 12px 0 24px;
  border-radius: 4px;
}
.etn-event-content-body blockquote {
  margin: 36px 0;
  padding-left: 28px;
  border-left: 3px solid var(--gold);
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-style: italic;
  font-size: 24px;
  line-height: 1.5;
}
.etn-event-content-body blockquote p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.etn-event-content-body hr {
  margin: 36px 0;
  border: 0;
  border-top: 1px solid rgba(38, 32, 25, 0.12);
}
.etn-event-content-body > *:last-child {
  margin-bottom: 0;
}
.mw-event-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(38, 32, 25, 0.1);
}
.mw-event-contact-label {
  color: var(--muted);
  font-size: 15px;
}
.mw-event-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 15px;
}
.mw-event-contact-links a {
  color: var(--indigo);
  font-weight: 500;
  text-decoration: none;
}
.mw-event-contact-links a:hover {
  color: var(--gold);
}
.etn-sidebar {
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 118px);
  display: grid;
  gap: 24px;
}
@media (max-width: 1023px) {
  .etn-sidebar {
    position: static;
    top: auto;
  }
}
.etn-sidebar .etn-event-meta-info {
  margin: 0;
  padding: 30px 32px;
  border-radius: 6px;
  background: var(--indigo);
  color: var(--cream);
}
.etn-sidebar .etn-event-meta-info ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.etn-sidebar .etn-event-meta-info ul li {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--cream);
  font-size: 16.5px;
  line-height: 1.5;
}
.etn-sidebar .etn-event-meta-info ul li > span:first-child {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.etn-sidebar .etn-event-meta-info .etn-event-timezone {
  display: inline;
  margin: 0;
  color: #c2c4de;
  font-size: inherit;
  letter-spacing: normal;
  text-transform: none;
}
.etn-single-event-ticket-wrap {
  overflow: hidden;
  border: 1px solid rgba(38, 32, 25, 0.1);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: 0 18px 44px rgba(38, 32, 25, 0.12);
}
.etn-single-event-ticket-wrap .ant-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.etn-single-event-ticket-wrap .ant-card-body, .etn-single-event-ticket-wrap .etn-ticket-placeholder {
  display: grid;
  gap: 18px;
  padding: 0 28px 28px;
}
.etn-single-event-ticket-wrap .etn-ticket-placeholder {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.etn-single-event-ticket-wrap .ant-card-body .etn-purchase-ticket-title, .etn-single-event-ticket-wrap .etn-ticket-placeholder .etn-purchase-ticket-title {
  margin: 0 -28px 6px;
  padding: 24px 28px 18px;
  border-bottom: 1px solid rgba(38, 32, 25, 0.08);
  line-height: 1.25;
  color: var(--ink) !important;
  font-family: var(--bde-heading-font-family) !important;
  font-size: 23px !important;
  font-weight: 600 !important;
}
.etn-single-event-ticket-wrap .etn-ticket-price-hint {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.etn-single-event-ticket-wrap .etn-ticket-container {
  display: block;
  padding: 22px 24px;
  border-radius: 4px;
  background: var(--paper);
  margin: 0 !important;
}
.etn-single-event-ticket-wrap .etn-ticket-header {
  display: block;
  margin: 0;
}
.etn-single-event-ticket-wrap .etn-ticket-header .ant-col {
  max-width: none;
  padding: 0 !important;
}
.etn-single-event-ticket-wrap .etn-ticket-header .etn-ticket-title {
  display: block;
  margin-bottom: 14px;
  color: var(--indigo);
  font-size: 16px;
  font-weight: 600;
}
.etn-single-event-ticket-wrap .etn-ticket-info-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px dashed rgba(38, 32, 25, 0.22);
  text-align: left !important;
}
.etn-single-event-ticket-wrap .etn-ticket-info-row .ant-col {
  min-width: 0;
  max-width: none;
  padding: 0;
}
.etn-single-event-ticket-wrap .etn-ticket-quantity-col {
  text-align: center;
}
.etn-single-event-ticket-wrap .etn-ticket-subtotal-col {
  text-align: right;
}
.etn-single-event-ticket-wrap .etn-ticket-price-label, .etn-single-event-ticket-wrap .etn-ticket-quantity-label, .etn-single-event-ticket-wrap .etn-ticket-subtotal-label {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.06em;
}
.etn-single-event-ticket-wrap .etn-ticket-price, .etn-single-event-ticket-wrap .etn-ticket-subtotal {
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.etn-single-event-ticket-wrap .etn-ticket-price strong, .etn-single-event-ticket-wrap .etn-ticket-subtotal strong {
  font-weight: inherit;
}
.etn-single-event-ticket-wrap .etn-ticket-quantity {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(38, 32, 25, 0.2);
  border-radius: 4px;
  background: var(--surface);
}
.etn-single-event-ticket-wrap .etn-ticket-quantity .etn-ticket-selection-btn {
  width: 34px;
  height: 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
}
.etn-single-event-ticket-wrap .etn-ticket-quantity .etn-ticket-quantity-input {
  width: 40px;
  border: 0;
  border-inline: 1px solid rgba(38, 32, 25, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.etn-single-event-ticket-wrap .etn-ticket-quantity .ant-input-number-input {
  height: 38px;
  padding: 0;
  color: var(--ink);
  font-size: 16px;
  text-align: center;
}
.etn-single-event-ticket-wrap .etn-purchase-ticket-total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding-top: 6px;
}
.etn-single-event-ticket-wrap .etn-purchase-ticket-total-text-span, .etn-single-event-ticket-wrap .etn-purchase-ticket-total-label-text-span {
  color: var(--body-text) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.etn-single-event-ticket-wrap .etn-purchase-ticket-total-text > span:last-child {
  color: var(--ink) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.etn-single-event-ticket-wrap .etn-purchase-ticket-total-amount-text-span {
  color: var(--ink) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.etn-single-event-ticket-wrap .etn-purchase-ticket-submit-btn {
  width: 100%;
  height: auto;
  padding: 16px 28px;
  border: 0 !important;
  border-radius: 24px;
  box-shadow: none;
  font-family: var(--bde-body-font-family);
  font-size: 16px;
  font-weight: 500;
  background: var(--gold) !important;
  color: var(--ink) !important;
}
.etn-single-event-ticket-wrap .etn-purchase-ticket-submit-btn:hover, .etn-single-event-ticket-wrap .etn-purchase-ticket-submit-btn:focus {
  background: var(--ink) !important;
  color: var(--paper) !important;
}
.etn-single-event-ticket-wrap .etn-purchase-ticket-submit-btn:disabled, .etn-single-event-ticket-wrap .etn-purchase-ticket-submit-btn:disabled:hover {
  cursor: default;
  background: rgba(38, 32, 25, 0.12) !important;
  color: #8a7f73 !important;
}
@media (min-width: 1024px) and (max-width: 1119px) {
  .etn-single-event-ticket-wrap .etn-ticket-container {
    padding: 18px;
  }
  .etn-single-event-ticket-wrap .etn-ticket-info-row {
    gap: 8px;
  }
  .etn-single-event-ticket-wrap .etn-ticket-price, .etn-single-event-ticket-wrap .etn-ticket-subtotal {
    font-size: 16px;
  }
  .etn-single-event-ticket-wrap .etn-ticket-quantity .etn-ticket-selection-btn {
    width: 28px;
  }
  .etn-single-event-ticket-wrap .etn-ticket-quantity .etn-ticket-quantity-input {
    width: 34px;
  }
}
.etn-single-event-ticket-wrap .etn-purchase-ticket-alert {
  padding: 14px 16px;
  border: 1px solid rgba(185, 133, 62, 0.35);
  border-radius: 4px;
  background: var(--sand);
  text-align: center;
}
.etn-single-event-ticket-wrap .etn-purchase-ticket-alert .ant-alert-message {
  color: var(--ink);
  font-size: 15px;
}
.etn-add-calender-url {
  margin: 0;
  padding: 28px 32px;
  border-radius: 6px;
  background: var(--sand);
}
.etn-add-calender-url .etn-widget-title {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
}
.etn-add-calender-url .etn-calender-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.etn-add-calender-url li {
  margin: 0;
}
.etn-add-calender-url .etn-add-to-calender {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.25s ease;
}
.etn-add-calender-url .etn-add-to-calender:hover {
  color: var(--gold);
}
.etn-add-calender-url .calender-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 22px;
  height: 22px;
  border-radius: 3px;
}
.etn-add-calender-url .calender-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}
.etn-add-calender-url .etn-calender-list a .calender-name {
  margin: 0;
  font-size: inherit;
}
.etn-event-related-post {
  margin: 80px calc(50% - 50vw) -80px;
  padding: 72px calc(50vw - 50%);
  background: var(--sand);
}
@media (max-width: 767px) {
  .etn-event-related-post {
    margin-top: 56px;
    margin-bottom: -56px;
    padding-block: 56px;
  }
}
.etn-event-related-post > .etn-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin: 0;
}
.etn-event-related-post > .etn-row > [class*="etn-col-"]:only-child {
  max-width: 420px;
}
.etn-event-related-post .etn-event-item {
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(38, 32, 25, 0.08);
}
.etn-event-related-post .etn-event-thumb img {
  aspect-ratio: 1.7777777778;
}
.etn-event-related-post .etn-event-content {
  padding: 26px 28px 24px;
}
.etn-event-related-post .etn-event-title {
  margin: 0 0 6px;
  font-size: 22px;
}
.etn-event-related-post .etn-event-content p {
  margin: 0;
}
.etn-event-related-post .etn-event-footer {
  padding-top: 18px;
}
.etn-event-related-post .etn-event-date {
  color: var(--body-text);
  font-size: 14.5px;
  font-weight: 500;
}
.related-post-title {
  margin: 0 0 32px;
  color: var(--ink);
  font-family: var(--bde-heading-font-family);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .related-post-title {
    font-size: 26px;
  }
}
.etn-event-related-post .etn-event-item .etn-event-footer .etn-atend-btn a.etn-btn:hover, .etn-event-related-post .etn-event-item .etn-event-footer .etn-atend-btn a.etn-btn:focus {
  background: var(--gold);
  color: var(--ink);
}
.mw-u-cream {
  color: var(--cream);
}
.mw-mt-64 {
  margin-top: 64px;
}
