/* Brand Minds 2027 — page-scoped styles (.bm-2027) */
body.home .header__powered{
  display:none;
}
.bm-2027, body.page-template-page-home-2027 {
  --bm-2027-btn-clip: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  background-color: #ffffff;
  color: #0b0e2e;
  font-family: prometo, sans-serif;
  font-style: italic;
  background:unset;
}

body.page-template-page-home-2027 .btn{
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  -webkit-clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  border-radius: 0;
  font-style: italic;
  font-weight: 800;
  font-family: prometo, sans-serif;
}

.bm-2027 h1,
.bm-2027 h2,
.bm-2027 h3,
.bm-2027 h4,
.bm-2027 h5,
.bm-2027 h6,
.bm-2027 .title {
  font-weight: 900;
}

/* Typography roles — mobile-first (< 992px) */
.bm-2027 .bm-2027__headline,
.bm-2027 .contact-form__headline {
  font-weight: 700;
  font-size: 11.633px;
}

.bm-2027 .bm-2027__title,
.bm-2027 .section-title .title,
.bm-2027 .title  {
  font-weight: 900;
  font-size: 37.226px;
}

.bm-2027 .section-title p,
.bm-2027 p  {
  font-size: 16.887px;
}

@media (min-width: 992px) {
  .bm-2027 .bm-2027__headline,
  .bm-2027 .contact-form__headline {
    font-size: 19.987px;
  }

  .bm-2027 .bm-2027__title,
  .bm-2027 .section-title .title ,
  .bm-2027 .title {
    font-size: 48px;
  }

  .bm-2027 .section-title p,
  .bm-2027 p{
    font-size: 17.989px;
  }
}

@media (min-width: 1280px) {
  .bm-2027 .bm-2027__title,
  .bm-2027 .section-title .title,
  .bm-2027 .title {
    font-size: 63.96px;
  }
}

@media (min-width: 1280px) {
  .bm-2027 .bm-2027__title,
  .bm-2027 .section-title .title,
  .bm-2027 .title {
    font-size: 63.96px;
  }
}

/* Hero Screen Slider */
.bm-2027 .hero-screen-slider {
  position: relative;
  min-height: 100vh;
  color: #ffffff;
  overflow: hidden;
}

.bm-2027 .hero-screen-slider__swiper,
.bm-2027 .hero-screen-slider__slide {
  min-height: 100vh;
}

.bm-2027 .hero-screen-slider__slide {
  position: relative;
  display: flex;
  align-items: stretch;
}

.bm-2027 .hero-screen-slider__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bm-2027 .hero-screen-slider__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm-2027 .hero-screen-slider__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  min-height: 100vh;
  padding-top: 5.5rem;
  padding-bottom: 0;
}

.bm-2027 .hero-screen-slider__intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto
}

.bm-2027 .hero-screen-slider__headline {
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bm-2027 .hero-screen-slider__title {
  margin-top:5px;
  font-weight: 900;
  font-style: italic;
  font-size: 54px;
  line-height: 0.95;
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .hero-screen-slider__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.bm-2027 .hero-screen-slider__left,
.bm-2027 .hero-screen-slider__right {
  display: none;
}

.bm-2027 .hero-screen-slider__speaker {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  margin-top: -0.5rem;
  line-height: 0;
}

.bm-2027 .hero-screen-slider__speaker-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 52vh;
  min-height: 400px;
  object-fit: contain;
  object-position: bottom center;
}

.bm-2027 .hero-screen-slider__info {
  font-size: 0.95em;
  line-height: 1.35;
  color: #ffffff;
}

.bm-2027 .hero-screen-slider__info p {
  margin: 0 0 0.5em;
  color: inherit;
  font-size: 15px;
}

.bm-2027 .hero-screen-slider__info p:last-child {
  margin-bottom: 0;
}

.bm-2027 .hero-screen-slider__info strong,
.bm-2027 .hero-screen-slider__info b {
  font-weight: 800;
}

.bm-2027 .hero-screen-slider__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.75rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  padding: 0 1rem;
}

.bm-2027 .hero-screen-slider__pagination .swiper-pagination-bullet {
  width: 0.55rem;
  height: 0.55rem;
  margin: 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.bm-2027 .hero-screen-slider__pagination .swiper-pagination-bullet-active {
  background-color: #00b9d1;
  transform: scale(1.15);
}

.bm-2027 .hero-screen-slider__thumbs {
  display: none;
}

.bm-2027 .hero-screen-slider__headline,
.bm-2027 .hero-screen-slider__title,
.bm-2027 .hero-screen-slider__info,
.bm-2027 .hero-screen-slider__left,
.bm-2027 .hero-screen-slider__right{
  opacity: 0;
}

@-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      transform: translateY(-50%)
  }

  to {
      opacity: 1;
      transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
      opacity: 0;
      transform: translateY(-50%)
  }

  to {
      opacity: 1;
      transform: translateY(0)
  }
}

.bm-2027 .swiper-slide-active .hero-screen-slider__headline,
.bm-2027 .swiper-slide-active .hero-screen-slider__title,
.bm-2027 .swiper-slide-active .hero-screen-slider__info,
.bm-2027 .swiper-slide-active .hero-screen-slider__left,
.bm-2027 .swiper-slide-active .hero-screen-slider__right {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

.bm-2027 .swiper-slide-active .hero-screen-slider__title{
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.bm-2027 .swiper-slide-active .hero-screen-slider__left,
.bm-2027 .swiper-slide-active .hero-screen-slider__right {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

@media (min-width: 992px) {
  .bm-2027 .hero-screen-slider__swiper,
  .bm-2027 .hero-screen-slider__slide {
    min-height: 800px;
    height: 100vh;
  }

  .bm-2027 .hero-screen-slider__container {
    padding-top: 6rem;
  }

  .bm-2027 .hero-screen-slider__title {
    font-size: 90px;
  }

  .bm-2027 .hero-screen-slider__row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem 2rem;
    margin-top: -1.5rem;
  }

  .bm-2027 .hero-screen-slider__left,
  .bm-2027 .hero-screen-slider__right {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    align-items: flex-end;
    padding-top: 2.5rem;
  }

  .bm-2027 .hero-screen-slider__left {
    justify-content: flex-end;
  }

  .bm-2027 .hero-screen-slider__right {
    justify-content: flex-start;
  }

  .bm-2027 .hero-screen-slider__info--left {
    text-align: right;
    margin-right: -50px;
  }

  .bm-2027 .hero-screen-slider__info--right {
    text-align: left;
    margin-left: -50px;
  }

  .bm-2027 .hero-screen-slider__speaker {
    flex: 0 0 auto;
    max-width:615px;
    margin-top: -2.5rem;
  }

  .bm-2027 .hero-screen-slider__speaker-image {
    max-height: 55vh;
  }

  .bm-2027 .hero-screen-slider__pagination {
    display: none;
  }

  .bm-2027 .hero-screen-slider__thumbs {
    position: absolute;
    left: 1.25rem;
    bottom: 1.5rem;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .bm-2027 .hero-screen-slider__thumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    width: 65px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    opacity: 0.5;
    transition: opacity0.3s ease;
  }

  .bm-2027 .hero-screen-slider__thumb-media {
    display: block;
    overflow: hidden;
  }

  .bm-2027 .hero-screen-slider__thumb-image {
    display: block;
  }

  .bm-2027 .hero-screen-slider__thumb-name {
    display: block;
    width: 100%;
    margin-top: 0.4rem;
    font-weight: 900;
    font-family: 'prometo';
    font-style: italic;
    font-size: 10px;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  }

  .bm-2027 .hero-screen-slider__thumb-info {
    display: block;
    width: 100%;
    margin-top: 0.12rem;
    font-weight: 700;
    font-style: italic;
    font-size: 7px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: 'prometo';
    color: rgba(255, 255, 255, 0.82);
  }

  .bm-2027 .hero-screen-slider__thumb.is-active{
    opacity: 1;
  }
}

@media(min-width: 1280px){
  .bm-2027 .hero-screen-slider__title {
    font-size: 120px;
  }
}


.bm-2027 .btn,
.bm-2027 .wpcf7-submit,
.bm-2027 .button,
.bm-2027 .large-button {
  font-family: prometo, sans-serif;
  font-size: 13.991px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.7px;
  border-radius: 0;
  clip-path: var(--bm-2027-btn-clip);
}

.bm-2027 .btn::before {
  border-radius: 0;
}

/*
  Polygon outline via layered clips (outer #0B0E2E, inset fill via ::after).
  .btn--white and .btn--db share the structure; hover swaps the inner fill + text.
*/
.bm-2027 .btn--white,
.bm-2027 .btn--db {
  --bm-2027-btn-clip-inner: polygon(
    13px 1px,
    calc(100% - 1px) 1px,
    calc(100% - 13px) calc(100% - 1px),
    1px calc(100% - 1px)
  );
  background-color: #0b0e2e;
  border: 0;
  isolation: isolate;
  transition: color 0.3s ease;
}

.bm-2027 .btn--white::after,
.bm-2027 .btn--db::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: var(--bm-2027-btn-clip-inner);
  -webkit-clip-path: var(--bm-2027-btn-clip-inner);
  pointer-events: none;
  border-radius: 0;
  transition: background-color 0.3s ease;
}

.bm-2027 .btn--white {
  color: #0b0e2e;
}

.bm-2027 .btn--white::after {
  background-color: #ffffff;
}

.bm-2027 .btn--white::before {
  z-index: 1;
  background: rgba(11, 14, 46, 0.08);
  clip-path: var(--bm-2027-btn-clip-inner);
  -webkit-clip-path: var(--bm-2027-btn-clip-inner);
}

.bm-2027 .btn--db {
  color: #ffffff;
}

.bm-2027 .btn--db::after {
  background-color: #0b0e2e;
}

.bm-2027 .btn--db::before {
  z-index: 1;
  background: rgba(255, 255, 255, 0.08);
  clip-path: var(--bm-2027-btn-clip-inner);
  -webkit-clip-path: var(--bm-2027-btn-clip-inner);
}

.bm-2027 .btn--white:hover {
  color: #ffffff;
  background-color: #fff;
}

.bm-2027 .btn--white:hover::after {
  background-color: #0b0e2e;
}

.bm-2027 .btn--white:hover::before {
  opacity: 0;
}

.bm-2027 .btn--db:hover {
  color: #0b0e2e;
}

.bm-2027 .btn--db:hover::after {
  background-color: #ffffff;
}

.bm-2027 .btn--db:hover::before {
  opacity: 0;
}

.bm-2027 .btn--white span,
.bm-2027 .btn--db span {
  position: relative;
  z-index: 2;
  color: inherit;
}

.bm-2027 .btn--pink {
  color: #ffffff;
  border: 0;
  background: linear-gradient(95deg, #e2189a 0%, #b40ec8 55%, #9a0ad0 100%);
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.bm-2027 .btn--pink:hover {
  filter: brightness(1.08);
}

.bm-2027 .btn--pink span {
  position: relative;
  z-index: 2;
  color: inherit;
}

.bm-2027 .btn:before,
body.page-template-page-home-2027 .btn:before{
  border-radius: 0;
}

/* Shared vertical section spacing */
.bm-2027 .screen {
  padding-block: 3rem;
}

@media (min-width: 992px) {
  .bm-2027 .screen {
    padding-block: 5rem;
  }
}

@media (min-width: 1280px) {
  .bm-2027 .screen {
    padding-block: 8rem;
  }
}

/* Tickets Meta */
.bm-2027 .tickets-meta__layout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
}

.bm-2027 .tickets-meta__event,
.bm-2027 .tickets-meta__corporate {
  --tm-event-clip: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
  --tm-corporate-clip: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
}

.bm-2027 .tickets-meta__event {
  flex: 1 1 auto;
  padding: 3rem 2.95rem;
  color: #0b0e2e;
  background: linear-gradient(357deg, #F6FCFD -7.65%, #00F3FF 40.02%, #00C2D7 96.72%), #00C2D7;
  clip-path: var(--tm-event-clip);
  -webkit-clip-path: var(--tm-event-clip);
}

.bm-2027 .tickets-meta__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.bm-2027 .tickets-meta__item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
}

.bm-2027 .tickets-meta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
}

.bm-2027 .tickets-meta__icon-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 62%;
  max-height: 62%;
}

