.cc-preferences-btn {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: var(--brand-dark);
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cc-preferences-btn:hover, .cc-preferences-btn:focus-visible {
  opacity: 1;
  transform: scale(1.1);
  outline: 2px solid var(--brand-accent);
  outline-offset: 2px;
}
.cc-preferences-btn .material-symbols-outlined {
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .cc-preferences-btn {
    bottom: 0.75rem;
    left: 0.75rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
#cc-main .cm--bar {
  left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
  max-width: none;
}
#cc-main .cm--bar .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

@media (max-width: 991.98px) {
  #cc-main {
    --cc-modal-margin: 0.75rem;
  }
  #cc-main .cm {
    width: auto;
    max-width: none;
  }
  #cc-main .cm--bar {
    bottom: var(--cc-modal-margin);
    border-radius: 0.75rem;
  }
  #cc-main .cm--bar .cm__title,
  #cc-main .cm--bar .cm__desc,
  #cc-main .cm--bar .cm__btns,
  #cc-main .cm--bar .cm__links {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #cc-main .cm--bar .cm__btn-group {
    grid-template-columns: 1fr;
  }
  #cc-main .cm--bar .cm__btn + .cm__btn,
  #cc-main .cm--bar .cm__btn-group + .cm__btn-group {
    margin-left: 0;
  }
  #cc-main .pm {
    left: var(--cc-modal-margin);
    right: var(--cc-modal-margin);
    width: auto;
    max-width: none;
    max-height: calc(100vh - 2 * var(--cc-modal-margin));
  }
}
@media (max-width: 575.98px) {
  #cc-main .cm--bar .cm__btn {
    font-size: 0.78em;
    min-height: 40px;
  }
  #cc-main .pm__btn-group {
    grid-template-columns: 1fr;
  }
}
body.home-page span.site-kicker {
  display: none;
}

a.site-brand {
  background-color: white;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.landing-hero {
  position: relative;
  overflow: hidden;
  border-radius: 1.1rem;
  background: radial-gradient(1000px 300px at 12% -10%, rgba(218, 79, 47, 0.18), transparent 65%), radial-gradient(850px 250px at 88% 110%, rgba(19, 35, 60, 0.18), transparent 62%), linear-gradient(145deg, #fff6ef 0%, #ffffff 45%, #eef4ff 100%);
  border: 1px solid rgba(19, 35, 60, 0.08);
}
.landing-hero.landing-hero-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: auto;
  min-height: 100vh;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  display: flex;
  align-items: center;
}
@supports (height: 100dvh) {
  .landing-hero.landing-hero-full {
    min-height: 100dvh;
  }
}
.landing-hero .landing-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.landing-hero .landing-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(10, 20, 34, 0.78) 0%, rgba(11, 18, 30, 0.45) 55%, rgba(18, 24, 38, 0.65) 100%);
  z-index: 1;
}
.landing-hero .landing-hero-content {
  --hero-content-offset-y: max(var(--site-header-min-height), 6rem);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  padding-top: var(--hero-content-offset-y) !important;
}
.landing-hero .landing-hero-content > .row {
  width: 100%;
}
.landing-hero .landing-hero-content .hero-title {
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  line-height: 1.25;
  letter-spacing: 0;
  color: white;
  font-weight: bold;
}
.landing-hero .landing-hero-content .hero-title > span {
  display: block;
}
.landing-hero .landing-hero-content .hero-title span {
  color: #EB4A00;
  text-transform: uppercase;
  font-size: 2rem;
}
.landing-hero .landing-hero-content .hero-title span.fw-100 {
  font-weight: 100 !important;
}
.landing-hero .landing-hero-content .hero-lead {
  max-width: 62ch;
  color: rgba(247, 250, 255, 0.9);
  font-size: 1.25rem;
}
.landing-hero .landing-hero-content .hero-keyfacts {
  color: rgba(247, 250, 255, 0.9);
}
.landing-hero .landing-hero-content .hero-actions {
  margin-top: 1.25rem;
}
.landing-hero .landing-hero-content .hero-actions .hero-scroll-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  transition: opacity 0.2s ease;
}
.landing-hero .landing-hero-content .hero-actions .hero-scroll-cta:hover, .landing-hero .landing-hero-content .hero-actions .hero-scroll-cta:focus-visible {
  color: #fff;
  opacity: 0.82;
}
.landing-hero .landing-hero-content .hero-actions .hero-scroll-cta .hero-scroll-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  animation: hero-arrow-pulse 1.15s ease-in-out infinite;
}
.landing-hero .landing-hero-content .hero-actions .hero-scroll-cta .hero-scroll-text {
  line-height: 1.1;
}

@keyframes hero-arrow-pulse {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
.stat-tile {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.9rem;
  background: rgba(12, 24, 40, 0.6);
  color: #fff;
  backdrop-filter: blur(3px);
  padding: 0.85rem 1rem;
  min-height: 100%;
}

.early-access-cta {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(280px, 30vw, 420px);
  border-radius: 0;
  color: #fff;
  backdrop-filter: blur(2px);
  background: rgba(235, 74, 0, 0.75);
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 3;
  gap: 50px;
}
.early-access-cta p {
  color: rgba(245, 249, 255, 0.95);
}
.early-access-cta .early-access-label {
  width: 100%;
  font-family: "Anton", sans-serif;
  transform: rotate(-10deg);
  font-size: clamp(2.2rem, 14vw, 6rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}
.early-access-cta .early-access-label:has(span) {
  font-size: unset;
}
.early-access-cta .early-access-label:has(span) span {
  display: block;
  width: fit-content;
}
.early-access-cta .early-access-label:has(span) span:nth-child(1) {
  font-size: 8rem;
}
.early-access-cta .early-access-label:has(span) span:nth-child(2) {
  font-size: 5.8rem;
}
.early-access-cta .early-access-label:has(span) span:nth-child(3) {
  font-size: 2.95rem;
}
.early-access-cta .early-access-content {
  position: relative;
  z-index: 2;
  color: #051229;
  font-size: 1.25rem;
}
.early-access-cta .early-access-content ul {
  margin: 40px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.early-access-cta .early-access-content ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: start;
}
.early-access-cta .early-access-content ul li span.material-symbols-outlined {
  font-size: 30px;
}
.early-access-cta .early-access-content ul li strong {
  display: block;
  color: white;
}
.early-access-cta .early-access-content ul {
  margin: 15px 0 20px 0;
}
.early-access-cta .early-access-content ul li {
  text-align: left;
}
.early-access-cta .early-access-content a {
  padding: 10px;
  font-weight: bold;
  color: rgb(235, 74, 0);
  text-transform: uppercase;
}
.early-access-cta .early-access-content a.js-discount-hero-link.is-activated {
  background: #6f9b4b;
  border-color: rgba(64, 103, 42, 0.95);
  color: #fff;
  box-shadow: 0 8px 20px rgba(64, 103, 42, 0.35);
}
.early-access-cta .early-access-content .discount-inline-feedback {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.25;
  opacity: 0;
  transform: translateY(-4px);
  transition: transform 0.22s ease, opacity 0.18s ease;
}
.early-access-cta .early-access-content .discount-inline-feedback.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.early-access-cta .early-access-content .discount-inline-feedback .material-symbols-outlined {
  font-size: 1.1rem;
  line-height: 1;
}

.discount-badge {
  position: fixed;
  left: 50%;
  bottom: calc(max(0.85rem, env(safe-area-inset-bottom)) + 0.1rem);
  transform: translate(-50%, 140%);
  opacity: 0;
  pointer-events: none;
  z-index: 75;
  transition: transform 0.28s ease, opacity 0.22s ease;
}
.discount-badge.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}
.discount-badge .discount-badge-trigger {
  border: 0;
  border-radius: 999px;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-accent);
  color: #fff;
  box-shadow: 0 8px 20px rgba(10, 20, 34, 0.35);
  padding: 0;
  transform: translateY(0);
  transition: transform 0.32s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}
