/* Local viewing without Webflow JS */
.w-dyn-empty { display: none !important; }
.w-nav-button { display: none !important; }
.nav-menu-wrapper-2,
.w-nav-menu {
  display: flex !important;
  position: static !important;
  background: transparent !important;
}
.video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.truncate {
  height: auto !important;
  overflow: visible !important;
}
.truncate > span:last-of-type {
  display: inline !important;
}
.truncate:not(.open) > span:first-child::after {
  content: none !important;
}
.truncate a {
  display: none !important;
}
.w-webflow-badge {
  display: none !important;
}
