.elementor-8216 .elementor-element.elementor-element-156554f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e485926 */@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap');

.rtp,
.rtp *,
.rtp *::before,
.rtp *::after {
  box-sizing: border-box;
}

.rtp {
  --bg: #0a0a0a;
  --surface: #131313;
  --surface-2: #181818;
  --border: #242424;
  --border-hi: rgba(255,255,255,.16);
  --text: #f4f3ef;
  --dim: #a6a6a0;
  --mute: #6d6d67;
  --accent: #ffd400;
  --accent-hi: #ffe24d;
  --cyan: #25d6f2;

  /* aspect ratio for the featured (next session) card image */
  --rtp-feat-ratio: 3 / 2;

  /* aspect ratio for the concluded session tiles.
     set this to match the source posters:
     4 / 5 for Instagram portrait (1080x1350)
     1 / 1 for square (1080x1080) */
  --rtp-card-ratio: 4 / 5;

  position: relative;
  background: var(--bg);
  color: var(--text);
  font-family: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  padding: clamp(30px, 4vw, 58px) 20px clamp(48px, 6vw, 88px);
}

.rtp::before {
  content: "";
  position: absolute;
  top: -16%;
  left: 50%;
  width: min(1200px, 120%);
  height: 650px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255,212,0,.15), rgba(255,212,0,0) 64%);
  pointer-events: none;
  z-index: 0;
}

.rtp::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 42%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 42%);
  pointer-events: none;
  z-index: 0;
}

.rtp-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.rtp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cyan);
  margin: 0 0 18px;
}

.rtp-eyebrow .rtp-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
}

.rtp-hero--conversion {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 500px);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  min-height: min(760px, calc(100vh - 80px));
  text-align: left;
}

.rtp-hero-copy {
  max-width: 640px;
}

.rtp-hero h1 {
  font-family: "Bricolage Grotesque", "Hanken Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 6.4vw, 76px);
  line-height: 1.01;
  letter-spacing: -0.04em;
  margin: 0 0 22px;
}

.rtp-hero h1 em {
  font-style: normal;
  font-weight: 700;
  color: var(--accent);
}

.rtp-hero-sub {
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.6;
  color: var(--dim);
  max-width: 610px;
  margin: 0 0 28px;
}

.rtp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.rtp-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

.rtp-hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.035);
  color: #d8d8d2;
  font-size: 13px;
  font-weight: 600;
}

.rtp-microcopy {
  font-size: 13.5px;
  color: var(--mute);
  margin: 0;
  max-width: 520px;
  line-height: 1.55;
}

.rtp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  background: var(--accent);
  color: #0a0a0a;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .01em;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 10px 30px -8px rgba(255,212,0,.45);
}

.rtp-cta:hover {
  background: var(--accent-hi);
  transform: translateY(-2px);
  box-shadow: 0 16px 38px -8px rgba(255,212,0,.55);
}

.rtp-cta:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.rtp-cta svg {
  width: 19px;
  height: 19px;
}

.rtp-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding: 11px 18px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 999px;
  align-self: flex-start;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.rtp-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.rtp-ghost svg {
  width: 15px;
  height: 15px;
}

.rtp-ghost--hero {
  margin-top: 0;
  background: rgba(255,255,255,.035);
}

/* pushes the card CTA to the bottom so every card in a row lines up */
.rtp-card-body .rtp-ghost {
  margin-top: auto;
  padding-top: 11px;
}

.rtp-feature-event {
  background: linear-gradient(180deg, #171717 0%, #111 100%);
  border: 1px solid rgba(255,212,0,.58);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,212,0,.24), 0 35px 80px -35px rgba(255,212,0,.45);
}

.rtp-feature-img {
  position: relative;
  aspect-ratio: var(--rtp-feat-ratio);
  background: #000;
  overflow: hidden;
}

.rtp-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: none;
}

.rtp-feature-img::before {
  display: none;
}

.rtp-feature-img--placeholder {
  aspect-ratio: auto;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,212,0,.13), transparent 62%),
    linear-gradient(180deg, #141414 0%, #0d0d0d 100%);
  border-bottom: 1px solid var(--border);
}

.rtp-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 250px;
  padding: 44px 26px;
}

.rtp-placeholder svg {
  width: 40px;
  height: 40px;
  color: var(--accent);
  opacity: .82;
  margin-bottom: 16px;
}

.rtp-placeholder-title {
  font-family: "Bricolage Grotesque", "Hanken Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 8px;
}

.rtp-placeholder-sub {
  font-size: 14px;
  line-height: 1.5;
  color: var(--dim);
  margin: 0;
  max-width: 280px;
}

.rtp-feature-body {
  padding: 22px 28px 26px;
}

.rtp-feature-title {
  font-family: "Bricolage Grotesque", "Hanken Grotesk", sans-serif;
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
}

.rtp-feature-meta {
  margin-bottom: 14px;
}

.rtp-feature-event .rtp-cta--card {
  width: 100%;
}

.rtp-partners {
  margin-top: clamp(34px, 5vw, 58px);
  padding-top: 24px;
  border-top: 1px solid var(--border);
  text-align: center;
}

.rtp-partners--compact {
  margin-top: 18px;
}

.rtp-partners-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--mute);
  margin: 0 0 16px;
}

.rtp-partners-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 26px;
}