.discount-badge .discount-badge-trigger.is-activated {
  background: #6f9b4b;
  box-shadow: 0 8px 20px rgba(64, 103, 42, 0.4);
}
.discount-badge .discount-badge-trigger.is-lifted {
  transform: translateY(calc(-3.35rem - env(safe-area-inset-bottom)));
}
.discount-badge .discount-badge-trigger.is-bouncing {
  animation: discount-soft-bounce 0.72s cubic-bezier(0.25, 0.85, 0.35, 1);
}
.discount-badge .material-symbols-outlined {
  font-size: 1.55rem;
  line-height: 1;
}

.discount-badge-feedback {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 74;
  transform: translateY(115%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.32s ease, opacity 0.24s ease;
}
.discount-badge-feedback.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.discount-badge-feedback .discount-badge-feedback-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: #6f9b4b;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 -6px 16px rgba(16, 33, 12, 0.2);
}
.discount-badge-feedback .discount-badge-feedback-inner.is-bouncing {
  animation: discount-feedback-bounce 0.72s cubic-bezier(0.25, 0.85, 0.35, 1);
}
.discount-badge-feedback .material-symbols-outlined {
  font-size: 1.25rem;
  line-height: 1;
}

@keyframes discount-soft-bounce {
  0% {
    transform: translateY(calc(-3.35rem - env(safe-area-inset-bottom)));
  }
  35% {
    transform: translateY(calc(-3.65rem - env(safe-area-inset-bottom)));
  }
  65% {
    transform: translateY(calc(-3.24rem - env(safe-area-inset-bottom)));
  }
  100% {
    transform: translateY(calc(-3.35rem - env(safe-area-inset-bottom)));
  }
}
@keyframes discount-feedback-bounce {
  0% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-5px);
  }
  65% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}
a.discount-sticky-cta {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: max(0.85rem, env(safe-area-inset-bottom));
  z-index: 70;
  display: block;
  width: auto;
  text-align: center;
  white-space: normal;
  text-transform: none;
  font-weight: 700;
  font-size: clamp(0.95rem, 0.76rem + 0.35vw, 1.08rem);
  line-height: 1.3;
  padding: 0.85rem 1rem;
  border-radius: 0.7rem;
  box-shadow: 0 10px 28px rgba(10, 20, 34, 0.34);
}

@media (max-width: 991.98px) {
  .landing-hero-full {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    min-height: 100vh;
  }
  .landing-hero-content {
    flex: 1 0 auto;
    width: 100%;
    max-width: 100% !important;
    padding-left: clamp(1rem, 4vw, 2rem);
    padding-right: clamp(1rem, 4vw, 2rem);
    padding-bottom: 1.5rem;
  }
  .hero-actions {
    margin-bottom: 0.8rem;
  }
  .early-access-cta {
    position: static;
    flex: 0 0 auto;
    width: 100%;
    min-height: 180px;
    padding: 1rem clamp(1rem, 4vw, 2rem);
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 4vw, 3rem);
    background: rgba(235, 74, 0, 0.75);
  }
  .early-access-cta .early-access-label {
    transform: rotate(0deg);
    font-size: clamp(1.8rem, 8vw, 3.2rem);
    letter-spacing: 0.06em;
    width: fit-content;
  }
  .early-access-cta .early-access-content {
    max-width: min(680px, 68%);
    font-size: 1.1rem;
  }
  .speaker-section .speaker-card {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .landing-hero-full {
    min-height: 100vh;
  }
  @supports (height: 100dvh) {
    .landing-hero-full {
      min-height: 100dvh;
    }
  }
  .landing-hero-content {
    --hero-content-offset-y: max(var(--site-header-min-height), 3.5rem);
    flex: 1 0 auto;
    align-items: center !important;
  }
  .early-access-cta {
    flex-direction: column;
    background: rgb(235, 74, 0);
  }
  .early-access-cta .early-access-content {
    max-width: 100%;
    text-align: center;
  }
}
.benefits {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .benefits {
    flex-direction: column;
  }
}
.benefits .benefits-chips {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 25px;
  justify-content: space-evenly;
}
@media (max-width: 991.98px) {
  .benefits .benefits-chips {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .benefits .benefits-chips {
    flex-direction: column;
  }
}
.benefits p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--brand-dark);
  margin-bottom: 0;
  align-items: start;
}
.benefits p::before {
  content: "check";
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  line-height: 1;
  color: var(--brand-accent);
}
.benefits .benefits-cta {
  margin-top: -15px;
}
@media (min-width: 992px) {
  .benefits .benefits-cta {
    margin-left: auto;
    margin-right: 15px;
  }
}

.benefits-cta {
  display: inline-block;
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--brand-accent);
  border: 1px solid white;
  padding: 5px 20px;
  background-color: transparent;
  width: fit-content;
  transform: rotate(-5deg);
  text-decoration: none;
  line-height: 1.2;
}

.float-right {
  float: right;
}

@media (min-width: 992px) {
  .benefits-cta:hover,
  .benefits-cta:focus-visible {
    border-color: var(--brand-accent);
    background-color: var(--brand-accent);
    color: #fff;
  }
}
.landing-hero .text-secondary {
  color: rgba(237, 243, 255, 0.82) !important;
}

#programm-intro {
  position: relative;
}
@media (max-width: 767.98px) {
  #programm-intro {
    overflow-x: hidden;
    overflow-x: clip;
  }
}

.programm-intro-media {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  overflow: visible;
}
.programm-intro-media img {
  position: relative;
  z-index: 2;
  display: block;
  width: 70%;
  height: auto;
}
.programm-intro-media .programm-intro-geometry {
  --shape-size: clamp(280px, 42vw, 620px);
  --shape-top: 50%;
  --shape-left: 50%;
  --shape-color-a: rgba(235, 74, 0, 0.28);
  --shape-color-b: rgba(19, 35, 60, 0.2);
  position: absolute;
  top: var(--shape-top);
  left: var(--shape-left);
  width: var(--shape-size);
  height: var(--shape-size);
  background: linear-gradient(135deg, var(--shape-color-a) 0%, var(--shape-color-b) 100%);
  filter: blur(1px);
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
  will-change: transform;
  clip-path: polygon(50% 0%, 100% 35%, 78% 100%, 18% 88%, 0% 34%);
  -webkit-clip-path: polygon(50% 0%, 100% 35%, 78% 100%, 18% 88%, 0% 34%);
}

