@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  min-height: 100%;
  background: #020202;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
/* @FONTWARNING[{"type": "restricted", "family": "Lab Grotesque-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Lab Grotesque-Bold";
  src: url("fonts/LabGrotesque-Bold.woff2") format("woff2"),
       url("fonts/LabGrotesque-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* @FONTWARNING[{"type": "restricted", "family": "Lab Grotesque-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Lab Grotesque-Regular";
  src: url("fonts/LabGrotesque-Regular.woff2") format("woff2"),
       url("fonts/LabGrotesque-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* @FONTWARNING[{"type": "restricted", "family": "Onest-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Onest-Medium";
  src: url("fonts/LabGrotesque-Medium.woff2") format("woff2"),
       url("fonts/LabGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* @FONTWARNING[{"type": "restricted", "family": "Onest-Bold", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Onest-Bold";
  src: url("fonts/LabGrotesque-Bold.woff2") format("woff2"),
       url("fonts/LabGrotesque-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* @FONTWARNING[{"type": "restricted", "family": "Onest-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Onest-Regular";
  src: url("fonts/LabGrotesque-Regular.woff2") format("woff2"),
       url("fonts/LabGrotesque-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* @FONTWARNING[{"type": "restricted", "family": "Onest-ExtraBold", "weight": "800", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Onest-ExtraBold";
  src: url("fonts/LabGrotesque-Bold.woff2") format("woff2"),
       url("fonts/LabGrotesque-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* @FONTWARNING[{"type": "restricted", "family": "Lab Grotesque-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Lab Grotesque-Medium";
  src: url("fonts/LabGrotesque-Medium.woff2") format("woff2"),
       url("fonts/LabGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lab Grotesque";
  src: url("fonts/LabGrotesque-Regular.woff2") format("woff2"),
       url("fonts/LabGrotesque-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lab Grotesque";
  src: url("fonts/LabGrotesque-Medium.woff2") format("woff2"),
       url("fonts/LabGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lab Grotesque";
  src: url("fonts/LabGrotesque-Bold.woff2") format("woff2"),
       url("fonts/LabGrotesque-Bold.woff") format("woff");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
/* @FONTWARNING[{"type": "restricted", "family": "Graphik LCG-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Graphik LCG-Regular";
  src: url("fonts/LabGrotesque-Regular.woff2") format("woff2"),
       url("fonts/LabGrotesque-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* @FONTWARNING[{"type": "restricted", "family": "Graphik LCG-Medium", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Graphik LCG-Medium";
  src: url("fonts/LabGrotesque-Medium.woff2") format("woff2"),
       url("fonts/LabGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



.conference-page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
  }
  
.conference-page .id2-panel__layout {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 35px;
  margin-right: -0.41px;
}

.conference-page .id2-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}

.conference-page .id2-panel__logo,
.conference-page .id2-panel__logo picture {
  display: block;
  height: 13px;
}

.conference-page .id2-panel__logo img {
  display: block;
  width: auto;
  height: 13px;
}
  
  .conference-page .conference-hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding: 40px 150px 60px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #060c18;
  }
  
  .conference-page .conference-hero__visual {
    position: absolute;
    top: 0;
    left: 720px;
    width: 720px;
    height: 756px;
    aspect-ratio: 1;
  }
  
  .conference-page .conference-hero__shell {
    display: flex;
    flex-direction: column;
    width: 1100px;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-hero__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
.conference-page .conference-hero__brand {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    width: auto;
    height: 37.09px;
  }

  .conference-page .header__logo,
  .conference-page .header__logo picture {
    display: block;
  }

  .conference-page .header__logo img {
    display: block;
    width: auto;
    height: 14px;
  }

  .conference-page .header__logo--big img {
    height: 25px;
  }
  
  .conference-page .conference-navigation {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-navigation__link {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Lab Grotesque-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
  }
  
  .conference-page .conference-hero__contact {
    display: inline-flex;
    align-items: flex-start;
    gap: 71.95px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-phone {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2.7px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-phone__number {
    position: relative;
    width: fit-content;
    margin-top: -0.9px;
    font-family: "Lab Grotesque-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21.6px;
    white-space: nowrap;
  }
  
  .conference-page .conference-phone__caption {
    position: relative;
    width: fit-content;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 10.8px;
    letter-spacing: 0;
    line-height: 14.4px;
    white-space: nowrap;
  }
  
  .conference-page .conference-hero__content {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-hero__meta {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-hero__date {
    display: inline-flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-hero__date-card {
    display: inline-flex;
    flex-direction: column;
    height: 45px;
    align-items: flex-start;
    gap: 40px;
    padding: 10px 16px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 20px;
    backdrop-filter: blur(16px) brightness(108.0%) saturate(80.0%)
      hue-rotate(8.2deg);
    -webkit-backdrop-filter: blur(16px) brightness(108.0%) saturate(80.0%)
      hue-rotate(8.2deg);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset 0 -1px 10px rgba(0, 0, 0, 0.2),
      inset -1px 0 10px rgba(0, 0, 0, 0.16);
    background: linear-gradient(
      111deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 244, 241, 0.1) 100%
    );
  }
  
  .conference-page .conference-hero__day {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
    margin-bottom: -5px;
  }
  
  .conference-page .conference-hero__day-number {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Onest-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 32.6px;
    letter-spacing: 0;
    line-height: 29.2px;
    white-space: nowrap;
  }
  
  .conference-page .conference-hero__month {
    position: relative;
    width: fit-content;
    font-family: "Onest-Bold", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 14.9px;
    white-space: nowrap;
  }
  
  .conference-page .conference-hero__month-name {
    font-weight: 700;
  }
  
  .conference-page .conference-hero__year {
    font-family: "Onest-Regular", Helvetica;
  }
  
  .conference-page .conference-hero__location {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 10px 16px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 20px;
    backdrop-filter: blur(16px) brightness(108.0%) saturate(80.0%)
      hue-rotate(8.2deg);
    -webkit-backdrop-filter: blur(16px) brightness(108.0%) saturate(80.0%)
      hue-rotate(8.2deg);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset 0 -1px 10px rgba(0, 0, 0, 0.2),
      inset -1px 0 10px rgba(0, 0, 0, 0.16);
    background: linear-gradient(
      111deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 244, 241, 0.1) 100%
    );
  }
  
  .conference-page .conference-hero__location-content {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-hero__location-icon {
    position: relative;
    width: 24.54px;
    height: 24.54px;
  }
  
  .conference-page .conference-icon {
    position: absolute;
    top: 1px;
    left: 3px;
    width: 18px;
    height: 23px;
  }
  
  .conference-page .img {
    position: absolute;
    top: 5px;
    left: 8px;
    width: 8px;
    height: 8px;
  }
  
  .conference-page .conference-hero__address {
    position: relative;
    width: fit-content;
    font-family: "Onest-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 14.9px;
    white-space: nowrap;
  }
  
  .conference-page .conference-hero__intro {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23.08px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-hero__title {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-hero__title-line {
    position: relative;
    width: fit-content;
    margin-top: -1.03px;
    background: linear-gradient(
      127deg,
      rgba(234, 51, 247, 1) 0%,
      rgba(195, 135, 255, 1) 35%,
      rgba(112, 242, 235, 1) 100%
    );
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: "Onest-ExtraBold", Helvetica;
    font-weight: 800;
    color: transparent;
    font-size: 153.8px;
    letter-spacing: 0;
    line-height: 121.3px;
    white-space: nowrap;
  }
  
  .conference-page .conference-hero__title-line--transform {
    position: relative;
    width: fit-content;
    font-family: "Onest-ExtraBold", Helvetica;
    font-weight: 800;
    color: #ffffff;
    font-size: 63.6px;
    letter-spacing: 0;
    line-height: 50.2px;
    white-space: nowrap;
  }
  
  .conference-page .conference-hero__title-line--business {
    position: relative;
    width: fit-content;
    font-family: "Onest-ExtraBold", Helvetica;
    font-weight: 800;
    color: #ffffff;
    font-size: 124.1px;
    letter-spacing: 0;
    line-height: 97.8px;
    white-space: nowrap;
  }
  
  .conference-page .conference-hero__description {
    position: relative;
    width: 589.62px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 18.5px;
    letter-spacing: 0;
    line-height: 23.1px;
  }
  
  .conference-page .conference-hero__actions {
    display: flex;
    width: 656px;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-button--primary {
    display: flex;
    width: 304px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 34px;
    position: relative;
    background-color: #e048f9;
    border-radius: 100px;
  }
  
  .conference-page .conference-button__label {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
  }
  
  .conference-page .conference-button--secondary {
    padding: 20px 34px;
    flex: 1;
    flex-grow: 1;
    background-color: #ffffff1f;
    border-radius: 100px;
    backdrop-filter: blur(41.5px) brightness(108.0%) saturate(91.0%)
      hue-rotate(10deg);
    -webkit-backdrop-filter: blur(41.5px) brightness(108.0%) saturate(91.0%)
      hue-rotate(10deg);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 0 -1px 27px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
  }
  
  .conference-page .conference-marquee {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 10px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #aba5f9;
    overflow: hidden;
  }
  
.conference-page .conference-marquee__track {
    display: inline-flex;
    align-items: flex-start;
    gap: 22.09px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -123.1px;
    width: max-content;
    animation: conference-ticker 38s linear infinite;
    will-change: transform;
  }

  @keyframes conference-ticker {
    to {
      transform: translateX(-50%);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .conference-page .conference-marquee__track {
      animation: none;
    }
  }
  
  .conference-page .conference-marquee__item {
    position: relative;
    width: fit-content;
    margin-top: -0.74px;
    font-family: "Onest-Bold", Helvetica;
    font-weight: 700;
    color: #020202;
    font-size: 22.1px;
    letter-spacing: 0;
    line-height: 25px;
    white-space: nowrap;
  }
  
  .conference-page .conference-stats {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 69px;
    padding: 60px 150px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #020202;
  }
  
  .conference-page .conference-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-stat-card--experience {
    display: flex;
    flex-direction: column;
    width: 183px;
    align-items: flex-start;
    padding: 20px;
    position: relative;
    align-self: stretch;
    background-color: #ffffff24;
    border-radius: 20px;
    backdrop-filter: blur(2px) brightness(100.0%) saturate(93.8%)
      hue-rotate(-6.8deg);
    -webkit-backdrop-filter: blur(2px) brightness(100.0%) saturate(93.8%)
      hue-rotate(-6.8deg);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.32),
      inset -1px 0 1px rgba(0, 0, 0, 0.16);
  }
  
  .conference-page .conference-stat-card__value {
    position: relative;
    width: fit-content;
    margin-top: -0.92px;
    font-family: "Onest-Medium", Helvetica;
    font-weight: 500;
    color: #75edec;
    font-size: 80px;
    letter-spacing: 0;
    line-height: 84px;
    white-space: nowrap;
  }
  
  .conference-page .conference-stat-card__copy {
    width: 141px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.19px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-stat-card__title {
    position: relative;
    width: fit-content;
    margin-top: -0.92px;
    font-family: "Lab Grotesque-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    white-space: nowrap;
  }
  
  .conference-page .conference-stat-card__description--experience {
    position: relative;
    width: 136px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffffcc;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .conference-stat-card--audience {
    display: flex;
    flex-direction: column;
    width: 263px;
    align-items: flex-start;
    padding: 20px;
    position: relative;
    align-self: stretch;
    background-color: #ffffff24;
    border-radius: 20px;
    backdrop-filter: blur(2px) brightness(100.0%) saturate(93.8%)
      hue-rotate(-6.8deg);
    -webkit-backdrop-filter: blur(2px) brightness(100.0%) saturate(93.8%)
      hue-rotate(-6.8deg);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.32),
      inset -1px 0 1px rgba(0, 0, 0, 0.16);
  }
  
  .conference-page .conference-stat-card__copy--default {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.19px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-stat-card__description--audience {
    position: relative;
    width: 220px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffffcc;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .conference-stat-card--speakers {
    display: flex;
    flex-direction: column;
    width: 206px;
    align-items: flex-start;
    padding: 20px;
    position: relative;
    align-self: stretch;
    background-color: #ffffff24;
    border-radius: 20px;
    backdrop-filter: blur(2px) brightness(100.0%) saturate(93.8%)
      hue-rotate(-6.8deg);
    -webkit-backdrop-filter: blur(2px) brightness(100.0%) saturate(93.8%)
      hue-rotate(-6.8deg);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.32),
      inset -1px 0 1px rgba(0, 0, 0, 0.16);
  }
  
  .conference-page .conference-stat-card__description--speakers {
    position: relative;
    width: 164px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffffcc;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .conference-stat-card--topics {
    display: flex;
    flex-direction: column;
    width: 228px;
    align-items: flex-start;
    padding: 20px;
    position: relative;
    align-self: stretch;
    background-color: #ffffff24;
    border-radius: 20px;
    backdrop-filter: blur(2px) brightness(100.0%) saturate(93.8%)
      hue-rotate(-6.8deg);
    -webkit-backdrop-filter: blur(2px) brightness(100.0%) saturate(93.8%)
      hue-rotate(-6.8deg);
    box-shadow:
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset -1px 0 1px rgba(0, 0, 0, 0.16);
  }
  
  .conference-page .conference-stat-card__copy--topics {
    width: 184.78px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.19px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-stat-card__description--topics {
    position: relative;
    width: 161px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffffcc;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .conference-stat-card--formats {
    display: flex;
    flex-direction: column;
    width: 179px;
    align-items: flex-start;
    padding: 20px;
    position: relative;
    align-self: stretch;
    background-color: #ffffff24;
    border-radius: 20px;
    backdrop-filter: blur(2px) brightness(100.0%) saturate(93.8%)
      hue-rotate(-6.8deg);
    -webkit-backdrop-filter: blur(2px) brightness(100.0%) saturate(93.8%)
      hue-rotate(-6.8deg);
    box-shadow:
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset -1px 0 1px rgba(0, 0, 0, 0.16);
  }
  
  .conference-page .conference-stat-card__description--formats {
    position: relative;
    width: 137px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffffcc;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .conference-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 100px 150px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #020202;
  }

  .conference-page .conference-about {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 100px 0;
  }

  .conference-page .conference-about > .conference-section__title,
  .conference-page .conference-about > .conference-topics {
    width: 1140px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .conference-page .conference-section__title {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Onest-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 60px;
    letter-spacing: 0;
    line-height: 64px;
    white-space: nowrap;
  }
  
  .conference-page .conference-topics {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-topic-card {
    display: flex;
    flex-direction: column;
    width: 560px;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    position: relative;
    background-color: #ffffff21;
    border-radius: 20px;
    backdrop-filter: blur(23px) brightness(107.2%) saturate(99.2%);
    -webkit-backdrop-filter: blur(23px) brightness(107.2%) saturate(99.2%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset 0 -1px 15px rgba(0, 0, 0, 0.2),
      inset -1px 0 15px rgba(0, 0, 0, 0.16);
  }
  
  .conference-page .rectangle {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 214px;
    background-color: #d9d9d9;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
  }
  
  .conference-page .conference-content-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-card__title {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Onest-Bold", Helvetica;
    font-weight: 700;
    color: #e048f9;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    white-space: nowrap;
  }
  
  .conference-page .conference-card__description {
    position: relative;
    align-self: stretch;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .conference-reasons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 100px 150px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #060403;
  }
  
  .conference-page .conference-section__title--wide {
    position: relative;
    width: 804px;
    margin-top: -1px;
    font-family: "Onest-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 60px;
    letter-spacing: 0;
    line-height: 64px;
  }
  
  .conference-page .conference-reasons__grid {
    display: flex;
    flex-wrap: wrap;
    height: 540px;
    align-items: flex-start;
    gap: 20px 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .conference-page .conference-reason-card--speakers {
    display: flex;
    flex-direction: column;
    width: 366px;
    height: 276px;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    position: relative;
    background-color: #ffffff1a;
    border-radius: 20px;
    backdrop-filter: blur(2px) brightness(100.0%) saturate(100.0%);
    -webkit-backdrop-filter: blur(2px) brightness(100.0%) saturate(100.0%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset 0 -1px 1px rgba(0, 0, 0, 0.13),
      inset -1px 0 1px rgba(0, 0, 0, 0.11);
  }
  
  .conference-page .conference-reason-card__icon {
    position: relative;
    width: 32px;
    height: 32px;
  }
  
  .conference-page .conference-reason-card__title {
    position: relative;
    align-self: stretch;
    font-family: "Onest-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
  }
  
  .conference-page .conference-reason-card__description {
    position: relative;
    align-self: stretch;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffffa6;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .conference-reason-card--cost {
    display: flex;
    flex-direction: column;
    width: 367px;
    height: 276px;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    position: relative;
    background-color: #ffffff1a;
    border-radius: 20px;
    backdrop-filter: blur(2px) brightness(100.0%) saturate(100.0%);
    -webkit-backdrop-filter: blur(2px) brightness(100.0%) saturate(100.0%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset 0 -1px 1px rgba(0, 0, 0, 0.13),
      inset -1px 0 1px rgba(0, 0, 0, 0.11);
  }
  
  .conference-page .conference-reason-card--solutions {
    display: flex;
    flex-direction: column;
    width: 367px;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    position: relative;
    background-color: #ffffff1a;
    border-radius: 20px;
    backdrop-filter: blur(2px) brightness(100.0%) saturate(100.0%);
    -webkit-backdrop-filter: blur(2px) brightness(100.0%) saturate(100.0%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset 0 -1px 1px rgba(0, 0, 0, 0.13),
      inset -1px 0 1px rgba(0, 0, 0, 0.11);
  }
  
  .conference-page .conference-reason-card--ai {
    display: flex;
    flex-direction: column;
    width: 365px;
    height: 244px;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    position: relative;
    background-color: #ffffff1a;
    border-radius: 20px;
    backdrop-filter: blur(2px) brightness(100.0%) saturate(100.0%);
    -webkit-backdrop-filter: blur(2px) brightness(100.0%) saturate(100.0%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset 0 -1px 1px rgba(0, 0, 0, 0.13),
      inset -1px 0 1px rgba(0, 0, 0, 0.11);
  }
  
  .conference-page .conference-reason-card--networking {
    display: flex;
    flex-direction: column;
    width: 366px;
    height: 244px;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    position: relative;
    background-color: #ffffff1a;
    border-radius: 20px;
    backdrop-filter: blur(2px) brightness(100.0%) saturate(100.0%);
    -webkit-backdrop-filter: blur(2px) brightness(100.0%) saturate(100.0%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset 0 -1px 1px rgba(0, 0, 0, 0.13),
      inset -1px 0 1px rgba(0, 0, 0, 0.11);
  }
  
  .conference-page .conference-reasons__cta {
    display: flex;
    flex-direction: column;
    width: 366px;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 30px;
    position: relative;
    background-color: #ffffff1a;
    border-radius: 20px;
    backdrop-filter: blur(2px) brightness(96.0%) saturate(81.5%)
      hue-rotate(-6.8deg);
    -webkit-backdrop-filter: blur(2px) brightness(96.0%) saturate(81.5%)
      hue-rotate(-6.8deg);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.35),
      inset 1px 0 0 rgba(255, 255, 255, 0.28),
      inset 0 -1px 1px rgba(0, 0, 0, 0.13),
      inset -1px 0 1px rgba(0, 0, 0, 0.11);
  }
  
  .conference-page .conference-reasons__cta-title {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Onest-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 37px;
    letter-spacing: 0;
    line-height: 43.1px;
  }
  
  .conference-page .conference-reasons__button {
    padding: 20px 34px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #e048f9;
    border-radius: 100px;
    backdrop-filter: blur(41.5px) brightness(108.0%) saturate(100.7%)
      hue-rotate(6.4deg);
    -webkit-backdrop-filter: blur(41.5px) brightness(108.0%) saturate(100.7%)
      hue-rotate(6.4deg);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset 0 -1px 27px rgba(0, 0, 0, 0.2),
      inset -1px 0 27px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
  }
  
  .conference-page .speakers-slider__cards {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .conference-page .speakers-slider__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
  }
  
  .conference-page .speakers-slider__photo {
    display: flex;
    flex-direction: column;
    width: 206px;
    height: 192.27px;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 23.54px;
    padding: 31.39px;
    position: relative;
    margin-right: -2px;
    background-color: #e99f42;
    border-radius: 15.7px;
    overflow: hidden;
  }
  
  .conference-page .speakers-slider__photo-backdrop {
    position: relative;
    width: 226.01px;
    height: 102.02px;
    margin-right: -82.79px;
  }
  
  .conference-page .element-2 {
    position: absolute;
    top: 25px;
    left: 0;
    width: 206px;
    height: 167px;
  }
  
  .conference-page .speakers-slider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 206px;
    height: 192px;
    object-fit: cover;
  }
  
  .conference-page .speakers-slider__name {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Onest-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
  }
  
  .conference-page .speakers-slider__role {
    position: relative;
    align-self: stretch;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffffba;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .speakers-slider__details {
    position: relative;
    width: fit-content;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #e048f9;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
  }
  
  .conference-page .arrow-wrapper {
    display: flex;
    flex-direction: column;
    width: 65px;
    height: 65px;
    align-items: flex-start;
    gap: 6.7px;
    padding: 32.84px 24.12px 32.16px;
    position: absolute;
    top: 90px;
    left: 1107px;
    background-color: #ffffff1a;
    border-radius: 32.5px;
    backdrop-filter: blur(19.5px) brightness(100.0%) saturate(100.0%)
      hue-rotate(6.8deg);
    -webkit-backdrop-filter: blur(19.5px) brightness(100.0%) saturate(100.0%)
      hue-rotate(6.8deg);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset 0 -1px 13px rgba(0, 0, 0, 0.13),
      inset -1px 0 13px rgba(0, 0, 0, 0.11);
  }
  
  .conference-page .arrow {
    position: relative;
    width: 18.77px;
    height: 14.8px;
    margin-top: -7.4px;
    margin-bottom: -7.4px;
    margin-left: -1.01px;
    margin-right: -1.01px;
  }
  
  .conference-page .img-wrapper {
    display: flex;
    flex-direction: column;
    width: 65px;
    height: 65px;
    align-items: flex-start;
    gap: 6.7px;
    padding: 32.84px 24.12px 32.16px;
    position: absolute;
    top: 90px;
    left: -33px;
    background-color: #ffffff1a;
    border-radius: 32.5px;
    transform: rotate(-180deg);
    backdrop-filter: blur(19.5px) brightness(100.0%) saturate(100.0%)
      hue-rotate(6.8deg);
    -webkit-backdrop-filter: blur(19.5px) brightness(100.0%) saturate(100.0%)
      hue-rotate(6.8deg);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset 0 -1px 13px rgba(0, 0, 0, 0.13),
      inset -1px 0 13px rgba(0, 0, 0, 0.11);
  }
  
  .conference-page .arrow-2 {
    position: relative;
    width: 18.77px;
    height: 14.8px;
    margin-top: -7.4px;
    margin-bottom: -7.4px;
    margin-left: -1.01px;
    margin-right: -1.01px;
    transform: rotate(180deg);
  }
  
  .conference-page .conference-program {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding: 100px 150px 50px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #020202;
  }
  
  .conference-page .conference-program__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-program__schedule {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 50px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-radius: 20px;
  }
  
  .conference-page .conference-program__time {
    position: relative;
    display: flex;
    align-items: center;
    width: 170px;
    margin-top: -1px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0;
    line-height: normal;
  }
  
  .conference-page .conference-program__row {
    display: flex;
    flex-direction: column;
    width: 878px;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    position: relative;
  }
  
  .conference-page .conference-program__topic {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 26px;
  }
  
  .conference-page .conference-divider {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 0;
    box-sizing: border-box;
    border: 1px solid #a4a4a4;
  }
  
  .conference-page .conference-program__session {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-program__session-heading {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-program__session-title {
    position: relative;
    width: 801px;
    margin-top: -1px;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: transparent;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 34px;
  }
  
  .conference-page .conference-program__session-number {
    color: #ffffff;
  }
  
  .conference-page .conference-program__session-name {
    color: #e048f9;
  }
  
  .conference-page .conference-program__session-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  
  .conference-page .conference-program__speaker {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-program__speaker-avatar {
    position: relative;
    width: 70px;
    height: 70px;
  }
  
  .conference-page .conference-program__speaker-copy {
    width: 751px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    position: relative;
  }
  
  .conference-page .conference-program__speaker-name {
    position: relative;
    width: 279px;
    margin-top: -1px;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .conference-program__speaker-role {
    position: relative;
    align-self: stretch;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
  }
  
  .conference-page .conference-program__notes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #ffffff26;
    border-radius: 10px;
    backdrop-filter: blur(2px) brightness(100.0%) saturate(100.0%);
    -webkit-backdrop-filter: blur(2px) brightness(100.0%) saturate(100.0%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset 0 -1px 1px rgba(0, 0, 0, 0.13),
      inset -1px 0 1px rgba(0, 0, 0, 0.11);
  }
  
  .conference-page .conference-program__note-title {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
  }
  
  .conference-page .conference-program__note-text {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
  }
  
  .conference-page .conference-program__time--alternative {
    position: relative;
    display: flex;
    align-items: center;
    width: 170px;
    margin-top: -1px;
    font-family: "Graphik LCG-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0;
    line-height: normal;
  }
  
  .conference-page .conference-program__topic--alternative {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Graphik LCG-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 26px;
  }
  
  .conference-page .conference-program__speaker-copy--alternative {
    width: 793px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    position: relative;
  }
  
  .conference-page .conference-program__speaker-name--alternative {
    position: relative;
    width: 279px;
    margin-top: -1px;
    font-family: "Graphik LCG-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .conference-program__speaker-role--alternative {
    position: relative;
    align-self: stretch;
    font-family: "Graphik LCG-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
  }
  
  .conference-page .conference-program__break-title {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-top: -1px;
    opacity: 0.7;
    font-family: "Graphik LCG-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
  }
  
  .conference-page .conference-program__session-title {
    position: relative;
    width: 801px;
    margin-top: -1px;
    font-family: "Graphik LCG-Regular", Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 34px;
  }
  
  .conference-page .conference-pricing {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 50px 150px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #060403;
  }
  
  .conference-page .conference-pricing__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  
  .conference-page .tariff-card--vip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    padding: 40px 20px;
    background-color: #e048f9;
    border-radius: 20px;
    box-shadow: 0 0 40px #0000001a;
  }
  
  .conference-page .tariff-card__title {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Lab Grotesque-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    letter-spacing: 0;
    line-height: 38px;
  }
  
  .conference-page .tariff-card__benefits {
    display: flex;
    flex-direction: column;
    width: 327px;
    align-items: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
    margin-left: -0.17px;
    margin-right: -0.17px;
  }
  
  .conference-page .tariff-card__benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .conference-page .tariff-card__benefit-icon {
    position: relative;
    width: 24px;
    height: 24px;
  }
  
  .conference-page .vector-wrapper {
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 7px 6px;
    position: relative;
    top: 2px;
    left: 2px;
    border-radius: 9.77px;
    border: 1px solid;
    border-color: #ffffff;
  }
  
  .conference-page .vector-2 {
    position: relative;
    width: 8.48px;
    height: 5.95px;
    margin-top: -0.21px;
    margin-bottom: -0.21px;
    margin-left: -0.48px;
    margin-right: -0.47px;
  }
  
  .conference-page .tariff-card__benefit-text {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .tariff-card__benefit--compact {
    align-self: stretch;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .tariff-card__benefit-text--compact {
    position: relative;
    flex: 1;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .tariff-card__footer {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .tariff-card__price {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .tariff-card__price-old {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: line-through;
    white-space: nowrap;
  }
  
  .conference-page .tariff-card__price-current {
    font-family: "Lab Grotesque-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 57.1px;
    line-height: 62.9px;
    position: relative;
    width: fit-content;
    letter-spacing: 0;
    white-space: nowrap;
  }
  
  .conference-page .tariff-card__button--vip {
    width: 315px;
    gap: 10px;
    padding: 20px 34px;
    background-color: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .tariff-card__button-label {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: #e048f9;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
  }
  
  .conference-page .tariff-card--standard {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 20px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 40px #0000001a;
  }
  
  .conference-page .tariff-card__content {
    display: flex;
    flex-direction: column;
    height: 321px;
    align-items: center;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .conference-page .tariff-card__title--standard {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Lab Grotesque-Bold", Helvetica;
    font-weight: 700;
    color: var(--main-black);
    font-size: 34px;
    text-align: center;
    letter-spacing: 0;
    line-height: 38px;
  }
  
  .conference-page .tariff-card__benefits--standard {
    display: flex;
    flex-direction: column;
    width: 326px;
    align-items: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .tariff-card__benefit-icon--standard {
    border-color: #e048f9;
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 7px 6px;
    position: relative;
    top: 2px;
    left: 2px;
    border-radius: 9.77px;
    border: 1px solid;
  }
  
  .conference-page .tariff-card__benefit-text--standard {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: #303030;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .tariff-card__benefit-text--standard-compact {
    position: relative;
    flex: 1;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: #303030;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .tariff-card__price-old--standard {
    margin-top: -1px;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: #b3b3b3;
    font-size: 20px;
    line-height: 24px;
    text-decoration: line-through;
    position: relative;
    width: fit-content;
    letter-spacing: 0;
    white-space: nowrap;
  }
  
  .conference-page .tariff-card__price-current--standard {
    font-family: "Lab Grotesque-Bold", Helvetica;
    font-weight: 700;
    color: var(--main-black);
    font-size: 57.1px;
    line-height: 62.9px;
    position: relative;
    width: fit-content;
    letter-spacing: 0;
    white-space: nowrap;
  }
  
  .conference-page .tariff-card__button--standard {
    width: 315px;
    gap: 10px;
    padding: 20px 34px;
    background-color: #e048f9;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-callback {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px 20px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    border-radius: 20px;
    border: 1px solid;
    border-color: #ffffff;
    box-shadow: 0px 0px 40px #0000001a;
  }
  
  .conference-page .conference-callback__description {
    position: relative;
    align-self: stretch;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .conference-callback__field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-callback__agreement {
    display: flex;
    height: 50px;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: #ffffff12;
    border-radius: 100px;
    border: 1px solid;
    border-color: #919191;
    backdrop-filter: blur(3.9px) brightness(100%);
    -webkit-backdrop-filter: blur(3.9px) brightness(100%);
  }
  
  .conference-page .conference-callback__label {
    position: relative;
    width: fit-content;
    text-shadow: 0px 3.06px 5.36px #000000d9;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #919191;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 22px;
    white-space: nowrap;
  }
  
  .conference-page .conference-callback__submit {
    gap: 10px;
    padding: 20px 34px;
    align-self: stretch;
    width: 100%;
    background-color: #e048f9;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-callback__success {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .conference-page .checkmark-wrapper {
    display: flex;
    width: 22px;
    height: 22px;
    align-items: flex-start;
    gap: 10px;
    padding: 1px;
    position: relative;
    background-color: #e048f9;
    border-radius: 4px;
  }
  
  .conference-page .checkmark {
    position: relative;
    width: 20px;
    height: 20px;
  }
  
  .conference-page .div-2 {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 10px;
    letter-spacing: -0.2px;
    line-height: 12px;
  }
  
  .conference-page .conference-callback__helper-text {
    color: #919191;
    letter-spacing: -0.02px;
  }
  
  .conference-page .conference-callback__helper-text--secondary {
    color: #919191;
    letter-spacing: -0.02px;
    text-decoration: underline;
  }
  
  .conference-page .conference-online {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 50px 150px 100px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #020202;
  }
  
  .conference-page .magnific {
    position: absolute;
    top: calc(50.00% - 308px);
    left: 717px;
    width: 723px;
    height: 616px;
    mix-blend-mode: normal;
    aspect-ratio: 1;
    object-fit: cover;
  }
  
  .conference-page .conference-online__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-radius: 30px;
    border: 1px solid;
    border-color: #ffffff;
  }
  
  .conference-page .conference-online__copy {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-online__heading {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-online__title {
    position: relative;
    width: 522px;
    margin-top: -1px;
    font-family: "Onest-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 44px;
    letter-spacing: 0;
    line-height: 48px;
  }
  
  .conference-page .conference-online__description {
    position: relative;
    width: 478px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
  }
  
  .conference-page .conference-online__offer {
    display: flex;
    flex-direction: column;
    width: 517px;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-online__offer-title {
    position: relative;
    width: 402px;
    margin-top: -1px;
    font-family: "Lab Grotesque-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
  }
  
  .conference-page .conference-online__benefits {
    display: flex;
    flex-direction: column;
    width: 572px;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -55px;
  }
  
  .conference-page .conference-online__benefit {
    width: 458px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-online__benefit-icon {
    border-color: #73edeb;
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 7px 6px;
    position: relative;
    top: 2px;
    left: 2px;
    border-radius: 9.77px;
    border: 1px solid;
  }
  
  .conference-page .conference-online__benefit-text {
    position: relative;
    width: fit-content;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
  }
  
  .conference-page .conference-online__benefit-text--long {
    position: relative;
    width: 447px;
    margin-top: -1px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .conference-online__benefit-text--recording {
    position: relative;
    width: fit-content;
    margin-right: -60px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
  }
  
  .conference-page .magnific-ai-premium-2 {
    position: absolute;
    top: -39px;
    left: 609px;
    width: 490px;
    height: 441px;
    border-radius: 0px 20px 20px 0px;
    aspect-ratio: 1.11;
  }
  
  .conference-page .conference-online__footer {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22.73px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-online__price {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 5px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-online__price-old {
    position: relative;
    width: fit-content;
    margin-top: -1.61px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 19.1px;
    letter-spacing: 0;
    line-height: 23.9px;
    white-space: nowrap;
  }
  
  .conference-page .conference-online__price-current {
    font-family: "Onest-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 57.7px;
    line-height: 62.9px;
    position: relative;
    width: fit-content;
    letter-spacing: 0;
    white-space: nowrap;
  }
  
  .conference-page .conference-online__button {
    width: 332px;
    gap: 11.37px;
    padding: 22.73px 38.65px;
    background-color: #e048f9;
    border-radius: 113.67px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-online__button-label {
    position: relative;
    width: fit-content;
    margin-top: -1.14px;
    font-family: "Lab Grotesque-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 18.2px;
    letter-spacing: 0;
    line-height: 22.7px;
    white-space: nowrap;
  }
  
  .conference-page .conference-faq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding: 100px 150px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #020202;
  }
  
  .conference-page .conference-faq__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #ffffff17;
    border-radius: 20px;
    backdrop-filter: blur(13px) brightness(100.0%) saturate(89.0%)
      hue-rotate(-5.4deg);
    -webkit-backdrop-filter: blur(13px) brightness(100.0%) saturate(89.0%)
      hue-rotate(-5.4deg);
  }
  
  .conference-page .conference-faq__item {
    display: flex;
    flex-direction: column;
    width: 935px;
    align-items: flex-start;
    gap: 20px;
    position: relative;
  }
  
  .conference-page .conference-faq__question {
    display: flex;
    align-items: flex-start;
    gap: 163px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-faq__answer {
    display: flex;
    width: 935px;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-faq__question-text {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: -1px;
    font-family: "Lab Grotesque-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
  }
  
  .conference-page .conference-faq__answer-text {
    position: relative;
    width: 935px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  
  .conference-page .group {
    position: relative;
    width: 22.75px;
    height: 1.46px;
    background-image: url(./img/line-56-4.svg);
    background-size: 100% 100%;
  }
  
  .conference-page .group-2 {
    position: relative;
    width: 22.75px;
    height: 22.75px;
  }
  
  .conference-page .group-3 {
    position: absolute;
    top: 11px;
    left: 1px;
    width: 23px;
    height: 1px;
    background-image: url(./img/line-56-14.svg);
    background-size: 100% 100%;
  }
  
  .conference-page .line-wrapper {
    position: absolute;
    top: 11px;
    left: -1px;
    width: 23px;
    height: 1px;
    display: flex;
    transform: rotate(90deg);
  }
  
  .conference-page .line-2 {
    margin-top: -12.1px;
    width: 1.45px;
    height: 22.75px;
    margin-left: 10.6px;
    transform: rotate(-90deg);
  }
  
  .conference-page .group-4 {
    position: absolute;
    top: 11px;
    left: 0;
    width: 23px;
    height: 1px;
    background-image: url(./img/line-56-13.svg);
    background-size: 100% 100%;
  }
  
  .conference-page .group-5 {
    position: absolute;
    top: 11px;
    left: 1px;
    width: 23px;
    height: 1px;
    background-image: url(./img/line-56-10.svg);
    background-size: 100% 100%;
  }
  
  .conference-page .group-6 {
    position: absolute;
    top: 11px;
    left: 0;
    width: 23px;
    height: 1px;
    background-image: url(./img/line-56-11.svg);
    background-size: 100% 100%;
  }
  
  .conference-page .group-7 {
    position: absolute;
    top: 11px;
    left: 1px;
    width: 23px;
    height: 1px;
    background-image: url(./img/line-56-7.svg);
    background-size: 100% 100%;
  }
  
  .conference-page .group-8 {
    position: absolute;
    top: 11px;
    left: 0;
    width: 23px;
    height: 1px;
    background-image: url(./img/line-56-5.svg);
    background-size: 100% 100%;
  }
  
  .conference-page .conference-events {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding: 50px 150px 100px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #020202;
    overflow: hidden;
  }
  
  .conference-page .events-slider__cards {
    display: inline-flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -262px;
  }
  
  .conference-page .events-slider__card {
    display: flex;
    flex-direction: column;
    width: 691px;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    position: relative;
    background-color: #ffffff21;
    border-radius: 20px;
    backdrop-filter: blur(23px) brightness(107.2%) saturate(99.2%);
    -webkit-backdrop-filter: blur(23px) brightness(107.2%) saturate(99.2%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset 0 -1px 15px rgba(0, 0, 0, 0.2),
      inset -1px 0 15px rgba(0, 0, 0, 0.16);
  }
  
  .conference-page .conference-footer {
    display: flex;
    height: 191.81px;
    align-items: flex-start;
    gap: 171px;
    padding: 50px 130px;
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: #020202;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #ffffff;
  }
  
  .conference-page .conference-footer__inner {
    display: inline-flex;
    align-items: flex-end;
    gap: 184px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -30px;
  }
  
  .conference-page .conference-footer__legal {
    display: flex;
    flex-direction: column;
    width: 780px;
    align-items: flex-start;
    gap: 42px;
    position: relative;
  }
  
  .conference-page .conference-footer__legal-link {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0;
    line-height: normal;
    text-decoration: underline;
  }
  
  .conference-page .conference-footer__copyright {
    display: flex;
    align-items: flex-start;
    gap: 113px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-footer__copyright-text {
    width: 415px;
    margin-top: -1px;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 13px;
    line-height: normal;
    position: relative;
    letter-spacing: 0;
  }
  
  .conference-page .conference-footer__brand {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 30px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .conference-page .conference-footer__contact {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    position: relative;
    flex: 0 0 auto;
  }
  
.conference-page .conference-footer__phone {
    width: fit-content;
    margin-top: -1px;
    font-family: "Lab Grotesque-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    line-height: normal;
    white-space: nowrap;
    position: relative;
    letter-spacing: 0;
  }

  .conference-page a.conference-footer__phone {
    text-decoration: none;
  }
  
  .conference-page .conference-footer__schedule {
    width: fit-content;
    font-family: "Lab Grotesque-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 13px;
    line-height: normal;
    position: relative;
    letter-spacing: 0;
  }
  
  .conference-page .image {
    position: relative;
    width: 216px;
    height: 16.81px;
  }
  


  :root {
    --red-1: rgba(241, 54, 29, 1);
    --gray: rgba(184, 184, 184, 1);
    --gray-1: rgba(237, 237, 237, 1);
    --white: rgba(255, 255, 255, 1);
    --black: rgba(20, 20, 20, 1);
    --gray-3: rgba(240, 240, 240, 1);
    --main-black: rgba(44, 48, 59, 1);
    --h1-font-family: "Lab Grotesque", Helvetica;
    --h1-font-weight: 500;
    --h1-font-size: 60px;
    --h1-letter-spacing: -1.2px;
    --h1-line-height: 64px;
    --h1-font-style: normal;
    --text-font-family: "Lab Grotesque", Helvetica;
    --text-font-weight: 400;
    --text-font-size: 18px;
    --text-letter-spacing: -0.36px;
    --text-line-height: 22px;
    --text-font-style: normal;
    --h3-font-family: "Lab Grotesque", Helvetica;
    --h3-font-weight: 500;
    --h3-font-size: 34px;
    --h3-letter-spacing: -0.68px;
    --h3-line-height: 38px;
    --h3-font-style: normal;
    --button-font-family: "Lab Grotesque", Helvetica;
    --button-font-weight: 500;
    --button-font-size: 18px;
    --button-letter-spacing: 0px;
    --button-line-height: 24px;
    --button-font-style: normal;
    --divider-font-family: "Lab Grotesque", Helvetica;
    --divider-font-weight: 500;
    --divider-font-size: 18px;
    --divider-letter-spacing: 0.54px;
    --divider-line-height: 22px;
    --divider-font-style: normal;
    --h2-font-family: "Lab Grotesque", Helvetica;
    --h2-font-weight: 500;
    --h2-font-size: 44px;
    --h2-letter-spacing: -0.88px;
    --h2-line-height: 48px;
    --h2-font-style: normal;
    --input-font-family: "Lab Grotesque", Helvetica;
    --input-font-weight: 500;
    --input-font-size: 18px;
    --input-letter-spacing: 0px;
    --input-line-height: 22px;
    --input-font-style: normal;
    --h4-font-family: "Lab Grotesque", Helvetica;
    --h4-font-weight: 700;
    --h4-font-size: 16px;
    --h4-letter-spacing: 0px;
    --h4-line-height: 20px;
    --h4-font-style: normal;
    --text-2-font-family: "Lab Grotesque", Helvetica;
    --text-2-font-weight: 400;
    --text-2-font-size: 18px;
    --text-2-letter-spacing: -0.36px;
    --text-2-line-height: 22px;
    --text-2-font-style: normal;
    --desktop-h3-font-family: "Graphik LCG", Helvetica;
    --desktop-h3-font-weight: 500;
    --desktop-h3-font-size: 24px;
    --desktop-h3-letter-spacing: 0px;
    --desktop-h3-line-height: 125.99999904632568%;
    --desktop-h3-font-style: normal;
    --desktop-h1-font-family: "Graphik LCG", Helvetica;
    --desktop-h1-font-weight: 500;
    --desktop-h1-font-size: 48px;
    --desktop-h1-letter-spacing: 0px;
    --desktop-h1-line-height: 112.00000047683716%;
    --desktop-h1-font-style: normal;
    --desktop-text-m-font-family: "Graphik LCG", Helvetica;
    --desktop-text-m-font-weight: 500;
    --desktop-text-m-font-size: 18px;
    --desktop-text-m-letter-spacing: 0px;
    --desktop-text-m-line-height: 125.99999904632568%;
    --desktop-text-m-font-style: normal;
    --desktop-text-s-font-family: "Graphik LCG", Helvetica;
    --desktop-text-s-font-weight: 500;
    --desktop-text-s-font-size: 16px;
    --desktop-text-s-letter-spacing: 0px;
    --desktop-text-s-line-height: 125.99999904632568%;
    --desktop-text-s-font-style: normal;
    --desktop-text-XL-font-family: "Graphik LCG", Helvetica;
    --desktop-text-XL-font-weight: 500;
    --desktop-text-XL-font-size: 28px;
    --desktop-text-XL-letter-spacing: 0px;
    --desktop-text-XL-line-height: 112.00000047683716%;
    --desktop-text-XL-font-style: normal;
    --desktop-text-l-font-family: "Graphik LCG", Helvetica;
    --desktop-text-l-font-weight: 500;
    --desktop-text-l-font-size: 24px;
    --desktop-text-l-letter-spacing: 0px;
    --desktop-text-l-line-height: 125.99999904632568%;
    --desktop-text-l-font-style: normal;
    --mobile-h1-font-family: "Graphik LCG", Helvetica;
    --mobile-h1-font-weight: 500;
    --mobile-h1-font-size: 20px;
    --mobile-h1-letter-spacing: 0px;
    --mobile-h1-line-height: 101.99999809265137%;
    --mobile-h1-font-style: normal;
    --mobile-text-m-font-family: "Graphik LCG", Helvetica;
    --mobile-text-m-font-weight: 500;
    --mobile-text-m-font-size: 12px;
    --mobile-text-m-letter-spacing: 0px;
    --mobile-text-m-line-height: 125.99999904632568%;
    --mobile-text-m-font-style: normal;
    --mobile-h3-font-family: "Graphik LCG", Helvetica;
    --mobile-h3-font-weight: 500;
    --mobile-h3-font-size: 16px;
    --mobile-h3-letter-spacing: 0px;
    --mobile-h3-line-height: 112.00000047683716%;
    --mobile-h3-font-style: normal;
    --mobile-h0-font-family: "Graphik LCG", Helvetica;
    --mobile-h0-font-weight: 500;
    --mobile-h0-font-size: 28px;
    --mobile-h0-letter-spacing: 0px;
    --mobile-h0-line-height: 101.99999809265137%;
    --mobile-h0-font-style: normal;
    --mobile-text-button-font-family: "Graphik LCG", Helvetica;
    --mobile-text-button-font-weight: 500;
    --mobile-text-button-font-size: 14px;
    --mobile-text-button-letter-spacing: 0px;
    --mobile-text-button-line-height: 125.99999904632568%;
    --mobile-text-button-font-style: normal;
    --mobile-text-s-font-family: "Graphik LCG", Helvetica;
    --mobile-text-s-font-weight: 500;
    --mobile-text-s-font-size: 12px;
    --mobile-text-s-letter-spacing: 0px;
    --mobile-text-s-line-height: 125.99999904632568%;
    --mobile-text-s-font-style: normal;
    --mobile-text-XL-font-family: "Graphik LCG", Helvetica;
    --mobile-text-XL-font-weight: 500;
    --mobile-text-XL-font-size: 18px;
    --mobile-text-XL-letter-spacing: 0px;
    --mobile-text-XL-line-height: 125.99999904632568%;
    --mobile-text-XL-font-style: normal;
    --mobile-text-l-font-family: "Graphik LCG", Helvetica;
    --mobile-text-l-font-weight: 500;
    --mobile-text-l-font-size: 16px;
    --mobile-text-l-letter-spacing: 0px;
    --mobile-text-l-line-height: 125.99999904632568%;
    --mobile-text-l-font-style: normal;
    --AI-desktop-h1-font-family: "Lab Grotesque", Helvetica;
    --AI-desktop-h1-font-weight: 500;
    --AI-desktop-h1-font-size: 34px;
    --AI-desktop-h1-letter-spacing: 0px;
    --AI-desktop-h1-line-height: 38px;
    --AI-desktop-h1-font-style: normal;
    --AI-desktop-h2-font-family: "Lab Grotesque", Helvetica;
    --AI-desktop-h2-font-weight: 500;
    --AI-desktop-h2-font-size: 28px;
    --AI-desktop-h2-letter-spacing: 0px;
    --AI-desktop-h2-line-height: 32px;
    --AI-desktop-h2-font-style: normal;
    --AI-desktop-h3-font-family: "Lab Grotesque", Helvetica;
    --AI-desktop-h3-font-weight: 500;
    --AI-desktop-h3-font-size: 20px;
    --AI-desktop-h3-letter-spacing: 0px;
    --AI-desktop-h3-line-height: 24px;
    --AI-desktop-h3-font-style: normal;
    --AI-desktop-h4-font-family: "Lab Grotesque", Helvetica;
    --AI-desktop-h4-font-weight: 500;
    --AI-desktop-h4-font-size: 16px;
    --AI-desktop-h4-letter-spacing: 0px;
    --AI-desktop-h4-line-height: 20px;
    --AI-desktop-h4-font-style: normal;
    --AI-desktop-text-font-family: "Lab Grotesque", Helvetica;
    --AI-desktop-text-font-weight: 400;
    --AI-desktop-text-font-size: 16px;
    --AI-desktop-text-letter-spacing: 0px;
    --AI-desktop-text-line-height: 20px;
    --AI-desktop-text-font-style: normal;
    --AI-desktop-text-bold-font-family: "Lab Grotesque", Helvetica;
    --AI-desktop-text-bold-font-weight: 500;
    --AI-desktop-text-bold-font-size: 16px;
    --AI-desktop-text-bold-letter-spacing: 0px;
    --AI-desktop-text-bold-line-height: 20px;
    --AI-desktop-text-bold-font-style: normal;
    --AI-desktop-text-button-font-family: "Lab Grotesque", Helvetica;
    --AI-desktop-text-button-font-weight: 500;
    --AI-desktop-text-button-font-size: 14px;
    --AI-desktop-text-button-letter-spacing: 0px;
    --AI-desktop-text-button-line-height: 18px;
    --AI-desktop-text-button-font-style: normal;
    --AI-desktop-h0-font-family: "Lab Grotesque", Helvetica;
    --AI-desktop-h0-font-weight: 500;
    --AI-desktop-h0-font-size: 44px;
    --AI-desktop-h0-letter-spacing: 0px;
    --AI-desktop-h0-line-height: 48px;
    --AI-desktop-h0-font-style: normal;
    --AI-desktop-text-2-font-family: "Lab Grotesque", Helvetica;
    --AI-desktop-text-2-font-weight: 500;
    --AI-desktop-text-2-font-size: 14px;
    --AI-desktop-text-2-letter-spacing: 0px;
    --AI-desktop-text-2-line-height: 18px;
    --AI-desktop-text-2-font-style: normal;
    --AI-desktop-text-4-font-family: "Lab Grotesque", Helvetica;
    --AI-desktop-text-4-font-weight: 400;
    --AI-desktop-text-4-font-size: 14px;
    --AI-desktop-text-4-letter-spacing: 0px;
    --AI-desktop-text-4-line-height: 18px;
    --AI-desktop-text-4-font-style: normal;
    --apple-com-SF-pro-regular-font-family: "SF Pro", Helvetica;
    --apple-com-SF-pro-regular-font-weight: 400;
    --apple-com-SF-pro-regular-font-size: 12px;
    --apple-com-SF-pro-regular-letter-spacing: -0.11999999731779099px;
    --apple-com-SF-pro-regular-line-height: 16px;
    --apple-com-SF-pro-regular-font-style: normal;
    --apple-com-SF-pro-regular-underline-font-family: "SF Pro", Helvetica;
    --apple-com-SF-pro-regular-underline-font-weight: 400;
    --apple-com-SF-pro-regular-underline-font-size: 14px;
    --apple-com-SF-pro-regular-underline-letter-spacing: -0.2240000069141388px;
    --apple-com-SF-pro-regular-underline-line-height: 20px;
    --apple-com-SF-pro-regular-underline-font-style: normal;
    --360: 0px 0px 22px 0px rgba(112, 110, 110, 0.12);
    --: 0px 0px 33.099998474121094px 0px rgba(0, 0, 0, 0.1);
  }

/* Full-bleed section surfaces with one shared 1140px content column. */
.conference-page .conference-stats,
.conference-page .conference-section:not(.conference-about),
.conference-page .conference-reasons,
.conference-page .conference-program,
.conference-page .conference-pricing,
.conference-page .conference-faq,
.conference-page .conference-events,
.conference-page .conference-footer {
  padding-left: max(20px, calc((100% - 1140px) / 2));
  padding-right: max(20px, calc((100% - 1140px) / 2));
  box-sizing: border-box;
}