.bm-2027 .tickets-meta__text {
  font-size: inherit;
  color: #0b0e2e;
  font-size: 16px;
}

.bm-2027 .tickets-meta__text b,
.bm-2027 .tickets-meta__text strong {
  display: block;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  font-family: 20px;
}

.bm-2027 .tickets-meta__corporate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 3rem 2rem;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #b010ff 0%, #c218b8 42%, #f537b9 100%);
  clip-path: var(--tm-corporate-clip);
  -webkit-clip-path: var(--tm-corporate-clip);
}

.bm-2027 .tickets-meta__portrait {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.18);
}

.bm-2027 .tickets-meta__portrait-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm-2027 .tickets-meta__corporate-title {
  margin: 0;
  font-weight: 800;
  font-style: italic;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .tickets-meta__email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
}

.bm-2027 .tickets-meta__email-icon {
  display: block;
  flex: 0 0 auto;
}

@media (min-width: 650px) {
  .bm-2027 .tickets-meta__items {
    flex-direction: row;
    flex-wrap: wrap;
    gap:0;
  }

  .bm-2027 .tickets-meta__item {
    flex: 1 1 49%;
    width: 49%;
    padding: 20px 10px;
  }
}

@media (min-width: 992px) {

  .bm-2027 .tickets-meta__event,
  .bm-2027 .tickets-meta__corporate {
    --tm-event-clip: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
    --tm-corporate-clip: polygon(0 0, 91% 0, 100% 100%, 9% 100%);
  }

  .bm-2027 .tickets-meta__layout {
    flex-direction: row;
    align-items: stretch;
    gap: 0.85rem;
  }

  .bm-2027 .tickets-meta__event {
    flex: 1 1 75%;
    min-width: 0;
    padding: 1.15rem 2.25rem 1.05rem;
  }

  .bm-2027 .tickets-meta__corporate {
    flex: 1 1 25%;
    width: 25%;
    padding: 1.15rem 0.95rem;
  }

  .bm-2027 .tickets-meta__icon,
  .bm-2027 .tickets-meta__portrait {
    width: 8rem;
    height: 8rem;
  }

  .bm-2027 .tickets-meta__text b,
  .bm-2027 .tickets-meta__text strong, .bm-2027 .tickets-meta__corporate-title  {
    font-size: 32px;
  }
}

/* Groups Testimonials */
.bm-2027 .groups-testimonials__header {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 2rem;
}

.bm-2027 .groups-testimonials__headline {
  text-transform: uppercase;
}

.bm-2027 .groups-testimonials__title {
  margin: 0.35em 0 0;
  text-transform: uppercase;
  line-height: 1.05;
}

.bm-2027 .groups-testimonials__description {
  margin-top: 1rem;
}

.bm-2027 .groups-testimonials__description p {
  margin: 0;
}

.bm-2027 .groups-testimonials__cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
}

.bm-2027 .groups-testimonials__card-wrap {
  display: flex;
  flex: 1 1 auto;
  filter: drop-shadow(0 10px 28px rgba(11, 14, 46, 0.1));
}

.bm-2027 .groups-testimonials__card {
  --gt-card-clip: polygon(0 6%, 100% 0, 100% 94%, 0 100%);;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  min-height: 100%;
  padding: 3rem 2rem;
  background-color: #ffffff;
  color: #0b0e2e;
  clip-path: var(--gt-card-clip);
  -webkit-clip-path: var(--gt-card-clip);
}

.bm-2027 .groups-testimonials__card-title {
  margin: 0;
  font-style: italic;
  font-size:2rem;
  line-height: 90%;
  text-transform: uppercase;
  color: #0b0e2e;
}

.bm-2027 .groups-testimonials__stars-wrap {
  margin-top: 15px;
  line-height: 0;
}

.bm-2027 .groups-testimonials__stars {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.bm-2027 .groups-testimonials__quote {
  margin: 1.5rem 0 0;
  padding: 0;
  border: 0;
  font-style: italic;
}

.bm-2027 .groups-testimonials__quote p {
  margin: 0;
  font-size: inherit;
  line-height: 1.4;
}

.bm-2027 .groups-testimonials__meta {
  margin-top: auto;
  padding-top: 1.5rem;
  font-weight: 800;
  font-style: italic;
  line-height: 1.3;
}

.bm-2027 .groups-testimonials__name {
  text-transform: none;
}

.bm-2027 .groups-testimonials__position {
  margin-top: 0.35rem;
  font-weight: 700;
  font-size: 0.72em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .bm-2027 .groups-testimonials__header {
    margin-bottom: 2.5rem;
  }

  .bm-2027 .groups-testimonials__cards {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.85rem;
    align-items: stretch;
  }

  .bm-2027 .groups-testimonials__card-wrap {
    flex: 1 1 0;
    min-width: 0;
  }

  .bm-2027 .groups-testimonials__card {
    padding: 3.85rem 2rem 3.35rem;
  }

  .bm-2027 .groups-testimonials__card-title{
    font-size:3rem;
  }
}

@media(min-width: 1280px){
  .bm-2027 .groups-testimonials__card-title{
    font-size:4rem;
  }
}

/* Become a Partner */
.bm-2027 .become-partner {
  overflow: visible;
  background: #00C2D7;
  background: linear-gradient(17deg,rgba(0, 194, 215, 1) 0%, rgba(255, 255, 255, 1) 15%);
}

.bm-2027 .become-partner > .container {
  overflow: visible;
}

.bm-2027 .become-partner__top {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-bottom: 1.75rem;
}

.bm-2027 .become-partner__intro {
  max-width: 34rem;
}

.bm-2027 .become-partner__headline {
  text-transform: uppercase;
}

.bm-2027 .become-partner__title {
  margin: 0.2em 0 0;
  text-transform: uppercase;
  line-height: 1.02;
}

.bm-2027 .become-partner__info {
  display: flex;
  flex-direction: row;
  gap: 0.85rem;
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  max-width: 100%;
}

.bm-2027 .become-partner__info-item {
  display: block;
  position: relative;
  flex:1;
}

.bm-2027 .become-partner__info-title {
  display: block;
  font-weight: 800;
  line-height: 1.15;
  font-size: 16px;
}

.bm-2027 .become-partner__info-subtitle {
  display: block;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 0.1em;
  font-size: 14px;
}

.bm-2027 .become-partner__description {
  max-width: 34em;
}

.bm-2027 .become-partner__description p {
  margin: 0 0 0.65em;
}

.bm-2027 .become-partner__description p:last-child {
  margin-bottom: 0;
}

.bm-2027 .become-partner__description strong {
  font-weight: 800;
}

.bm-2027 .become-partner__btn {
  margin-top: 1.25rem;
}

.bm-2027 .become-partner__media {
  width: 100%;
  line-height: 0;
}

.bm-2027 .become-partner__image {
  display: block;
  width: 100%;
  height: auto;
}

.bm-2027 .become-partner__cards {
  --bp-card-clip: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  position: relative;
  z-index: 2;
}

.bm-2027 .become-partner__card {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 5 / 4;
  color: #ffffff;
  clip-path: var(--bp-card-clip);
  -webkit-clip-path: var(--bp-card-clip);
}

.bm-2027 .become-partner__card-media,
.bm-2027 .become-partner__card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bm-2027 .become-partner__card-image {
  object-fit: cover;
  object-position: center;
  display: block;
}

.bm-2027 .become-partner__card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(147deg, rgba(40, 50, 164, 0) 65%, #00C2D7 100%), linear-gradient(180deg, rgba(11, 14, 46, 0) 41%, rgba(11, 14, 46, 0.8) 68%);
}

.bm-2027 .become-partner__card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding:2.5rem;
}

.bm-2027 .become-partner__card-title {
  margin-bottom:15px;
  font-style: italic;
  font-size: 38.434px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .become-partner__card-description {
  font-weight: 400;
  font-style: italic;
  font-size: 19.217px;
  line-height: 1.3;
  color: #ffffff;
}

@media (min-width: 992px) {
  .bm-2027 .become-partner__top {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1.75rem;
    margin-bottom: 3rem;
  }

  .bm-2027 .become-partner__intro {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    padding-right: 0.5rem;
  }

  .bm-2027 .become-partner__info {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    margin:3rem 0
  }

  .bm-2027 .become-partner__info-item {
    flex:1;
    padding: 0 1.15rem;
  }

  .bm-2027 .become-partner__info-item::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(11, 14, 46, 0.28);
  }

  .bm-2027 .become-partner__description {
    margin-bottom: 4rem;
  }

  /*
    50/50 flex columns. The media track stays half-width;
    only the image element breaks out to the viewport right edge.
  */
  .bm-2027 .become-partner__media {
    --bp-media-breakout: calc(15px + max(0px, (100vw - 1270px) / 2));
    flex: 1 1 0;
    min-width: 0;
    overflow: visible;
  }

  .bm-2027 .become-partner__image {
    width: calc(100% + var(--bp-media-breakout));
    max-width: none;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
  }

  .bm-2027 .become-partner__cards {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.9rem;
  }

  .bm-2027 .become-partner__card {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    aspect-ratio: 5 / 5.6;
  }

  .bm-2027 .become-partner__card-title {
    font-size: 31.98px;
  }

  .bm-2027 .become-partner__card-description {
    font-size: 15.99px;
  }
}

@media (min-width: 1280px) {
  .bm-2027 .become-partner__top {
    gap: 4rem;
  }

  .bm-2027 .become-partner__cards {
    gap: 1rem;
  }

  .bm-2027 .become-partner__cards{
    margin-top: -4.5rem;
  }
}

/* Location — class is location-2027 to avoid global .location conflicts */
.bm-2027 .location-2027 {
  position: relative;
  padding-bottom: 0;;
}

.bm-2027 .location-2027__content {
  text-align: center;
  color: #0b0e2e;
  margin-bottom: 1.5rem;
}

.bm-2027 .location-2027__headline {
  text-transform: uppercase;
}

.bm-2027 .location-2027__title {
  text-transform: uppercase;
  line-height: 1.05;
  font-size: 55px;
}

.bm-2027 .location-2027__description {
  margin-top: 0.75rem;
}

.bm-2027 .location-2027__description p {
  margin: 0;
}

.bm-2027 .location-2027__media {
  width: 100%;
}

.bm-2027 .location-2027__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (min-width: 992px) {
  .bm-2027 .location-2027 {
    padding-block: 0;
  }

  .bm-2027 .location-2027__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 12%;
    z-index: 1;
    margin-bottom: 0;
    padding-inline: 1.5rem;
    color: #ffffff;
  }

  .bm-2027 .location-2027__media {
    line-height: 0;
  }

  .bm-2027 .location-2027__image {
    width: 100%;
    max-width: none;
  }

  .bm-2027 .location-2027__title{
    font-size: 75px;
  }
}

@media(min-width: 1280px){
  .bm-2027 .location-2027__title{
    font-size: 95px;
  }
}