@media (max-width: 767.98px) {
  .programm-intro-geometry {
    --shape-size: clamp(220px, 78vw, 440px);
    --shape-top: 50%;
    --shape-left: 50%;
    opacity: 0.72;
  }
}
.feature-card,
.session-card,
.faq-card {
  border: 1px solid rgba(19, 35, 60, 0.08);
  border-radius: 0.95rem;
  background: #fff;
}

.feature-card {
  padding: 1.05rem;
}

.program-card-heading {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.program-card-check {
  color: #eb4a00;
  font-size: 1.15rem;
  line-height: 1.2;
  margin-top: 0.06rem;
}

.session-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 1rem;
}
.session-card .session-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
.session-card .session-meta-row > .material-symbols-outlined {
  font-size: 1rem;
  line-height: 1;
  color: var(--brand-accent);
}
.session-card .session-meta-row .session-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.session-card .session-meta-row .session-category-list .session-category-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(19, 35, 60, 0.15);
  background: #f7f9fc;
  border-radius: 999px;
  padding: 0.18rem 0.58rem;
  font-size: 0.74rem;
  line-height: 1.1;
  color: #13233c;
}
.session-card .session-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.session-card .session-meta .material-symbols-outlined {
  font-size: 1rem;
  line-height: 1;
  color: var(--brand-accent);
}
.session-card > a {
  margin-top: auto;
  width: fit-content;
}

#themen.themen-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: hidden;
  overflow-x: clip;
}
#themen.themen-section .themen-tiles-row {
  transform: rotate(-3deg);
}
#themen.themen-section .themen-tiles-row .themen-card {
  padding: 100px;
  background-color: white;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform, box-shadow;
  position: relative;
  z-index: 1;
  transform-origin: center;
}
#themen.themen-section .themen-tiles-row .themen-card h3 {
  font-size: 3.5rem;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
}
#themen.themen-section .themen-tiles-row .themen-card:hover,
#themen.themen-section .themen-tiles-row .themen-card:focus-within {
  transform: scale(1.03);
  box-shadow: 0 22px 44px rgba(19, 35, 60, 0.24);
  z-index: 6;
}
@media (min-width: 768px) {
  #themen.themen-section .themen-tiles-row > div:nth-child(1) .themen-card,
  #themen.themen-section .themen-tiles-row > div:nth-child(4) .themen-card {
    background-color: var(--brand-accent);
  }
  #themen.themen-section .themen-tiles-row > div:nth-child(1) .themen-card h3,
  #themen.themen-section .themen-tiles-row > div:nth-child(4) .themen-card h3 {
    color: white;
  }
  #themen.themen-section .themen-tiles-row > div:nth-child(1) .themen-card .text-secondary,
  #themen.themen-section .themen-tiles-row > div:nth-child(4) .themen-card .text-secondary {
    color: var(--brand-dark) !important;
  }
}
@media (max-width: 767.98px) {
  #themen.themen-section .themen-tiles-row {
    transform: none;
    overflow-x: hidden;
    overflow-x: clip;
    gap: 0.75rem 0;
  }
  #themen.themen-section .themen-tiles-row > div {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  #themen.themen-section .themen-tiles-row .themen-card {
    --themen-card-rotation: -1.2deg;
    width: 100%;
    max-width: min(100%, 44rem);
    margin: 0 auto;
    padding: clamp(1.5rem, 5vw, 2.5rem);
    transform: rotate(var(--themen-card-rotation));
  }
  #themen.themen-section .themen-tiles-row > div:nth-child(1) .themen-card,
  #themen.themen-section .themen-tiles-row > div:nth-child(3) .themen-card {
    background-color: var(--brand-accent);
  }
  #themen.themen-section .themen-tiles-row > div:nth-child(1) .themen-card h3,
  #themen.themen-section .themen-tiles-row > div:nth-child(3) .themen-card h3 {
    color: white;
  }
  #themen.themen-section .themen-tiles-row > div:nth-child(1) .themen-card .text-secondary,
  #themen.themen-section .themen-tiles-row > div:nth-child(3) .themen-card .text-secondary {
    color: var(--brand-dark) !important;
  }
  #themen.themen-section .themen-tiles-row .themen-card:hover,
  #themen.themen-section .themen-tiles-row .themen-card:focus-within {
    transform: translateY(-4px) rotate(var(--themen-card-rotation));
  }
}

#programmvorschau {
  position: relative;
}
#programmvorschau #programm-info {
  display: flex;
  flex-direction: row;
  gap: 25px;
  flex-wrap: wrap;
}
#programmvorschau #programm-info .programm-step {
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#programmvorschau #programm-info .programm-step .programmvorschau-filter-icon {
  font-size: 40px;
  margin-right: 10px;
}
#programmvorschau #programm-info .programm-step:not(:last-child):after {
  content: "arrow_forward";
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  color: var(--brand-accent);
  display: block;
  margin-left: 25px;
}
#programmvorschau .programmvorschau-phase-spacer {
  width: 100%;
}
#programmvorschau .programmvorschau-phase-spacer.programmvorschau-phase-spacer--coffee {
  position: relative;
  height: 5px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#programmvorschau .programmvorschau-phase-spacer.programmvorschau-phase-spacer--coffee .programmvorschau-phase-spacer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  line-height: 1;
  margin: 0;
  border-radius: 50%;
  padding: 20px;
  background-color: white;
}
#programmvorschau .programmvorschau-phase-spacer.programmvorschau-phase-spacer--meal {
  width: fit-content;
  margin: 25px auto;
}
#programmvorschau .programmvorschau-phase-spacer.programmvorschau-phase-spacer--meal .programm-step {
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#programmvorschau .programmvorschau-phase-spacer.programmvorschau-phase-spacer--meal .programm-step .programmvorschau-filter-icon {
  font-size: 40px;
  margin-right: 10px;
}
#programmvorschau .programmvorschau-toolbar {
  margin-bottom: 1rem;
}
#programmvorschau .programmvorschau-toolbar .programmvorschau-filters {
  display: grid;
  gap: 0.6rem;
}
#programmvorschau .programmvorschau-toolbar .programmvorschau-filters .programmvorschau-filter-box {
  border: 1px solid rgba(19, 35, 60, 0.1);
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.8rem;
}
#programmvorschau .programmvorschau-toolbar .programmvorschau-filters .programmvorschau-filter-box .programmvorschau-filter-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
}
#programmvorschau .programmvorschau-toolbar .programmvorschau-filters .programmvorschau-filter-box .programmvorschau-filter-group > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
#programmvorschau .programmvorschau-toolbar .programmvorschau-filters .programmvorschau-filter-box .programmvorschau-filter-icon {
  font-size: 1.75rem;
  line-height: 1;
  color: var(--brand-accent);
}
#programmvorschau .programmvorschau-toolbar .programmvorschau-filters .programmvorschau-filter-box .programmvorschau-chip {
  border: 1px solid rgba(19, 35, 60, 0.18);
  background: #f7f9fc;
  color: #13233c;
  border-radius: 999px;
  padding: 0.34rem 0.72rem;
  font-size: 0.82rem;
  line-height: 1.1;
  transition: all 0.2s ease;
}
#programmvorschau .programmvorschau-toolbar .programmvorschau-filters .programmvorschau-filter-box .programmvorschau-chip:hover, #programmvorschau .programmvorschau-toolbar .programmvorschau-filters .programmvorschau-filter-box .programmvorschau-chip:focus-visible {
  background: #eef3ff;
  border-color: rgba(19, 35, 60, 0.35);
}
#programmvorschau .programmvorschau-toolbar .programmvorschau-filters .programmvorschau-filter-box .programmvorschau-chip.is-active {
  background: #13233c;
  color: #fff;
  border-color: #13233c;
}
#programmvorschau .programmvorschau-slides {
  position: relative;
}
#programmvorschau .programmvorschau-slides .programmvorschau-track {
  position: relative;
}
#programmvorschau .programmvorschau-slides .programmvorschau-track .programmvorschau-slot {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 1.6rem 0;
}
#programmvorschau .programmvorschau-slides .programmvorschau-track .programmvorschau-slot .programmvorschau-slot-inner {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
#programmvorschau .programmvorschau-slides .programmvorschau-track .programmvorschau-slot .programmvorschau-slot-inner .programmvorschau-slot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
#programmvorschau .programmvorschau-slides .programmvorschau-track .programmvorschau-slot .programmvorschau-slot-inner .programmvorschau-slot-header .programmvorschau-slot-heading {
  margin-bottom: 0;
}
#programmvorschau .programmvorschau-slides .programmvorschau-track .programmvorschau-slot .programmvorschau-slot-inner .programmvorschau-slot-header .programmvorschau-slot-toggle {
  border: 1px solid rgba(19, 35, 60, 0.22);
  background: rgba(255, 255, 255, 0.75);
  color: #13233c;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