.conference-page .conference-stats,
.conference-page .conference-section:not(.conference-about),
.conference-page .conference-reasons,
.conference-page .conference-program,
.conference-page .conference-pricing,
.conference-page .conference-faq,
.conference-page .conference-events {
  box-sizing: border-box;
}

/* Первый экран использует ту же центральную сетку, что и остальные секции. */
.conference-page .conference-hero {
  box-sizing: border-box;
  padding-left: max(20px, calc((100% - 1140px) / 2));
  padding-right: max(20px, calc((100% - 1140px) / 2));
}

.conference-page .conference-hero__shell {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/* Единая рамка карточек с цифрами на первом экране. */
.conference-page .conference-stat-card--experience,
.conference-page .conference-stat-card--audience,
.conference-page .conference-stat-card--speakers,
.conference-page .conference-stat-card--topics,
.conference-page .conference-stat-card--formats {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 1px rgba(0, 0, 0, 0.16);
}

/* Изображение заполняет правую часть первого экрана на любой ширине. */
.conference-page .conference-hero__visual {
  top: 0;
  right: 0;
  left: auto;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.conference-page .conference-program__speaker-avatar {
  border-radius: 50%;
  object-fit: cover;
}

/* Карточки раздела «О конференции» образуют ровную сетку 2 × 2. */
.conference-page .conference-about .conference-topics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.conference-page .conference-about .conference-topic-card {
  box-sizing: border-box;
  width: auto;
  height: 100%;
}

@media (max-width: 767px) {
  /* Размытия на десятках карточек заметно тормозят вертикальный свайп на мобильных. */
  .conference-page,
  .conference-page * {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .conference-page .conference-about .conference-topics {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
  }
}

/* Все карточки с причинами занимают равные ячейки сетки. */
.conference-page .conference-reasons .conference-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  height: auto;
  align-items: stretch;
}

.conference-page .conference-reasons .conference-reason-card--speakers,
.conference-page .conference-reasons .conference-reason-card--cost,
.conference-page .conference-reasons .conference-reason-card--solutions,
.conference-page .conference-reasons .conference-reason-card--ai,
.conference-page .conference-reasons .conference-reason-card--networking,
.conference-page .conference-reasons .conference-reasons__cta {
  box-sizing: border-box;
  width: auto;
  height: 100%;
}

@media (max-width: 1024px) {
  .conference-page .conference-reasons .conference-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }
}

@media (max-width: 767px) {
  .conference-page .conference-reasons .conference-reasons__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Слайдер спикеров: пять карточек на широком экране, последующие — по стрелкам. */
.conference-page .speakers-slider {
  position: relative;
  width: 100%;
}

.conference-page .speakers-slider__viewport {
  width: 100%;

}

.conference-page .speakers-slider__viewport::-webkit-scrollbar {
  display: none;
}

.conference-page .speakers-slider .speakers-slider__track {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 20px;
}

.conference-page .speakers-slider .speakers-slider__card {
  flex: 0 0 calc((100% - 80px) / 5);
  min-width: 0;
  align-self: auto;
  flex-grow: 0;
  scroll-snap-align: start;
}

.conference-page .speakers-slider .speakers-slider__photo {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  background: transparent;
}

.conference-page .speakers-slider .element-2 {
  display: none;
}

.conference-page .speakers-slider .speakers-slider__image {
  width: 100%;
  height: 100%;
}

/* Рабочая форма обратного звонка: поля и идентификаторы повторяют старую версию. */
.conference-page .conference-callback-form {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  gap: 14px;
}

.conference-page .conference-callback-form input[type="text"],
.conference-page .conference-callback-form input[type="email"],
.conference-page .conference-callback-form input[type="tel"] {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #919191;
  border-radius: 100px;
  outline: none;
  background: #ffffff12;
  color: #ffffff;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.conference-page .conference-callback-form input::placeholder {
  color: #919191;
  opacity: 1;
}

.conference-page .conference-callback-form input:focus-visible {
  border-color: #73edeb;
}

.conference-page .conference-callback-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #919191;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  cursor: pointer;
}

.conference-page .conference-callback-form__consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #e048f9;
}