/* Other Events */
.bm-2027 .other-events__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.bm-2027 .other-events__title {
  margin: 0.25em 0 0;
  text-transform: uppercase;
  line-height: 1;
}

.bm-2027 .other-events__headline {
  text-transform: uppercase;
}

.bm-2027 .other-events__description p {
  margin: 0;
}

.bm-2027 .other-events__grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.bm-2027 .other-events__item,
.bm-2027 .other-events__link,
.bm-2027 .other-events__media {
  display: block;
  width: 100%;
}

.bm-2027 .other-events__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (min-width: 992px) {
  .bm-2027 .other-events__header {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 3rem;
    margin-bottom: 3.5rem;
  }

  .bm-2027 .other-events__intro {
    flex: 1.15 1 0;
    min-width: 0;
  }

  .bm-2027 .other-events__description {
    flex: 0.85 1 0;
    min-width: 0;
  }

  .bm-2027 .other-events__grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap:0;
  }

  .bm-2027 .other-events__item {
    width:33%;
    padding: 1rem;
  }
}

/* Banner Macheta */
.bm-2027 .banner-macheta__picture,
.bm-2027 .banner-macheta__image {
  display: block;
  width: 100%;
}

.bm-2027 .banner-macheta__image {
  height: auto;
}

/* Past Speakers */
.bm-2027 .past-speakers{
  background: #00F4FF;
  background: radial-gradient(at left top, #00F4FF 0%, #FFFFFF 25%, #FFFFFF 100%);
}

.bm-2027 .past-speakers__header {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 2rem;
}

.bm-2027 .past-speakers__headline {
  text-transform: uppercase;
}

.bm-2027 .past-speakers__title {
  margin: 0.35em 0 0;
  text-transform: uppercase;
  line-height: 1.05;
}

.bm-2027 .past-speakers__description {
  margin-top: 1rem;
}

.bm-2027 .past-speakers__description p {
  margin: 0;
}

.bm-2027 .past-speakers__grid {
  --ps-stagger: 4.5rem;
  --ps-card-clip: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0rem 0.7rem;
  align-items: start;
  padding-bottom: var(--ps-stagger);
}

.bm-2027 .past-speakers__card {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  clip-path: var(--ps-card-clip);
  -webkit-clip-path: var(--ps-card-clip);
  overflow: hidden;
}

.bm-2027 .past-speakers__card.is-hidden-mobile {
  display: none;
}

.bm-2027 .past-speakers__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 5 / 7;
  overflow: hidden;
  background-color: #d8d8d8;
}

.bm-2027 .past-speakers__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm-2027 .past-speakers__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.2rem;
  padding: 1.5rem 0.55rem 1.7rem;
  background: linear-gradient(
    180deg,
    rgba(11, 14, 46, 0) 0%,
    rgba(11, 14, 46, 0.45) 30%,
    rgba(11, 14, 46, 0.94) 100%
  );
  color: #ffffff;
  font-style: italic;
}

.bm-2027 .past-speakers__name {
  display: block;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-style: italic;
}

.bm-2027 .past-speakers__speaker-description {
  display: block;
  font-weight: 400;
  font-size: 5.932px;
  line-height: 1.3;
  color: #ffffff;
  font-style: italic;
}

/* Mobile 3-col: odd columns LOWER, even column HIGHER */
.bm-2027 .past-speakers__card:nth-child(3n+1),
.bm-2027 .past-speakers__card:nth-child(3n+3) {
  transform: translateY(var(--ps-stagger));
}

.bm-2027 .past-speakers__card:nth-child(3n+2) {
  transform: none;
}

.bm-2027 .past-speakers__more {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .bm-2027 .past-speakers__header {
    margin-bottom: 3rem;
  }

  .bm-2027 .past-speakers__grid {
    --ps-stagger: 5.5rem;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0.4rem 0.45rem;
  }

  .bm-2027 .past-speakers__card.is-hidden-mobile {
    display: block;
  }

  /* Reset mobile 3-col stagger */
  .bm-2027 .past-speakers__card:nth-child(3n+1),
  .bm-2027 .past-speakers__card:nth-child(3n+2),
  .bm-2027 .past-speakers__card:nth-child(3n+3) {
    transform: none;
  }

  /* Tablet 8-col: odd LOWER, even HIGHER */
  .bm-2027 .past-speakers__card:nth-child(8n+1),
  .bm-2027 .past-speakers__card:nth-child(8n+3),
  .bm-2027 .past-speakers__card:nth-child(8n+5),
  .bm-2027 .past-speakers__card:nth-child(8n+7) {
    transform: translateY(var(--ps-stagger));
  }

  .bm-2027 .past-speakers__card:nth-child(8n+2),
  .bm-2027 .past-speakers__card:nth-child(8n+4),
  .bm-2027 .past-speakers__card:nth-child(8n+6),
  .bm-2027 .past-speakers__card:nth-child(8n+8) {
    transform: none;
  }

  .bm-2027 .past-speakers__more {
    display: none;
  }
}

@media (min-width: 1280px) {
  .bm-2027 .past-speakers__grid {
    --ps-stagger: 6.5rem;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 0rem 0.8rem;
  }

  /* Reset tablet 8-col stagger */
  .bm-2027 .past-speakers__card:nth-child(8n+1),
  .bm-2027 .past-speakers__card:nth-child(8n+3),
  .bm-2027 .past-speakers__card:nth-child(8n+5),
  .bm-2027 .past-speakers__card:nth-child(8n+7),
  .bm-2027 .past-speakers__card:nth-child(8n+2),
  .bm-2027 .past-speakers__card:nth-child(8n+4),
  .bm-2027 .past-speakers__card:nth-child(8n+6),
  .bm-2027 .past-speakers__card:nth-child(8n+8) {
    transform: none;
  }

  /* Desktop 10-col: odd LOWER, even HIGHER */
  .bm-2027 .past-speakers__card:nth-child(10n+1),
  .bm-2027 .past-speakers__card:nth-child(10n+3),
  .bm-2027 .past-speakers__card:nth-child(10n+5),
  .bm-2027 .past-speakers__card:nth-child(10n+7),
  .bm-2027 .past-speakers__card:nth-child(10n+9) {
    transform: translateY(var(--ps-stagger));
  }

  .bm-2027 .past-speakers__card:nth-child(10n+2),
  .bm-2027 .past-speakers__card:nth-child(10n+4),
  .bm-2027 .past-speakers__card:nth-child(10n+6),
  .bm-2027 .past-speakers__card:nth-child(10n+8),
  .bm-2027 .past-speakers__card:nth-child(10n+10) {
    transform: none;
  }

  .bm-2027 .past-speakers__overlay {
    padding: 1.35rem 1rem 1.5rem;
  }
}

/* Footer — light theme for Brand Minds 2027 page only (footer sits outside .bm-2027) */
body.page-template-page-home-2027 .footer {
  color: #0b0e2e;
  position: relative;
  padding-top:50px;
background: #FFFFFF;
background: radial-gradient(at left top, #FFFFFF 80%, #00F4FF 95%, #00C3D7 100%);
}

body.page-template-page-home-2027 .footer a {
  color: #0b0e2e;
}

body.page-template-page-home-2027 .footer .social-links svg {
  fill: #0b0e2e;
}

body.page-template-page-home-2027 .footer .social-links a:hover svg {
  fill: #00a2b7;
}

/* Contact Form — light fields for Brand Minds 2027 only
   Markup: .form-section > .form-col (+ .form-col--full / --33)
   Existing layout already uses 50% columns from 550px; Message is .form-col--full. */

.bm-2027 .contact-form .form-section p {
  color: #0b0e2e;
}

.bm-2027 .contact-form .wpcf7-text,
.bm-2027 .contact-form .wpcf7-email,
.bm-2027 .contact-form .wpcf7-tel,
.bm-2027 .contact-form .wpcf7-textarea,
.bm-2027 .contact-form select {
  appearance: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #0b0e2e;
  border: 1px solid rgba(11, 14, 46, 0.28);
  padding: 15px;
  font-family: prometo, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  outline: none;
  box-shadow: none;
  border-radius: 9.994px;
}

.bm-2027 .contact-form .wpcf7-textarea {
  min-height: 180px;
  height: 180px;
  resize: none;
}

.bm-2027 .contact-form .wpcf7-text::placeholder,
.bm-2027 .contact-form .wpcf7-email::placeholder,
.bm-2027 .contact-form .wpcf7-tel::placeholder,
.bm-2027 .contact-form .wpcf7-textarea::placeholder,
.bm-2027 .contact-form select::placeholder {
  font-family: prometo, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(11, 14, 46, 0.4);
  opacity: 1;
}

.bm-2027 .contact-form .wpcf7-text:focus,
.bm-2027 .contact-form .wpcf7-email:focus,
.bm-2027 .contact-form .wpcf7-tel:focus,
.bm-2027 .contact-form .wpcf7-textarea:focus,
.bm-2027 .contact-form select:focus,
.bm-2027 .contact-form .wpcf7-text:focus-visible,
.bm-2027 .contact-form .wpcf7-email:focus-visible,
.bm-2027 .contact-form .wpcf7-tel:focus-visible,
.bm-2027 .contact-form .wpcf7-textarea:focus-visible,
.bm-2027 .contact-form select:focus-visible {
  background-color: #ffffff;
  border-color: #0b0e2e;
  outline: none;
  box-shadow: 0 0 0 1px #0b0e2e;
}

.bm-2027 .contact-form .wpcf7-text:-webkit-autofill,
.bm-2027 .contact-form .wpcf7-email:-webkit-autofill,
.bm-2027 .contact-form .wpcf7-tel:-webkit-autofill,
.bm-2027 .contact-form .wpcf7-textarea:-webkit-autofill {
  -webkit-text-fill-color: #0b0e2e;
  box-shadow: 0 0 0 1000px #ffffff inset;
  transition: background-color 99999s ease-out;
}

/* Preserve CF7 validation feedback */
.bm-2027 .contact-form .wpcf7-not-valid,
.bm-2027 .contact-form .wpcf7-form-control.wpcf7-not-valid {
  border-color: red;
}

.bm-2027 .contact-form .wpcf7-form .wpcf7-response-output {
  color: #0b0e2e;
  border: 0;
}

.bm-2027 .contact-form .wpcf7-form.invalid .wpcf7-response-output,
.bm-2027 .contact-form .wpcf7-form.failed .wpcf7-response-output {
  color: red;
}

.bm-2027 .contact-form .wpcf7-form.sent .wpcf7-response-output {
  color: #0b0e2e;
}

/* Checkboxes / acceptance — readable on white */
.bm-2027 .contact-form .wpcf7-acceptance .wpcf7-list-item-label,
.bm-2027 .contact-form .wpcf7-checkbox .wpcf7-list-item-label,
.bm-2027 .contact-form .wpcf7-radio .wpcf7-list-item-label {
  color: #0b0e2e;
  font-family: prometo, sans-serif;
  font-style: italic;
}

.bm-2027 .contact-form .wpcf7-acceptance .wpcf7-list-item-label::before,
.bm-2027 .contact-form .wpcf7-checkbox .wpcf7-list-item-label::before,
.bm-2027 .contact-form .wpcf7-radio .wpcf7-list-item-label::before {
  border-color: rgba(11, 14, 46, 0.45);
}

.bm-2027 .contact-form .wpcf7-acceptance input:checked ~ .wpcf7-list-item-label::before,
.bm-2027 .contact-form .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label::before,
.bm-2027 .contact-form .wpcf7-radio input:checked ~ .wpcf7-list-item-label::before {
  border-color: #0b0e2e;
  background-color: #0b0e2e;
  box-shadow: inset 0 0 0 2px #ffffff;
}

.bm-2027 .contact-form .wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label,
.bm-2027 .contact-form .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item-label,
.bm-2027 .contact-form .wpcf7-radio.wpcf7-not-valid .wpcf7-list-item-label {
  color: red;
}

.bm-2027 .contact-form .wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label::before,
.bm-2027 .contact-form .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item-label::before,
.bm-2027 .contact-form .wpcf7-radio.wpcf7-not-valid .wpcf7-list-item-label::before {
  border-color: red;
}

.bm-2027 .contact-form .form-section p{
  font-size: 1.2rem;
}


/* Speakers Grid 2027 — single grid; Speaker 2 animated via transforms only */
.bm-2027 .speakers-grid-2027 {
  position: relative;
  padding-block: 3rem 4rem;
  color: #0b0e2e;
  overflow: visible;
}

.bm-2027 .speakers-grid-2027__header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 2rem;
  padding-inline: 1rem;
  pointer-events: none;
}

