/* [project]/src/components/FaqAccordion.module.css [app-client] (css) */
.FaqAccordion-module__VyPCzG__list {
  flex-direction: column;
  display: flex;
}

.FaqAccordion-module__VyPCzG__item {
  border-bottom: 1px solid var(--ant-color-border);
}

.FaqAccordion-module__VyPCzG__question {
  width: 100%;
  color: var(--ant-color-text);
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  line-height: 1.4;
  display: flex;
}

.FaqAccordion-module__VyPCzG__question:hover {
  color: var(--ant-color-primary);
}

.FaqAccordion-module__VyPCzG__questionTitle {
  margin: 0;
  font-size: 1.25rem;
  font-weight: normal;
}

.FaqAccordion-module__VyPCzG__itemIndicator {
  flex-shrink: 0;
}

.FaqAccordion-module__VyPCzG__answerWrap {
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s;
  display: grid;
}

.FaqAccordion-module__VyPCzG__itemOpen .FaqAccordion-module__VyPCzG__answerWrap {
  grid-template-rows: 1fr;
}

.FaqAccordion-module__VyPCzG__answer {
  overflow: hidden;
}

.FaqAccordion-module__VyPCzG__answer p {
  color: var(--ant-color-text-secondary);
  margin: 0;
  padding: 0 0 1.25rem;
  font-size: .9375rem;
  line-height: 1.65;
}

@media (max-width: 1279.99px) {
  .FaqAccordion-module__VyPCzG__question {
    padding: 1rem 0;
    font-size: .9375rem;
  }
}

/* [project]/src/modules/site/solutions/EventsConferencesPage.module.css [app-client] (css) */
.EventsConferencesPage-module__UshiBq__root {
  --solution-ink: #151515;
  --solution-muted: #666b73;
  --solution-line: #dedfdf;
  --solution-surface: #f5f6f6;
  --solution-blue: #2563eb;
  --solution-blue-soft: #edf3ff;
  --solution-green: #16835f;
  --solution-amber: #a55b0a;
  color: var(--solution-ink);
  background: #fff;
}

.EventsConferencesPage-module__UshiBq__container {
  width: min(100% - 48px, 1240px);
  margin-left: auto;
  margin-right: auto;
}

.EventsConferencesPage-module__UshiBq__eyebrow, .EventsConferencesPage-module__UshiBq__eyebrowLight, .EventsConferencesPage-module__UshiBq__ctaEyebrow {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: .72rem;
  font-weight: 750;
}

.EventsConferencesPage-module__UshiBq__eyebrow {
  color: #62666c;
}

.EventsConferencesPage-module__UshiBq__eyebrowLight, .EventsConferencesPage-module__UshiBq__ctaEyebrow {
  color: #aeb7c4;
}

.EventsConferencesPage-module__UshiBq__sectionHeading {
  max-width: 780px;
}

.EventsConferencesPage-module__UshiBq__sectionTitle, .EventsConferencesPage-module__UshiBq__sectionTitleLight {
  letter-spacing: -.045em;
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 690;
  line-height: 1.03;
}

.EventsConferencesPage-module__UshiBq__sectionTitle {
  color: var(--solution-ink);
}

.EventsConferencesPage-module__UshiBq__sectionTitleLight {
  color: #fff;
}

.EventsConferencesPage-module__UshiBq__sectionDescription, .EventsConferencesPage-module__UshiBq__sectionDescriptionLight {
  max-width: 700px;
  margin: 22px 0 0;
  font-size: 1.08rem;
  line-height: 1.72;
}

.EventsConferencesPage-module__UshiBq__sectionDescription {
  color: var(--solution-muted);
}

.EventsConferencesPage-module__UshiBq__sectionDescriptionLight {
  color: #b8c0cb;
}

