/* Final responsive overrides loaded after page-specific Figma exports. */

:where(
  .main,
  .DATA-PLATFORM,
  .AI-ML,
  .SOLUTION-by-INDUSTRY,
  .SOLUTION-by,
  .CUSTOMER-STORIES,
  .customer,
  .COMPANY,
  .CONTACT-US
) {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

:where(
    .main,
    .DATA-PLATFORM,
    .AI-ML,
    .SOLUTION-by-INDUSTRY,
    .SOLUTION-by,
    .CUSTOMER-STORIES,
    .customer,
    .COMPANY,
    .CONTACT-US
  )
  * {
  min-width: 0;
}

:where(
    .DATA-PLATFORM,
    .AI-ML,
    .SOLUTION-by-INDUSTRY,
    .SOLUTION-by,
    .CUSTOMER-STORIES,
    .customer,
    .COMPANY,
    .CONTACT-US
  )
  > .div,
.main .frame-3 {
  width: 100%;
}

:where(
    .DATA-PLATFORM,
    .AI-ML,
    .SOLUTION-by-INDUSTRY,
    .SOLUTION-by,
    .CUSTOMER-STORIES,
    .customer,
    .COMPANY,
    .CONTACT-US
  )
  .content-main,
:where(
    .DATA-PLATFORM,
    .AI-ML,
    .SOLUTION-by-INDUSTRY,
    .SOLUTION-by,
    .CUSTOMER-STORIES,
    .customer,
    .COMPANY,
    .CONTACT-US
  )
  .content {
  width: 100%;
  max-width: 106rem;
  margin-right: 0;
}

:where(
    .main,
    .DATA-PLATFORM,
    .AI-ML,
    .SOLUTION-by-INDUSTRY,
    .SOLUTION-by,
    .CUSTOMER-STORIES,
    .customer,
    .COMPANY,
    .CONTACT-US
  )
  img {
  max-width: 100%;
  height: auto;
}

:where(
    .main,
    .DATA-PLATFORM,
    .AI-ML,
    .SOLUTION-by-INDUSTRY,
    .SOLUTION-by,
    .CUSTOMER-STORIES,
    .customer,
    .COMPANY,
    .CONTACT-US
  )
  .button,
:where(
    .main,
    .DATA-PLATFORM,
    .AI-ML,
    .SOLUTION-by-INDUSTRY,
    .SOLUTION-by,
    .CUSTOMER-STORIES,
    .customer,
    .COMPANY,
    .CONTACT-US
  )
  [role="button"] {
  white-space: nowrap;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  width: 100%;
  color: var(--white);
  background-color: transparent;
}

.site-footer.footer {
  gap: 3.75rem;
}

.site-footer__logo {
  display: block;
  width: min(70.25rem, 100%);
  height: auto;
}

.site-footer__logo-link {
  display: flex;
  justify-content: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.site-footer__logo-link:hover,
.site-footer__logo-link:focus-visible {
  opacity: 0.88;
}

.site-footer__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.75rem;
  width: 100%;
}

.site-footer__content {
  display: grid;
  grid-template-columns: minmax(15rem, 1fr) minmax(0, 1.35fr);
  gap: 2.5rem;
  width: 100%;
}

.site-footer__intro,
.site-footer__block,
.site-footer__policy,
.site-footer__copyright {
  margin: 0;
  font-family: var(--body-regular-sm-font-family);
  font-weight: var(--body-regular-sm-font-weight);
  font-size: 0.875rem;
  line-height: var(--body-regular-sm-line-height);
  letter-spacing: var(--body-regular-sm-letter-spacing);
  color: var(--white);
  font-style: normal;
}

.site-footer__info {
  display: grid;
  grid-template-columns: repeat(3, minmax(10rem, 1fr));
  gap: 2.5rem;
  width: 100%;
}

.site-footer__block a {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

.site-footer__policy a {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999rem;
  cursor: pointer;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
  background-color: rgba(255, 255, 255, 0.12);
}

.site-footer__social-icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  pointer-events: none;
}

.customer-logo-marquee {
  position: relative;
  align-self: stretch;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  min-height: 13.5rem;
  padding-block: 1.5rem;
  overflow-x: hidden;
  overflow-y: visible;
  display: flex;
  align-items: center;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 6rem,
    #000 calc(100% - 6rem),
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 6rem,
    #000 calc(100% - 6rem),
    transparent 100%
  );
}

.customer-logo-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  transform: translateX(-50%);
  animation: customer-logo-marquee 16s linear infinite;
  will-change: transform;
}

.customer-logo-marquee__group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: max-content;
  min-width: 100vw;
  justify-content: space-between;
  gap: clamp(4rem, 5vw, 5.75rem);
  padding-inline: clamp(2rem, 4vw, 4rem);
}

.customer-logo-marquee__group[aria-hidden="true"] {
  display: flex;
}

.customer-logo-marquee__logo {
  display: block;
  flex: 0 0 auto;
  width: clamp(9.375rem, 12vw, 13.125rem);
  height: clamp(4.5rem, 6vw, 6.75rem);
  object-fit: contain;
  object-position: center;
}

.customer-logo-marquee__logo[src$="global-tax-free.png"] {
  width: clamp(11.25rem, 15vw, 16.25rem);
  height: clamp(5.5rem, 7vw, 8rem);
}

