/* Smooths out the pinned hero/journey photos so scroll-driven
   position updates ease rather than jump on each frame */
.pin-img {
  transition: top 40ms linear;
}

/* Sizing for the HubSpot meetings embed while it loads and once mounted */
.meetings-iframe-container {
  min-height: 650px;
}

.meetings-iframe-container iframe {
  width: 100%;
  min-height: 650px;
  border: 0;
}