#programmvorschau .programmvorschau-slides .programmvorschau-track .programmvorschau-slot .programmvorschau-slot-inner .programmvorschau-slot-header .programmvorschau-slot-toggle .material-symbols-outlined {
  font-size: 1.5rem;
  line-height: 1;
}
#programmvorschau .programmvorschau-slides .programmvorschau-track .programmvorschau-slot .programmvorschau-slot-inner .programmvorschau-slot-header .programmvorschau-slot-toggle:hover, #programmvorschau .programmvorschau-slides .programmvorschau-track .programmvorschau-slot .programmvorschau-slot-inner .programmvorschau-slot-header .programmvorschau-slot-toggle:focus-visible {
  background: #fff;
  border-color: rgba(19, 35, 60, 0.45);
}
#programmvorschau .programmvorschau-slides .programmvorschau-track .programmvorschau-slot.phase-1 {
  background: var(--phase1);
  padding-bottom: 50px;
}
#programmvorschau .programmvorschau-slides .programmvorschau-track .programmvorschau-slot.phase-2 {
  background: var(--phase2);
  padding-top: 50px;
}
#programmvorschau .programmvorschau-slides .programmvorschau-track .programmvorschau-slot.phase-3 {
  background: var(--phase3);
  padding-bottom: 50px;
}
#programmvorschau .programmvorschau-slides .programmvorschau-track .programmvorschau-slot.phase-4 {
  background: var(--phase4);
  padding-top: 50px;
}

#location-cta .cta-band {
  border: 1px solid rgba(19, 35, 60, 0.1);
  border-radius: 1rem;
  background: linear-gradient(125deg, #13233c 0%, #233c63 100%);
  color: #fff;
}
#location-cta .locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 5%;
}
#location-cta .locations p {
  flex-basis: 45%;
  margin: 0;
}
#location-cta .locations .map-location-toggle {
  display: block;
  margin: 0 0 0.3rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
#location-cta .locations .map-location-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}
@media (max-width: 767.98px) {
  #location-cta .locations {
    flex-direction: column;
    line-height: 1.2;
  }
}

#recap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.recap-scroll {
  position: relative;
}

.recap-stage {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background-color: var(--brand-accent);
}

@supports (height: 100dvh) {
  .recap-stage {
    height: 100dvh;
    min-height: 100dvh;
  }
}
.recap-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 1.8s ease-in-out;
}

.recap-slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.recap-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-card {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.speaker-card .speaker-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.speaker-card .speaker-card-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 0.95rem 0.9rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(5, 16, 30, 0) 6%, rgba(5, 16, 30, 0.84) 66%, rgba(5, 16, 30, 0.96) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 50%;
}
.speaker-card .speaker-card-overlay h3 {
  color: var(--brand-accent);
  text-transform: uppercase;
}
.speaker-card .speaker-card-overlay .text-secondary {
  color: rgba(232, 239, 250, 0.92) !important;
  font-size: 1rem;
}
.speaker-card .speaker-card-overlay .speaker-bio {
  will-change: transform, opacity;
}
.speaker-card:hover .speaker-card-image {
  transform: scale(1.04);
}

@media (hover: hover) and (pointer: fine) {
  .speaker-card .speaker-card-overlay .speaker-bio {
    position: absolute;
    right: 0.95rem;
    bottom: 0.9rem;
    left: 0.95rem;
    margin: 0;
    opacity: 0;
    transform: translateY(28px);
    pointer-events: none;
  }
}
.section-heading {
  font-size: clamp(1.65rem, 1.2rem + 2.2vw, 2.8rem);
  line-height: 1.14;
  letter-spacing: -0.015em;
}
.section-heading span.material-symbols-outlined {
  font-size: clamp(1.8rem, 1.45rem + 1.2vw, 2.5rem);
}

