:root {
  color-scheme: light;
  --blue: #00357c;
  --deep-blue: #07346e;
  --green: #009b67;
  --ink: #082a5d;
  --muted: #6b6f77;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

.bstdb-microsite-page .layout-container > header,
.bstdb-microsite-page .layout-container > footer,
.bstdb-microsite-page .skip-link {
  display: none;
}

.bstdb-microsite-page .layout-container,
.bstdb-microsite-page .layout-container > main,
.bstdb-microsite-page .layout-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.bstdb-microsite-page .layout-content > .region,
.bstdb-microsite-page .layout-content > .region > .block {
  margin: 0;
  padding: 0;
}

.bstdb-microsite-page .layout-content h1.page-title {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #ffffff;
  color: var(--ink);
  font-family: var(--sans);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.site-header {
  position: relative;
  height: 25.586vw;
  min-height: 245px;
  padding: 0;
  background: #ffffff;
}

.brand-strip {
  position: absolute;
  top: 2.345vw;
  left: 2.189vw;
  width: calc(100% - 4.378vw);
  margin: 0;
}

.brand-strip-event {
  display: none;
}

.main-nav {
  position: absolute;
  top: 17.82vw;
  right: 4.24vw;
  display: flex;
  justify-content: flex-end;
  gap: 4.85vw;
  padding: 0;
  border-top: 0;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}

.main-nav a {
  padding-top: 0;
  text-decoration: none;
}

.main-nav .active {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.main-nav .back-link {
  position: relative;
  padding-left: 15px;
  color: var(--blue);
}

.main-nav .back-link::before,
.footer > a::before {
  content: ">";
  position: absolute;
  left: 0;
}

.hero {
  position: relative;
  min-height: 430px;
  aspect-ratio: 2558 / 844;
  display: block;
  padding: 0;
  color: #ffffff;
  background: url("data/hero.png") center top / 100% 100% no-repeat;
}

.hero-copy {
  position: relative;
  top: 7.86vw;
  left: 5.73vw;
  width: 46.9vw;
  max-width: 900px;
  z-index: 1;
}

.hero h1,
.hero h2,
.intro h2,
.partner h2,
.registration h2,
.newsroom h2,
.contact-title h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(38px, 2.35vw, 60px);
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.38);
}

.hero h2 {
  margin-top: 4px;
  font-size: clamp(22px, 1.37vw, 35px);
  line-height: 1.18;
}

.hero h2,
.hero .rich-text,
.intro .rich-text,
.partner h2,
.partner .rich-text,
.venue p,
.venue .rich-text,
.contact-title h2,
.contact-card p,
.footer p {
  white-space: pre-line;
}

.hero .rich-text {
  width: 900px;
  max-width: 100%;
  margin: clamp(16px, 1.02vw, 26px) 0 0;
  font-size: clamp(14px, 0.94vw, 24px);
  line-height: 1.13;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 20px;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.button.light {
  margin-top: 22px;
  background: #ffffff;
  color: var(--blue);
}

.hero .button.light {
  margin-top: clamp(22px, 1.72vw, 44px);
  min-height: clamp(36px, 2.35vw, 60px);
  padding: 0 clamp(14px, 0.94vw, 24px);
  font-size: clamp(11px, 0.7vw, 18px);
}

.button.blue {
  margin-top: 34px;
  min-width: 142px;
  border-color: var(--blue);
  background: var(--blue);
  color: #ffffff;
}

.rich-text p {
  margin: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
  white-space: inherit;
}

.rich-text a {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.section-blue {
  background: #00377f;
  color: #ffffff;
}

.intro {
  position: relative;
  display: block;
  height: 32.325vw;
  padding: 0;
  overflow: hidden;
}

.intro-copy {
  position: absolute;
  top: 9.17vw;
  left: 5.68vw;
  width: 39.5vw;
}

.intro h2 {
  font-size: clamp(38px,2.35vw,60px);
  line-height: 1;
}

.intro .rich-text {
  margin: 3vw 0 0;
  /* font-size: 1.25vw; */
  line-height: 1.14;
  font-size: clamp(14px, 0.94vw, 24px);
}

.partner .rich-text,
.venue p,
.venue .rich-text {
  margin: 26px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.intro img {
  position: absolute;
  top: 2.81vw;
  left: 58.19vw;
  width: 39.1vw;
  height: 27.32vw;
  object-fit: cover;
  object-position: center center;
}

.panorama img {
  width: 100%;
  height: 24.22vw;
  min-height: 300px;
  object-fit: cover;
  object-position: center 49%;
}

.partner {
  position: relative;
  display: block;
  height: 32.76vw;
  padding: 0;
  overflow: hidden;
  background: #009966;
  color: #ffffff;
}

.partner-video {
  position: absolute;
  top: 2.55vw;
  left: 3.39vw;
  width: 39.06vw;
  height: 27.29vw;
  object-fit: cover;
  object-position: center center;
}

.partner h2 {
  font-size: clamp(38px,2.35vw,60px);
  line-height: 1.12;
}

.partner .rich-text {
  width: 43.5vw;
  max-width: 100%;
  margin: 2.15vw 0 0;
  font-size: clamp(14px, 0.94vw, 24px);
  line-height: 1.09;
  color: #ffffff;
}

.partner-copy {
  position: absolute;
  top: 7.64vw;
  left: 50.05vw;
}

.video-section {
  display: flex;
  justify-content: center;
  padding: 107px 0 51px;
  background: #ffffff;
}

.video-card {
  width: min(66.44vw, calc(100% - 120px));
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.registration {
  padding: 4.22vw 2.14vw 3.59vw;
  background: #ffffff;
}

.registration-panel {
  position: relative;
  display: block;
  height: 19.23vw;
  min-height: 369px;
  padding: 0;
  background: #003b84;
  color: #ffffff;
  text-align: center;
}

.registration h2 {
  position: absolute;
  top: 5.62vw;
  left: 0;
  width: 100%;
  font-size: 60px;
  line-height: 1;
}

.registration .button.light {
  position: absolute;
  top: 12.29vw;
  left: 50%;
  height: 60px;
  min-height: 0;
  margin: 0;
  padding: 20px;
  transform: translateX(-50%);
  background: #ffffff;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: var(--blue);
}

.registration img {
  width: 100%;
  height: 29.18vw;
  min-height: 370px;
  object-fit: cover;
  object-position: center 58%;
}

.venue {
  position: relative;
  display: block;
  height: 17.73vw;
  min-height: 260px;
  padding: 0;
  background: #ffffff;
}

.venue > div:first-child {
  position: absolute;
  top: 5.05vw;
  left: 25.91vw;
  text-align: left;
}

.venue > div:last-child {
  position: absolute;
  top: 4.58vw;
  left: 51.77vw;
  width: 33vw;
}

.venue h3 {
  margin: 0;
  padding: 0;
  text-indent: 0;
  color: var(--blue);
  font-family: var(--serif);
  font-size: 2.08vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.venue p,
.venue .rich-text {
  margin: 0.63vw 0 0;
  padding: 0;
  text-indent: 0;
  color: #000000;
  font-family: var(--sans);
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.venue > div:first-child h3,
.venue > div:first-child p {
  position: relative;
  left: 0;
  width: max-content;
}

.venue a {
  display: inline-block;
  margin-top: 3.7vw;
  font-size: 1.04vw;
  line-height: 1;
  color: var(--blue);
}

.venue .rich-text p {
  margin: 0;
}

.venue .rich-text a {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.newsroom {
  padding: 3.55vw 2.24vw 3.07vw;
  text-align: center;
  background: #ffffff;
}

.newsroom h2 {
  font-size: 4.43vw;
  line-height: 1;
  color: var(--blue);
}

.rule {
  height: 2px;
  margin: 2.24vw 0 2.35vw;
  background: var(--blue);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.8vw;
}

.news-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-card .date {
  margin: 0 0 2.03vw;
  font-size: 1.3vw;
  line-height: 1;
  color: #000000;
}

.news-card img {
  width: 100%;
  height: 16.27vw;
  object-fit: cover;
}

.news-card h3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 8.5vw;
  margin: 1.72vw auto 2.35vw;
  max-width: 95%;
  font-family: var(--serif);
  font-size: 1.67vw;
  line-height: 1.36;
  overflow-wrap: anywhere;
  text-wrap: balance;
  color: var(--blue);
}

.news-card a {
  margin-top: auto;
  font-size: 1.04vw;
  line-height: 1;
  color: var(--blue);
}

.newsroom .button.blue {
  width: 11.73vw;
  min-width: 225px;
  min-height: 3.75vw;
  margin-top: 3.86vw;
  border: 0;
  background: var(--blue);
  font-family: var(--serif);
  font-size: 1.46vw;
  color: #ffffff;
}

.contacts {
  position: relative;
  display: block;
  height: 18.08vw;
  min-height: 205px;
  padding: 0;
  border-top: 0;
  background: #ffffff;
}

.contacts::before {
  content: "";
  position: absolute;
  top: 0.36vw;
  left: 1.32vw;
  right: 2.1vw;
  height: 3px;
  background: var(--blue);
}

.contact-title {
  position: absolute;
  top: 3.13vw;
  left: 5.28vw;
  width: 18vw;
  padding-top: 0;
  text-align: left;
}

.contact-title h2 {
  font-size: 2.29vw;
  line-height: 1.16;
  color: var(--blue);
}

.contact-title p,
.contact-title a {
  display: block;
  margin: 1.2vw 0 0;
  font-size: 1.15vw;
  font-weight: 700;
  text-decoration: none;
  color: #111111;
}

.contact-title a {
  margin-top: 0.69vw;
  font-weight: 400;
}

.contact-card {
  position: absolute;
  top: 3.13vw;
  width: 20.8vw;
  text-align: center;
  font-size: 1.04vw;
  line-height: 1.15;
  color: #111111;
}

.contact-card:nth-of-type(1) {
  left: 31.67vw;
}

.contact-card:nth-of-type(2) {
  left: 55.6vw;
}

.contact-card:nth-of-type(3) {
  left: 78.1vw;
}

.contact-card img {
  width: 4.69vw;
  height: 4.17vw;
  margin: 0 auto 0.52vw;
  object-fit: cover;
}

.contact-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.25vw;
  line-height: 1.1;
  color: var(--blue);
}

.contact-card p {
  margin: 0.42vw 0 1.15vw;
}

.contact-card a,
.contact-card span {
  display: block;
  color: #111111;
  text-decoration: none;
}

.footer {
  position: relative;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content max-content 5.47vw;
  column-gap: clamp(14px, 1.7vw, 34px);
  align-items: center;
  height: 6.67vw;
  min-height: 76px;
  margin: 0 1.32vw 1.14vw;
  padding: 0 0 0 3.91vw;
  background: transparent;
  color: #ffffff;
  overflow: visible;
  font-size: clamp(11px, 0.84vw, 16px);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 7.08vw 0 0;
  z-index: 0;
  background: #000000;
}

.footer > * {
  position: relative;
  z-index: 1;
}

.footer a {
  text-decoration: none;
}

.footer > a {
  padding-left: 1.12vw;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 700;
  white-space: nowrap;
}

.footer nav {
  display: flex;
  gap: 0;
  align-items: center;
  white-space: nowrap;
}

.footer nav[aria-label="Footer navigation"] {
  justify-self: center;
}

.footer nav[aria-label="Legal navigation"] {
  justify-self: end;
}

.footer nav a + a {
  margin-left: 0.47vw;
  padding-left: 0.47vw;
  border-left: 1px solid rgba(255, 255, 255, 0.72);
}

.footer p {
  margin: 0;
  padding-right: 0.5vw;
  text-align: right;
  line-height: 1.12;
  white-space: nowrap;
}

.footer img {
  position: relative;
  justify-self: end;
  width: 5.47vw;
  height: 6.67vw;
  object-fit: contain;
  background: #ffffff;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
}

.video-modal.is-open {
  display: flex;
}

.video-dialog {
  width: min(100%, 980px);
  background: #000000;
}

.video-dialog video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
}

.modal-close {
  display: block;
  margin-left: auto;
  padding: 10px 14px;
  border: 0;
  background: #ffffff;
  color: var(--blue);
  font: 700 13px/1 var(--sans);
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}

.business-forum-page .bf-hero {
  position: relative;
  height: 24.44vw;
  min-height: 300px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background: url("data/panorama.jpg") center 48% / cover;
}

.business-forum-page .bf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0H100V90C82 90 67 78 48 59C31 42 17 41 8 49C2 55 0 72 0 90Z' fill='%23002c67' fill-opacity='0.9'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
}

.business-forum-page .bf-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 37, 88, 0.06);
}

.business-forum-page .bf-hero h1,
.business-forum-page .bf-hero-title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  transform: translateY(-0.55vw);
  font-family: var(--serif);
  font-size: 3.25vw;
  line-height: 1.35;
  color: #ffffff;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
}

.business-forum-page .bf-hero-title p,
.business-forum-page .bf-lead p,
.business-forum-page .bf-section-title p,
.business-forum-page .agenda-title p,
.business-forum-page .agenda-details p,
.business-forum-page .agenda-venue p,
.business-forum-page .speaker-name p,
.business-forum-page .speaker-position p,
.business-forum-page .speaker-description p,
.business-forum-page .bf-registration-title p,
.business-forum-page .bf-venue-name p,
.business-forum-page .bf-venue-text p,
.business-forum-page .venue-detail-title p,
.business-forum-page .venue-detail-description p {
  margin: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
}

.business-forum-page .bf-content-width {
  width: 69.55vw;
  margin: 0 auto;
}

.business-forum-page .bf-agenda {
  padding: 3.9vw 0 0;
  background: #ffffff;
  color: #000000;
}

.business-forum-page .bf-lead {
  margin: 0 auto 6vw;
  max-width: 48vw;
  text-align: center;
  font-size: 1.25vw;
  line-height: 1.12;
}

.business-forum-page .bf-agenda h2,
.business-forum-page .bf-speakers h2,
.business-forum-page .bf-venue h2,
.business-forum-page .bf-section-title {
  margin: 0;
  font-family: var(--serif);
  font-size: 2.08vw;
  line-height: 1;
  color: #000000;
}

.business-forum-page .bf-blue-rule {
  height: 0.31vw;
  min-height: 5px;
  margin: 1.55vw 0 2.75vw;
  background: var(--blue);
}

.business-forum-page .agenda-column-headings,
.business-forum-page .agenda-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.85fr) minmax(0, 3.8fr) minmax(140px, 1fr);
  column-gap: 0;
}