.bm-2027 .speakers-grid-2027__title {
  margin: 0;
  text-transform: uppercase;
  line-height: 0.95;
}

.bm-2027 .speakers-grid-2027__description {
  margin-top: 0.75rem;
}

.bm-2027 .speakers-grid-2027__description p {
  margin: 0 auto;
  max-width: 40em;
}

/* Desktop runway above the grid. Keeps Speakers 1/3–6 below the fold at the
   start so only the featured Speaker 2 is dominant. With pin removed, normal
   scroll moves this stage out while the grid enters from below in sync with
   Speaker 2's transform. */
.bm-2027 .speakers-grid-2027__stage {
  display: none;
}

@media (min-width: 850px) {
  .bm-2027 .speakers-grid-2027__stage {
    display: block;
    width: 100%;
    height: 100vh;
    pointer-events: none;
  }
}

.bm-2027 .speakers-grid-2027__grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding-inline: 15px;
  overflow: visible;
  margin-bottom: 120px;
}

.bm-2027 .speakers-grid-2027__card {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-bottom: -120px;
  z-index: 7;
}

.bm-2027 .speakers-grid-2027__card--featured {
  z-index: 5;
  height: auto;
  overflow: visible;
}

/* Mobile: Speaker 2 first visually — DOM/ACF order unchanged */
@media (max-width: 849px) {
  .bm-2027 .speakers-grid-2027__card--featured {
    order: -1;
  }
}

.bm-2027 .speakers-grid-2027__card--featured .speakers-grid-2027__card-anim {
  position: relative;
  width: 100%;
  height: auto;
  transform-origin: center center;
  will-change: transform;
}

.bm-2027 .speakers-grid-2027__card-anim {
  position: relative;
  width: 100%;
  height: auto;
}

.bm-2027 .speakers-grid-2027__link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.bm-2027 .speakers-grid-2027__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: unset;
}

.bm-2027 .speakers-grid-2027__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110px;
  z-index: 2;
  width: 100%;
  padding: 1rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.bm-2027 .speakers-grid-2027__name {
  margin: 0 0 15px;
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 4rem;
  line-height: 0.95;
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .speakers-grid-2027__role {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 15px;
  font-size: 18.267px;
  font-style: italic;
  font-weight: 800;
  line-height: 95%;
  letter-spacing: -0.365px;
  text-transform: uppercase;
  color: #0b0e2e;
  background-color: #00f3ff;
  clip-path: polygon(
    13px 1px,
    calc(100% - 1px) 1px,
    calc(100% - 13px) calc(100% - 1px),
    1px calc(100% - 1px)
  );
}

.bm-2027 .speakers-grid-2027__cat,
.bm-2027 .speakers-grid-2027__line {
  display: block;
  margin-top: 15px;
  font-family: prometo, sans-serif;
  font-style: italic;
  font-size: 14px;
}

@media(min-width:700px){
  .bm-2027 .speakers-grid-2027__grid{
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: center;
  }

  .bm-2027 .speakers-grid-2027__grid > .speakers-grid-2027__card{
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (min-width: 850px) {
  .bm-2027 .speakers-grid-2027__grid {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
    width: 90%;
    padding-inline: 0;
  }

  .bm-2027 .speakers-grid-2027__grid > .speakers-grid-2027__card {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 13px;
    z-index: 2;
  }

  .bm-2027 .speakers-grid-2027__info {
    padding: 1.5rem;
  }
}

@media (min-width: 992px) {
  .bm-2027 .speakers-grid-2027 {
    padding-block: 5rem 6rem;
  }

  .bm-2027 .speakers-grid-2027__header {
    margin-bottom: 2.5rem;
  }

  .bm-2027 .speakers-grid-2027__title {
    font-size: clamp(3rem, 6vw, 8rem);
  }
}

@media(min-width:1280px){
  .bm-2027 .speakers-grid-2027__info{
    bottom:140px;
  }

  .bm-2027 .speakers-grid-2027__card{
    margin-bottom: -140px;
  }

  .bm-2027 .speakers-grid-2027__grid {
    margin-bottom: 140px;
  }

  .bm-2027 .speakers-grid-2027__name {
    font-size: 5.4rem;
  }
}
/* Speaker Day 2 */
.bm-2027 .speaker-day-2 {
  --sd2-clip: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  --sd2-magenta: #c218a8;
  --sd2-magenta-deep: #7a0a78;
  color: #ffffff;
  overflow: visible;
}

.bm-2027 .speaker-day-2 > .container {
  overflow: visible;
}

.bm-2027 .speaker-day-2__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  overflow: visible;
  color: #ffffff;
  /* Room for speaker head above the shaped backdrop */
  padding-top: 3.5rem;
}

/* Clipped backdrop: background image + pink gradient (not the speaker) */
.bm-2027 .speaker-day-2__bg {
  position: absolute;
  inset: 3.5rem 0 0 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  clip-path: none;
  -webkit-clip-path: none;
  border-radius: 0;
}

.bm-2027 .speaker-day-2__bg-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.bm-2027 .speaker-day-2__layout {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
  width: 100%;
}

.bm-2027 .speaker-day-2__layout:after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(194deg, rgba(255, 45, 191, 0) 32.94%, rgba(255, 45, 191, 0.49) 60.35%, rgba(235, 38, 207, 0.62) 67.27%, #B010FF 85.2%), linear-gradient(189deg, rgba(11, 14, 46, 0) 20.39%, #0B0E2E 48.31%);
  z-index: 1;
}

.bm-2027 .speaker-day-2__visual {
  display: contents;
}

.bm-2027 .speaker-day-2__speaker {
  position: relative;
  order: 1;
  margin: -3.5rem auto 0;
  flex-shrink: 0;
}

.bm-2027 .speaker-day-2__speaker-image {
  display: block;
  width: 100%;
  height: auto;
}

.bm-2027 .speaker-day-2__content {
  position: relative;
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  text-align: left;
  padding: 0 20px;
  margin-top: -100px;
  z-index: 3;
}

.bm-2027 .speaker-day-2__name {
  margin: 0;
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 46px;
  line-height: 0.92;
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .speaker-day-2__position {
  margin: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
}

.bm-2027 .speaker-day-2__category {
  display: inline-flex;
  margin-top: 0.15rem;
}

.bm-2027 .speaker-day-2__category span {
  display: block;
  width: 100%;
  padding: 1rem 1.75rem;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  color: #FF2DBF;
  background-color: #ffffff;
  text-align: center;
  clip-path: polygon(3% 0%, 100% 0, 97% 100%, 0 100%);
  -webkit-clip-path: polygon(3% 0%, 100% 0, 97% 100%, 0 100%);
}

.bm-2027 .speaker-day-2__title {
  margin: 0.35rem 0 0;
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(1.55rem, 6.5vw, 6.1rem);
  line-height: 1.05;
  color: #ffffff;
}

.bm-2027 .speaker-day-2__description {
  margin: 0.25rem 0 0;
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  color: #ffffff;
}

.bm-2027 .speaker-day-2__description p {
  margin: 0 0 0.5rem;
  font-size: inherit;
  color: inherit;
}

.bm-2027 .speaker-day-2__description p:last-child {
  margin-bottom: 0;
}

.bm-2027 .speaker-day-2__description ul,
.bm-2027 .speaker-day-2__description ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bm-2027 .speaker-day-2__description li {
  position: relative;
  margin: 0 0 0.65rem;
  padding-left: 20px;
  font-size: 13px;
  color: inherit;
}

.bm-2027 .speaker-day-2__description li:last-child {
  margin-bottom: 0;
}

.bm-2027 .speaker-day-2__description li::before {
  content: "";
  position: absolute;
  left: 0;
  top:4px;
  background-image: url(../images/bm-2027/tick.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}

.bm-2027 .speaker-day-2__day {
  position: relative;
  z-index: 1;
  order: 3;
  margin: 0.5rem 0 0;
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(3.8rem, 34vw, 30.5rem);
  line-height: 0.8;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  overflow: hidden;
  margin-bottom: -7px;
}

@media(min-width:768px){
  .bm-2027 .speaker-day-2__content{
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .bm-2027 .speaker-day-2 {
    overflow: visible;
  }

  .bm-2027 .speaker-day-2__layout:after{
    display: none;
  }

  .bm-2027 .speaker-day-2__panel {
    padding-top: 4.5rem;
    min-height: 28rem;
  }

  .bm-2027 .speaker-day-2__bg {
    inset: 4.5rem 0 0 0;
    clip-path: var(--sd2-clip);
    -webkit-clip-path: var(--sd2-clip);
  }

  .bm-2027 .speaker-day-2__bg:after{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background:linear-gradient(
      to bottom left,
      rgba(255, 45, 191, 0) 33.9%,
      rgba(255, 45, 191, 0.49) 58.95%,
      rgba(235, 38, 207, 0.62) 67.36%,
      #B010FF 100%
    ),
    linear-gradient(
        to bottom left,
        rgba(11, 14, 46, 0) 30%,
        #0B0E2E 80%
    )
  }

  .bm-2027 .speaker-day-2__layout {
    flex-direction: row;
    align-items: stretch;
    gap: 1.5rem;
    min-height: 24rem;
    padding:0;
  }

  .bm-2027 .speaker-day-2__visual {
    display: flex;
    position: relative;
    z-index: 2;
    flex: 0 0 38%;
    max-width: 420px;
    align-items: flex-end;
    justify-content: center;
    order: 0;
  }

  .bm-2027 .speaker-day-2__speaker {
    order: 0;
    width: 100%;
    max-width: none;
    margin: -4.5rem 0 0;
    z-index: 3;
  }

  .bm-2027 .speaker-day-2__day {
    position: absolute;
    left: 0;
    bottom: 0.15rem;
    z-index: 5;
    order: 0;
    margin: 0;
    font-size: clamp(4.5rem, 13vw, 14.5rem);
    line-height: 0.75;
    max-height: none;
    overflow: visible;
    pointer-events: none;
    white-space: nowrap;
    margin-bottom: -10px;
  }

  .bm-2027 .speaker-day-2__content {
    order: 0;
    flex: 1 1 auto;
    gap: 0.75rem;
    padding: 1.5rem 0 2.5rem 0.5rem;
    text-align: left;
    justify-content: end;
    align-items: flex-start;
    padding-right: 100px;
    margin-top:0;
  }

  .bm-2027 .speaker-day-2__name {
    font-size: clamp(2.8rem, 4.2vw, 4.25rem);
  }

  .bm-2027 .speaker-day-2__position {
    font-size: 18px;
    margin:10px 0;
  }

  .bm-2027 .speaker-day-2__title {
    margin-top: 0.5rem;
    font-size: clamp(1.75rem, 2.4vw, 2.35rem);
    max-width: 18ch;
  }

  .bm-2027 .speaker-day-2__description {
    margin-top: 0.35rem;
  }

  .bm-2027 .speaker-day-2__description li{
    font-size: 17px;
  }
}

@media(min-width:1280px){
  .bm-2027 .speaker-day-2__name{
    font-size: 6.4rem;
    max-width: 500px;
  }

  .bm-2027 .speaker-day-2__title{
    font-size: 45px;
  }
}

/* Partners 2027 — intro + CTA around existing .partners markup */
.bm-2027 .partners-2027{
  background: #00F4FF;
  background: radial-gradient(at left bottom, #00F4FF 0%, #FFFFFF 18%, #FFFFFF 100%);
}

.bm-2027 .partners-2027__intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.bm-2027 .partners-2027__headline {
  text-transform: uppercase;
}

.bm-2027 .partners-2027__title {
  margin: 0.35rem 0 0;
}

.bm-2027 .partners-2027__description {
  margin-top: 0.75rem;
}

.bm-2027 .partners-2027__description p {
  margin: 0 0 0.5rem;
}

.bm-2027 .partners-2027__description p:last-child {
  margin-bottom: 0;
}

.bm-2027 .partners-2027__footer {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.bm-2027 .partners-2027__btn {
  margin-top: 0;
}

/* Numbers & Testimonials */
.bm-2027 .numbers-testimonials {
  position: relative;
  color: #ffffff;
  background-color: #0b0e2e;
}

.bm-2027 .numbers-testimonials:before{
  content: "";
  inset: 0;
  z-index: 1;
  background: rgb(9 13 47);
  clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0 100%);
  position: relative;
  width: 100%;
  height: 5rem;
  top: -5rem;
  display: block;
}

.bm-2027 .numbers-testimonials__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.bm-2027 .numbers-testimonials__background-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bm-2027 .numbers-testimonials__background::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(11, 14, 46, 0.35);
  -webkit-box-shadow: inset 4px 12px 150px 150px #0a0e2e;
  box-shadow: inset 4px 12px 150px 150px #0a0e2e;
}

.bm-2027 .numbers-testimonials__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.5rem 0 3rem;
}

.bm-2027 .numbers-testimonials__numbers {
  width: 100%;
  margin-bottom: 8rem;
  overflow: hidden;
}

.bm-2027 .numbers-testimonials__numbers-slider {
  width: 100%;
  overflow: hidden;
}

.bm-2027 .numbers-testimonials__numbers-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}

.bm-2027 .numbers-testimonials__number-slide {
  width: auto;
  height: auto;
}

.bm-2027 .numbers-testimonials__number-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.75rem;
  text-align: center;
  white-space: nowrap;
}

.bm-2027 .numbers-testimonials__number-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 5.8rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.bm-2027 .numbers-testimonials__number-digit,
.bm-2027 .numbers-testimonials__number-sign {
  display: inline-block;
}

.bm-2027 .numbers-testimonials__number-info {
  margin-top: 0.35rem;
  font-family: prometo, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #01F3FF;
}

.bm-2027 .numbers-testimonials__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.75rem;
  margin: 0 auto 1.5rem;
  font-family: prometo, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1;
  text-transform: uppercase;
}

.bm-2027 .numbers-testimonials__rating-media {
  display: flex;
  align-items: center;
  line-height: 0;
}

.bm-2027 .numbers-testimonials__rating-image {
  display: block;
  width: auto;
  height: 1.1rem;
  max-width: 7rem;
  object-fit: contain;
}

.bm-2027 .numbers-testimonials__title {
  max-width: 18em;
  margin: 0 auto 2rem;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .numbers-testimonials__testimonials {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3rem;
}

.bm-2027 .numbers-testimonials__testimonials-slider {
  width: 100%;
  max-width: none;
  overflow: hidden;
  padding: 3rem 0 6.25rem;
}

.bm-2027 .numbers-testimonials__testimonials-slider .swiper-wrapper {
  align-items: stretch;
}

.bm-2027 .numbers-testimonials__testimonial-slide {
  width: 88%;
  height: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  transform: scale(0.8);
}

.bm-2027 .numbers-testimonials__testimonial-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.bm-2027 .numbers-testimonials__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  filter: drop-shadow(0 10px 24px rgba(0, 220, 255, 0.12));
}

.bm-2027 .numbers-testimonials__testimonial-slide.swiper-slide-active .numbers-testimonials__card {
  filter: drop-shadow(0 12px 28px rgba(0, 220, 255, 0.28));
}

.bm-2027 .numbers-testimonials__card-border {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  padding: 1.5px;
  background: linear-gradient(
    145deg,
    #7af7ff 0%,
    #00f3ff 30%,
    #1a7bff 70%,
    #0050c8 100%
  );
}

.bm-2027 .numbers-testimonials__card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  height: 100%;
  gap: 0.85rem;
  padding: 1.5rem 1.35rem 1.6rem;
  text-align: center;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  background: #101010;
  position: relative;
}