#supporters a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(140px, 20vw, 220px);
  height: clamp(70px, 10vw, 110px);
}
#supporters a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#preise ul.benefits .checklistitem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.2;
  color: var(--bs-secondary-rgb);
  margin-bottom: 0;
  align-items: start;
}
#preise ul.benefits .checklistitem strong {
  font-weight: 700;
}
#preise ul.benefits .checklistitem::before {
  content: "check";
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  line-height: 1;
  color: var(--brand-accent);
  padding: 0 5px 0 0;
}
#preise .price-card {
  --price-card-border: rgba(19, 35, 60, 0.1);
  --price-card-shadow: 0 14px 28px rgba(19, 35, 60, 0.08);
  --price-card-text: #5d6979;
  --price-card-value: #13233c;
  --price-card-kicker: #2a394e;
  --wave-pattern-bg: #f6f8fb;
  border: 1px solid rgba(19, 35, 60, 0.1);
  border-radius: 0.95rem;
  background: #fff;
  padding: 1rem;
  height: 100%;
  box-shadow: var(--price-card-shadow);
  border-color: var(--price-card-border);
}
#preise .price-card .small.text-secondary {
  color: var(--price-card-kicker) !important;
}
#preise .price-card p.text-secondary {
  color: var(--price-card-text) !important;
}
#preise .price-card--regular {
  --wave-pattern-bg: linear-gradient(140deg, #fff4dc 0%, #ffe3b2 55%, #ffd589 100%);
  --price-card-border: rgba(143, 92, 18, 0.4);
  --price-card-shadow: 0 16px 30px rgba(143, 92, 18, 0.2);
  --price-card-value: #8a5400;
  --price-card-kicker: #6e4300;
  --price-card-text: #7a5f34;
}
#preise .price-card--professional {
  --wave-pattern-bg: linear-gradient(140deg, #ebf6ff 0%, #d7ecff 52%, #c5e2ff 100%);
  --price-card-border: rgba(22, 95, 156, 0.34);
  --price-card-shadow: 0 16px 30px rgba(22, 95, 156, 0.16);
  --price-card-value: #0c5793;
  --price-card-kicker: #094572;
  --price-card-text: #3e647f;
}
#preise .price-card--student {
  --wave-pattern-bg: linear-gradient(140deg, #ecfff4 0%, #d5f7e4 55%, #c3f0d7 100%);
  --price-card-border: rgba(26, 130, 88, 0.34);
  --price-card-shadow: 0 16px 30px rgba(26, 130, 88, 0.14);
  --price-card-value: #116a45;
  --price-card-kicker: #0f5a3b;
  --price-card-text: #356955;
}
#preise .price-value {
  font-size: 1.7rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--price-card-value);
}
#preise .price-value .js-price-original,
#preise .price-value .js-price-discounted {
  display: block;
}
#preise .price-value.is-discounted .js-price-original {
  font-size: 1.05rem;
  font-weight: 600;
  opacity: 0.72;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
}
#preise .price-value.is-discounted .js-price-discounted {
  margin-top: 0.2rem;
  font-size: 1.75rem;
  font-weight: 800;
  opacity: 1;
}
#preise .price-discount-note {
  margin: 20px auto;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
}
#preise .price-discount-note .material-symbols-outlined {
  font-size: 1.1rem;
  line-height: 1;
}
@media (max-width: 767.98px) {
  #preise #preise .price-cards-row {
    --bs-gutter-y: 1rem;
  }
  #preise #preise .benefits-cta.float-right {
    float: none;
    display: inline-block;
    margin-top: 1rem;
    transform: none;
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    max-width: 100%;
  }
}
#preise .afterparty {
  position: relative;
  overflow: hidden;
  border-radius: 0.95rem;
  min-height: clamp(300px, 85vw, 300px);
  display: flex;
}
#preise .afterparty video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.95rem;
}
#preise .afterparty .afterparty-overlay {
  position: absolute;
  inset: 0;
  border-radius: 0.95rem;
  background: linear-gradient(125deg, rgba(10, 20, 34, 0.78) 0%, rgba(11, 18, 30, 0.45) 55%, rgba(18, 24, 38, 0.65) 100%);
  z-index: 1;
  pointer-events: none;
}
#preise .afterparty .afterparty-content {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 20px;
  width: min(60ch, 100%);
  padding: clamp(1rem, 3vw, 2rem);
  color: #fff;
}
#preise .afterparty .afterparty-content .badge {
  background-color: white;
  color: var(--brand-accent);
  position: absolute;
  top: 0;
  right: 20px;
  padding: 20px;
  text-transform: uppercase;
  border-radius: 0 0 0.95rem 0.95rem;
}
#preise .afterparty .afterparty-content .card-body {
  margin-top: auto;
}
#preise .afterparty .afterparty-content .card-body .checklistitem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "Caveat";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  color: white;
  margin-bottom: 0;
  align-items: start;
}
#preise .afterparty .afterparty-content .card-body .checklistitem strong {
  font-weight: 700;
}
#preise .afterparty .afterparty-content .card-body .checklistitem::before {
  content: "check";
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem;
  line-height: 1;
  color: var(--brand-accent);
  padding: 0 5px 0 0;
}
#preise .afterparty .afterparty-content p {
  color: rgba(247, 250, 255, 0.92);
}
@media (max-width: 767.98px) {
  #preise .afterparty {
    min-height: clamp(280px, 72vw, 420px);
  }
  #preise .afterparty .afterparty-content {
    width: 100%;
  }
}

body.register .hero-title {
  color: var(--brand-dark);
}

body.register-view .form-label.required::after,
body.register-view legend.col-form-label.required::after {
  content: " *";
  color: var(--brand-accent);
  font-weight: 700;
}
body.register-view .required-consent-label::after {
  content: " *";
  color: var(--brand-accent);
  font-weight: 700;
}

.agenda-option {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
  background: #fff;
  height: 100%;
}

.register-filters {
  display: grid;
  gap: 0.6rem;
}

.register-filter-box {
  border: 1px solid rgba(19, 35, 60, 0.1);
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.8rem;
}

.register-filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.register-filter-icon {
  font-size: 1rem;
  line-height: 1;
  color: var(--brand-accent);
}

.register-filter-chip {
  border: 1px solid rgba(19, 35, 60, 0.18);
  background: #f7f9fc;
  color: #13233c;
  border-radius: 999px;
  padding: 0.34rem 0.72rem;
  font-size: 0.82rem;
  line-height: 1.1;
  transition: all 0.2s ease;
}

.register-filter-chip:hover,
.register-filter-chip:focus-visible {
  background: #eef3ff;
  border-color: rgba(19, 35, 60, 0.35);
}

.register-filter-chip.is-active {
  background: #13233c;
  color: #fff;
  border-color: #13233c;
}

.agenda-slot {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 1rem 0;
  background: #fff;
}

.agenda-slot-inner {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.agenda-slot.phase-1 {
  background: #F6D55C;
}

.agenda-slot.phase-2 {
  background: #5DA9E9;
}

.agenda-slot.phase-3 {
  background: #F7A072;
}

.agenda-slot.phase-4 {
  background: #7FB069;
}

.agenda-slot.phase-5 {
  background: #B39CD0;
}

.agenda-option:hover {
  box-shadow: 0 10px 24px rgba(19, 35, 60, 0.08);
}

.agenda-option.border-dark {
  border-color: var(--brand-dark) !important;
  box-shadow: 0 0 0 2px rgba(19, 35, 60, 0.08);
}

.agenda-option .agenda-radio {
  cursor: pointer;
  margin-bottom: 0.45rem;
}

.agenda-option .agenda-radio[disabled] {
  cursor: not-allowed;
}

.agenda-option:has(.agenda-radio[disabled]) {
  opacity: 0.72;
}

.session-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.session-meta-row > .material-symbols-outlined,
.session-meta .material-symbols-outlined {
  font-size: 1rem;
  line-height: 1;
  color: var(--brand-accent);
}

.session-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.session-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.session-category-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(19, 35, 60, 0.15);
  background: #f7f9fc;
  border-radius: 999px;
  padding: 0.18rem 0.58rem;
  font-size: 0.74rem;
  line-height: 1.1;
  color: #13233c;
}

#group-price-breakdown {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.register-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.8rem;
}

.register-summary-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
}

.register-summary-price-old {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  opacity: 0.72;
  font-size: 0.86em;
}

.register-summary-price-new {
  font-weight: 700;
  color: #0c5793;
}

.register-summary-line--discount {
  margin-top: 0.15rem;
}

.success-icon {
  font-size: 3rem;
  color: #18a058;
}

.register-contact-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: var(--brand-bg);
  padding: 3.5rem 0 4rem;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
}
.register-contact-section > .container {
  position: relative;
  z-index: 1;
}
.register-contact-section::after {
  content: "?";
  position: absolute;
  font-family: "Manrope", sans-serif;
  font-weight: 900;
  font-size: 24rem;
  line-height: 0.85;
  top: -0.1em;
  right: -0.04em;
  color: rgba(235, 74, 0, 0.07);
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767.98px) {
  .register-contact-section::after {
    font-size: 14rem;
    right: -0.08em;
  }
}

