:root {
  --landing-page-shadow: 0 0 22px -4px rgba(0,0,0,0.25);
}

section {
  justify-content: space-around;
  margin: 100px auto;
  justify-self: center;
}

.landing-content-container {
  width: 90%;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
}

section.banner {
  background-color: #f8f9fa;
  padding: 70px 0;
  width: 100%;
}

body[data-theme="dark"] section.banner {
  background-color: var(--background-on-hover);
}

section.hero {
  gap: 80px;
  margin: 150px auto;
}

.hero-copy {
  line-height: 1.4;
  max-width: 500px;
}

.hero-screenshot-container {
  max-width: 750px;
}

.hero-header {
  display: grid;
  gap: 7px;
  font-weight: 300;
  font-size: 2em;
}

.hero-header .typed-text {
  font-weight: 400;
  font-style: italic;
  transition: opacity .3s ease;
  opacity: 0;
}

.hero-header .typed-text.visible {
  opacity: 1;
}

.hero-subheader {
  font-weight: 300;
  font-size: 1.25em;
  margin: 0 auto 25px auto;
  line-height: 1.75;
}

section.hero .comp-image {
  width: 100%;
  /* box-shadow: 0px 30px 40px -30px rgba(0,0,0,.2); */
  box-shadow: 0px 50px 20px -45px rgba(0,0,0,.18);
  transform: scaleY(.93);
}

section.hero .comp-image.dark {
  display: none;
}

section.hero gpdi-media-element .media-container  {
  position: absolute;
  top: 8.5%;
  width: 77%;
  left: 50%;
  height: 80%;
  transform: translateX(-50%);
  transition: none;
  overflow: hidden;
}

body[data-theme="dark"] section.hero .comp-image.dark {
  display: block;
}

body[data-theme="dark"] section.hero .comp-image.light {
  display: none;
}

gpdi-media-element.screenshot img {
  height: auto;
  border-radius: 5px;
  width: 100%;
  box-shadow: var(--landing-page-shadow);
}

gpdi-media-element.screenshot:not(.hero-screenshot) img {
  cursor: pointer;
}

.carousel-container {
  margin: 20px 0;
}

.carousel-list {
  gap: 15px
}

.carousel-list {
  padding-left: 15px;
}

.carousel-container[data-animate="true"] .carousel-list {
  animation: animateCarousel 45s linear 0s infinite;
  animation-play-state: running;
  /* animation-direction: reverse; */
}

.carousel-list li {
  white-space: nowrap;
  font-size: 15px;
  padding: 3px 5px;
  border: var(--border-style);
  border-radius: 5px;
}

.active-zoom-parent {
  z-index: calc(var(--overlay-z-position) + 1);
}

body[data-theme="dark"] .screenshot img {
  border: var(--border-style-lightest);
}

.dark-theme-image {
  display: none;
}

body[data-theme="dark"] .dark-theme-image {
  display: block;
}

body[data-theme="dark"] .light-theme-image {
  display: none;
}

.section-hdr {
  line-height: 1.5;
  margin-bottom: 10px;
}

.landing-section-header-wrap {
  margin-bottom: 40px;
  text-align: center;
}

.landing-section-header {
  line-height: 1.5;
}

.section-subheader {
  max-width: 800px;
  margin: 20px auto 0 auto;
}

.benefits-section {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 60px;
}

.benefits-header {
  color: var(--text-color);
  font-weight: 400;
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}

.benefits-section p {
  line-height: 1.5;
}

.benefits-item-wrap {
  text-align: center;
  max-width: 325px;
  flex: 1;
}

.benefits-image img,
.benefits-section .sub-loader-wrap {
  height: 100px;
}

.laptop-image img {
  height: 85px;
  margin-top: 15px;
}

.landing-section > div, .landing-section gpdi-media-element.screenshot {
  width: 45%;
}

.flex-wrap-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.flex-wrap-menu-item {
  font-size: 16px;
  line-height: 1;
  padding: 7px 9px;
  border: var(--border-style);
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  background-color: var(--principal-element-background);
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.flex-wrap-menu-item:hover {
  background-color: var(--background-on-hover);
  border-color: var(--border-color-on-hover);
}

.flex-wrap-menu-item.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.use-cases-section gpdi-media-element {
  max-width: 600px;
}

.use-cases-menu {
  margin-bottom: 70px;
}

.use-case-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}

.use-case-header {
  margin-bottom: 12px;
  line-height: 1.5;
}

.screenshot-leading-indicators-chart {
  position: absolute;
  max-width: 450px !important;
  bottom: -30px;
  right: -15px;
}