.bm-2027 .numbers-testimonials__card-inner:after{
  background: linear-gradient(165deg, rgba(40, 50, 164, 0) 55%, #00C2D7 100%), linear-gradient(180deg, rgba(11, 14, 46, 0) 41%, rgba(11, 14, 46, 0.8) 100%);
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.bm-2027 .numbers-testimonials__card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.bm-2027 .numbers-testimonials__card-image {
  display: block;
  width: auto;
  height: 1.1rem;
  max-width: 8rem;
  object-fit: contain;
}

.bm-2027 .numbers-testimonials__card-quote {
  margin: 0;
  max-width: 28em;
}

.bm-2027 .numbers-testimonials__card-quote p {
  margin: 0;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
}

.bm-2027 .numbers-testimonials__card-author {
  font-family: prometo, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.bm-2027 .numbers-testimonials__card-author,
.bm-2027 .numbers-testimonials__card-quote{
  position: relative;
  z-index: 2;
}

.bm-2027 .numbers-testimonials__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.25rem;
}

.bm-2027 .numbers-testimonials__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 0.35rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.bm-2027 .numbers-testimonials__nav-btn .icon {
  display: none;
}

.bm-2027 .numbers-testimonials__nav-btn::before {
  content: '';
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(-135deg);
  transition: border-color 0.2s ease;
}

.bm-2027 .numbers-testimonials__nav-btn--next::before {
  transform: rotate(45deg);
}

.bm-2027 .numbers-testimonials__nav-btn:hover,
.bm-2027 .numbers-testimonials__nav-btn:focus-visible {
  background-color: #00f3ff;
  color: #0b0e2e;
  outline: none;
}

.bm-2027 .numbers-testimonials__nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.bm-2027 .numbers-testimonials__nav-btn.swiper-button-disabled:hover,
.bm-2027 .numbers-testimonials__nav-btn.swiper-button-disabled:focus-visible {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

@media (min-width: 700px) {
  .bm-2027 .numbers-testimonials__content {
    padding: 5.5rem 0 3.5rem;
  }

  .bm-2027 .numbers-testimonials__number-item {
    padding: 0 2.75rem;
  }

  .bm-2027 .numbers-testimonials__rating {
    font-size: 1.15rem;
    margin-bottom: 1.75rem;
  }

  .bm-2027 .numbers-testimonials__rating-image {
    height: 1.25rem;
  }

  .bm-2027 .numbers-testimonials__title {
    max-width: 22em;
    margin-bottom: 2.5rem;
  }

  .bm-2027 .numbers-testimonials__testimonial-slide {
    width: 40%;
    opacity: 0.22;
    pointer-events: auto;
  }

  .bm-2027 .numbers-testimonials__testimonial-slide.swiper-slide-prev,
  .bm-2027 .numbers-testimonials__testimonial-slide.swiper-slide-next {
    opacity: 0.35;
  }

  .bm-2027 .numbers-testimonials__testimonial-slide.swiper-slide-active {
    opacity: 1;
  }

  .bm-2027 .numbers-testimonials__card-inner {
    padding: 2.75rem 2.75rem 2.9rem;
    gap: 1rem;
  }

  .bm-2027 .numbers-testimonials__card-author {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .bm-2027 .numbers-testimonials__numbers{
    margin-bottom: 25rem;
  }

  .bm-2027 .numbers-testimonials__number-value{
    font-size: 9rem;
  }
  .bm-2027 .numbers-testimonials__number-info{
    font-size: 4rem;
  }

  .bm-2027 .numbers-testimonials__rating{
    font-size: 1.5rem;
  }

  .bm-2027 .numbers-testimonials__content {
    padding: 6.5rem 0 4rem;
  }

  .bm-2027 .numbers-testimonials__number-item {
    padding: 0 3.5rem;
  }

  .bm-2027 .numbers-testimonials__testimonial-slide {
    width: 40%;
  }

  .bm-2027 .numbers-testimonials__card-quote p {
    font-size: 1.7rem;
  }
}

@media (min-width: 1280px) {
  .bm-2027 .numbers-testimonials__rating{
    font-size: 2rem;
  }

  .bm-2027 .numbers-testimonials__number-value{
    font-size: 13rem;
  }

  .bm-2027 .numbers-testimonials__number-info{
    font-size: 5rem;
  }
}

/* Event Topics */
.bm-2027 .event-topics {
  --et-clip: polygon(0% 7%, 100% 0%, 100% 93%, 0% 100%);
  --et-cyan: #00f3ff;
  --et-blue: #1a6bff;
  background-color: #0b0e2e;
  color: #ffffff;
  overflow: hidden;
}

.bm-2027 .event-topics__intro {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2rem;
}

.bm-2027 .event-topics__headline {
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .event-topics__title {
  margin: 0.4rem 0 0;
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .event-topics__description {
  margin: 0.85rem auto 0;
  max-width: 40em;
  color: rgba(255, 255, 255, 0.92);
}

.bm-2027 .event-topics__slider-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 0 1rem;
  overflow: visible;
}

/* Keep Swiper’s own overflow/touch model — do not force overflow: visible here */
.bm-2027 .event-topics__slider {
  padding: 8rem 0 8rem;
}

.bm-2027 .event-topics__slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  /* Continuous marquee: no ease-in/out between slides */
  transition-timing-function: linear !important;
}

.bm-2027 .event-topics__slider .swiper-slide,
.bm-2027 .event-topics__slide {
  flex-shrink: 0;
  width: 82vw;
  max-width: none;
  height: auto;
  box-sizing: border-box;
}

.bm-2027 .event-topics__card {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 12px 28px rgba(0, 200, 255, 0.22));
  transition: transform 0.35s ease;
}

/* Strict high / low / high / low — class set in PHP (survives Swiper loop clones) */
.bm-2027 .event-topics__slide--up .event-topics__card {
  transform: translateY(-20px);
}

.bm-2027 .event-topics__slide--down .event-topics__card {
  transform: translateY(20px);
}

/* Outer polygon = cyan/blue gradient “border” */
.bm-2027 .event-topics__card-border {
  clip-path: var(--et-clip);
  -webkit-clip-path: var(--et-clip);
  padding: 1.5px;
  background: linear-gradient(
    155deg,
    #7af7ff 0%,
    var(--et-cyan) 28%,
    var(--et-blue) 68%,
    #0050c8 100%
  );
}

.bm-2027 .event-topics__card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  aspect-ratio: 3 / 4.15;
  clip-path: var(--et-clip);
  -webkit-clip-path: var(--et-clip);
  background-color: #0b0e2e;
}

.bm-2027 .event-topics__card-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bm-2027 .event-topics__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Image → navy → cyan lower treatment */
.bm-2027 .event-topics__card-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
      linear-gradient(
          147deg,
          rgba(40, 50, 164, 0) 55%,
          #00C2D7 100%
      ),
      linear-gradient(
          180deg,
          rgba(11, 14, 46, 0) 41%,
          rgba(11, 14, 46, 0.8) 68%
      );
}

.bm-2027 .event-topics__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 1.35rem 1.15rem 2.6rem;
  text-align: left;
}