.register-contact-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-accent);
  margin-bottom: 0.5rem;
}

.register-contact-headline {
  margin: 0;
  line-height: 1.4;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
}
.register-contact-headline .register-contact-headline__q {
  display: block;
  font-weight: 200;
  color: var(--brand-dark);
  letter-spacing: -0.01em;
}
.register-contact-headline .register-contact-headline__a {
  display: block;
  font-weight: 900;
  color: var(--brand-dark);
  letter-spacing: -0.025em;
}

.register-contact-person {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1.4rem 1.8rem 1.4rem 1.4rem;
  box-shadow: 0 4px 22px rgba(19, 35, 60, 0.09);
  min-width: 280px;
}
@media (max-width: 575.98px) {
  .register-contact-person {
    flex-direction: column;
    text-align: center;
    padding: 1.4rem;
    min-width: 0;
    width: 100%;
  }
}
.register-contact-person.secondary {
  background-color: transparent;
  border: 3px solid white;
  box-shadow: none;
}
.register-contact-person .register-contact-photo-wrap {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px var(--brand-accent), 0 6px 18px rgba(19, 35, 60, 0.14);
  overflow: hidden;
}
.register-contact-person .register-contact-photo-wrap .register-contact-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.register-contact-person .register-contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.register-contact-person .register-contact-info .register-contact-name {
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--brand-dark);
  line-height: 1.2;
  margin-bottom: 0.1rem;
}
.register-contact-person .register-contact-info .register-contact-detail {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  color: #3d5070;
  text-decoration: none;
  line-height: 1.3;
  transition: color 0.17s ease;
}
.register-contact-person .register-contact-info .register-contact-detail .material-symbols-outlined {
  font-size: 0.98rem;
  line-height: 1;
  color: var(--brand-accent);
  flex-shrink: 0;
}
.register-contact-person .register-contact-info .register-contact-detail:hover, .register-contact-person .register-contact-info .register-contact-detail:focus-visible {
  color: var(--brand-accent);
}

button.js-card-select-btn {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
}
button.js-card-select-btn:hover {
  background-color: var(--brand-accent);
  color: white;
  border-color: var(--brand-accent);
}

body.registration-overview-page .hero-card {
  overflow: hidden;
}
body.registration-overview-page .overview-track {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
body.registration-overview-page .overview-track .overview-track-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.45rem 0.35rem;
}
body.registration-overview-page .overview-track .overview-track-step-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
body.registration-overview-page .overview-track .overview-track-step-time {
  font-size: 0.86rem;
  color: #5f6a7c;
  font-weight: 600;
}
body.registration-overview-page .overview-track .overview-track-step-label {
  font-weight: 700;
  color: #13233c;
}
body.registration-overview-page .overview-track .overview-track-step-icon {
  color: var(--brand-accent);
  font-size: 1.45rem;
  line-height: 1;
}
body.registration-overview-page .overview-track .overview-track-warning {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.3rem;
  margin: 0.18rem auto 0 auto;
  color: #9a3412;
  font-size: 0.82rem;
  line-height: 1.3;
  font-weight: 600;
}
body.registration-overview-page .overview-track .overview-track-warning-icon {
  font-size: 1rem;
  line-height: 1;
  color: #ea580c;
  margin-top: 0.08rem;
}
body.registration-overview-page .overview-track .overview-track-slot {
  --overview-phase-color: #d6dde8;
  background: transparent;
  border: 2px solid var(--overview-phase-color);
  border-radius: 0.9rem;
  padding: 0.85rem 0.9rem;
}
body.registration-overview-page .overview-track .overview-track-slot-header {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 0.5rem;
}
body.registration-overview-page .overview-track .overview-track-slot-title {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  color: #13233c;
}
body.registration-overview-page .overview-track .overview-track-slot-period {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
  color: #5f6a7c;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}
body.registration-overview-page .overview-track .overview-track-slot-period-icon {
  color: var(--overview-phase-color);
  font-size: 1rem;
  line-height: 1;
}
body.registration-overview-page .overview-track .overview-track-slot-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.registration-overview-page .overview-track .overview-track-slot-list li {
  margin-bottom: 0.2rem;
  font-size: 0.95rem;
  line-height: 1.35;
}
body.registration-overview-page .overview-track .overview-program-title {
  display: block;
  font-weight: 700;
  color: #13233c;
}
body.registration-overview-page .overview-track .overview-program-location {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.25rem;
  margin-top: 0.12rem;
  color: #5f6a7c;
  font-size: 0.86rem;
  line-height: 1.3;
}
body.registration-overview-page .overview-track .overview-program-location-icon {
  color: var(--brand-accent);
  font-size: 1rem;
  line-height: 1;
  margin-top: 0.08rem;
}
body.registration-overview-page .overview-track .overview-program-list-fallback {
  list-style: none;
  padding: 0;
}

.agenda-timeslot {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.85rem;
  background: #fff;
  padding: 1rem;
}

.agenda-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.8rem;
}

.agenda-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.8rem;
  background: #fdfcf9;
  padding: 0.9rem;
}

.agenda-meta {
  font-size: 0.85rem;
  color: #5a6472;
}

.agenda-overview-card {
  border-radius: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 1rem;
  min-height: 100%;
}

.agenda-overview-card-danger {
  border-color: rgba(220, 53, 69, 0.35);
  background: #fff6f7;
}

.agenda-overview-card-warning {
  border-color: rgba(255, 193, 7, 0.5);
  background: #fffaf0;
}

.agenda-overview-card-muted {
  border-color: rgba(108, 117, 125, 0.35);
  background: #f8f9fa;
}

.agenda-overview-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