.conference-page .conference-callback-form__consent a {
  color: #919191;
  text-decoration: underline;
}

.conference-page .conference-callback-form__error {
  margin: -4px 0 0;
  color: #ff8a8a;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
}

.conference-page .conference-callback-form__submit {
  border: 0;
  cursor: pointer;
}

.conference-page .conference-callback-success {
  color: #ffffff;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

/* FAQ с нативным раскрытием: при загрузке видны только вопросы. */
.conference-page .faq-accordion {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  gap: 20px;
}

.conference-page .faq-item {
  box-sizing: border-box;
  width: 100%;
  border-radius: 20px;
  background: #ffffff17;
  backdrop-filter: blur(13px) brightness(100%) saturate(89%) hue-rotate(-5.4deg);
  -webkit-backdrop-filter: blur(13px) brightness(100%) saturate(89%) hue-rotate(-5.4deg);
}

.conference-page .faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  color: #ffffff;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  list-style: none;
  cursor: pointer;
}

.conference-page .faq-item summary::-webkit-details-marker {
  display: none;
}

.conference-page .faq-item summary::after {
  display: grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #ffffff;
  content: "+";
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.conference-page .faq-item[open] summary::after {
  content: "−";
}

.conference-page .faq-item__answer {
  padding: 0 64px 24px 20px;
  color: #ffffff;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.conference-page .faq-item__answer--map iframe {
  display: block;
  width: 100%;
  height: 350px;
  border: 0;
  border-radius: 12px;
}

.conference-page .faq-item summary:focus-visible {
  outline: 2px solid #73edeb;
  outline-offset: -2px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .conference-page .faq-item summary {
    padding: 18px;
    font-size: 18px;
    line-height: 22px;
  }

  .conference-page .faq-item__answer {
    padding: 0 18px 20px;
  }

  .conference-page .faq-item__answer--map iframe {
    height: 280px;
  }
}

/* Горизонтальный слайдер прошедших мероприятий. */
.conference-page .events-slider {
  position: relative;
  width: 100%;
}

.conference-page .conference-events {
  overflow: visible;
}

.conference-page .events-slider__viewport {
  width: 100%;

}

.conference-page .events-slider__viewport::-webkit-scrollbar {
  display: none;
}

.conference-page .events-slider .events-slider__track {
  display: flex;
  width: 100%;
  margin: 0;
  gap: 20px;
}

.conference-page .events-slider .events-slider__slide {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 20px) / 2);
  width: auto;
  min-width: 0;
  scroll-snap-align: start;
}