.bm-2027 .event-topics__card-title {
  margin: 0;
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 0.95;
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .event-topics__card-description {
  margin: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
}

.bm-2027 .event-topics__card-description p {
  margin: 0 0 0.4rem;
  font-size: inherit;
  color: inherit;
}

.bm-2027 .event-topics__card-description p:last-child {
  margin-bottom: 0;
}

.bm-2027 .event-topics__card-description ul,
.bm-2027 .event-topics__card-description ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bm-2027 .event-topics__card-description li {
  position: relative;
  margin: 0 0 0.45rem;
  padding-left: 20px;
  font-size: inherit;
  color: inherit;
}

.bm-2027 .event-topics__card-description li:last-child {
  margin-bottom: 0;
}

.bm-2027 .event-topics__card-description li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/bm-2027/tick.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}

.bm-2027 .event-topics__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.85rem 1rem;
  margin-top: 1.5rem;
}

.bm-2027 .event-topics__btn {
  min-width: 11rem;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .bm-2027 .event-topics__intro {
    margin-bottom: 2.5rem;
  }

  .bm-2027 .event-topics__slider .swiper-slide,
  .bm-2027 .event-topics__slide {
    width: 40vw;
    max-width: none;
  }

  .bm-2027 .event-topics__card-title {
    font-size: 30px;
  }

  .bm-2027 .event-topics__slide--up .event-topics__card {
    transform: translateY(-28px);
  }

  .bm-2027 .event-topics__slide--down .event-topics__card {
    transform: translateY(28px);
  }
}

@media (min-width: 992px) {
  .bm-2027 .event-topics__slider-wrap {
    padding: 3rem 0 1.25rem;
  }

  .bm-2027 .event-topics__card-content {
    padding:2rem;
    padding-bottom: 4rem;
  }

  .bm-2027 .event-topics__card-title {
    font-size: 50px;
  }

  .bm-2027 .event-topics__card-description {
    font-size: 17px;
  }

  .bm-2027 .event-topics__actions {
    margin-top: 2rem;
    gap: 1rem 1.25rem;
  }
}

@media (min-width: 1200px) {
  .bm-2027 .event-topics__slider .swiper-slide,
  .bm-2027 .event-topics__slide {
    width: 28vw;
    max-width: 540px;
  }

  .bm-2027 .event-topics__card-content{
    padding:3rem;
    padding-bottom:6rem
  }

  .bm-2027 .event-topics__slide--up .event-topics__card {
    transform: translateY(-32px);
  }

  .bm-2027 .event-topics__slide--down .event-topics__card {
    transform: translateY(32px);
  }
}

/* Companies Invest in People */
.bm-2027 .companies-invest-people {
  --cip-image-clip: polygon(0 0, 100% 0, 88% 100%, 0 100%);
background: #00F4FF;
background: radial-gradient(at right top, #00F4FF 0%, #FFFFFF 25%, #FFFFFF 100%);
}

.bm-2027 .companies-invest-people .companies-invest-people__bg{
  position: absolute;
  top: -140px;
  right: 0;
  width: 100%;
  opacity: .6;
  height: auto;
  max-height: 1370px;
}

.bm-2027 .companies-invest-people__layout {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

/* Mobile: flatten wrappers so order can sequence all children */
.bm-2027 .companies-invest-people__intro,
.bm-2027 .companies-invest-people__intro-left,
.bm-2027 .companies-invest-people__intro-right,
.bm-2027 .companies-invest-people__body {
  display: contents;
}

.bm-2027 .companies-invest-people__headline {
  order: 2;
  text-transform: uppercase;
}

.bm-2027 .companies-invest-people__title {
  order: 3;
  margin: 0.35rem 0 0;
  text-transform: uppercase;
}

.bm-2027 .companies-invest-people__media {
  order: 1;
  width: 100%;
  line-height: 0;
  clip-path: var(--cip-image-clip);
  -webkit-clip-path: var(--cip-image-clip);
}

.bm-2027 .companies-invest-people__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(324deg, #00F4FF 37%, transparent 48%, transparent 29%, transparent 100%);
}

.bm-2027 .companies-invest-people__image {
  display: block;
  width: 100%;
  height: auto;
}

.bm-2027 .companies-invest-people__description {
  order: 4;
  margin: 0;
}

.bm-2027 .companies-invest-people__list {
  order: 5;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}

.bm-2027 .companies-invest-people__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0;
  padding: 1.85rem 2rem;
}

.bm-2027 .companies-invest-people__list-item:nth-child(even) {
  background-color: #ffffff;
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
}

.bm-2027 .companies-invest-people__list-num {
  flex: 0 0 auto;
  font-family: prometo, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
  color: #0b0e2e;
}

.bm-2027 .companies-invest-people__list-text {
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  line-height: 1.15;
  color: #0b0e2e;
}

@media (min-width: 992px) {
  .bm-2027 .companies-invest-people__layout {
    gap: 2.75rem;
  }

  .bm-2027 .companies-invest-people__intro {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 3.5rem;
  }

  .bm-2027 .companies-invest-people__intro-left,
  .bm-2027 .companies-invest-people__intro-right {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-width: 0;
  }

  .bm-2027 .companies-invest-people__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.5rem;
  }

  .bm-2027 .companies-invest-people__media,
  .bm-2027 .companies-invest-people__list {
    flex: 1 1 0;
    min-width: 0;
    order: 0;
    margin: 0;
  }

  .bm-2027 .companies-invest-people__headline,
  .bm-2027 .companies-invest-people__title,
  .bm-2027 .companies-invest-people__description {
    order: 0;
  }

  .bm-2027 .companies-invest-people__list {
    gap: 0.85rem;
  }

  .bm-2027 .companies-invest-people__list-item {
    padding: 2rem 2.25rem;
  }

  .bm-2027 .companies-invest-people__list-text {
    font-size: 2rem;
  }
}

@media (min-width: 1280px) {
  .bm-2027 .companies-invest-people__intro,
  .bm-2027 .companies-invest-people__body {
    gap: 4.5rem;
  }

  .bm-2027 .companies-invest-people__layout {
    gap: 3.25rem;
  }

  .bm-2027 .companies-invest-people__list-text {
    font-size: 3.5rem;
  }
}


/* Networking */
.bm-2027 .networking {
  --nw-clip: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
  position: relative;
  color: #ffffff;
  overflow: visible;
  background-color: #0b0e2e;
}

.bm-2027 .networking .container{
  width: 100%;
}

.bm-2027 .networking__visual {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  clip-path: var(--nw-clip);
  -webkit-clip-path: var(--nw-clip);
  pointer-events: none;
}

.bm-2027 .networking__bg {
  position: absolute;
  inset: 0;
}

.bm-2027 .networking__bg-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bm-2027 .networking__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #00F4FF;
  background: radial-gradient(at right bottom, #00F4FF 0%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 100%);
}

.bm-2027 .networking__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding: 5rem 0 0;
}

.bm-2027 .networking__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.75rem;
  padding-bottom: 1.5rem;
}

.bm-2027 .networking__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 36rem;
}

.bm-2027 .networking__headline {
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .networking__title {
  margin: 0.4rem 0 2rem;
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .networking__description {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.95);
}

.bm-2027 .networking__description p {
  margin: 0 0 0.5rem;
  color: inherit;
}

.bm-2027 .networking__description p:last-child {
  margin-bottom: 0;
}

.bm-2027 .networking__btn.simple-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 4rem;
  padding: 0;
  color: #ffffff;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: transparent;
  border: 0;
}

.bm-2027 .networking__btn.simple-btn:hover {
  color: #00f3ff;
}

.bm-2027 .networking__btn-icon {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
  flex-shrink: 0;
}

.bm-2027 .networking__events {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
  /* Cards sit slightly beyond the visual bottom edge */
  margin-bottom: -2.5rem;
  position: relative;
  z-index: 2;
}

.bm-2027 .networking__card {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(50% - 0.4rem);
  min-width: 0;
  max-width: calc(50% - 0.4rem);
  color: #ffffff;
  text-decoration: none;
  background: rgba(11, 14, 46, 0.50);
  backdrop-filter: blur(8.944343566894531px);
  padding: 6px;
  overflow: hidden;
}

.bm-2027 .networking__card-media {
  position: relative;
  width: 100%;
  line-height: 0;
  height: 130px;
}

.bm-2027 .networking__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm-2027 .networking__card-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.bm-2027 .networking__card-play svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #ffffff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.bm-2027 .networking__card-body {
  padding: 0.85rem 0.9rem 1rem;
}