body.admin-view,
body.register-view,
body.registration-overview-page {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
body.admin-view main,
body.register-view main,
body.registration-overview-page main {
  margin-bottom: 100px;
}
body.admin-view footer,
body.register-view footer,
body.registration-overview-page footer {
  margin-top: auto;
}

body.error-page {
  display: flex;
  flex-direction: column;
}
body.error-page main {
  margin-bottom: 100px;
}
body.error-page footer {
  margin-top: auto;
}

.admin-registration-breakdown-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(19, 35, 60, 0.12);
  border-radius: 0.75rem;
  background: rgba(246, 239, 230, 0.6);
}
@media (max-width: 575.98px) {
  .admin-registration-breakdown-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

.admin-registration-breakdown-meta-label {
  color: var(--brand-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-registration-breakdown-meta-value {
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
}

.program-point-page .program-point-shell {
  margin-inline: auto;
}
.program-point-page .program-point-backlink {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 400;
}
.program-point-page .program-point-backlink:before {
  content: "";
}
.program-point-page .program-point-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(19, 35, 60, 0.08);
}
.program-point-page .program-point-header,
.program-point-page .program-point-body,
.program-point-page .program-point-footer {
  position: relative;
  z-index: 1;
}
.program-point-page .program-point-title {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.program-point-page .program-point-subtitle {
  font-size: clamp(1rem, 1.2vw, 1.3rem);
}
.program-point-page .program-point-chip-list {
  gap: 0.45rem;
}
.program-point-page .program-point-chip-list .session-category-chip {
  background: rgba(19, 35, 60, 0.08);
}
.program-point-page .program-point-section-title {
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.program-point-page .program-point-description {
  font-size: 1.15rem;
}
.program-point-page .program-point-meta-grid {
  border-left: 3px solid rgba(235, 74, 0, 0.5);
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.program-point-page .program-point-meta-label {
  display: block;
  color: #5d6780;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.22rem;
}
.program-point-page .program-point-meta-value {
  margin: 0;
  font-weight: 600;
  font-size: 0.98rem;
}
.program-point-page .program-point-meta-speaker-image {
  width: 100%;
  border-radius: 0.75rem;
  object-fit: cover;
}
.program-point-page .program-point-block {
  background: rgba(255, 255, 255, 0.84);
}
.program-point-page .program-point-list {
  margin-bottom: 0;
}
.program-point-page .program-point-list-item {
  border-bottom: 1px dashed rgba(19, 35, 60, 0.16);
  padding-bottom: 0.65rem;
  margin-bottom: 0.65rem;
}
.program-point-page .program-point-list-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.program-point-page section.program-point-related .session-card .related-speaker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.program-point-page section.program-point-related .session-card .related-speaker-avatar {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(19, 35, 60, 0.14);
  vertical-align: middle;
}
.program-point-page .program-point-footer {
  margin-top: 2rem;
}
.program-point-page .program-point-footer .js-program-point-select-cta.is-selected {
  background: #be4126;
  box-shadow: 0 0 0 3px rgba(235, 74, 0, 0.2);
}
.program-point-page .program-point-footer .js-program-point-select-cta.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: auto;
}
.program-point-page .program-point-footer .program-point-cta-message {
  font-size: 0.88rem;
  color: #c0392b;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .program-point-page .program-point-card::after {
    inset: -36% auto auto -28%;
    width: min(420px, 92vw);
    height: min(420px, 92vw);
  }
  .program-point-page .program-point-meta-grid {
    border-left: 0;
    border-top: 3px solid rgba(235, 74, 0, 0.5);
  }
  .program-point-page .program-point-block {
    padding: 0.95rem;
  }
  .program-point-page .program-point-map {
    height: 220px;
    min-height: 220px;
  }
}

.mediadaten-hero {
  padding: 3rem 0 2.5rem;
}

.mediadaten-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-accent);
  margin-bottom: 0.75rem;
}

.mediadaten-title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--brand-dark);
  margin-bottom: 1rem;
}

.mediadaten-hero-date {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  color: #3d5070;
  font-size: 1rem;
}
.mediadaten-hero-date .material-symbols-outlined {
  font-size: 1.1rem;
  color: var(--brand-accent);
}

.mediadaten-hero-logo {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .mediadaten-hero-logo {
    max-width: 170px;
  }
}

.mediadaten-intro {
  margin-bottom: 0;
  color: #3d5070;
  line-height: 1.7;
}

.mediadaten-facts {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: var(--brand-dark);
  padding: 3rem 0 2.75rem;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

.mediadaten-facts-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.mediadaten-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .mediadaten-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mediadaten-stat {
  text-align: center;
  padding: 1.75rem 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.mediadaten-stat:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(235, 74, 0, 0.35);
}

.mediadaten-stat-number {
  display: block;
  font-size: clamp(3rem, 5.5vw, 4.5rem);
  font-weight: 900;
  color: var(--brand-accent);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 0.5rem;
}

.mediadaten-stat-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.mediadaten-qualities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.mediadaten-quality {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}
.mediadaten-quality .material-symbols-outlined {
  font-size: 2rem;
  color: var(--brand-accent);
  flex-shrink: 0;
}

.mediadaten-section {
  margin-bottom: 3.5rem;
}

.mediadaten-section-header {
  margin-bottom: 1.25rem;
}

.mediadaten-section-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-accent);
  margin-bottom: 0.4rem;
}

.mediadaten-section-title {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--brand-dark);
  letter-spacing: -0.015em;
  margin: 0;
  line-height: 1.2;
}

.mediadaten-table {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.mediadaten-table thead th {
  background: var(--brand-dark);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  border: 0;
  padding: 0.9rem 1.1rem;
  vertical-align: middle;
}
.mediadaten-table tbody tr:nth-child(odd) td {
  background: rgba(19, 35, 60, 0.03);
}
.mediadaten-table tbody td {
  padding: 0.75rem 1.1rem;
  border-color: rgba(19, 35, 60, 0.08);
  font-weight: 600;
  color: var(--brand-dark);
}
.mediadaten-table tbody td:not(:first-child) {
  font-weight: 700;
  color: var(--brand-accent);
}

.mediadaten-table-pax {
  display: block;
  font-weight: 400;
  font-size: 0.78rem;
  opacity: 0.7;
  margin-top: 0.15rem;
}

.mediadaten-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.mediadaten-price-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.9rem 1.2rem;
  background: var(--brand-bg);
  border-radius: 0.65rem;
}
@media (max-width: 575.98px) {
  .mediadaten-price-list li {
    flex-direction: column;
    gap: 0.25rem;
  }
}

.mediadaten-price-item {
  font-size: 0.95rem;
  color: var(--brand-dark);
  font-weight: 500;
}
.mediadaten-price-item em {
  color: #5d6780;
  font-style: normal;
  font-size: 0.88em;
}

.mediadaten-price-amount {
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--brand-accent);
  white-space: nowrap;
  flex-shrink: 0;
}

.mediadaten-fine-print {
  font-size: 1rem;
  color: #5d6780;
  line-height: 1.55;
  margin-top: 0.75rem;
}
.mediadaten-fine-print a {
  color: var(--brand-accent);
  text-decoration: none;
}
.mediadaten-fine-print a:hover {
  text-decoration: underline;
}

:root {
  --brand-bg: #f6efe6;
  --brand-dark: #13233c;
  --brand-accent: #EB4A00;
  --phase1: #F6D55C;
  --phase2: #5DA9E9;
  --phase3: #F7A072;
  --phase4: #7FB069;
  --site-header-min-height: 74px;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--brand-dark);
  min-height: 100vh;
  font-size: 20px;
  overflow-x: hidden;
}

h2 {
  font-size: 2.5rem;
}

.brand-accent {
  color: var(--brand-accent);
}

.text-085 {
  font-size: 0.85rem;
}

.mt-100 {
  margin-top: 100px;
}

.custom-btn {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  color: var(--brand-accent);
  text-decoration: none;
  padding: 0.25rem;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
}
.custom-btn .custom-btn-icon {
  font-size: 1.25rem;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.2s ease;
}
.custom-btn:hover {
  border-color: var(--brand-accent);
}
.custom-btn:hover .custom-btn-icon {
  transform: translateX(4px);
}
.custom-btn:focus-visible .custom-btn-icon {
  transform: translateX(4px);
}

.rotated {
  font-weight: 100;
  text-transform: uppercase;
  display: block;
  color: var(--brand-accent);
  font-size: 1.5rem;
}