.conference-page .events-slider .rectangle {
  height: 300px;
}

.conference-page .events-slider__button {
  position: absolute;
  z-index: 2;
  top: calc(50% - 32px);
  display: flex;
  width: 65px;
  height: 65px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #ffffff1a;
  backdrop-filter: blur(19.5px) brightness(100%) saturate(100%) hue-rotate(6.8deg);
  -webkit-backdrop-filter: blur(19.5px) brightness(100%) saturate(100%) hue-rotate(6.8deg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 13px rgba(0, 0, 0, 0.13),
    inset -1px 0 13px rgba(0, 0, 0, 0.11);
  cursor: pointer;
}

.conference-page .events-slider__button img {
  width: 19px;
  height: 15px;
}

.conference-page .events-slider__button--prev {
  left: -33px;
}

.conference-page .events-slider__button--next {
  right: -33px;
}

.conference-page .events-slider__button--next img {
  transform: rotate(180deg);
}

.conference-page .events-slider__button:focus-visible {
  outline: 2px solid #73edeb;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .conference-page .events-slider .events-slider__slide {
    flex-basis: 100%;
  }

  .conference-page .events-slider .rectangle {
    height: 230px;
  }

  .conference-page .events-slider__button--prev {
    left: -16px;
  }

  .conference-page .events-slider__button--next {
    right: -16px;
  }
}