@keyframes customer-logo-marquee {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (hover: hover) {
  .customer-logo-marquee:hover .customer-logo-marquee__track {
    animation-play-state: paused;
  }
}

@media (prefers-reduced-motion: reduce) {
  .customer-logo-marquee__track {
    animation: none;
  }
}

@media (max-width: 90rem) {
  :where(
      .DATA-PLATFORM,
      .AI-ML,
      .SOLUTION-by-INDUSTRY,
      .SOLUTION-by,
      .CUSTOMER-STORIES,
      .customer,
      .COMPANY,
      .CONTACT-US
    )
    > .div,
  .main .frame-3 {
    gap: clamp(5rem, 8vw, 8.75rem);
    padding: clamp(4rem, 6vw, 6rem) clamp(2rem, 5vw, 5rem);
  }

}

@media (max-width: 64rem) {
  :where(
      .DATA-PLATFORM,
      .AI-ML,
      .SOLUTION-by-INDUSTRY,
      .SOLUTION-by,
      .CUSTOMER-STORIES,
      .customer,
      .COMPANY,
      .CONTACT-US
    )
    > .div,
  .main .frame-3 {
    gap: 5rem;
    padding: 4rem 2rem;
  }

  .site-footer {
    gap: 2.25rem;
  }

  .site-footer.footer {
    gap: 2.25rem;
  }

  .site-footer__content,
  .site-footer__info {
    grid-template-columns: 1fr;
  }

  .DATA-PLATFORM .CORNESTONE-s-DATA br,
  .DATA-PLATFORM .CORNERSTONE br {
    display: block;
  }

  .customer-logo-marquee {
    min-height: 11rem;
    padding-block: 1.25rem;
  }
}

@media (max-width: 47.9375rem) {
  :where(
      .DATA-PLATFORM,
      .AI-ML,
      .SOLUTION-by-INDUSTRY,
      .SOLUTION-by,
      .CUSTOMER-STORIES,
      .customer,
      .COMPANY,
      .CONTACT-US
    )
    > .div,
  .main .frame-3 {
    gap: 4rem;
    padding: 3rem 1.25rem;
  }

  :where(
      .DATA-PLATFORM,
      .AI-ML,
      .SOLUTION-by-INDUSTRY,
      .SOLUTION-by,
      .CUSTOMER-STORIES,
      .customer,
      .COMPANY,
      .CONTACT-US
    )
    br,
  .main .frame-3 br {
    display: block;
  }

  .main .WE-HELP-DATA-DRIVEN br,
  .main .text-wrapper-8 br,
  .main .where-world-change br,
  .DATA-PLATFORM .CORNESTONE-s-DATA br,
  .DATA-PLATFORM .CORNERSTONE br,
  .AI-ML .CORNESTONE-s-AI-ML br,
  .SOLUTION-by-INDUSTRY .CORNESTONE-s br,
  .SOLUTION-by .CORNESTONE-s br,
  .CUSTOMER-STORIES .CORNESTONE-s br {
    display: block;
  }

  .main .WE-HELP-DATA-DRIVEN,
  .main .text-wrapper-3,
  .main .text-wrapper-8,
  .main .where-world-change,
  .DATA-PLATFORM .CORNESTONE-s-DATA,
  .AI-ML .CORNESTONE-s-AI-ML,
  .SOLUTION-by-INDUSTRY .CORNESTONE-s,
  .SOLUTION-by .CORNESTONE-s,
  .CUSTOMER-STORIES .CORNESTONE-s,
  .CONTACT-US .text-wrapper-2 {
    width: 100%;
    max-width: 100%;
    line-height: 1.12;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .main .WE-HELP-DATA-DRIVEN,
  .main .text-wrapper-3,
  .main .where-world-change,
  .DATA-PLATFORM .CORNESTONE-s-DATA,
  .AI-ML .CORNESTONE-s-AI-ML,
  .SOLUTION-by-INDUSTRY .CORNESTONE-s,
  .SOLUTION-by .CORNESTONE-s,
  .CONTACT-US .text-wrapper-2 {
    font-size: clamp(2.875rem, 12vw, 3.75rem);
  }

  .main .text-wrapper-8,
  .CUSTOMER-STORIES .CORNESTONE-s {
    font-size: clamp(3rem, 13vw, 4rem);
  }

  .CONTACT-US .text-wrapper-2 {
    text-align: left;
  }

  .site-footer {
    gap: 1.75rem;
  }

  .site-footer.footer {
    gap: 1.75rem;
  }

  .site-footer__body {
    gap: 2.5rem;
  }

  .site-footer__content,
  .site-footer__info,
  .site-footer__links {
    gap: 1.75rem;
  }

  .customer-logo-marquee {
    min-height: 9.5rem;
    padding-block: 1rem;
  }

  .customer-logo-marquee__group {
    gap: 3rem;
    padding-inline: 1.25rem;
  }

  .customer-logo-marquee__logo {
    width: 8.75rem;
    height: 4.75rem;
  }

  .customer-logo-marquee__logo[src$="global-tax-free.png"] {
    width: 11.25rem;
    height: 5.75rem;
  }
}

@media (max-width: 30rem) {
  :where(
      .DATA-PLATFORM,
      .AI-ML,
      .SOLUTION-by-INDUSTRY,
      .SOLUTION-by,
      .CUSTOMER-STORIES,
      .customer,
      .COMPANY,
      .CONTACT-US
    )
    > .div,
  .main .frame-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main .WE-HELP-DATA-DRIVEN,
  .main .text-wrapper-3,
  .main .text-wrapper-8,
  .main .where-world-change,
  .DATA-PLATFORM .CORNESTONE-s-DATA,
  .AI-ML .CORNESTONE-s-AI-ML,
  .SOLUTION-by-INDUSTRY .CORNESTONE-s,
  .SOLUTION-by .CORNESTONE-s,
  .CUSTOMER-STORIES .CORNESTONE-s,
  .CONTACT-US .text-wrapper-2 {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
  }

}