.rtp-partner {
  font-family: "Bricolage Grotesque", "Hanken Grotesk", sans-serif;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 600;
  color: #d8d8d2;
  opacity: .82;
  white-space: nowrap;
}

.rtp-section {
  margin-top: clamp(58px, 8vw, 104px);
  scroll-margin-top: 90px;
}

.rtp-section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(32px, 5vw, 48px);
}

.rtp-section-head h2 {
  font-family: "Bricolage Grotesque", "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 14px 0 14px;
}

.rtp-section-head p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--dim);
  margin: 0;
}

/* 3 per row, cards stretch to equal height */
.rtp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 24px;
}

.rtp-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .3s cubic-bezier(.2,.7,.2,1), border-color .3s ease, box-shadow .3s ease;
}

.rtp-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-hi);
  box-shadow: 0 30px 60px -22px rgba(0,0,0,.8);
}

/* fixed box, whole poster visible, no cropping */
.rtp-card-img {
  position: relative;
  aspect-ratio: var(--rtp-card-ratio);
  overflow: hidden;
  background: #000;
  flex-shrink: 0;
}

.rtp-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: grayscale(55%) contrast(1.02);
  transition: filter .4s ease;
}

.rtp-card:hover .rtp-card-img img {
  filter: grayscale(0%);
}

.rtp-card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: linear-gradient(to bottom, rgba(0,0,0,.6), transparent);
  z-index: 1;
  pointer-events: none;
}

.rtp-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #f4f3ef;
  background: rgba(10,10,10,.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.22);
  padding: 7px 13px;
  border-radius: 999px;
}

.rtp-tag .rtp-tdot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mute);
}

.rtp-tag--next {
  color: #0a0a0a;
  background: var(--accent);
  border-color: transparent;
}

.rtp-tag.rtp-tag--next {
  left: auto;
  right: 14px;
}

.rtp-tag--next .rtp-tdot {
  background: #0a0a0a;
}

.rtp-card-body {
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rtp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 12px;
}

.rtp-kicker svg {
  width: 13px;
  height: 13px;
}

.rtp-card-title {
  font-family: "Bricolage Grotesque", "Hanken Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.rtp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-bottom: 18px;
}

.rtp-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  color: var(--dim);
}

.rtp-meta-item svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: var(--mute);
}

.rtp-next-note {
  font-size: 14px;
  line-height: 1.55;
  color: var(--dim);
  margin: 0 0 18px;
}

.rtp-cta--card {
  margin-top: 4px;
  padding: 13px 22px;
  font-size: 14.5px;
  box-shadow: 0 8px 22px -8px rgba(255,212,0,.5);
  align-self: flex-start;
}

.rtp-speakers {
  border-top: 1px solid var(--border);
  padding-top: 16px;
  margin-top: 4px;
}

.rtp-speakers-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--mute);
  margin: 0 0 12px;
}

.rtp-spk {
  display: flex;
  gap: 11px;
  padding: 7px 0;
}

.rtp-spk-bar {
  width: 2px;
  border-radius: 2px;
  background: var(--accent);
  flex-shrink: 0;
  opacity: .85;
}

.rtp-spk-name {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}

.rtp-spk-name span {
  font-weight: 500;
  color: var(--dim);
}

.rtp-spk-topic {
  font-size: 13px;
  color: var(--mute);
  line-height: 1.45;
  margin-top: 2px;
}

.rtp-closing {
  margin-top: clamp(72px, 10vw, 120px);
  text-align: center;
  background: linear-gradient(180deg, var(--surface) 0%, #0e0e0e 100%);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: clamp(44px, 6vw, 70px) 28px;
  position: relative;
  overflow: hidden;
}

.rtp-closing::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(255,212,0,.10), transparent 60%);
  pointer-events: none;
}

.rtp-closing > * {
  position: relative;
}

.rtp-closing h2 {
  font-family: "Bricolage Grotesque", "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0 0 14px;
}

.rtp-closing p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--dim);
  max-width: 520px;
  margin: 0 auto 28px;
}

.rtp-closing .rtp-ghost {
  align-self: center;
}

@media (max-width: 1040px) {
  .rtp-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rtp-hero--conversion {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin: 0 auto;
    min-height: 0;
  }

  .rtp-feature-event {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .rtp {
    --rtp-feat-ratio: 16 / 9;
  }
}

@media (max-width: 720px) {
  .rtp-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .rtp {
    padding-top: 34px;
  }

  .rtp-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .rtp-hero-actions .rtp-cta,
  .rtp-hero-actions .rtp-ghost,
  .rtp-feature-event .rtp-cta--card {
    width: 100%;
  }

  .rtp-feature-body {
    padding: 20px;
  }

  .rtp-placeholder {
    min-height: 200px;
    padding: 36px 20px;
  }

  .rtp-partners-row {
    gap: 10px 18px;
  }
}

.rtp-js .rtp-reveal {
  opacity: 0;
  transform: translateY(24px);
}

.rtp-js .rtp-reveal.rtp-in {
  opacity: 1;
  transform: none;
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--rtp-delay, 0s);
}

@media (prefers-reduced-motion: reduce) {
  .rtp-card,
  .rtp-card-img img,
  .rtp-cta,
  .rtp-ghost {
    transition: none !important;
  }

  .rtp-js .rtp-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}/* End custom CSS */