/* Партнёры конференции. */
.partners-section {
  width: 100%;
  padding: 100px 20px;
  box-sizing: border-box;
  background: #020202;
}

.partners-section__inner {
  width: min(1140px, 100%);
  margin: 0 auto;
}

.partners-section h2 {
  margin: 0 0 40px;
  color: #ffffff;
  font-family: "Onest-Bold", Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

.partners-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.partners-section__card {
  display: flex;
  min-height: 176px;
  align-items: center;
  justify-content: center;
  padding: 28px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #ffffff17;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 15px rgba(0, 0, 0, 0.2),
    inset -1px 0 15px rgba(0, 0, 0, 0.16);
}

.partners-section__card img {
  display: block;
  width: 100%;
  max-width: 260px;
  max-height: 108px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.partners-section__button {
  display: flex;
  width: min(360px, 100%);
  min-height: 64px;
  margin: 40px auto 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100px;
  background: #e048f9;
  color: #ffffff;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
}

.speakers-invitation {
  width: 100%;
  padding: 0 20px 100px;
  box-sizing: border-box;
  background: #020202;
}

.speakers-invitation__inner {
  width: min(1140px, 100%);
  margin: 0 auto;
  padding-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.speakers-invitation h2,
.speakers-invitation h3,
.speakers-invitation p,
.speakers-invitation__contact {
  font-family: "Lab Grotesque", Helvetica, sans-serif;
}

.speakers-invitation h2 {
  margin: 0 0 40px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

.speakers-invitation__content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  gap: 20px;
}

.speakers-invitation__copy,
.speakers-invitation__contacts {
  padding: 36px 40px;
  border-radius: 20px;
  background: #ffffff17;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 15px rgba(0, 0, 0, 0.2),
    inset -1px 0 15px rgba(0, 0, 0, 0.16);
}

.speakers-invitation h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.speakers-invitation p {
  margin: 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 18px;
  line-height: 25px;
}

.speakers-invitation__contacts {
  display: grid;
  gap: 28px;
  align-content: center;
}

.speakers-invitation__contact {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  font-style: normal;
}

.speakers-invitation__contact img {
  display: block;
  width: 76px;
  height: 96px;
  border-radius: 16px;
  object-fit: cover;
}

.speakers-invitation__contact span {
  display: grid;
  gap: 8px;
}

.speakers-invitation__contact strong {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.speakers-invitation__contact a {
  width: fit-content;
  color: #70f1eb;
  font-size: 18px;
  line-height: 22px;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.speakers-invitation__contact a:hover {
  color: #ffffff;
}

.contacts-section {
  width: 100%;
  padding: 100px 20px;
  box-sizing: border-box;
  background: #020202;
}

.contacts-section__inner {
  width: min(1140px, 100%);
  margin: 0 auto;
  padding-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.contacts-section h2,
.contacts-section h3,
.contacts-section p,
.contacts-section a {
  font-family: "Lab Grotesque", Helvetica, sans-serif;
}

.contacts-section h2 {
  margin: 0 0 40px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

.contacts-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.contacts-section__card {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 20px;
  align-content: start;
  padding: 28px;
  border-radius: 20px;
  background: #ffffff17;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 15px rgba(0, 0, 0, 0.2),
    inset -1px 0 15px rgba(0, 0, 0, 0.16);
}

.contacts-section__card > img {
  grid-row: span 2;
  display: block;
  width: 94px;
  height: 128px;
  border-radius: 18px;
  object-fit: cover;
}

.contacts-section__person h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.contacts-section__person p {
  margin: 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 16px;
  line-height: 21px;
}

.contacts-section__links {
  display: grid;
  gap: 7px;
}

.contacts-section__links a {
  width: fit-content;
  color: #70f1eb;
  font-size: 15px;
  line-height: 20px;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contacts-section__links a:hover {
  color: #ffffff;
}

body.partner-modal-open {
  overflow: hidden;
}

.partner-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.partner-modal[hidden] {
  display: none;
}

.partner-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
}

.partner-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  padding: 48px 56px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #ffffff;
  color: #1b1b1b;
}

.partner-modal__dialog h2 {
  margin: 0 54px 30px 0;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.partner-modal__dialog p {
  margin: 0 0 10px;
  color: rgba(27, 27, 27, 0.73);
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.partner-modal__dialog a {
  display: inline-block;
  margin: 0 0 28px;
  color: #e048f9;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.partner-callback-form {
  display: grid;
  gap: 14px;
}

.partner-callback-form input[type="text"],
.partner-callback-form input[type="email"],
.partner-callback-form input[type="tel"] {
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  padding: 10px 18px;
  border: 1px solid rgba(27, 27, 27, 0.35);
  border-radius: 10px;
  outline: none;
  background: #ffffff;
  color: #1b1b1b;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.partner-callback-form input:focus-visible {
  border-color: #e048f9;
  box-shadow: 0 0 0 2px rgba(224, 72, 249, 0.2);
}

.partner-callback-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(27, 27, 27, 0.73);
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  cursor: pointer;
}

.partner-callback-form__consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #e048f9;
}

.partner-callback-form__consent a {
  margin: 0;
  color: #1b1b1b;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.partner-callback-form__error {
  margin: -4px 0 0;
  color: #c62828;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
}

.partner-callback-form__submit {
  min-height: 56px;
  border: 0;
  border-radius: 100px;
  background: #e048f9;
  color: #ffffff;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  cursor: pointer;
  transition: background-color 120ms ease, transform 80ms ease;
}

.partner-callback-form__submit:hover {
  background: #cc36e4;
}

.partner-callback-form__submit:active {
  transform: scale(0.98);
}

.partner-callback-form__submit:focus-visible {
  outline: 2px solid #73edeb;
  outline-offset: 3px;
}

.partner-callback-success {
  color: #1b1b1b;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.partner-modal__close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.partner-modal__close::before,
.partner-modal__close::after {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 38px;
  height: 2px;
  background: #1b1b1b;
  content: "";
}

.partner-modal__close::before { transform: rotate(45deg); }
.partner-modal__close::after { transform: rotate(-45deg); }

.partner-modal__close:focus-visible,
.partners-section__button:focus-visible {
  outline: 2px solid #73edeb;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .partners-section {
    padding: 70px 20px;
  }

  .partners-section h2 {
    margin-bottom: 28px;
    font-size: 42px;
    line-height: 46px;
  }

  .partners-section__grid {
    grid-template-columns: 1fr;
  }

  .speakers-invitation {
    padding: 0 20px 70px;
  }

  .speakers-invitation__inner {
    padding-top: 70px;
  }

  .speakers-invitation h2 {
    margin-bottom: 28px;
    font-size: 42px;
    line-height: 46px;
  }

  .speakers-invitation__content {
    grid-template-columns: 1fr;
  }

  .speakers-invitation__copy,
  .speakers-invitation__contacts {
    padding: 28px 24px;
  }

  .speakers-invitation h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .speakers-invitation p {
    font-size: 17px;
    line-height: 24px;
  }

  .contacts-section {
    padding: 70px 20px;
  }

  .contacts-section__inner {
    padding-top: 70px;
  }

  .contacts-section h2 {
    margin-bottom: 28px;
    font-size: 42px;
    line-height: 46px;
  }

  .contacts-section__grid {
    grid-template-columns: 1fr;
  }

  .partner-modal {
    padding: 14px;
  }

  .partner-modal__dialog {
    padding: 38px 26px 30px;
    border-radius: 30px;
  }

  .partner-modal__dialog h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

.conference-page .speakers-slider__button {
  position: absolute;
  z-index: 2;
  top: 90px;
  display: flex;
  width: 65px;
  height: 65px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #ffffff1a;
  backdrop-filter: blur(19.5px) brightness(100%) saturate(100%) hue-rotate(6.8deg);
  -webkit-backdrop-filter: blur(19.5px) brightness(100%) saturate(100%) hue-rotate(6.8deg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 13px rgba(0, 0, 0, 0.13),
    inset -1px 0 13px rgba(0, 0, 0, 0.11);
  cursor: pointer;
}

.conference-page .speakers-slider__button img {
  display: block;
  width: 19px;
  height: 15px;
}

.conference-page .speakers-slider__button--prev {
  left: -33px;
}

.conference-page .speakers-slider__button--next {
  right: -33px;
}

.conference-page .speakers-slider__button--next img {
  transform: rotate(180deg);
}

.conference-page .speakers-slider__button:focus-visible {
  outline: 2px solid #73edeb;
  outline-offset: 3px;
}

@media (max-width: 1023px) {
  .conference-page .speakers-slider .speakers-slider__card {
    flex-basis: calc((100% - 40px) / 3);
  }
}

@media (max-width: 767px) {
  .conference-page .speakers-slider .speakers-slider__card {
    flex-basis: 100%;
  }

  .conference-page .speakers-slider__button {
    top: 70px;
  }

  .conference-page .speakers-slider__button--prev {
    left: -16px;
  }

  .conference-page .speakers-slider__button--next {
    right: -16px;
  }
}

/* Попап с полной информацией о спикере. */
body.speaker-modal-open {
  overflow: hidden;
}

.speaker-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.speaker-modal[hidden] {
  display: none;
}

.speaker-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
}

.speaker-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.38fr);
  width: min(1040px, 100%);
  max-height: min(720px, calc(100vh - 48px));
  overflow: auto;
  border-radius: 30px;
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}

.speaker-modal__photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.speaker-modal__content {
  align-self: center;
  padding: 0 24px 0 40px;
  color: #171717;
}

.speaker-modal__content h2 {
  width: 279px;
  max-width: calc(100% - 56px);
  margin: 0 56px 32px 0;
  color: #1b1b1b;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.speaker-modal__content p {
  width: 358px;
  max-width: 100%;
  margin: 0;
  color: rgba(27, 27, 27, 0.73);
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.speaker-modal__close {
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 32px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.speaker-modal__close::before,
.speaker-modal__close::after {
  position: absolute;
  top: 22px;
  left: 3px;
  width: 40px;
  height: 2px;
  background: #111111;
  content: "";
}

.speaker-modal__close::before {
  transform: rotate(45deg);
}

.speaker-modal__close::after {
  transform: rotate(-45deg);
}

.speaker-modal__close:focus-visible,
.conference-page #speakers .speakers-slider__details:focus-visible {
  outline: 2px solid #73edeb;
  outline-offset: 3px;
}

.conference-page #speakers .speakers-slider__details {
  cursor: pointer;
}

@media (max-width: 767px) {
  .speaker-modal {
    padding: 14px;
  }

  .speaker-modal__dialog {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 28px);
    border-radius: 30px;
    padding: 20px;
  }

  .speaker-modal__photo {
    height: min(48vw, 300px);
    min-height: 0;
    border-radius: 22px 22px 0 0;
  }

  .speaker-modal__content {
    padding: 28px 6px 12px;
  }

  .speaker-modal__content h2 {
    margin: 0 44px 20px 0;
  }

  .speaker-modal__close {
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 50%;
  }
}

/* В программе между содержимым выступления и разделителем нужен больший ритм. */
.conference-page .conference-program .conference-row {
  padding: 30px 0;
}

.conference-page .tariff-kicker {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.conference-page .conference-online__price-old {
  text-decoration: line-through;
}

    .conference-page .tariff-card--vip .tariff-card__footer {
      /* Вместе с базовым flex-gap карточки итоговый отступ до цены — 40 px. */
      margin-top: 20px;
      padding-top: 0;
    }

.conference-page .tariff-card--standard .tariff-card__content {
  height: auto;
  flex: 1 1 auto;
}

.conference-page .tariff-card--standard .tariff-card__price {
  margin-top: auto;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .conference-page .conference-hero__header > .conference-navigation {
    margin-left: auto;
  }
}

.conference-page .price-vat {
  display: block;
  margin-top: 4px;
  font-family: "Lab Grotesque", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.conference-page .faq-answer {
  margin-top: 16px;
}

/* Блок онлайн-участия использует широкую сетку; изображение целиком справа. */
.conference-page .conference-online {
  box-sizing: border-box;
  padding-right: max(20px, calc((100% - 1140px) / 2));
  padding-left: max(20px, calc((100% - 1140px) / 2));
}

.conference-page .conference-online .conference-online__content {
  box-sizing: border-box;
  width: 100%;
}


.conference-page .conference-online .magnific {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  align-self: flex-end;
  width: min(723px, 100%);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: right center;
}

.conference-page .conference-online .conference-online__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 500px;
  padding: 54px 90px;
  overflow: visible;
  isolation: isolate;
  border: 0;
}

.conference-page .conference-online .conference-online__content::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
  content: "";
}

.conference-page .conference-online .conference-online__copy {
  position: relative;
  z-index: 1;
  width: 52%;
}

.conference-page .conference-online .conference-online__footer {
  position: relative;
  z-index: 1;
  align-items: center;
  width: 39%;
}

.conference-page .conference-online .conference-online__benefit-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  padding: 0;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 0;
}

.conference-page .conference-online .conference-online__benefit-icon .vector-2 {
  display: block;
  width: 24px;
  height: 24px;
}

.conference-page .conference-online .magnific {
  position: absolute;
  top: -42px;
  right: -144px;
  left: auto;
  width: 64%;
  height: auto;
  object-fit: contain;
  object-position: right center;
  z-index: 0;
}
html {
  scroll-behavior: smooth;
}

.conference-page .conference-phone,
.conference-page .conference-button--primary,
.conference-page .conference-reasons__button,
.conference-page .tariff-card__button--vip,
.conference-page .tariff-card__button--standard,
.conference-page .conference-online__button {
  color: inherit;
  text-decoration: none;
}

.conference-page button.conference-button--primary,
.conference-page button.conference-button--secondary,
.conference-page button.tariff-card__button--vip,
.conference-page button.tariff-card__button--standard,
.conference-page button.conference-online__button {
  border: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

/* Responsive overrides are intentionally last: the original Figma export
   contains fixed desktop dimensions that otherwise win in the cascade. */
@media (max-width: 767px) {
  .conference-page {
    min-width: 0;
  }

  .conference-page .id2-panel,
  .conference-page .conference-hero,
  .conference-page .conference-hero__shell,
  .conference-page .conference-stats,
  .conference-page .conference-section,
  .conference-page .conference-reasons,
  .conference-page .conference-program,
  .conference-page .conference-pricing,
  .conference-page .conference-faq,
  .conference-page .conference-events,
  .conference-page .conference-footer {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .conference-page .conference-hero__shell,
  .conference-page .conference-stats,
  .conference-page .conference-section,
  .conference-page .conference-reasons,
  .conference-page .conference-program,
  .conference-page .conference-pricing,
  .conference-page .conference-faq,
  .conference-page .conference-events {
    padding-right: 20px;
    padding-left: 20px;
  }

  .conference-page .conference-hero__header {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 18px;
  }

  .conference-page .conference-hero__brand {
    flex: 1 1 180px;
  }

  .conference-page .conference-hero__contact {
    flex: 0 1 auto;
  }

  .conference-page .conference-navigation {
    order: 3;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    flex-wrap: wrap;
    overflow: visible;
    white-space: normal;
    row-gap: 10px;
  }

  .conference-page .conference-hero__content,
  .conference-page .conference-hero__meta,
  .conference-page .conference-hero__date,
  .conference-page .conference-hero__location,
  .conference-page .conference-hero__location-content,
  .conference-page .conference-hero__intro,
  .conference-page .conference-hero__title,
  .conference-page .conference-hero__title-line,
  .conference-page .conference-hero__title-line--transform,
  .conference-page .conference-hero__title-line--business,
  .conference-page .conference-hero__description,
  .conference-page .conference-hero__address,
  .conference-page .conference-hero__actions,
  .conference-page .conference-online .conference-online__content,
  .conference-page .conference-online .conference-online__copy,
  .conference-page .conference-online .conference-online__footer {
    width: 100%;
    min-width: 0;
  }

  .conference-page .conference-hero__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .conference-page .conference-hero__date {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .conference-page .conference-hero__location {
    left: auto;
    right: auto;
    align-self: stretch;
  }

  .conference-page .conference-hero__location-content {
    align-items: flex-start;
  }

  .conference-page .conference-hero__title-line,
  .conference-page .conference-hero__title-line--transform,
  .conference-page .conference-hero__title-line--business,
  .conference-page .conference-hero__description,
  .conference-page .conference-hero__address {
    white-space: normal;
  }

  .conference-page .conference-hero__title-line {
    font-size: clamp(52px, 16vw, 64px);
    line-height: 0.9;
  }

  .conference-page .conference-hero__title-line--transform {
    font-size: clamp(24px, 7.5vw, 32px);
    line-height: 0.95;
  }

  .conference-page .conference-hero__title-line--business {
    font-size: clamp(46px, 14vw, 56px);
    line-height: 0.9;
  }

  .conference-page .conference-topic-card .conference-card__title,
  .conference-page .conference-events .conference-card__title {
    width: 100%;
    min-width: 0;
    max-width: none;
    font-size: clamp(21px, 7vw, 24px);
    line-height: 1.12;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .conference-page .conference-program__session-heading,
  .conference-page .conference-program__session-title,
  .conference-page .conference-program__session-name {
    box-sizing: border-box;
    min-width: 0;
    max-width: none;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .conference-page .conference-program__session-heading,
  .conference-page .conference-program__session-title {
    width: 100%;
  }

  .conference-page .conference-program__session-name {
    width: auto;
  }

  .conference-page .conference-online__heading,
  .conference-page .conference-online__offer,
  .conference-page .conference-online__benefits,
  .conference-page .conference-online__title,
  .conference-page .conference-online__offer-title,
  .conference-page .conference-online__description,
  .conference-page .conference-online__benefit,
  .conference-page .conference-online__benefit-text,
  .conference-page .conference-online__benefit-text--long,
  .conference-page .conference-online__benefit-text--recording {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: none;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .conference-page .conference-online__benefit {
    align-items: flex-start;
  }

  .conference-page .conference-online__title {
    font-size: clamp(30px, 10vw, 40px);
    line-height: 1.08;
  }

  .conference-page .conference-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .conference-page .conference-button--primary,
  .conference-page .conference-button--secondary,
  .conference-page .conference-reasons__button,
  .conference-page .tariff-card__button--vip,
  .conference-page .tariff-card__button--standard,
  .conference-page .conference-online__button {
    justify-content: center;
    width: 100%;
  }

  .conference-page .conference-stats,
  .conference-page .conference-topics,
  .conference-page .conference-reasons__grid,
  .conference-page .conference-pricing__cards,
  .conference-page .contacts-section__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .conference-page .conference-stat-card,
  .conference-page .conference-topic-card,
  .conference-page .conference-reason-card,
  .conference-page .tariff-card {
    width: 100%;
    min-width: 0;
  }

  .conference-page .conference-program__content,
  .conference-page .conference-program__schedule,
  .conference-page .conference-program__session,
  .conference-page .conference-program__session-content,
  .conference-page .conference-program__row {
    width: 100%;
    min-width: 0;
  }

  .conference-page .conference-program .conference-row {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .conference-page .conference-program .conference-program__time {
    width: auto;
    min-width: 0;
  }

  .conference-page .conference-program .conference-program__session-content,
  .conference-page .conference-program .conference-program__speaker {
    width: 100%;
    min-width: 0;
  }

  .conference-page .conference-online {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding: 0 20px;
  }

  .conference-page .conference-online .conference-online__content {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    align-items: stretch;
    flex-direction: column;
    min-height: 0;
    padding: 32px 24px;
    gap: 32px;
  }

  .conference-page .conference-online .magnific {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    align-self: center;
  }

  .conference-page .speakers-slider,
  .conference-page .events-slider {
    width: 100%;
    min-width: 0;
  }

  .conference-page .speakers-slider__card,
  .conference-page .events-slider__card {
    flex-basis: min(82vw, 320px);
  }

  .conference-page .contacts-section,
  .conference-page .contacts-section__inner,
  .conference-page .contacts-section__grid {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .conference-page .contacts-section__inner {
    padding: 0 20px;
  }

  .conference-page .conference-footer,
  .conference-page .conference-footer__inner,
  .conference-page .conference-footer__legal,
  .conference-page .conference-footer__brand,
  .conference-page .conference-footer__contact {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .conference-page .conference-footer__inner,
  .conference-page .conference-footer__brand,
  .conference-page .conference-footer__legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .conference-page .conference-footer__contact {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .conference-page .conference-hero__shell,
  .conference-page .conference-stats,
  .conference-page .conference-section,
  .conference-page .conference-reasons,
  .conference-page .conference-program,
  .conference-page .conference-pricing,
  .conference-page .conference-faq,
  .conference-page .conference-events {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding-right: 32px;
    padding-left: 32px;
  }

  .conference-page .conference-topics,
  .conference-page .conference-reasons__grid,
  .conference-page .conference-pricing__cards,
  .conference-page .contacts-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .conference-page .conference-online {
    padding-right: 32px;
    padding-left: 32px;
  }

  .conference-page .conference-online .conference-online__content {
    min-height: 460px;
    padding: 48px;
  }

  .conference-page .conference-footer__inner {
    box-sizing: border-box;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
}

/* Grid transitions follow the approved conference layout rather than the
   arbitrary fixed widths from the source export. */
.conference-page .conference-stats > .conference-row,
.conference-page .conference-pricing > .conference-row {
  display: grid;
  width: 100%;
  min-width: 0;
}

.conference-page .conference-stats > .conference-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.conference-page .conference-stats > .conference-row > .conference-stat-card {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: none;
  padding-right: 16px;
  padding-left: 16px;
}

.conference-page .conference-stats .conference-stat-card__copy,
.conference-page .conference-stats .conference-stat-card__copy--default,
.conference-page .conference-stats .conference-stat-card__copy--topics,
.conference-page .conference-stats .conference-stat-card__description--experience,
.conference-page .conference-stats .conference-stat-card__description--audience,
.conference-page .conference-stats .conference-stat-card__description--speakers,
.conference-page .conference-stats .conference-stat-card__description--topics,
.conference-page .conference-stats .conference-stat-card__description--formats {
  width: 100%;
  min-width: 0;
  max-width: none;
}

.conference-page .conference-stats .conference-stat-card__description--experience,
.conference-page .conference-stats .conference-stat-card__description--audience,
.conference-page .conference-stats .conference-stat-card__description--speakers,
.conference-page .conference-stats .conference-stat-card__description--topics,
.conference-page .conference-stats .conference-stat-card__description--formats {
  overflow-wrap: break-word;
}

.conference-page .tariff-card .tariff-card__benefit-icon .vector-2 {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
}

.conference-page .tariff-card .tariff-card__benefit-icon > .vector-wrapper,
.conference-page .tariff-card .tariff-card__benefit-icon > .tariff-card__benefit-icon--standard {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  top: 0;
  left: 0;
  border-radius: 0;
}

.conference-page .conference-pricing > .conference-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Три карточки очного участия образуют одну строку; онлайн-формат идёт ниже
   на всю её ширину. В разметке карточки объединены технической обёрткой. */
.conference-page .conference-pricing__cards {
  display: contents;
}

.conference-page .conference-pricing > .conference-row > .conference-online {
  grid-column: 1 / -1;
}

@media (max-width: 1280px) {
  .conference-page .conference-stats > .conference-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .conference-page .conference-stats > .conference-row,
  .conference-page .conference-pricing > .conference-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .conference-page .conference-hero {
    position: relative;
    isolation: isolate;
    background: #08070d;
  }

  .conference-page .conference-hero__visual {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    opacity: 0.62;
  }

  .conference-page .conference-hero__shell,
  .conference-page .conference-hero__content {
    position: relative;
    z-index: 1;
  }

  .conference-page .conference-stats > .conference-row,
  .conference-page .conference-pricing > .conference-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .conference-page .conference-reasons .conference-section__title--wide,
  .conference-page .conference-pricing > .conference-section__title--wide,
  .conference-page .conference-program > .conference-section__title,
  .conference-page .conference-faq > .conference-section__title,
  .conference-page .conference-events > .conference-section__title {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin-right: 0;
    margin-left: 0;
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.06;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .conference-page .speakers-slider__photo {
    height: 360px;
  }

  .conference-page .speakers-slider__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
}

@media (max-width: 767px) {
  .conference-page .conference-hero__brand {
    flex: 1 1 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    height: auto;
  }

  .conference-page .conference-about > .conference-section__title {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.06;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .conference-page .conference-program .conference-program__speaker {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .conference-page .conference-program .conference-program__time,
  .conference-page .conference-program .conference-program__time--alternative,
  .conference-page .conference-program .conference-program__topic {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .conference-page .conference-program .conference-program__session-content {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .conference-page .conference-program .conference-program__notes,
  .conference-page .conference-program .conference-program__note-title,
  .conference-page .conference-program .conference-program__note-text {
    align-self: stretch;
    text-align: left;
  }

  .conference-page .conference-program .conference-program__speaker-avatar {
    width: 86px;
    height: 86px;
    flex: 0 0 86px;
  }

  .conference-page .conference-program .conference-program__speaker-copy,
  .conference-page .conference-program .conference-program__speaker-copy--alternative {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    text-align: center;
  }

  .conference-page .conference-program .conference-program__speaker-name,
  .conference-page .conference-program .conference-program__speaker-name--alternative,
  .conference-page .conference-program .conference-program__speaker-role,
  .conference-page .conference-program .conference-program__speaker-role--alternative {
    width: 100%;
    max-width: none;
    min-width: 0;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .conference-page .conference-pricing {
    align-self: stretch;
    width: 100%;
    padding: 50px 20px;
    background-color: #020202;
  }

  .conference-page .conference-pricing::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 50%;
    bottom: 0;
    width: 100vw;
    content: "";
    transform: translateX(50%);
    background-color: #020202;
  }

  .conference-page .tariff-card--vip .tariff-card__footer {
    /* С учётом gap карточки расстояние от списка до цены составляет 40 px. */
    margin-top: 20px;
    padding-top: 0;
  }

  .conference-page .tariff-card--vip {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }

  .conference-page .tariff-card--standard {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }

  .conference-page .conference-online__title {
    font-size: clamp(26px, 8vw, 32px);
    line-height: 1.1;
  }

  .conference-page .conference-online__price {
    width: 100%;
    min-width: 0;
    align-items: flex-start;
  }

  .conference-page .conference-online__price-old,
  .conference-page .conference-online__price-current {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .conference-page .conference-online__price-current {
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1.04;
  }

  .conference-page .conference-online .magnific {
    display: none;
  }

  .speakers-invitation__contact {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .speakers-invitation__contact img {
    width: 124px;
    height: 156px;
  }

  .speakers-invitation__contact span {
    justify-items: center;
  }

  .contacts-section__card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .contacts-section__card > img {
    order: 1;
    align-self: center;
    width: 140px;
    height: 190px;
    margin-top: 8px;
  }

  .contacts-section__person {
    order: 2;
  }

  .contacts-section__links {
    order: 3;
  }
}