.nodes-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('/images/nodes-bg.svg');
	background-position: center;
	background-size: auto;
	opacity: .12;
  pointer-events: none;
}

body[data-theme="dark"] .nodes-background {
  background-image: url('/images/nodes-bg-white.svg');
	opacity: .07;
}

.open-data-benefits-wrap {
  align-items: flex-start;
  justify-content: space-around;
  gap: 70px;
  max-width: 1100px;
  margin: 45px auto 0 auto;
}

.open-data-benefits-item {
  flex: 1;
  text-align: left;
}

.open-data-benefits-item .item-header {
  margin: 10px 0 8px 0;
  font-weight: 400;
  font-size: 16px;
}

.open-data-benefits-item .item-text {
  font-size: 15px;
  line-height: 1.5;
}

.open-data-button {
  display: inline-block;
  margin-top: 55px;
  background-color: transparent;
}

.copy-wrap {
  max-width: 450px;
}

.copy-text {
  line-height: 1.75;
}

.video-container {
  width: 100%;
  max-width: 700px;
}

.open-data-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.open-data-icon-wrap svg {
  stroke: #fff !important;
}

.open-data-menu {
  max-width: 800px;
  margin: 55px auto 50px auto;
  padding-top: 55px;
  border-top: var(--border-style-lightest);
}

.open-data-chart-container {
  max-width: 900px;
  margin: 0 auto;
}

.open-data-turnstile-container {
  display: grid;
  place-content: center;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: 9999;
  background-color: var(--principal-element-background);
}

gpdi-open-data-chart {
  display: block;
  width: 100%;
}

.video-container video {
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  /* make the background blend with the box shadow to hide the offset on the left side */
  background-color: rgba(0,0,0,.08);
  box-shadow: var(--landing-page-shadow);
}

body[data-theme="dark"] .banner .vid-overlay {
  background-color: var(--background-color);
}

.open-data-var-page-link {
  line-height: 1;
  gap: 3px;
}

.open-data-var-page-link:after {
  content: '';
  height: 5px;
  width: 5px;
  border-top: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  transform: rotate(45deg);
}

section.cta {
  margin-bottom: 0;
}

section.cta .button {
  padding: 12px 20px;
}

#hubspot-messages-iframe-container {
  transition: opacity .2s ease;
  opacity: 0;
  pointer-events: none;
}

#hubspot-messages-iframe-container.active {
  opacity: 1;
  pointer-events: auto;
}

@keyframes animateCarousel {
  0% {
    transform: translateX(0);
  }

  50% {
    left: 50%;
  }

  100% {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 1200px) {

  section.hero {
    flex-direction: column;
    justify-content: center;
    gap: 55px;
    margin: 70px auto 90px auto;
    text-align: center;
  }

  .hero-screenshot-container {
    width: 100%;
    max-width: 850px;
  }

  .hero-copy {
    text-align: center;
    max-width: 800px;
    width: 100%;
  }

  .hero-subheader {
    max-width: 600px;
  }

  .carousel-container {
    margin: 25px 0;
  }

  .benefits-section {
    padding-top: 90px;
    margin-top: 0;
    margin-bottom: 0;
    border-top: var(--border-style-light);
  }

  .video-container {
    max-width: 800px;
  }

  .use-cases-menu {
    margin-bottom: 60px;
  }

  .use-case-container {
    flex-direction: column-reverse;
    gap: 60px;
  }
}

@media screen and (max-width: 1000px) {
  .benefits-section {
    flex-direction: column;
    align-items: center;
  }

  .benefits-item-wrap {
    max-width: 450px;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {

  section {
    margin: 70px 0;
  }

  .benefits-section {
    padding-top: 70px;
    padding-bottom: 70px;
    border-bottom: var(--border-style-light);
  }

  section.banner {
    padding: 60px 0;
  }

  .open-data-benefits-wrap {
    flex-direction: column;
    max-width: 450px;
    gap: 40px;
  }

  .steps-inner-wrap {
    flex-direction: column;
  }

  .example-video, .screenshot {
    cursor: auto;
  }

}

@media screen and (max-width: 500px) {
  section.hero {
    font-size: 85%;
  }

  .use-cases-menu {
    margin-bottom: 50px;
  }

  .use-case-container {
    flex-direction: column-reverse;
    gap: 50px;
  }

  .copy-text {
    font-size: 15px;
  }

  .landing-section-header, 
  .use-case-header {
    font-size: 22px;
  }
}