.business-forum-page .agenda-column-headings {
  padding: 0 1.15vw 0.95vw;
  border-bottom: 1px solid #a9b2bf;
  color: var(--blue);
  font-size: clamp(12px, 0.78vw, 15px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.business-forum-page .agenda-column-headings span:first-child,
.business-forum-page .agenda-row time {
  padding-right: clamp(18px, 1.55vw, 32px);
}

.business-forum-page .agenda-column-headings span:nth-child(2),
.business-forum-page .agenda-column-headings span:nth-child(3),
.business-forum-page .agenda-row > div:first-of-type,
.business-forum-page .agenda-venue {
  padding-left: clamp(24px, 2vw, 42px);
  border-left: 1px solid #c8ced6;
}

.business-forum-page .agenda-column-headings span:nth-child(2),
.business-forum-page .agenda-row > div:first-of-type {
  padding-right: clamp(24px, 2vw, 42px);
}

.business-forum-page .agenda-row {
  min-height: 12.05vw;
  padding: 2.32vw 1.15vw 2vw;
  border-bottom: 3px solid #000000;
  font-size: 1.25vw;
  line-height: 1.2;
}

.business-forum-page .agenda-row > * {
  min-width: 0;
}

.business-forum-page .agenda-row time {
  white-space: nowrap;
}

.business-forum-page .agenda-venue {
  color: var(--blue);
  font-weight: 700;
}

.business-forum-page .agenda-row.compact {
  min-height: 7.35vw;
}

.business-forum-page .agenda-row time,
.business-forum-page .agenda-row h3,
.business-forum-page .agenda-row h4,
.business-forum-page .agenda-title {
  font-weight: 700;
}

.business-forum-page .agenda-row h3,
.business-forum-page .agenda-row h4,
.business-forum-page .agenda-row p,
.business-forum-page .agenda-row ul {
  margin: 0;
}

.business-forum-page .agenda-row ul {
  padding: 2.05vw 0 0 1.25em;
  list-style-position: outside;
  font-size: 1.04vw;
}

.business-forum-page .agenda-row h4,
.business-forum-page .agenda-details {
  margin-top: 1.55vw;
  font-size: clamp(15px, 1.04vw, 22px);
}

.business-forum-page .agenda-details p,
.business-forum-page .agenda-details ul {
  font-size: inherit;
  line-height: inherit;
}

.business-forum-page .bf-speakers {
  padding: 6.25vw 0 6.6vw;
  background: #ffffff;
}

.business-forum-page .bf-speakers h2 {
  text-align: center;
}

.business-forum-page .speaker-row {
  display: grid;
  grid-template-columns: 33.65vw 1fr;
  min-height: 11.25vw;
  padding: 2.8vw 0 2.5vw;
  border-bottom: 3px solid #000000;
  color: #000000;
}

.business-forum-page .speaker-row h3,
.business-forum-page .speaker-row h4,
.business-forum-page .speaker-row p {
  margin: 0;
}

.business-forum-page .speaker-row h3,
.business-forum-page .speaker-row h4,
.business-forum-page .speaker-name,
.business-forum-page .speaker-position {
  font-family: var(--serif);
  font-weight: 700;
}

.business-forum-page .speaker-row h3,
.business-forum-page .speaker-name {
  font-size: 1.56vw;
  line-height: 1;
}

.business-forum-page .speaker-row h4,
.business-forum-page .speaker-position {
  margin-top: 1.65vw;
  font-size: 1.3vw;
}

.business-forum-page .speaker-description {
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.13;
  text-align: justify;
}

.business-forum-page .speaker-description p {
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
}

.business-forum-page .bf-registration {
  width: 78.6vw;
  margin: 0 auto 3.7vw;
}

.business-forum-page .bf-registration-panel {
  display: grid;
  place-items: center;
  height: 15.5vw;
  min-height: 205px;
  background: #003b84;
  color: #ffffff;
  text-align: center;
}

.business-forum-page .bf-registration-panel h2,
.business-forum-page .bf-registration-title {
  margin: 0;
  font-family: var(--serif);
  font-size: 2.35vw;
  line-height: 1;
}

.business-forum-page .bf-registration-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.05vw;
  margin-top: 1.15vw;
  padding: 0 1.45vw;
  background: #ffffff;
  font-family: var(--serif);
  font-size: 0.88vw;
  font-weight: 700;
  text-decoration: none;
  color: var(--blue);
}

.business-forum-page .bf-registration img {
  width: 100%;
  height: 24.1vw;
  min-height: 330px;
  object-fit: cover;
  object-position: center 58%;
}

.business-forum-page .bf-venue {
  padding: 0 0 4.7vw;
  background: #ffffff;
  color: #000000;
}

.business-forum-page .venue-top,
.business-forum-page .venue-info-row {
  display: grid;
  grid-template-columns: 35.9vw 1fr;
}

.business-forum-page .venue-top {
  padding: 0 1.45vw 1.72vw;
  border-bottom: 3px solid var(--blue);
}

.business-forum-page .bf-venue h2,
.business-forum-page .bf-venue .bf-section-title {
  color: var(--blue);
}

.business-forum-page .bf-venue-name,
.business-forum-page .bf-venue-text,
.business-forum-page .venue-detail-title,
.business-forum-page .venue-detail-description {
  margin: 0;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.12;
}

.business-forum-page .venue-top p,
.business-forum-page .venue-info-row p,
.business-forum-page .venue-info-row h3 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.business-forum-page .venue-top > div:first-child p {
  margin-top: 0.65vw;
}

.business-forum-page .venue-top a {
  display: inline-block;
  margin-top: 2.35vw;
  font-size: 1.04vw;
  color: var(--blue);
}

.business-forum-page .venue-info-row {
  min-height: 5.55vw;
  padding: 1.56vw 1.45vw;
  border-bottom: 3px solid var(--blue);
}

.business-forum-page .venue-info-row:first-of-type {
  min-height: 20.15vw;
}

.business-forum-page .venue-info-row h3,
.business-forum-page .venue-detail-title {
  font-weight: 400;
}

.business-forum-page .bf-contacts {
  margin-top: 0;
}

.newsroom-page .site-header {
  height: 19.85vw;
  min-height: 245px;
}

.newsroom-page .nr-hero {
  position: relative;
  display: grid;
  place-items: center;
  height: 23.45vw;
  min-height: 300px;
  overflow: hidden;
  background: #009b67;
  color: #ffffff;
}

.newsroom-page .nr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 10C22 28 48 61 70 82C82 93 93 79 100 46V100H0Z' fill='%2307347a'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.newsroom-page .nr-hero-title,
.newsroom-page .nr-section-title {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: 3.13vw;
  font-weight: 700;
  line-height: 1;
  color: var(--blue);
}

.newsroom-page .nr-hero-title {
  transform: translateY(-2.3vw);
  font-weight: 400;
  color: #ffffff;
}

.newsroom-page .nr-hero-title p,
.newsroom-page .nr-section-title p,
.newsroom-page .nr-gallery-text p {
  margin: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
}

.newsroom-page .nr-highlight {
  display: grid;
  grid-template-columns: 46.5vw 1fr;
  gap: 3.7vw;
  min-height: 35.5vw;
  padding: 3.65vw 2.4vw 4.2vw 3.4vw;
  color: #000000;
}

.newsroom-page .nr-highlight-copy {
  padding-top: 1.1vw;
}

.newsroom-page .nr-meta {
  margin: 0;
  font-size: 1.25vw;
  line-height: 1;
}

.newsroom-page .nr-highlight h1 {
  max-width: 35vw;
  margin: 1.25vw 0 1.75vw;
  font-family: var(--serif);
  font-size: 2.08vw;
  line-height: 1.25;
  color: var(--blue);
}

.newsroom-page .nr-summary {
  max-width: 39vw;
  margin: 0;
  font-size: 1.25vw;
  line-height: 1.18;
}

.newsroom-page .nr-highlight a,
.newsroom-page .nr-card a {
  display: inline-block;
  margin-top: 2.7vw;
  font-size: 1.04vw;
  color: var(--blue);
}

.newsroom-page .nr-highlight img {
  width: 100%;
  height: 28.3vw;
  object-fit: cover;
}

.newsroom-page .nr-listing {
  padding: 0 2.35vw 7.7vw;
  text-align: center;
}

.newsroom-page .nr-section-title {
  text-align: center;
}

.newsroom-page .nr-rule {
  height: 2px;
  margin: 2.65vw 0 3.7vw;
  background: var(--blue);
}

.newsroom-page .nr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.7vw;
}