.site-header {
  position: relative;
  z-index: 10;
}
.site-header.site-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
}
.site-brand {
  color: var(--brand-dark);
}

.site-kicker {
  color: var(--brand-dark);
  font-weight: 600;
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media (max-width: 575.98px) {
  .site-kicker {
    text-align: center;
  }
}
.site-kicker .site-kicker-title {
  line-height: 1.05;
}
.site-kicker .site-kicker-meta {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.68rem;
  text-transform: none;
}
.site-kicker .site-kicker-meta .site-kicker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  font-weight: 600;
  white-space: nowrap;
}
.site-kicker .site-kicker-meta .site-kicker-item .site-kicker-icon {
  font-size: 0.95rem;
  line-height: 1;
}

.home-page .site-brand,
.home-page .site-kicker {
  color: #f6f9ff;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.home-page .site-kicker-meta {
  text-transform: none;
  opacity: 0.94;
}

.home-main {
  padding-top: 0 !important;
}

.hero-card {
  border: 0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.btn-brand {
  background: var(--brand-accent);
  color: #fff;
  border: 0;
}

.btn-brand:hover {
  background: #be4126;
  color: #fff;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

.pt-10 {
  padding-top: 6rem !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

@media (min-width: 992px) {
  .mt-100 {
    margin-top: 100px !important;
  }
}

.site-footer {
  background: linear-gradient(140deg, var(--brand-dark) 0%, #1d3558 62%, #27456f 100%);
  color: #fff;
}
.site-footer a {
  color: var(--brand-accent);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.site-footer a:hover,
.site-footer a:focus-visible {
  opacity: 0.82;
}

.program-selection-trigger {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: var(--brand-accent);
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(19, 35, 60, 0.28);
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}
.program-selection-trigger .material-symbols-outlined {
  font-size: 1.55rem;
  line-height: 1;
}
.program-selection-trigger:hover {
  background: #be4126;
  transform: scale(1.07);
}
.program-selection-trigger:focus-visible {
  outline: 3px solid rgba(235, 74, 0, 0.5);
  outline-offset: 2px;
}
@media (max-width: 767.98px) {
  .program-selection-trigger {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

.program-selection-trigger--bounce {
  animation: program-selection-trigger-bounce 0.45s ease;
}

@keyframes program-selection-trigger-bounce {
  0% {
    transform: scale(1);
  }
  36% {
    transform: scale(1.22);
  }
  72% {
    transform: scale(0.94);
  }
  100% {
    transform: scale(1);
  }
}
.program-selection-popin {
  position: fixed;
  right: 1rem;
  bottom: 5.25rem;
  width: min(420px, 100vw - 2rem);
  z-index: 61;
  background: #ffffff;
  border: 1px solid rgba(19, 35, 60, 0.14);
  border-radius: 0.9rem;
  box-shadow: 0 12px 36px rgba(19, 35, 60, 0.2);
  padding: 0.8rem 0.9rem;
}
@media (max-width: 767.98px) {
  .program-selection-popin {
    left: 0.75rem;
    right: 0.75rem;
    width: auto;
    bottom: 5rem;
  }
}

.program-selection-popin-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.55rem;
}

.program-selection-popin-title {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.25;
  font-weight: 700;
}

.program-selection-popin-close {
  border: 0;
  background: transparent;
  color: #5d6780;
  line-height: 1;
  font-size: 1.2rem;
  padding: 0;
}

.program-selection-popin-list {
  margin: 0 0 0.7rem;
  padding: 0;
  list-style: none;
  max-height: min(36vh, 260px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.program-selection-popin-slot-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem 0.55rem;
  align-items: start;
  border: 1px solid rgba(19, 35, 60, 0.12);
  border-radius: 0.65rem;
  background: #fff;
  padding: 0.45rem 0.55rem;
}

.program-selection-popin-slot-head {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

.program-selection-popin-slot-marker {
  --slot-phase-color: #e1e5ef;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: var(--slot-phase-color);
  border: 1px solid rgba(19, 35, 60, 0.14);
  flex-shrink: 0;
}

.program-selection-popin-slot {
  color: #233c63;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.program-selection-popin-slot-body {
  grid-column: 1;
  color: #13233c;
  line-height: 1.25;
  font-size: 0.8rem;
  min-width: 0;
}

.program-selection-popin-program {
  font-weight: 500;
}

.program-selection-popin-program--placeholder {
  color: #7a8398;
  font-style: italic;
}

.program-selection-popin-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.program-selection-popin-remove {
  border: 0;
  background: transparent;
  color: #9aa0b0;
  width: 1.35rem;
  height: 1.35rem;
  padding: 0;
  margin-left: auto;
  margin-top: 0.02rem;
  font-size: 1.08rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 999px;
}
.program-selection-popin-remove:hover {
  color: #c0392b;
  background: rgba(192, 57, 43, 0.08);
}
.program-selection-popin-remove:disabled {
  cursor: not-allowed;
  opacity: 0.32;
  background: transparent;
  color: #9aa0b0;
}

@media (prefers-reduced-motion: reduce) {
  .program-selection-trigger--bounce {
    animation: none;
  }
}
.wave {
  display: none;
  mask: radial-gradient(67.08px at 50% calc(100% - 90px), #000 99%, rgba(0, 0, 0, 0) 101%) calc(50% - 60px) 0/120px 100%, radial-gradient(67.08px at 50% calc(100% + 60px), rgba(0, 0, 0, 0) 99%, #000 101%) 50% calc(100% - 30px)/120px 100% repeat-x;
}

.phase-2 .wave.bottom {
  display: block;
  height: 50px;
  background-color: white;
  margin-bottom: -30px;
  transform: rotate(180deg);
}

.phase-3 .wave.top {
  display: block;
  height: 50px;
  background-color: white;
  margin-top: -30px;
}

.wave-pattern {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.wave-pattern > * {
  position: relative;
  z-index: 1;
}
.wave-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--wave-pattern-bg, #223c61);
  -webkit-mask: radial-gradient(45.22px at calc(100% + 40px) 50%, rgba(0, 0, 0, 0) calc(99% - 1px), #000 calc(101% - 1px) 99%, rgba(0, 0, 0, 0) 101%) calc(50% - 10.5px + 0.5px) calc(50% - 40px)/21px 80px, radial-gradient(45.22px at -40px 50%, rgba(0, 0, 0, 0) calc(99% - 1px), #000 calc(101% - 1px) 99%, rgba(0, 0, 0, 0) 101%) calc(50% + 10.5px) 50%/21px 80px;
  mask: radial-gradient(45.22px at calc(100% + 40px) 50%, rgba(0, 0, 0, 0) calc(99% - 1px), #000 calc(101% - 1px) 99%, rgba(0, 0, 0, 0) 101%) calc(50% - 10.5px + 0.5px) calc(50% - 40px)/21px 80px, radial-gradient(45.22px at -40px 50%, rgba(0, 0, 0, 0) calc(99% - 1px), #000 calc(101% - 1px) 99%, rgba(0, 0, 0, 0) 101%) calc(50% + 10.5px) 50%/21px 80px;
}

/*
.checklistitem {
    @include checklistitem-style(var(--brand-dark), 2rem);
}
*/