.bm-2027 .networking__card-title {
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .networking__card-desc {
  margin-top: 0.35rem;
  font-family: prometo, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

@media (min-width: 992px) {
  .bm-2027 .networking__inner {
    padding: 6rem 0 6rem;
  }

  .bm-2027 .networking__content {
    flex-direction: row;
    align-items: flex-end;
    gap: 2.5rem;
    padding-bottom: 1rem;
  }

  .bm-2027 .networking__copy {
    flex: 1 1 58%;
    max-width: none;
    padding-bottom: 0.5rem;
  }

  .bm-2027 .networking__events {
    flex: 0 1 42%;
    flex-wrap: nowrap;
    gap: 1rem;
    margin-bottom: 0;
    width: auto;
  }

  .bm-2027 .networking__card {
    flex: 1 1 0;
    max-width: none;
  }

  .bm-2027 .networking__card-body {
    padding: 1rem 1.1rem 1.15rem;
  }

  .bm-2027 .networking__card-title {
    font-size: 1.15rem;
  }

  .bm-2027 .networking__card-desc {
    font-size: 0.78rem;
  }

  .bm-2027 .networking__card-play svg {
    width: 2.85rem;
    height: 2.85rem;
  }
}

@media (min-width: 1280px) {
  .bm-2027 .networking__content {
    gap: 3.25rem;
  }

  .bm-2027 .networking__copy {
    flex-basis: 56%;
  }

  .bm-2027 .networking__events {
    flex-basis: 44%;
  }

  .bm-2027 .networking__card-title {
    font-size: 1.35rem;
  }
}

/* Reasons to Come */
.bm-2027 .reasons-to-come {
  --rtc-card-clip: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  --rtc-image-clip: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  --rtc-cyan: #00f3ff;
  position: relative;
  color: #ffffff;
  background-color: #0b0e2e;
}

.bm-2027 .reasons-to-come > .container {
  position: relative;
  z-index: 2;
}

.bm-2027 .reasons-to-come:before,
.bm-2027 .reasons-to-come:after{
  display: block;
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bm-2027 .reasons-to-come:before{
  width: 100%;
  height: 120%;
  background: #00F4FF;
  background: linear-gradient(27deg, #00F4FF 3%, #02D4E2 10%, #03B4C5 17%, #067B91 27%, #0B0F2E 39%, transparent 63%, transparent 78%, transparent 100%);
  left: 0;
  z-index: 2;
}
.bm-2027 .reasons-to-come:after{
  right: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  z-index: 1;
  pointer-events: none;
  background: #00F4FF;
  background: linear-gradient(315deg, #00F4FF 3%, #02D4E2 10%, #03B4C5 17%, #067B91 27%, #0B0F2E 39%, transparent 63%, transparent 78%, transparent 100%);
}

.bm-2027 .reasons-to-come__decor {
  display: none;
}

.bm-2027 .reasons-to-come__decor-image {
  display: block;
  width: 100%;
  height: auto;
}

.bm-2027 .reasons-to-come__intro {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin-bottom: 2rem;
}

.bm-2027 .reasons-to-come__headline {
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .reasons-to-come__title {
  margin: 0.4rem 0 0;
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .reasons-to-come__description {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
}

.bm-2027 .reasons-to-come__description p {
  margin: 0 0 0.5rem;
  color: inherit;
}

.bm-2027 .reasons-to-come__description p:last-child {
  margin-bottom: 0;
}

.bm-2027 .reasons-to-come__cards {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.15rem;
  margin: 0 0 2.25rem;
}

.bm-2027 .reasons-to-come__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 220, 255, 0.2));
}

.bm-2027 .reasons-to-come__card-border {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  clip-path: var(--rtc-card-clip);
  -webkit-clip-path: var(--rtc-card-clip);
  padding: 1.5px;
  background: linear-gradient(
    145deg,
    #7af7ff 0%,
    var(--rtc-cyan) 30%,
    #1a7bff 70%,
    #0050c8 100%
  );
}

.bm-2027 .reasons-to-come__card-inner {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  clip-path: var(--rtc-card-clip);
  -webkit-clip-path: var(--rtc-card-clip);
  background-color: #070a1f;
  flex-wrap: wrap;
}

.bm-2027 .reasons-to-come__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  flex: 1 1 50%;
  padding: 1.25rem 2.5rem 2.35rem;
  min-width: 0;
  min-height: 0;
  background: #00F4FF;
  background: radial-gradient(at right bottom, #00F4FF 0%, transparent 31%, transparent 78%, transparent 100%);
}

.bm-2027 .reasons-to-come__card-num {
  font-family: prometo, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1;
  color: #ffffff;
}

.bm-2027 .reasons-to-come__card-title {
  margin: 0.35rem 0 0;
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 1.7rem;
  line-height: 1.05;
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .reasons-to-come__card-desc {
  margin: 0;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
}

.bm-2027 .reasons-to-come__card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  flex: 1 1 50%;
  overflow: hidden;
  clip-path: var(--rtc-image-clip);
  -webkit-clip-path: var(--rtc-image-clip);
}

.bm-2027 .reasons-to-come__card-media:after{
  background: #00F4FF;
  background: radial-gradient(at right bottom, #00F4FF 0%, transparent 31%, transparent 78%, transparent 100%);
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: '';
  display: block;
}

.bm-2027 .reasons-to-come__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bm-2027 .reasons-to-come__card-media .reasons-to-come__card-image {
  position: absolute;
  inset: 0;
}

.bm-2027 .reasons-to-come__description-2 {
  margin: 3rem auto;
  text-align: center;
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2.4rem;
  line-height: 1.15;
  text-transform: uppercase;
  color: #ffffff;
}

.bm-2027 .reasons-to-come__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.85rem 1rem;
}

.bm-2027 .reasons-to-come__btn {
  min-width: 11rem;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .bm-2027 .reasons-to-come__decor {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 60%;
    pointer-events: none;
  }

  .bm-2027 .reasons-to-come__decor:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 4px 12px 75px 66px #0a0e2e;
    box-shadow: inset 4px 12px 75px 66px #0a0e2e;
    display: block;
    z-index: 1;
  }

  .bm-2027 .reasons-to-come__intro {
    max-width: 48%;
    margin-bottom: 2.25rem;
  }

  .bm-2027 .reasons-to-come__cards {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.25rem;
  }

  .bm-2027 .reasons-to-come__card {
    flex: 0 0 calc(50% - 0.65rem);
    max-width: calc(50% - 0.65rem);
    align-self: stretch;
  }

  .bm-2027 .reasons-to-come__card-inner {
    align-items: stretch;
  }

  .bm-2027 .reasons-to-come__card-content {
    flex: 1 1 50%;
    height: 100%;
    padding: 1.15rem 1rem 1.25rem 1.2rem;
  }

  .bm-2027 .reasons-to-come__card-media {
    flex: 1 1 50%;
    width: auto;
    height: 100%;
    aspect-ratio: auto;
    align-self: stretch;
  }

  .bm-2027 .reasons-to-come__card-title {
    font-size: 1.8rem;
  }

  .bm-2027 .reasons-to-come__card-desc {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .bm-2027 .reasons-to-come__intro {
    max-width: 51%;
    margin-bottom: 2.75rem;
  }

  .bm-2027 .reasons-to-come__cards {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }

  .bm-2027 .reasons-to-come__card {
    flex: 0 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }

  .bm-2027 .reasons-to-come__card-content {
    padding: 1.25rem 1.1rem 1.4rem 2.35rem;
  }

  .bm-2027 .reasons-to-come__description-2 {
    margin:4rem auto;
    font-size: 3.5rem;
  }

  .bm-2027 .reasons-to-come__card-num{
    font-size: 1.3rem;
  }
}

@media (min-width: 1280px) {
  .bm-2027 .reasons-to-come__card-title {
    font-size: 2rem;
  }
}

/* Sticky Links */
.bm-2027 .sticky-links a img{
  border:0;
  border-radius: 0;
  height: auto!important;
  width: 35px!important;
  margin: 0 auto;
}

.bm-2027 .vs-slider .slick-slide{
  height: auto;
  transition:.4s;
}
.bm-2027 .vs-slider .slick-slide span{
  margin-top:5px;
  font-size: 7px;
  background: #fff;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  padding: 2px 7px;
  text-transform: uppercase;
  font-family: prometo, sans-serif;
}
.bm-2027 .vs-slider .slick-slide span b{
  font-weight: 900;
  line-height: 1;
  font-size: 11px;
}

.bm-2027 .vs-wrapper:hover .slick-slide{
  opacity: 0.5;
}
.bm-2027 .vs-wrapper .slick-slide:hover{
  opacity: 1;
}

/* Side Links 2027 — nav arrows (same styling as numbers-testimonials__nav-btn) */
.bm-2027 .side-links-2027 .vs-prev,
.bm-2027 .side-links-2027 .vs-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 0.35rem;
  cursor: pointer;
  background-color: #d2d2d2;
  color: #0b0e2e;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.bm-2027 .side-links-2027 .vs-prev svg,
.bm-2027 .side-links-2027 .vs-next svg {
  display: none;
}

.bm-2027 .side-links-2027 .vs-prev::before,
.bm-2027 .side-links-2027 .vs-next::before {
  content: '';
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(-45deg);
  transition: border-color 0.2s ease;
}

.bm-2027 .side-links-2027 .vs-next::before {
  transform: rotate(135deg);
}

.bm-2027 .side-links-2027 .vs-prev:hover,
.bm-2027 .side-links-2027 .vs-next:hover,
.bm-2027 .side-links-2027 .vs-prev:focus-visible,
.bm-2027 .side-links-2027 .vs-next:focus-visible {
  background-color: #00f3ff;
  color: #0b0e2e;
  outline: none;
}

.bm-2027 .side-links-2027 .vs-prev.slick-disabled,
.bm-2027 .side-links-2027 .vs-next.slick-disabled {
  opacity: 0.35;
  cursor: default;
}

.bm-2027 .side-links-2027 .vs-prev.slick-disabled:hover,
.bm-2027 .side-links-2027 .vs-next.slick-disabled:hover,
.bm-2027 .side-links-2027 .vs-prev.slick-disabled:focus-visible,
.bm-2027 .side-links-2027 .vs-next.slick-disabled:focus-visible {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* Sticky Counter */
body.page-template-page-home-2027 .sticky-bottom-counter{
  color:#fff;
}

body.page-template-page-home-2027 .sticky-bottom-counter .left{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.page-template-page-home-2027 .sticky-bottom-counter strong,
body.page-template-page-home-2027 .sticky-bottom-counter b,
body.page-template-page-home-2027 .sticky-bottom-counter .simply-countdown .simply-amount{
  font-weight: 900;
}
body.page-template-page-home-2027 .countdown-tickets-btn{
  clip-path: var(--bm-2027-btn-clip);
  border-radius: 0;
}
body.page-template-page-home-2027 .sticky-bottom-counter .right{
  width: 20%;
}
@media(max-width:850px){
  body.page-template-page-home-2027 .sticky-bottom-counter .right{
    width: 100%;
  }
}
/* Tickets 2027 */
.bm-2027 .tickets-2027 {
  --tickets-2027-surface: #ffffff;
  --tickets-2027-ink: #0b0e2e;
  --tickets-2027-cyan: #00f3ff;
  --tickets-2027-magenta: #e11d8b;
  --tickets-2027-track: #d8dbe6;
  --tickets-2027-notch: 0.85rem;
  position: relative;
  padding-block: 3.5rem 4.5rem;
  color: var(--tickets-2027-ink);
}

.bm-2027 .tickets-2027__intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 1.75rem;
}

.bm-2027 .tickets-2027__headline {
  text-transform: uppercase;
  color: var(--tickets-2027-ink);
}

.bm-2027 .tickets-2027__title {
  margin: 0.45rem 0 0;
  text-transform: uppercase;
  color: var(--tickets-2027-ink);
}

.bm-2027 .tickets-2027__description {
  margin: 0.9rem auto 0;
  max-width: 38em;
  color: rgba(11, 14, 46, 0.78);
}

.bm-2027 .tickets-2027__description p {
  margin: 0 0 0.5rem;
}

.bm-2027 .tickets-2027__description p:last-child {
  margin-bottom: 0;
}

/* Countdown shell (timer logic later) */
.bm-2027 .tickets-2027__countdown {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  max-width: 52rem;
  margin: 2rem auto 4rem;
  padding: 0.85rem 1.25rem;
  color: #ffffff;
  background: linear-gradient(90deg, #7a1cff 0%, #c218a8 45%, #e11d8b 100%);
  box-shadow: 0 10px 28px rgba(225, 29, 139, 0.35);
}

.bm-2027 .tickets-2027__countdown-copy {
  flex: 1;
  font-family: prometo, sans-serif;
  font-style: italic;
  line-height: 1.15;
  text-transform: uppercase;
}

.bm-2027 .tickets-2027__countdown-copy p {
  margin: 0;
  color: inherit;
  font: inherit;
}

.bm-2027 .tickets-2027__countdown-timer {
  display: flex;
  align-items: flex-end;
  gap: 0.85rem 2rem;
}

.bm-2027 .tickets-2027__countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 2.4rem;
  line-height: 1;
}

.bm-2027 .tickets-2027__countdown-value {
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
}

.bm-2027 .tickets-2027__countdown-label {
  margin-top: 0.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.92;
}

/* Price range */
.bm-2027 .tickets-2027__ranges {
  max-width: 1000px;
  margin: 0 auto 3.5rem;
}

.bm-2027 .tickets-2027__ranges-options {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.35rem;
  margin-bottom: 2rem;
}

.bm-2027 .tickets-2027__range {
  position: relative;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-height: 3.4rem;
  padding: 0.55rem 0.4rem;
  border: 0;
  background: transparent;
  color: var(--tickets-2027-ink);
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease;
}

.bm-2027 .tickets-2027__range.is-active,
.bm-2027 .tickets-2027__range:hover {
  background: linear-gradient(78deg, #D6D5DF -9.8%, #F7F7F9 106.29%), linear-gradient(270deg, #F6FCFD 0.17%, #00F3FF 45.77%, #00C2D7 100%);
}

.bm-2027 .tickets-2027__range-label {
  display: block;
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.bm-2027 .tickets-2027__range-discount {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.72;
}

.bm-2027 .tickets-2027__ranges-track {
  position: relative;
  height: 7px;
  margin: 0 1.1rem;
  border-radius: 999px;
  max-width:900px;
  margin:0 auto;
  background-color: var(--tickets-2027-track);
}

.bm-2027 .tickets-2027__ranges-progress {
  display: block;
  height: 100%;
  width: var(--tickets-2027-range-progress, 0%);
  border-radius: inherit;
  background: linear-gradient(270deg, #F6FCFD 0.17%, #00F3FF 45.77%, #00C2D7 100%), #00C2D7;  ;
  pointer-events: none;
  transition: width 0.2s ease;
}

.bm-2027 .tickets-2027__ranges-input {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1.75rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.bm-2027 .tickets-2027__ranges-input:focus {
  outline: none;
}

.bm-2027 .tickets-2027__ranges-input:focus-visible {
  outline: 2px solid var(--tickets-2027-cyan);
  outline-offset: 4px;
}

.bm-2027 .tickets-2027__ranges-input::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
  border: 0;
}

.bm-2027 .tickets-2027__ranges-input::-moz-range-track {
  height: 4px;
  background: transparent;
  border: 0;
}

.bm-2027 .tickets-2027__ranges-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  margin-top: -6px;
  border: 0;
  border-radius: 50%;
  background-color: #d8dbe6;
  cursor: grab;
  --box-fill: unset;
  clip-path: unset;
  background: #0B0E2E;
}

.bm-2027 .tickets-2027__ranges-input:active::-webkit-slider-thumb {
  cursor: grabbing;
}

.bm-2027 .tickets-2027__ranges-input::-moz-range-thumb {
  width: 1.05rem;
  height: 1.05rem;
  border: 0;
  border-radius: 50%;
  background-color: var(--tickets-2027-ink);
  box-shadow: 0 0 0 3px rgba(0, 243, 255, 0.25);
  cursor: grab;
}

.bm-2027 .tickets-2027__ranges-input:active::-moz-range-thumb {
  cursor: grabbing;
}

/* Ticket grid */
.bm-2027 .tickets-2027 .container{
  max-width: 1370px;
}
.bm-2027 .tickets-2027__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  align-items: stretch;
}

.bm-2027 .tickets-2027__ticket-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
}

.bm-2027 .tickets-2027__ticket:after{
  content: url(../images/ssold_out.svg);
  width: 150px;
  top: -10px;
  right: -15px;
  display: none;
  opacity: 1;
  z-index: 4;
  position:absolute;
}

.bm-2027 .tickets-2027__ticket.ticket--ultravip:after{
  display:block;
}

.bm-2027 .tickets-2027__ticket-label {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: 8px 15px;
  background-color: #0b0e2e;
  color: #ffffff;
  font-family: prometo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.bm-2027 .tickets-2027__ticket {
  --ticket-bg: #f0f1f5;
  --ticket-fg: var(--tickets-2027-ink);
  --ticket-muted: rgba(11, 14, 46, 0.72);
  --ticket-btn-bg: var(--tickets-2027-ink);
  --ticket-btn-fg: #ffffff;
  --ticket-dash: rgba(255, 255, 255, 0.75);
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 100%;
  color: var(--ticket-fg);
  background: var(--ticket-bg);
  clip-path: polygon(0 3.5%, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
}

.bm-2027 .tickets-2027__ticket.ticket--general-simple {
  --ticket-bg: linear-gradient(78deg, #D6D5DF -9.8%, #F7F7F9 106.29%);
  --ticket-fg: var(--tickets-2027-ink);
  --ticket-muted: rgba(11, 14, 46, 0.7);
  --ticket-btn-bg: var(--tickets-2027-ink);
  --ticket-btn-fg: #ffffff;
  --ticket-dash: rgba(255, 255, 255, 0.95);
}

.bm-2027 .tickets-2027__ticket.ticket--general-masterclass {
  --ticket-bg: linear-gradient(90deg, #b010ff, #f537b9);
  --ticket-fg: #ffffff;
  --ticket-muted: rgba(255, 255, 255, 0.88);
  --ticket-btn-bg: #ffffff;
  --ticket-btn-fg: var(--tickets-2027-magenta);
  --ticket-dash: rgba(255, 255, 255, 0.85);
}

.bm-2027 .tickets-2027__ticket.ticket--vip {
  --ticket-bg: linear-gradient(15deg, rgba(40, 50, 164, 0.00) -3.42%, #00C2D7 88.08%), #0B0F2E;
  --ticket-fg: #ffffff;
  --ticket-muted: rgba(255, 255, 255, 0.9);
  --ticket-btn-bg: #00e0ef;
  --ticket-btn-fg: var(--tickets-2027-ink);
  --ticket-dash: rgba(255, 255, 255, 0.85);
}

.bm-2027 .tickets-2027__ticket.ticket--ultravip {
  --ticket-bg: #0b0e2e;
  --ticket-fg: #ffffff;
  --ticket-muted: rgba(255, 255, 255, 0.88);
  --ticket-btn-bg: var(--tickets-2027-cyan);
  --ticket-btn-fg: var(--tickets-2027-ink);
  --ticket-dash: rgba(255, 255, 255, 0.55);
  background-color: #0b0e2e;
}

.bm-2027 .tickets-2027__ticket-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding: 5.55rem 1.15rem 1rem;
  text-align: center;
}

.bm-2027 .tickets-2027__ticket-headline {
  font-family: prometo, sans-serif;
  font-size: 13.991px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.bm-2027 .tickets-2027__ticket-title {
  margin: 0;
  font-family: prometo, sans-serif;
  font-size: 39.975px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.799px;
  text-transform: uppercase;
  color: inherit;
}

.bm-2027 .tickets-2027__ticket-prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.35rem;
  text-align: center;
}

.bm-2027 .tickets-2027__ticket-new-price {
  font-family: prometo, sans-serif;
  font-size: 53.644px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -1.073px;
  text-transform: uppercase;
}

.bm-2027 .tickets-2027__ticket-new-price  sup{
  line-height: 1;
  font-size: 40%;
  max-width: 60px;
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
}

.bm-2027 .tickets-2027__ticket-old-price {
  font-family: prometo, sans-serif;
  font-size: 17.989px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.18px;
  text-decoration-line: line-through;
}

.bm-2027 .tickets-2027__ticket-saving {
  margin-top: 0.15rem;
  font-family: prometo, sans-serif;
  font-size: 17.989px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.18px;
  text-align: center;
  color: var(--ticket-muted);
}

.bm-2027 .tickets-2027__ticket-perforation {
  position: relative;
  height: 0;
  margin: 0.15rem var(--tickets-2027-notch);
  border-top: 2px dashed var(--ticket-dash);
}

.bm-2027 .tickets-2027__ticket-perforation::before,
.bm-2027 .tickets-2027__ticket-perforation::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(var(--tickets-2027-notch) * 2);
  height: calc(var(--tickets-2027-notch) * 2);
  border-radius: 50%;
  background-color: var(--tickets-2027-surface);
  transform: translateY(-50%);
  pointer-events: none;
}

.bm-2027 .tickets-2027__ticket-perforation::before {
  left: calc(var(--tickets-2027-notch) * -2);
}

.bm-2027 .tickets-2027__ticket-perforation::after {
  right: calc(var(--tickets-2027-notch) * -2);
}

.bm-2027 .tickets-2027__ticket-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
  gap: 1rem;
  padding: 1rem 1.15rem 4.25rem;
}

.bm-2027 .tickets-2027__ticket-description {
  width: 100%;
  font-family: prometo, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.12px;
  margin-bottom: 4rem;
}

.bm-2027 .tickets-2027__ticket-description p,
.bm-2027 .tickets-2027__ticket-description li,
.bm-2027 .tickets-2027__ticket-description ul,
.bm-2027 .tickets-2027__ticket-description ol {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.bm-2027 .tickets-2027__ticket-description h1, .bm-2027 .tickets-2027__ticket-description h2,
.bm-2027 .tickets-2027__ticket-description h3,
.bm-2027 .tickets-2027__ticket-description h4{
  margin-bottom: 2rem;
}

.bm-2027 .tickets-2027__ticket-description p {
  margin:  0 0.55rem;
}

.bm-2027 .tickets-2027__ticket-description p:last-child {
  margin-bottom: 0;
}

.bm-2027 .tickets-2027__ticket-description ul,
.bm-2027 .tickets-2027__ticket-description ol {
  margin: 1.35rem 0 0;
  padding: 0 0 0 1rem;
}

.bm-2027 .tickets-2027__ticket-description li {
  margin: 0 0 0.28rem;
}

.bm-2027 .tickets-2027__ticket-description li:last-child {
  margin-bottom: 0;
}

.bm-2027 .tickets-2027__ticket-old-price.is-empty,
.bm-2027 .tickets-2027__ticket-saving.is-empty,
.bm-2027 .tickets-2027__ticket-button.is-empty {
  display: none !important;
}

.bm-2027 .tickets-2027__ticket-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 0.85rem 1rem;
  border: 0;
  background-color: var(--ticket-btn-bg);
  color: var(--ticket-btn-fg);
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.bm-2027 .tickets-2027__ticket-button:hover {
  opacity: 0.92;
}

@media (min-width: 700px) {
  .bm-2027 .tickets-2027__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 992px) {
  .bm-2027 .tickets-2027 {
    padding-block: 4.5rem 5.5rem;
  }

  .bm-2027 .tickets-2027__intro {
    margin-bottom: 2rem;
  }

  .bm-2027 .tickets-2027__countdown {
    padding: 0.95rem 1.5rem;
  }

  .bm-2027 .tickets-2027__ranges {
    margin-bottom: 5rem;
  }

  .bm-2027 .tickets-2027__range {
    min-height: 3.75rem;
    padding: 1.7rem 1.5rem;
  }
}

@media (min-width: 1100px) {
  .bm-2027 .tickets-2027__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }

  .bm-2027 .tickets-2027__grid:has(> :nth-child(3):last-child) {
       grid-template-columns: repeat(3, calc((100% - 3rem) / 4));
       justify-content: center;
   }

  .bm-2027 .tickets-2027__ticket-top {
    padding: 5.7rem 1.1rem 1.05rem;
  }

  .bm-2027 .tickets-2027__ticket-bottom {
    padding: 1.05rem 1.1rem 5.2rem;
  }
}

@media (min-width: 1280px) {
  .bm-2027 .tickets-2027__grid {
    gap: 1.15rem;
  }

  .bm-2027 .tickets-2027__grid:has(> :nth-child(3):last-child) {
       grid-template-columns: repeat(3, calc((100% - 3.45rem) / 4));
   }

  .bm-2027 .tickets-2027__ticket-top {
    padding: 5.85rem 1.25rem 1.15rem;
  }

  .bm-2027 .tickets-2027__ticket-bottom {
    padding: 2.15rem 2.25rem 5.35rem;
  }
}

@media (max-width: 699px) {

  .bm-2027 .tickets-2027__ranges-track {
    margin: 0.35rem 0.75rem 0;
  }

  .bm-2027 .tickets-2027__countdown {
    flex-direction: column;
    align-items: center;
  }

  .bm-2027 .tickets-2027__countdown-timer {
    width: 100%;
    justify-content: center;
  }
}
/* Header */
body.page-template-page-home-2027 .header .btn{
  padding: 11px 31px;
}
body.page-template-page-home-2027 .menu li:not(.btn){
  color:#fff;
}
body.page-template-page-home-2027 .header__top{
  background-color: #00F3FF;
}
body.page-template-page-home-2027 .header__top .menu li{
  text-transform: uppercase;
  color: #0c1238;
  font-weight: 700;
}
body.page-template-page-home-2027  .bm-line{
  color:#fff;
  font-style: italic;
}
body.page-template-page-home-2027 .bm img{
  transform: skew(-14deg, 0deg);
}