.newsroom-page .nr-card {
  color: #000000;
  text-align: center;
}

.newsroom-page .nr-card img {
  width: 100%;
  height: 16.3vw;
  margin-top: 2.05vw;
  object-fit: cover;
}

.newsroom-page .nr-card h2 {
  min-height: 5.2vw;
  margin: 1.45vw 1vw 0;
  font-family: var(--serif);
  font-size: 1.56vw;
  line-height: 1.3;
  color: var(--blue);
}

.newsroom-page .nr-card a {
  margin-top: 1.95vw;
}

.newsroom-page .nr-rule--bottom {
  margin: 2.45vw 0 2.9vw;
}

.newsroom-page .nr-all-news {
  display: inline-flex;
  align-items: center;
  min-height: 3.65vw;
  padding: 0 2.5vw;
  background: var(--blue);
  font-family: var(--serif);
  font-size: 1.15vw;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
}

.newsroom-page .nr-gallery {
  min-height: 97vw;
  padding-top: 0.5vw;
  text-align: center;
}

.newsroom-page .nr-gallery-slider {
  position: relative;
  width: 66.8vw;
  margin: 3.65vw auto 0;
}

.newsroom-page .nr-gallery-viewport {
  overflow: hidden;
}

.newsroom-page .nr-gallery-track {
  display: flex;
  transition: transform 300ms ease;
}