.EventsConferencesPage-module__UshiBq__hero {
  grid-template-columns: minmax(0, .82fr) minmax(580px, 1.18fr);
  align-items: center;
  gap: clamp(44px, 6vw, 96px);
  width: min(100% - 48px, 1340px);
  min-height: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(84px, 10vh, 132px) 0 100px;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__heroCopy {
  max-width: 610px;
}

.EventsConferencesPage-module__UshiBq__heroTitle {
  letter-spacing: -.058em;
  text-wrap: balance;
  margin: 0;
  font-size: clamp(3.5rem, 4.6vw, 4.4rem);
  font-weight: 700;
  line-height: .98;
}

.EventsConferencesPage-module__UshiBq__heroDescription {
  max-width: 590px;
  color: var(--solution-muted);
  margin: 28px 0 0;
  font-size: 1.13rem;
  line-height: 1.72;
}

.EventsConferencesPage-module__UshiBq__heroActions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__primaryButton, .EventsConferencesPage-module__UshiBq__secondaryButton, .EventsConferencesPage-module__UshiBq__ctaButton, .EventsConferencesPage-module__UshiBq__ctaSecondaryButton {
  border: 1px solid var(--solution-ink);
  color: #fff;
  background: var(--solution-ink);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  font-size: .97rem;
  font-weight: 680;
  text-decoration: none;
  transition: background-color .18s, border-color .18s, transform .18s;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__primaryButton:hover, .EventsConferencesPage-module__UshiBq__ctaButton:hover {
  color: #fff;
  background: #303030;
  border-color: #303030;
  transform: translateY(-1px);
}

.EventsConferencesPage-module__UshiBq__secondaryButton {
  color: var(--solution-ink);
  background: #fff;
}

.EventsConferencesPage-module__UshiBq__secondaryButton:hover {
  color: var(--solution-ink);
  background: #f3f3f1;
  border-color: #303030;
  transform: translateY(-1px);
}

.EventsConferencesPage-module__UshiBq__primaryButton:focus-visible, .EventsConferencesPage-module__UshiBq__secondaryButton:focus-visible, .EventsConferencesPage-module__UshiBq__ctaButton:focus-visible, .EventsConferencesPage-module__UshiBq__ctaSecondaryButton:focus-visible, .EventsConferencesPage-module__UshiBq__journeyStep:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #2563eb42;
}

.EventsConferencesPage-module__UshiBq__heroNote {
  color: #868a90;
  max-width: 430px;
  margin: 14px 0 0;
  font-size: .82rem;
  line-height: 1.55;
}

.EventsConferencesPage-module__UshiBq__heroPreview {
  background: #fff;
  border: 1px solid #d5d7d9;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 80px #12171f1a;
}

.EventsConferencesPage-module__UshiBq__previewTopbar {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e6e7;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 18px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__previewBrandMark {
  grid-template-columns: repeat(2, 6px);
  gap: 2px;
  width: 14px;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__previewBrandMark span {
  background: #111;
  border-radius: 1px;
  width: 6px;
  height: 6px;
}

.EventsConferencesPage-module__UshiBq__previewBrandMark span:nth-child(3) {
  grid-column: 1 / -1;
  width: 14px;
}

.EventsConferencesPage-module__UshiBq__previewEventName {
  color: #2c2f33;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: .78rem;
  font-weight: 670;
  overflow: hidden;
}

.EventsConferencesPage-module__UshiBq__liveIndicator {
  color: #60656c;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  font-size: .68rem;
  font-weight: 650;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__liveIndicator > span {
  background: var(--solution-green);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.EventsConferencesPage-module__UshiBq__heroPreviewGrid {
  grid-template-columns: 1.24fr .76fr;
  min-height: 486px;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__participantPanel, .EventsConferencesPage-module__UshiBq__organizerPanel {
  padding: 26px;
}

.EventsConferencesPage-module__UshiBq__organizerPanel {
  background: #fafafa;
  border-left: 1px solid #e5e6e7;
}

.EventsConferencesPage-module__UshiBq__panelHeading {
  align-items: center;
  gap: 11px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__panelHeading > div {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__panelHeading > div span {
  color: #797e85;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .67rem;
  font-weight: 650;
}

.EventsConferencesPage-module__UshiBq__panelHeading > div strong {
  font-size: .85rem;
  font-weight: 680;
}

.EventsConferencesPage-module__UshiBq__panelIcon {
  color: #202327;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__miniJourney {
  flex-direction: column;
  gap: 0;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.EventsConferencesPage-module__UshiBq__miniJourneyStep {
  color: #8a8e94;
  align-items: center;
  gap: 11px;
  min-height: 42px;
  font-size: .73rem;
  display: flex;
  position: relative;
}

.EventsConferencesPage-module__UshiBq__miniJourneyStep:not(:last-child):after {
  content: "";
  background: #d9dbde;
  width: 1px;
  position: absolute;
  top: 26px;
  bottom: -9px;
  left: 9px;
}

.EventsConferencesPage-module__UshiBq__miniJourneyDot {
  z-index: 1;
  color: #fff;
  background: #fff;
  border: 1px solid #cfd2d6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  display: inline-flex;
  position: relative;
}

.EventsConferencesPage-module__UshiBq__miniJourneyDotComplete {
  background: #222;
  border-color: #222;
}

.EventsConferencesPage-module__UshiBq__miniJourneyDotActive {
  border: 5px solid var(--solution-blue);
  box-shadow: 0 0 0 4px var(--solution-blue-soft);
  background: #fff;
}

.EventsConferencesPage-module__UshiBq__miniJourneyLabelActive {
  color: #1a1c20;
  font-weight: 680;
}

.EventsConferencesPage-module__UshiBq__nextStepCard {
  background: var(--solution-blue-soft);
  border: 1px solid #cbd8f6;
  border-radius: 14px;
  flex-direction: column;
  margin-top: 24px;
  padding: 18px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__nextStepCard > span:first-child {
  color: #697083;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 670;
}

.EventsConferencesPage-module__UshiBq__nextStepCard > strong {
  margin-top: 7px;
  font-size: .91rem;
}

.EventsConferencesPage-module__UshiBq__nextStepCard > small {
  color: #6c7380;
  margin-top: 4px;
  font-size: .69rem;
}

.EventsConferencesPage-module__UshiBq__previewAction {
  color: #174bb9;
  align-self: flex-start;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  font-size: .74rem;
  font-weight: 700;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__queueList {
  flex-direction: column;
  gap: 9px;
  margin-top: 28px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__queueItem {
  color: #4d5157;
  background: #fff;
  border: 1px solid #e0e2e4;
  border-radius: 10px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 8px 10px;
  font-size: .69rem;
  font-weight: 620;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__queueItem > svg {
  color: #a0a4a9;
}

.EventsConferencesPage-module__UshiBq__queueIcon {
  width: 27px;
  height: 27px;
  color: var(--solution-amber);
  background: #fff5e8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__queueIconReady {
  color: var(--solution-green);
  background: #eaf7f1;
}

.EventsConferencesPage-module__UshiBq__capabilitiesSection, .EventsConferencesPage-module__UshiBq__journeySection, .EventsConferencesPage-module__UshiBq__operationsSection, .EventsConferencesPage-module__UshiBq__templatesSection, .EventsConferencesPage-module__UshiBq__faqSection {
  padding: 120px 0;
}

.EventsConferencesPage-module__UshiBq__capabilitiesSection {
  background: #f7f7f5;
  border-top: 1px solid #e8e9ea;
}

.EventsConferencesPage-module__UshiBq__capabilityGrid {
  background: #fff;
  border: 1px solid #d5d7d8;
  border-radius: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 64px;
  display: grid;
  overflow: hidden;
}

.EventsConferencesPage-module__UshiBq__capabilityItem {
  background: #fff;
  border-bottom: 1px solid #e0e1e2;
  border-right: 1px solid #e0e1e2;
  flex-direction: column;
  min-height: 224px;
  padding: 25px 24px 22px;
  transition: color .18s, background-color .18s;
  display: flex;
  position: relative;
}

.EventsConferencesPage-module__UshiBq__capabilityItem:nth-child(4n) {
  border-right: 0;
}

.EventsConferencesPage-module__UshiBq__capabilityItem:nth-last-child(-n+4) {
  border-bottom: 0;
}

.EventsConferencesPage-module__UshiBq__capabilityItem:hover {
  background: #f3f6fc;
}

.EventsConferencesPage-module__UshiBq__capabilityMeta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__capabilityIcon {
  color: #24282e;
  background: #fafafa;
  border: 1px solid #d9dcdf;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__capabilityNumber {
  color: #a0a4aa;
  letter-spacing: .08em;
  font-size: .67rem;
  font-weight: 720;
}

.EventsConferencesPage-module__UshiBq__capabilityItem h3 {
  letter-spacing: -.015em;
  margin: 30px 0 0;
  font-size: 1rem;
  font-weight: 710;
  line-height: 1.25;
}

.EventsConferencesPage-module__UshiBq__capabilityItem p {
  color: var(--solution-muted);
  margin: 9px 0 0;
  font-size: .82rem;
  line-height: 1.55;
}

.EventsConferencesPage-module__UshiBq__storiesSection {
  background: #f7f7f5;
  border-top: 1px solid #e6e7e8;
  padding: 88px 0;
}

.EventsConferencesPage-module__UshiBq__storiesLayout {
  grid-template-columns: minmax(250px, .55fr) minmax(0, 1.45fr);
  align-items: start;
  gap: 64px;
  width: min(100% - 48px, 1240px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__storiesIntro {
  padding-top: 8px;
}

.EventsConferencesPage-module__UshiBq__storiesIntro h2 {
  letter-spacing: -.045em;
  margin: 0;
  font-size: clamp(2.1rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1.04;
}

.EventsConferencesPage-module__UshiBq__storiesIntro > p:last-child {
  max-width: 330px;
  color: var(--solution-muted);
  margin: 18px 0 0;
  font-size: .9rem;
  line-height: 1.65;
}

.EventsConferencesPage-module__UshiBq__storiesRail {
  scroll-snap-type: x mandatory;
  scrollbar-color: #b8bcc1 transparent;
  scrollbar-width: thin;
  gap: 16px;
  min-width: 0;
  padding: 0 1px 14px;
  scroll-padding-inline: 1px;
  display: flex;
  overflow-x: auto;
}

.EventsConferencesPage-module__UshiBq__storiesRail:focus-visible {
  outline-offset: 4px;
  border-radius: 14px;
  outline: 3px solid #2563eb42;
}

.EventsConferencesPage-module__UshiBq__storyCard {
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #d9dbdd;
  border-radius: 16px;
  flex: 0 0 min(460px, 78vw);
  transition: border-color .18s, transform .18s, box-shadow .18s;
  overflow: hidden;
}

.EventsConferencesPage-module__UshiBq__storyCard:hover {
  border-color: #bfc3c8;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px #12171f14;
}

.EventsConferencesPage-module__UshiBq__storyCard > a {
  height: 100%;
  color: var(--solution-ink);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__storyCard > a:focus-visible {
  outline-offset: -3px;
  outline: 3px solid #2563eb42;
}

.EventsConferencesPage-module__UshiBq__storyImage {
  background: #fff;
  border-bottom: 1px solid #e1e2e3;
  overflow: hidden;
}

.EventsConferencesPage-module__UshiBq__storyImage img {
  aspect-ratio: 1200 / 630;
  object-fit: contain;
  width: 100%;
  height: auto;
  transition: transform .3s;
  display: block;
}

.EventsConferencesPage-module__UshiBq__storyCard:hover .EventsConferencesPage-module__UshiBq__storyImage img {
  transform: scale(1.01);
}

.EventsConferencesPage-module__UshiBq__storyContent {
  flex-direction: column;
  flex: 1;
  min-height: 230px;
  padding: 22px 24px 24px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__storyMeta {
  color: #7d8289;
  letter-spacing: .06em;
  text-transform: uppercase;
  flex-wrap: wrap;
  gap: 6px 12px;
  font-size: .67rem;
  font-weight: 700;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__storyMeta span + span {
  padding-left: 12px;
  position: relative;
}

.EventsConferencesPage-module__UshiBq__storyMeta span + span:before {
  content: "";
  background: #a8acb1;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.EventsConferencesPage-module__UshiBq__storyContent h3 {
  letter-spacing: -.033em;
  margin: 17px 0 0;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.13;
}

.EventsConferencesPage-module__UshiBq__storyContent > p {
  color: var(--solution-muted);
  margin: 12px 0 0;
  font-size: .82rem;
  line-height: 1.58;
}

.EventsConferencesPage-module__UshiBq__storyCta {
  color: #24282d;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  font-size: .78rem;
  font-weight: 720;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__storyCta svg {
  transition: transform .18s;
}

.EventsConferencesPage-module__UshiBq__storyCard:hover .EventsConferencesPage-module__UshiBq__storyCta svg {
  transform: translateX(3px);
}

.EventsConferencesPage-module__UshiBq__journeySection {
  background: #fff;
}

.EventsConferencesPage-module__UshiBq__journeyLayout {
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  align-items: start;
  gap: 76px;
  margin-top: 68px;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__journeySteps {
  flex-direction: column;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__journeyStep {
  color: inherit;
  cursor: pointer;
  text-align: left;
  background: none;
  border: 0;
  border-bottom: 1px solid #e0e1e2;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 24px 0;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__journeyStep:first-child {
  padding-top: 0;
}

.EventsConferencesPage-module__UshiBq__journeyStepNumber {
  color: #82878e;
  border: 1px solid #d9dcdf;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: .7rem;
  font-weight: 700;
  transition: color .18s, border-color .18s, background-color .18s;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__journeyStepCopy {
  flex-direction: column;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__journeyStepCopy small {
  color: #888d94;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .66rem;
  font-weight: 690;
}

.EventsConferencesPage-module__UshiBq__journeyStepCopy strong {
  color: #4b4f55;
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 690;
}

.EventsConferencesPage-module__UshiBq__journeyStepCopy > span {
  max-height: 0;
  color: var(--solution-muted);
  opacity: 0;
  margin-top: 0;
  font-size: .82rem;
  line-height: 1.62;
  transition: max-height .24s, margin-top .24s, opacity .18s;
  overflow: hidden;
}

.EventsConferencesPage-module__UshiBq__journeyStepActive .EventsConferencesPage-module__UshiBq__journeyStepNumber {
  border-color: var(--solution-ink);
  color: #fff;
  background: var(--solution-ink);
}

.EventsConferencesPage-module__UshiBq__journeyStepActive .EventsConferencesPage-module__UshiBq__journeyStepCopy strong {
  color: var(--solution-ink);
}

.EventsConferencesPage-module__UshiBq__journeyStepActive .EventsConferencesPage-module__UshiBq__journeyStepCopy > span {
  opacity: 1;
  max-height: 110px;
  margin-top: 9px;
}

.EventsConferencesPage-module__UshiBq__journeyPreviewWrap {
  position: sticky;
  top: 88px;
}

.EventsConferencesPage-module__UshiBq__journeyPreview {
  background: #f7f7f7;
  border: 1px solid #dadddf;
  border-radius: 20px;
  overflow: hidden;
}

.EventsConferencesPage-module__UshiBq__journeyPreviewHeader {
  background: #fff;
  border-bottom: 1px solid #dfe1e3;
  flex-direction: column;
  gap: 4px;
  padding: 22px 24px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__journeyPreviewHeader span {
  color: #767b82;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .67rem;
  font-weight: 690;
}

.EventsConferencesPage-module__UshiBq__journeyPreviewHeader strong {
  font-size: 1rem;
}

.EventsConferencesPage-module__UshiBq__actionColumns {
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
  align-items: center;
  padding: 32px 24px 26px;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__actionCard {
  background: #fff;
  border: 1px solid #dcdee1;
  border-radius: 14px;
  flex-direction: column;
  min-height: 188px;
  padding: 20px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__actionCardIcon {
  border: 1px solid #dcdfe2;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__actionRole {
  color: #777c83;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 17px;
  font-size: .67rem;
  font-weight: 700;
}

.EventsConferencesPage-module__UshiBq__actionCard small {
  color: #8b9097;
  margin-top: 16px;
  font-size: .68rem;
}

.EventsConferencesPage-module__UshiBq__actionCard strong {
  margin-top: 5px;
  font-size: .86rem;
  line-height: 1.45;
}

.EventsConferencesPage-module__UshiBq__actionBridge {
  color: var(--solution-blue);
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__capabilityPanel {
  background: var(--solution-blue-soft);
  border: 1px solid #cdd9f4;
  border-radius: 13px;
  margin: 0 24px 24px;
  padding: 18px;
}

.EventsConferencesPage-module__UshiBq__capabilityPanel > span {
  color: #5f6878;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .67rem;
  font-weight: 700;
}

.EventsConferencesPage-module__UshiBq__capabilityPanel > div {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__capabilityPanel > div span {
  color: #33415e;
  background: #fff;
  border: 1px solid #ced9f1;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  font-size: .68rem;
  font-weight: 620;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__capabilityPanel svg {
  color: var(--solution-blue);
}

.EventsConferencesPage-module__UshiBq__selfServiceSection {
  color: #fff;
  background: #121417;
}

.EventsConferencesPage-module__UshiBq__selfServiceInner {
  grid-template-columns: minmax(0, .84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: 80px;
  width: min(100% - 48px, 1240px);
  min-height: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__selfServicePoints {
  flex-direction: column;
  gap: 13px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__selfServicePoints li {
  color: #d6dbe2;
  align-items: center;
  gap: 10px;
  font-size: .88rem;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__selfServicePoints svg {
  color: #7fa8ff;
  flex: none;
}

.EventsConferencesPage-module__UshiBq__queryPreview {
  color: #1d2024;
  background: #fff;
  border: 1px solid #383c43;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 70px #00000047;
}

.EventsConferencesPage-module__UshiBq__queryPreviewTopbar {
  color: #60656d;
  background: #f7f7f7;
  border-bottom: 1px solid #e2e4e7;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 17px;
  font-size: .7rem;
  font-weight: 640;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__queryPreviewLogo {
  color: #fff;
  background: #111;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: .55rem;
  font-weight: 800;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__queryPreviewBody {
  flex-direction: column;
  align-items: flex-start;
  padding: 46px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__queryPreviewBody > svg {
  color: var(--solution-blue);
}

.EventsConferencesPage-module__UshiBq__queryPreviewBody h3 {
  letter-spacing: -.025em;
  margin: 17px 0 0;
  font-size: 1.55rem;
}

.EventsConferencesPage-module__UshiBq__queryPreviewBody > p {
  color: #737880;
  max-width: 420px;
  margin: 10px 0 0;
  font-size: .8rem;
  line-height: 1.62;
}

.EventsConferencesPage-module__UshiBq__queryPreviewBody label {
  margin-top: 28px;
  font-size: .7rem;
  font-weight: 680;
}

.EventsConferencesPage-module__UshiBq__queryInput {
  color: #6f747a;
  border: 1px solid #d5d8dc;
  border-radius: 8px;
  width: 100%;
  min-height: 44px;
  margin-top: 7px;
  padding: 12px 13px;
  font-size: .75rem;
}

.EventsConferencesPage-module__UshiBq__queryButton {
  color: #fff;
  background: #151515;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  margin-top: 12px;
  padding: 0 15px;
  font-size: .73rem;
  font-weight: 680;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__queryResult {
  border-top: 1px solid #e2e4e6;
  grid-template-columns: 1fr 1.35fr;
  gap: 12px;
  width: 100%;
  margin-top: 24px;
  padding-top: 24px;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__queryResult > div {
  background: #fafafa;
  border: 1px solid #e0e2e4;
  border-radius: 9px;
  flex-direction: column;
  gap: 6px;
  min-height: 78px;
  padding: 13px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__queryResult span {
  color: #858a91;
  font-size: .63rem;
}

.EventsConferencesPage-module__UshiBq__queryResult strong {
  align-items: center;
  gap: 6px;
  font-size: .76rem;
  line-height: 1.4;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__confirmedStatus {
  color: var(--solution-green);
}

.EventsConferencesPage-module__UshiBq__operationsSection {
  background: #fff;
}

.EventsConferencesPage-module__UshiBq__operationsHeader {
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: end;
  gap: 80px;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__operationActions {
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
  padding-bottom: 6px;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__operationActions span {
  color: #5f646a;
  align-items: center;
  gap: 7px;
  font-size: .76rem;
  font-weight: 620;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__operationActions svg {
  color: var(--solution-blue);
}

.EventsConferencesPage-module__UshiBq__dataPreview {
  background: #fff;
  border: 1px solid #dadcde;
  border-radius: 17px;
  margin-top: 62px;
  overflow: hidden;
  box-shadow: 0 22px 64px #141b2512;
}

.EventsConferencesPage-module__UshiBq__dataPreviewToolbar {
  background: #f8f8f8;
  border-bottom: 1px solid #e1e3e5;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 62px;
  padding: 0 18px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__dataFilters {
  gap: 6px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__dataFilters span, .EventsConferencesPage-module__UshiBq__sendEmailAction {
  color: #72777e;
  border: 1px solid #0000;
  border-radius: 7px;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  font-size: .69rem;
  font-weight: 650;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__dataFilters .EventsConferencesPage-module__UshiBq__dataFilterActive {
  color: #24272b;
  background: #fff;
  border-color: #d5d8dc;
}

.EventsConferencesPage-module__UshiBq__sendEmailAction {
  color: #25292e;
  background: #fff;
  border-color: #d5d8dc;
  gap: 7px;
}

.EventsConferencesPage-module__UshiBq__dataTableRowHeader, .EventsConferencesPage-module__UshiBq__dataTableRow {
  border-bottom: 1px solid #e7e8e9;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  align-items: center;
  min-height: 60px;
  padding: 0 20px;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__dataTableRow:last-child {
  border-bottom: 0;
}

.EventsConferencesPage-module__UshiBq__dataTableRowHeader {
  color: #8b9096;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #fcfcfc;
  min-height: 44px;
  font-size: .65rem;
  font-weight: 680;
}

.EventsConferencesPage-module__UshiBq__dataTableRow {
  color: #50555c;
  font-size: .75rem;
}

.EventsConferencesPage-module__UshiBq__dataTableRow > span:first-child {
  color: #25292d;
  font-weight: 670;
}

.EventsConferencesPage-module__UshiBq__tableStatus {
  color: #3e516f;
  background: #edf2f8;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  font-size: .65rem;
  font-weight: 680;
  display: inline-flex;
}

.EventsConferencesPage-module__UshiBq__tableStatusReady {
  color: #17684e;
  background: #e7f6ef;
}

.EventsConferencesPage-module__UshiBq__tableStatusAttention {
  color: #91500b;
  background: #fff2df;
}

.EventsConferencesPage-module__UshiBq__templatesSection {
  background: var(--solution-surface);
  border-top: 1px solid #e6e7e8;
}

.EventsConferencesPage-module__UshiBq__templateTable {
  border-top: 1px solid #cfd2d4;
  margin-top: 58px;
  overflow: hidden;
}

.EventsConferencesPage-module__UshiBq__templateHeader, .EventsConferencesPage-module__UshiBq__templateRow {
  grid-template-columns: .8fr 1.18fr 1fr;
  align-items: center;
  gap: 32px;
  padding: 0 20px;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__templateHeader {
  color: #858a91;
  letter-spacing: .06em;
  text-transform: uppercase;
  min-height: 46px;
  font-size: .64rem;
  font-weight: 690;
}

.EventsConferencesPage-module__UshiBq__templateRow {
  border-top: 1px solid #d7d9db;
  min-height: 112px;
  transition: background-color .18s;
}

.EventsConferencesPage-module__UshiBq__templateRow:hover {
  background: #ffffffb8;
}

.EventsConferencesPage-module__UshiBq__templateRow h3, .EventsConferencesPage-module__UshiBq__templateRow p {
  margin: 0;
}

.EventsConferencesPage-module__UshiBq__templateRow h3 {
  font-size: .97rem;
  font-weight: 690;
}

.EventsConferencesPage-module__UshiBq__templateRow p {
  color: #30353a;
  font-size: .82rem;
  font-weight: 620;
}

.EventsConferencesPage-module__UshiBq__templateRow > span {
  color: var(--solution-muted);
  font-size: .78rem;
  line-height: 1.5;
}

.EventsConferencesPage-module__UshiBq__integrationsSection {
  background: #fff;
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
  padding: 82px 0;
}

.EventsConferencesPage-module__UshiBq__integrationsInner {
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 90px;
  width: min(100% - 48px, 1240px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__integrationsTitle {
  letter-spacing: -.04em;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 690;
  line-height: 1.08;
}

.EventsConferencesPage-module__UshiBq__integrationsDescription {
  max-width: 470px;
  color: var(--solution-muted);
  margin: 15px 0 0;
  font-size: .9rem;
  line-height: 1.62;
}

.EventsConferencesPage-module__UshiBq__integrationList {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__integrationItem {
  color: #383c41;
  background: #fff;
  border: 1px solid #dedfe1;
  border-radius: 11px;
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 0 16px;
  font-size: .77rem;
  font-weight: 660;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__faqSection {
  background: #fff;
}

.EventsConferencesPage-module__UshiBq__faqLayout {
  grid-template-columns: .7fr 1.3fr;
  align-items: start;
  gap: 100px;
  display: grid;
}

.EventsConferencesPage-module__UshiBq__faqLayout > div:first-child {
  position: sticky;
  top: 90px;
}

.EventsConferencesPage-module__UshiBq__ctaSection {
  background: #fff;
  padding: 0 24px 80px;
}

.EventsConferencesPage-module__UshiBq__ctaInner {
  color: #fff;
  background: #151515;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 1240px);
  min-height: 440px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__ctaInner h2 {
  letter-spacing: -.05em;
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.4rem, 4.7vw, 4.6rem);
  font-weight: 680;
  line-height: 1;
}

.EventsConferencesPage-module__UshiBq__ctaInner > p:not(.EventsConferencesPage-module__UshiBq__ctaEyebrow) {
  color: #b9bec5;
  max-width: 650px;
  margin: 22px 0 0;
  font-size: 1.03rem;
  line-height: 1.68;
}

.EventsConferencesPage-module__UshiBq__ctaActions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  display: flex;
}

.EventsConferencesPage-module__UshiBq__ctaButton {
  color: #171717;
  background: #fff;
  border-color: #fff;
}

.EventsConferencesPage-module__UshiBq__ctaButton:hover {
  color: #171717;
  background: #e8e8e8;
  border-color: #e8e8e8;
}

.EventsConferencesPage-module__UshiBq__ctaSecondaryButton {
  color: #fff;
  background: none;
  border-color: #ffffff8c;
}

.EventsConferencesPage-module__UshiBq__ctaSecondaryButton:hover {
  color: #fff;
  background: #ffffff14;
  border-color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 1199.99px) {
  .EventsConferencesPage-module__UshiBq__hero {
    grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr);
    gap: 42px;
  }

  .EventsConferencesPage-module__UshiBq__participantPanel, .EventsConferencesPage-module__UshiBq__organizerPanel {
    padding: 20px;
  }

  .EventsConferencesPage-module__UshiBq__journeyLayout {
    grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr);
    gap: 48px;
  }
}

@media (max-width: 1023.99px) {
  .EventsConferencesPage-module__UshiBq__hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 92px;
  }

  .EventsConferencesPage-module__UshiBq__heroCopy {
    max-width: 760px;
  }

  .EventsConferencesPage-module__UshiBq__heroTitle {
    max-width: 780px;
  }

  .EventsConferencesPage-module__UshiBq__heroPreview {
    width: 100%;
    max-width: 760px;
  }

  .EventsConferencesPage-module__UshiBq__capabilitiesSection, .EventsConferencesPage-module__UshiBq__journeySection, .EventsConferencesPage-module__UshiBq__operationsSection, .EventsConferencesPage-module__UshiBq__templatesSection, .EventsConferencesPage-module__UshiBq__faqSection {
    padding: 96px 0;
  }

  .EventsConferencesPage-module__UshiBq__capabilityGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .EventsConferencesPage-module__UshiBq__capabilityItem:nth-child(4n) {
    border-right: 1px solid #e0e1e2;
  }

  .EventsConferencesPage-module__UshiBq__capabilityItem:nth-last-child(-n+4) {
    border-bottom: 1px solid #e0e1e2;
  }

  .EventsConferencesPage-module__UshiBq__capabilityItem:nth-child(2n) {
    border-right: 0;
  }

  .EventsConferencesPage-module__UshiBq__capabilityItem:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .EventsConferencesPage-module__UshiBq__journeyLayout {
    grid-template-columns: 1fr;
  }

  .EventsConferencesPage-module__UshiBq__storiesSection {
    padding: 80px 0;
  }

  .EventsConferencesPage-module__UshiBq__storiesLayout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .EventsConferencesPage-module__UshiBq__storiesIntro > p:last-child {
    max-width: 620px;
  }

  .EventsConferencesPage-module__UshiBq__journeyPreviewWrap {
    position: static;
  }

  .EventsConferencesPage-module__UshiBq__selfServiceInner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 96px 0;
  }

  .EventsConferencesPage-module__UshiBq__selfServiceCopy, .EventsConferencesPage-module__UshiBq__queryPreview {
    max-width: 760px;
  }

  .EventsConferencesPage-module__UshiBq__operationsHeader {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .EventsConferencesPage-module__UshiBq__operationActions {
    max-width: 500px;
  }

  .EventsConferencesPage-module__UshiBq__integrationsInner, .EventsConferencesPage-module__UshiBq__faqLayout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .EventsConferencesPage-module__UshiBq__faqLayout > div:first-child {
    position: static;
  }
}

@media (max-width: 767.99px) {
  .EventsConferencesPage-module__UshiBq__container, .EventsConferencesPage-module__UshiBq__hero, .EventsConferencesPage-module__UshiBq__selfServiceInner, .EventsConferencesPage-module__UshiBq__integrationsInner, .EventsConferencesPage-module__UshiBq__storiesLayout {
    width: min(100% - 32px, 1240px);
  }

  .EventsConferencesPage-module__UshiBq__hero {
    padding: 72px 0;
  }

  .EventsConferencesPage-module__UshiBq__heroTitle {
    font-size: clamp(3rem, 13vw, 4rem);
  }

  .EventsConferencesPage-module__UshiBq__heroDescription {
    font-size: 1rem;
  }

  .EventsConferencesPage-module__UshiBq__heroPreviewGrid {
    grid-template-columns: 1fr;
  }

  .EventsConferencesPage-module__UshiBq__organizerPanel {
    border-top: 1px solid #e5e6e7;
    border-left: 0;
  }

  .EventsConferencesPage-module__UshiBq__participantPanel, .EventsConferencesPage-module__UshiBq__organizerPanel {
    padding: 22px;
  }

  .EventsConferencesPage-module__UshiBq__capabilityItem {
    min-height: 205px;
    padding: 21px 18px 18px;
  }

  .EventsConferencesPage-module__UshiBq__capabilityItem h3 {
    margin-top: 24px;
    font-size: .94rem;
  }

  .EventsConferencesPage-module__UshiBq__capabilityItem p {
    font-size: .78rem;
  }

  .EventsConferencesPage-module__UshiBq__storiesSection {
    padding: 68px 0;
  }

  .EventsConferencesPage-module__UshiBq__storyCard {
    flex-basis: min(390px, 84vw);
  }

  .EventsConferencesPage-module__UshiBq__storyContent {
    min-height: 220px;
    padding: 20px;
  }

  .EventsConferencesPage-module__UshiBq__journeyStep {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .EventsConferencesPage-module__UshiBq__actionColumns {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .EventsConferencesPage-module__UshiBq__actionCard {
    min-height: 164px;
  }

  .EventsConferencesPage-module__UshiBq__actionBridge {
    transform: rotate(90deg);
  }

  .EventsConferencesPage-module__UshiBq__queryPreviewBody {
    padding: 30px 22px;
  }

  .EventsConferencesPage-module__UshiBq__queryResult {
    grid-template-columns: 1fr;
  }

  .EventsConferencesPage-module__UshiBq__dataPreviewToolbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
  }

  .EventsConferencesPage-module__UshiBq__dataFilters {
    flex-wrap: wrap;
  }

  .EventsConferencesPage-module__UshiBq__dataTableRowHeader {
    display: none;
  }

  .EventsConferencesPage-module__UshiBq__dataTable {
    background: #f7f7f7;
    gap: 10px;
    padding: 12px;
    display: grid;
  }

  .EventsConferencesPage-module__UshiBq__dataTableRow {
    background: #fff;
    border: 1px solid #dedfe1;
    border-radius: 10px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    min-height: auto;
    padding: 16px;
  }

  .EventsConferencesPage-module__UshiBq__templateHeader {
    display: none;
  }

  .EventsConferencesPage-module__UshiBq__templateTable {
    border-top: 0;
    gap: 12px;
    display: grid;
  }

  .EventsConferencesPage-module__UshiBq__templateRow {
    background: #fff;
    border: 1px solid #d7d9db;
    border-radius: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: auto;
    padding: 22px;
  }

  .EventsConferencesPage-module__UshiBq__integrationList {
    grid-template-columns: 1fr 1fr;
  }

  .EventsConferencesPage-module__UshiBq__ctaSection {
    padding: 0 16px 48px;
  }

  .EventsConferencesPage-module__UshiBq__ctaInner {
    border-radius: 18px;
    min-height: auto;
    padding: 52px 28px;
  }
}

@media (max-width: 479.99px) {
  .EventsConferencesPage-module__UshiBq__sectionTitle, .EventsConferencesPage-module__UshiBq__sectionTitleLight {
    font-size: 2.3rem;
  }

  .EventsConferencesPage-module__UshiBq__previewTopbar {
    padding-left: 13px;
    padding-right: 13px;
  }

  .EventsConferencesPage-module__UshiBq__participantPanel, .EventsConferencesPage-module__UshiBq__organizerPanel {
    padding: 18px;
  }

  .EventsConferencesPage-module__UshiBq__operationActions, .EventsConferencesPage-module__UshiBq__integrationList {
    grid-template-columns: 1fr;
  }

  .EventsConferencesPage-module__UshiBq__capabilityGrid {
    border-radius: 14px;
  }

  .EventsConferencesPage-module__UshiBq__capabilityItem {
    min-height: 190px;
    padding: 18px 14px 16px;
  }

  .EventsConferencesPage-module__UshiBq__capabilityIcon {
    width: 32px;
    height: 32px;
  }

  .EventsConferencesPage-module__UshiBq__storyCard {
    flex-basis: 84vw;
  }

  .EventsConferencesPage-module__UshiBq__storyContent h3 {
    font-size: 1.3rem;
  }

  .EventsConferencesPage-module__UshiBq__dataTableRow {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .EventsConferencesPage-module__UshiBq__primaryButton, .EventsConferencesPage-module__UshiBq__secondaryButton, .EventsConferencesPage-module__UshiBq__ctaButton, .EventsConferencesPage-module__UshiBq__ctaSecondaryButton, .EventsConferencesPage-module__UshiBq__storyCard, .EventsConferencesPage-module__UshiBq__storyCta svg, .EventsConferencesPage-module__UshiBq__storyImage img, .EventsConferencesPage-module__UshiBq__templateRow, .EventsConferencesPage-module__UshiBq__journeyStepCopy > span {
    transition: none;
  }
}

/*# sourceMappingURL=src_0fbqpy0._.css.map*/