.newsroom-page .nr-gallery-slide {
  flex: 0 0 100%;
}

.newsroom-page .nr-gallery-slide img {
  display: block;
  width: 66.8vw;
  height: 43.5vw;
  margin: 0;
  object-fit: cover;
}

.newsroom-page .nr-gallery-dots {
  display: flex;
  justify-content: center;
  gap: 0.55vw;
  margin-top: 1.25vw;
}

.newsroom-page .nr-gallery-dot {
  width: 0.75vw;
  height: 0.75vw;
  min-width: 10px;
  min-height: 10px;
  padding: 0;
  border: 1px solid var(--blue);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.newsroom-page .nr-gallery-dot.is-active {
  background: var(--blue);
}

.newsroom-page .nr-gallery-text {
  width: 39vw;
  margin: 2.55vw auto 0;
  font-size: 1.25vw;
  line-height: 1.12;
  color: #000000;
}

.newsroom-page .nr-contacts {
  margin-top: 0;
}

.registration-page .site-header {
  height: 19.85vw;
  min-height: 245px;
}

.registration-page .reg-form-section {
  width: 67vw;
  min-height: 104vw;
  margin: 0 auto;
  padding: 5.7vw 0 4.2vw;
  text-align: center;
  color: #000000;
}

.registration-page .reg-kicker,
.registration-page .reg-title {
  font-family: var(--serif);
  font-weight: 700;
  color: var(--blue);
}

.registration-page .reg-kicker {
  font-size: 2.08vw;
  line-height: 1;
}

.registration-page .reg-title {
  margin-top: 1.65vw;
  font-size: 3.13vw;
  line-height: 1;
}

.registration-page .reg-intro {
  margin-top: 2.05vw;
  font-size: 1.25vw;
  line-height: 1.12;
}

.registration-page .reg-kicker p,
.registration-page .reg-title p,
.registration-page .reg-intro p,
.registration-page .reg-footer-text p {
  margin: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
}

.registration-page .reg-embed {
  width: 100%;
  margin-top: 4.7vw;
}

.registration-page .reg-embed iframe {
  display: block;
  width: 100%;
  min-height: 600px;
  border: 0;
  background: #ffffff;
}

.registration-page .reg-embed-placeholder {
  display: grid;
  place-items: center;
  min-height: 46vw;
  border: 2px dashed #aeb7c3;
  background: #f4f5f6;
  font-size: 1.15vw;
  color: #58616d;
}

.registration-page .reg-footer-text {
  margin-top: 2vw;
  text-align: left;
  font-size: 1.04vw;
  line-height: 1.3;
}

.registration-page .reg-contacts {
  margin-top: 0;
}

@media (max-width: 900px) {
  .newsroom-page .site-header {
    height: auto;
  }

  .newsroom-page .nr-hero {
    height: 280px;
    min-height: 0;
  }

  .newsroom-page .nr-hero-title,
  .newsroom-page .nr-section-title {
    font-size: 34px;
  }

  .newsroom-page .nr-hero-title {
    transform: translateY(-20px);
  }

  .newsroom-page .nr-highlight {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 48px 24px;
  }

  .newsroom-page .nr-highlight h1,
  .newsroom-page .nr-summary {
    max-width: none;
  }

  .newsroom-page .nr-meta,
  .newsroom-page .nr-summary {
    font-size: 16px;
    line-height: 1.4;
  }

  .newsroom-page .nr-highlight h1 {
    margin: 18px 0;
    font-size: 28px;
  }

  .newsroom-page .nr-highlight a,
  .newsroom-page .nr-card a {
    margin-top: 20px;
    font-size: 14px;
  }

  .newsroom-page .nr-highlight img,
  .newsroom-page .nr-card img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .newsroom-page .nr-listing {
    padding: 20px 24px 64px;
  }

  .newsroom-page .nr-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .newsroom-page .nr-card .nr-meta {
    margin-top: 18px;
  }

  .newsroom-page .nr-card h2 {
    min-height: 0;
    margin-top: 18px;
    font-size: 24px;
  }

  .newsroom-page .nr-all-news {
    min-height: 48px;
    padding: 0 28px;
    font-size: 16px;
  }

  .newsroom-page .nr-gallery {
    min-height: 0;
    padding: 24px 24px 90px;
  }

  .newsroom-page .nr-gallery-slider {
    width: 100%;
    margin-top: 32px;
  }

  .newsroom-page .nr-gallery-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .newsroom-page .nr-gallery-dots {
    gap: 8px;
    margin-top: 16px;
  }

  .newsroom-page .nr-gallery-text {
    width: min(100%, 620px);
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.4;
  }

  .registration-page .site-header {
    height: auto;
  }

  .registration-page .reg-form-section {
    width: 100%;
    min-height: 0;
    padding: 56px 24px 72px;
  }

  .registration-page .reg-kicker {
    font-size: 28px;
  }

  .registration-page .reg-title {
    margin-top: 18px;
    font-size: 38px;
  }

  .registration-page .reg-intro {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.4;
  }

  .registration-page .reg-embed {
    margin-top: 42px;
  }

  .registration-page .reg-embed-placeholder {
    min-height: 420px;
    padding: 24px;
    font-size: 16px;
  }

  .registration-page .reg-footer-text {
    font-size: 15px;
  }

  .business-forum-page .bf-hero {
    height: auto;
    min-height: 300px;
    padding: 48px 24px;
    background-position: center;
  }

  .business-forum-page .bf-hero h1,
  .business-forum-page .bf-hero-title {
    transform: none;
    font-size: clamp(30px, 6vw, 46px);
    line-height: 1.2;
  }

  .site-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: auto;
    min-height: 0;
    padding: 16px 20px 0;
  }

  .brand-strip {
    position: static;
    width: 76px;
    height: 95px;
    object-fit: cover;
    object-position: left center;
  }

  .brand-strip-event {
    display: block;
    position: relative;
    width: 240px;
    height: 74px;
    overflow: hidden;
  }

  .brand-strip-event img {
    position: absolute;
    top: -72px;
    right: 0;
    width: 894px;
    max-width: none;
  }

  .main-nav {
    width: 100%;
    position: static;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px 22px;
    margin-top: 14px;
    padding: 14px 0 16px;
    border-top: 1px solid #c9d2de;
    font-size: 15px;
  }

  .main-nav .back-link {
    font-weight: 700;
  }

  .hero {
    aspect-ratio: auto;
    min-height: 0;
    padding: 56px 24px 64px;
    background-size: cover;
    background-position: center;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(3, 28, 64, 0.55);
  }

  .hero-copy {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 640px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero h2 {
    font-size: 22px;
  }

  .hero .rich-text {
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.4;
  }

  .hero .button.light {
    min-height: 46px;
    padding: 0 20px;
    font-size: 13px;
  }

  .intro {
    display: grid;
    gap: 30px;
    height: auto;
    padding: 48px 24px;
    overflow: visible;
  }

  .intro-copy {
    position: static;
    width: 100%;
  }

  .intro h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .intro .rich-text {
    width: 100%;
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }

  .intro img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 10 / 7;
    margin: 0;
    object-position: center;
  }

  .panorama img {
    height: 220px;
    min-height: 0;
  }

  .partner {
    display: grid;
    gap: 0;
    height: auto;
    padding: 0;
    overflow: visible;
  }

  .partner-video {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 10 / 7;
  }

  .partner-copy {
    position: static;
    width: 100%;
    padding: 36px 24px 48px;
  }

  .partner h2 {
    font-size: 30px;
  }

  .partner .rich-text {
    width: 100%;
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }

  .video-section {
    padding: 48px 0 32px;
  }

  .video-card {
    width: calc(100% - 48px);
  }

  .registration {
    padding: 24px 16px;
  }

  .registration-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    height: auto;
    min-height: 0;
    padding: 48px 24px;
  }

  .registration h2 {
    position: static;
    width: auto;
    font-size: 32px;
    line-height: 1.15;
  }

  .registration .button.light {
    position: static;
    transform: none;
    height: auto;
    min-height: 48px;
    padding: 14px 20px;
    font-size: 18px;
    white-space: normal;
    text-align: center;
  }

  .registration img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    margin-top: 16px;
  }

  .venue {
    height: auto;
    min-height: 0;
    padding: 40px 24px;
  }

  .venue > div:first-child,
  .venue > div:last-child {
    position: static;
    width: 100%;
  }

  .venue > div:first-child h3,
  .venue > div:first-child p {
    width: auto;
  }

  .venue > div:last-child {
    margin-top: 24px;
  }

  .venue h3 {
    font-size: 26px;
  }

  .venue p,
  .venue .rich-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.35;
  }

  .venue a {
    margin-top: 18px;
    font-size: 14px;
  }

  .newsroom {
    padding: 40px 24px 48px;
  }

  .newsroom h2 {
    font-size: 34px;
  }

  .rule {
    margin: 18px 0 26px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .news-card .date {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .news-card img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .news-card h3 {
    min-height: 0;
    margin: 16px auto 18px;
    font-size: 22px;
  }

  .news-card a {
    font-size: 14px;
  }

  .newsroom .button.blue {
    width: auto;
    min-height: 48px;
    margin-top: 34px;
    padding: 0 28px;
    font-size: 18px;
  }

  .contacts {
    height: auto;
    min-height: 0;
    padding: 40px 24px 48px;
  }

  .contacts::before {
    top: 0;
    left: 16px;
    right: 16px;
  }

  .contact-title {
    position: static;
    width: 100%;
    max-width: 420px;
  }

  .contact-title h2 {
    font-size: 28px;
  }

  .contact-title p {
    margin: 16px 0 0;
    font-size: 16px;
  }

  .contact-title a {
    margin-top: 8px;
    font-size: 15px;
  }

  .contact-card {
    position: static;
    width: 100%;
    max-width: 420px;
    margin: 36px 0 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.35;
  }

  .contact-card img {
    width: 64px;
    height: 56px;
    margin: 0 0 10px;
  }

  .contact-card h3 {
    font-size: 18px;
  }

  .contact-card p {
    margin: 6px 0 10px;
  }

  .footer {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    gap: 18px;
    margin: 22px;
    padding: 20px 24px;
    background: #000000;
    font-size: 13px;
  }

  .footer::before {
    display: none;
  }

  .footer,
  .footer p {
    text-align: left;
  }

  .footer p {
    white-space: pre-line;
    padding-right: 0;
  }

  .footer nav {
    flex-wrap: wrap;
    gap: 6px 0;
    white-space: normal;
  }

  .footer nav[aria-label="Footer navigation"],
  .footer nav[aria-label="Legal navigation"] {
    justify-self: start;
  }

  .footer nav a + a {
    margin-left: 8px;
    padding-left: 8px;
  }

  .footer > a {
    padding-left: 14px;
    font-size: 14px;
  }

  .footer img {
    justify-self: start;
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 560px) {
  .p-20 {
    padding: 0 !important;
  }

  .business-forum-page .bf-hero {
    min-height: 260px;
    padding: 36px 20px;
  }

  .business-forum-page .bf-hero h1,
  .business-forum-page .bf-hero-title {
    font-size: 28px;
  }

  .site-header {
    padding: 12px 16px 0;
  }

  .brand-strip {
    width: 60px;
    height: 75px;
  }

  .brand-strip-event {
    width: 200px;
    height: 62px;
  }

  .brand-strip-event img {
    top: -60px;
    width: 745px;
  }

  .main-nav {
    gap: 8px 16px;
    margin-top: 12px;
    padding: 12px 0 14px;
    font-size: 13px;
  }

  .hero {
    padding: 44px 20px 52px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 19px;
  }

  .hero .rich-text {
    font-size: 15px;
  }

  .intro,
  .venue {
    padding-inline: 20px;
  }

  .partner-copy {
    padding: 30px 20px 40px;
  }

  .intro h2,
  .partner h2 {
    font-size: 26px;
  }

  .intro .rich-text,
  .partner .rich-text,
  .venue p,
  .venue .rich-text,
  .hero .rich-text {
    line-height: 1.45;
  }

  .panorama img {
    height: 180px;
  }

  .video-card {
    width: calc(100% - 40px);
  }

  .registration {
    padding: 20px 12px;
  }

  .registration-panel {
    padding: 40px 20px;
  }

  .registration h2 {
    font-size: 26px;
  }

  .registration .button.light {
    font-size: 16px;
  }

  .venue h3 {
    font-size: 23px;
  }

  .newsroom {
    padding-inline: 20px;
  }

  .newsroom h2 {
    font-size: 28px;
  }

  .news-card h3 {
    font-size: 20px;
  }

  .contacts {
    padding-inline: 20px;
  }

  .contact-title h2 {
    font-size: 25px;
  }

  .footer {
    margin: 16px;
    padding: 18px 20px;
  }
}

@media (max-width: 900px) {
  .business-forum-page .bf-hero {
    min-height: 320px;
    padding: 48px 24px;
    background-position: center 48%;
  }

  .business-forum-page .bf-hero::before {
    background: rgba(0, 44, 103, 0.78);
  }

  .business-forum-page .bf-hero-title {
    max-width: 680px;
    font-size: clamp(30px, 7vw, 46px);
    line-height: 1.15;
  }

  .business-forum-page .bf-agenda {
    padding: 48px 20px 0;
  }

  .business-forum-page .bf-lead {
    max-width: 640px;
    margin: 0 auto 52px;
    font-size: 16px;
    line-height: 1.5;
  }

  .business-forum-page .bf-content-width {
    width: 100%;
    max-width: 720px;
  }

  .business-forum-page .bf-section-title {
    font-size: 30px;
    line-height: 1.1;
  }

  .business-forum-page .bf-blue-rule {
    height: 4px;
    min-height: 0;
    margin: 16px 0 24px;
  }

  .business-forum-page .agenda-row,
  .business-forum-page .agenda-row.compact {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 10px 18px;
    min-height: 0;
    padding: 24px 0;
    border-bottom-width: 2px;
    font-size: 15px;
    line-height: 1.4;
  }

  .business-forum-page .agenda-row time {
    grid-row: 1 / span 3;
    font-family: var(--serif);
    font-size: 22px;
    color: var(--blue);
  }

  .business-forum-page .agenda-title {
    font-size: 18px;
  }

  .business-forum-page .agenda-details {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.45;
  }

  .business-forum-page .agenda-venue {
    grid-column: 2;
    font-size: 14px;
    color: #505967;
  }

  .business-forum-page .agenda-venue::before {
    content: "Venue: ";
    font-weight: 700;
    color: #111111;
  }

  .business-forum-page .bf-speakers {
    padding: 64px 20px;
  }

  .business-forum-page .bf-speakers .bf-section-title {
    text-align: center;
  }

  .business-forum-page .speaker-row {
    display: block;
    min-height: 0;
    padding: 28px 0;
    border-bottom-width: 2px;
  }

  .business-forum-page .speaker-name {
    font-size: 22px;
    line-height: 1.15;
    color: var(--blue);
  }

  .business-forum-page .speaker-position {
    margin-top: 8px;
    font-size: 17px;
  }

  .business-forum-page .speaker-description {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .business-forum-page .bf-registration {
    width: calc(100% - 32px);
    margin: 0 auto 56px;
  }

  .business-forum-page .bf-registration-panel {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: auto;
    min-height: 0;
    padding: 52px 24px;
  }

  .business-forum-page .bf-registration-title {
    font-size: 32px;
    line-height: 1.15;
  }

  .business-forum-page .bf-registration-panel a {
    min-height: 48px;
    margin: 0;
    padding: 12px 24px;
    font-size: 17px;
  }

  .business-forum-page .bf-registration img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .business-forum-page .bf-venue {
    padding: 0 20px 64px;
  }

  .business-forum-page .bf-venue .bf-content-width {
    width: 100%;
    max-width: 680px;
  }

  .business-forum-page .venue-top,
  .business-forum-page .venue-info-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .business-forum-page .venue-top {
    padding: 0 0 30px;
    border-bottom-width: 2px;
  }

  .business-forum-page .venue-top > div + div {
    margin-top: 0;
  }

  .business-forum-page .bf-venue-name,
  .business-forum-page .bf-venue-text,
  .business-forum-page .venue-detail-title,
  .business-forum-page .venue-detail-description {
    font-size: 16px;
    line-height: 1.48;
  }

  .business-forum-page .bf-venue-name {
    max-width: 24rem;
    margin-top: 12px;
    font-family: var(--serif);
    font-size: 22px;
    line-height: 1.15;
    color: #000000;
  }

  .business-forum-page .venue-top a {
    min-height: 44px;
    margin-top: 20px;
    padding: 11px 18px;
    border: 2px solid var(--blue);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
  }

  .business-forum-page .venue-info-row,
  .business-forum-page .venue-info-row:first-of-type {
    min-height: 0;
    padding: 26px 0;
    border-bottom-width: 2px;
  }

  .business-forum-page .venue-detail-title {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
  }

  .business-forum-page .venue-detail-description {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .business-forum-page .bf-hero {
    min-height: 280px;
    padding: 36px 18px;
  }

  .business-forum-page .bf-hero-title {
    font-size: 28px;
    line-height: 1.15;
  }

  .business-forum-page .bf-agenda,
  .business-forum-page .bf-speakers,
  .business-forum-page .bf-venue {
    padding-inline: 18px;
  }

  .business-forum-page .bf-venue {
    padding-bottom: 52px;
  }

  .business-forum-page .venue-top {
    gap: 16px;
    padding-bottom: 26px;
  }

  .business-forum-page .bf-venue .bf-section-title {
    font-size: 28px;
    line-height: 1.1;
  }

  .business-forum-page .bf-venue-name {
    font-size: 20px;
  }

  .business-forum-page .bf-venue-text,
  .business-forum-page .venue-detail-description {
    font-size: 15px;
    line-height: 1.5;
  }

  .business-forum-page .venue-info-row,
  .business-forum-page .venue-info-row:first-of-type {
    gap: 10px;
    padding: 22px 0;
  }

  .business-forum-page .venue-detail-title {
    font-size: 19px;
    line-height: 1.18;
  }

  .business-forum-page .agenda-row,
  .business-forum-page .agenda-row.compact {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .business-forum-page .agenda-row time,
  .business-forum-page .agenda-venue {
    grid-column: 1;
    grid-row: auto;
  }

  .business-forum-page .agenda-row time {
    margin-bottom: 6px;
  }

  .business-forum-page .bf-registration {
    width: calc(100% - 24px);
  }

  .business-forum-page .bf-registration-title {
    font-size: 27px;
  }
}

@media (max-width: 900px) {
  .business-forum-page {
    overflow-x: hidden;
  }

  .business-forum-page main,
  .business-forum-page section,
  .business-forum-page article,
  .business-forum-page div {
    max-width: 100%;
  }

  .business-forum-page .bf-hero-title,
  .business-forum-page .bf-lead,
  .business-forum-page .bf-section-title,
  .business-forum-page .agenda-title,
  .business-forum-page .agenda-details,
  .business-forum-page .agenda-venue,
  .business-forum-page .speaker-name,
  .business-forum-page .speaker-position,
  .business-forum-page .speaker-description,
  .business-forum-page .bf-registration-title,
  .business-forum-page .bf-venue-name,
  .business-forum-page .bf-venue-text,
  .business-forum-page .venue-detail-title,
  .business-forum-page .venue-detail-description,
  .business-forum-page .contact-title,
  .business-forum-page .contact-card,
  .business-forum-page .footer {
    overflow-wrap: anywhere;
  }

  .business-forum-page .bf-hero-title *,
  .business-forum-page .bf-lead *,
  .business-forum-page .bf-section-title *,
  .business-forum-page .agenda-title *,
  .business-forum-page .agenda-details *,
  .business-forum-page .agenda-venue *,
  .business-forum-page .speaker-name *,
  .business-forum-page .speaker-position *,
  .business-forum-page .speaker-description *,
  .business-forum-page .bf-registration-title *,
  .business-forum-page .bf-venue-name *,
  .business-forum-page .bf-venue-text *,
  .business-forum-page .venue-detail-title *,
  .business-forum-page .venue-detail-description * {
    margin-top: 0;
    margin-bottom: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
  }

  .business-forum-page .site-header {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px 18px;
    align-items: center;
    padding: 16px 20px 0;
  }

  .business-forum-page .brand-strip {
    width: 76px;
    height: 95px;
  }

  .business-forum-page .brand-strip-event {
    justify-self: end;
    width: min(240px, calc(100vw - 150px));
    max-width: 100%;
  }

  .business-forum-page .main-nav {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, max-content));
    gap: 10px 18px;
    justify-content: start;
    width: 100%;
    margin: 0;
    padding: 14px 0 16px;
    font-size: 15px;
    line-height: 1.2;
  }

  .business-forum-page .main-nav a {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    min-height: 32px;
    overflow-wrap: anywhere;
  }

  .business-forum-page .main-nav .back-link {
    grid-column: 1 / -1;
  }

  .business-forum-page .bf-hero {
    min-height: 300px;
    padding: 52px 22px;
    background-position: center;
  }

  .business-forum-page .bf-hero::before {
    background: rgba(0, 44, 103, 0.76);
  }

  .business-forum-page .bf-hero-title {
    width: min(100%, 680px);
    margin: 0 auto;
    font-size: clamp(30px, 7vw, 46px);
    line-height: 1.14;
    transform: none;
    text-wrap: balance;
  }

  .business-forum-page .bf-agenda {
    padding: 50px 20px 0;
  }

  .business-forum-page .bf-lead {
    max-width: 640px;
    margin: 0 auto 48px;
    font-size: 16px;
    line-height: 1.5;
  }

  .business-forum-page .bf-content-width {
    width: 100%;
    max-width: 720px;
  }

  .business-forum-page .bf-section-title {
    font-size: 30px;
    line-height: 1.1;
  }

  .business-forum-page .bf-blue-rule {
    height: 4px;
    min-height: 0;
    margin: 16px 0 24px;
  }

  .business-forum-page .agenda-row,
  .business-forum-page .agenda-row.compact {
    grid-template-columns: minmax(72px, 86px) minmax(0, 1fr);
    gap: 10px 18px;
    min-height: 0;
    padding: 24px 0;
    border-bottom-width: 2px;
    font-size: 15px;
    line-height: 1.42;
  }

  .business-forum-page .agenda-column-headings {
    display: none;
  }

  .business-forum-page .agenda-row > * {
    min-width: 0;
  }

  .business-forum-page .agenda-row time,
  .business-forum-page .agenda-row > div:first-of-type,
  .business-forum-page .agenda-venue {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }

  .business-forum-page .agenda-row time {
    grid-row: 1 / span 3;
    font-family: var(--serif);
    font-size: 22px;
    line-height: 1.08;
    color: var(--blue);
  }

  .business-forum-page .agenda-title {
    font-size: 18px;
    line-height: 1.22;
  }

  .business-forum-page .agenda-details,
  .business-forum-page .agenda-details p,
  .business-forum-page .agenda-details ul {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.45;
  }

  .business-forum-page .agenda-details ul {
    padding-left: 1.15rem;
    list-style-position: outside;
  }

  .business-forum-page .agenda-venue {
    grid-column: 2;
    font-size: 14px;
    line-height: 1.35;
    color: #505967;
  }

  .business-forum-page .bf-speakers {
    padding: 64px 20px;
  }

  .business-forum-page .speaker-row {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 28px 0;
    border-bottom-width: 2px;
  }

  .business-forum-page .speaker-row > * {
    min-width: 0;
  }

  .business-forum-page .speaker-name {
    font-size: 22px;
    line-height: 1.15;
    color: var(--blue);
  }

  .business-forum-page .speaker-position {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.25;
  }

  .business-forum-page .speaker-description {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .business-forum-page .bf-registration {
    width: calc(100% - 32px);
    max-width: 720px;
    margin: 0 auto 56px;
  }

  .business-forum-page .bf-registration-panel {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: auto;
    min-height: 0;
    padding: 52px 24px;
  }

  .business-forum-page .bf-registration-title {
    font-size: 32px;
    line-height: 1.15;
    text-wrap: balance;
  }

  .business-forum-page .bf-registration-panel a {
    min-height: 48px;
    margin: 0;
    padding: 12px 24px;
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
  }

  .business-forum-page .bf-registration img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .business-forum-page .bf-venue {
    padding: 0 20px 64px;
  }

  .business-forum-page .bf-venue .bf-content-width {
    width: 100%;
    max-width: 680px;
  }

  .business-forum-page .venue-top,
  .business-forum-page .venue-info-row,
  .business-forum-page .venue-info-row:first-of-type {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
  }

  .business-forum-page .venue-top > *,
  .business-forum-page .venue-info-row > * {
    min-width: 0;
  }

  .business-forum-page .venue-top {
    padding: 0 0 30px;
    border-bottom-width: 2px;
  }

  .business-forum-page .venue-info-row,
  .business-forum-page .venue-info-row:first-of-type {
    padding: 26px 0;
    border-bottom-width: 2px;
  }

  .business-forum-page .venue-top a {
    width: fit-content;
    max-width: 100%;
  }

  .business-forum-page .bf-contacts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 24px 52px;
  }

  .business-forum-page .bf-contacts .contact-title,
  .business-forum-page .bf-contacts .contact-card {
    position: static;
    width: 100%;
    max-width: 560px;
    margin: 0;
    text-align: left;
  }

  .business-forum-page .bf-contacts .contact-card {
    padding-top: 0;
  }

  .business-forum-page .bf-contacts a {
    overflow-wrap: anywhere;
  }

  .business-forum-page .footer {
    grid-template-columns: 1fr;
    gap: 18px;
    height: auto;
    min-height: 0;
    margin: 0 20px 20px;
    padding: 22px 24px;
    background: #000000;
  }

  .business-forum-page .footer::before {
    display: none;
  }

  .business-forum-page .footer nav {
    flex-wrap: wrap;
    gap: 7px 0;
    white-space: normal;
  }

  .business-forum-page .footer a {
    overflow-wrap: anywhere;
  }

  .business-forum-page .footer nav[aria-label="Footer navigation"],
  .business-forum-page .footer nav[aria-label="Legal navigation"],
  .business-forum-page .footer img {
    justify-self: start;
  }

  .business-forum-page .footer p {
    padding: 0;
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .business-forum-page .site-header {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 12px 14px;
    padding: 12px 16px 0;
  }

  .business-forum-page .brand-strip {
    width: 60px;
    height: 75px;
  }

  .business-forum-page .brand-strip-event {
    width: min(200px, calc(100vw - 106px));
    height: 62px;
  }

  .business-forum-page .main-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    padding: 12px 0 14px;
    font-size: 14px;
  }

  .business-forum-page .main-nav a {
    min-height: 30px;
  }

  .business-forum-page .main-nav .back-link {
    grid-column: 1 / -1;
  }

  .business-forum-page .bf-hero {
    min-height: 250px;
    padding: 40px 18px;
  }

  .business-forum-page .bf-hero-title {
    font-size: 28px;
  }

  .business-forum-page .bf-agenda {
    padding: 42px 18px 0;
  }

  .business-forum-page .bf-lead {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .business-forum-page .bf-section-title {
    font-size: 28px;
  }

  .business-forum-page .agenda-row,
  .business-forum-page .agenda-row.compact {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
    font-size: 16px;
    line-height: 1.45;
  }

  .business-forum-page .agenda-row time,
  .business-forum-page .agenda-venue {
    grid-column: 1;
    grid-row: auto;
  }

  .business-forum-page .agenda-row time {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 1.05;
  }

  .business-forum-page .agenda-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .business-forum-page .agenda-details,
  .business-forum-page .agenda-details p,
  .business-forum-page .agenda-details ul {
    font-size: 16px;
    line-height: 1.45;
  }

  .business-forum-page .agenda-venue {
    font-size: 15px;
    line-height: 1.35;
  }

  .business-forum-page .bf-speakers {
    padding: 54px 18px;
  }

  .business-forum-page .speaker-row {
    gap: 14px;
    padding: 24px 0;
  }

  .business-forum-page .bf-registration {
    width: calc(100% - 24px);
    margin-bottom: 48px;
  }

  .business-forum-page .bf-registration-panel {
    padding: 42px 20px;
  }

  .business-forum-page .bf-registration-title {
    font-size: 27px;
  }

  .business-forum-page .bf-contacts {
    gap: 24px;
    padding: 40px 20px 48px;
  }

  .business-forum-page .footer {
    margin: 0 16px 16px;
    padding: 20px;
  }
}
