@layer templates.atlas-2024 {
  :where(.page-template-atlas-2024) .hero {
    background: #010316;
    color: #fff;
  }
  :where(.page-template-atlas-2024) .hero__background {
    grid-column: 1/-1;
  }
  :where(.page-template-atlas-2024) .hero__info {
    display: grid;
    gap: 2rem;
    padding: 3rem 0;
    align-content: start;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-2024) .hero__info {
      grid-column: 2/span 6;
    }
  }
  :where(.page-template-atlas-2024) .hero__headline {
    font-size: 1.5rem;
  }
  :where(.page-template-atlas-2024) .hero__logo {
    width: 12rem;
    height: 4rem;
  }
  :where(.page-template-atlas-2024) .hero__logo svg {
    width: 100%;
    height: 100%;
  }
  :where(.page-template-atlas-2024) .hero__buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  :where(.page-template-atlas-2024) .hero__video {
    padding: 3rem 0;
    gap: 1rem;
    display: grid;
    align-content: end;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-2024) .hero__video {
      grid-column: 8/span 6;
    }
  }
  :where(.page-template-atlas-2024) .hero__video-link {
    display: block;
  }
  :where(.page-template-atlas-2024) .hero__video .hero__logo-outline {
    margin-left: auto;
  }
  :where(.page-template-atlas-2024) .hero .video-player .embed {
    aspect-ratio: 16/9;
  }
  :where(.page-template-atlas-2024) .hero .video-player iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  :where(.page-template-atlas-2024) .clients {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 4rem 2rem;
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-atlas-2024) .clients {
      justify-content: space-between;
    }
  }
  :where(.page-template-atlas-2024) .clients .image {
    aspect-ratio: 16/9;
    max-width: 8rem;
  }
  :where(.page-template-atlas-2024) .clients .image svg {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  :where(.page-template-atlas-2024) .capabilities {
    padding: 4rem 0;
    gap: 2rem;
  }
  :where(.page-template-atlas-2024) .capabilities__headline {
    padding-bottom: 1rem;
  }
  :where(.page-template-atlas-2024) .solutions {
    background: #fff;
    padding: 4rem 0;
  }
  :where(.page-template-atlas-2024) .solutions__headline {
    padding-bottom: 2rem;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-2024) .solutions__copy {
      grid-column: 2/span 7;
    }
  }
  :where(.page-template-atlas-2024) .solutions__copy h3 {
    color: #bc5b01;
    font-size: clamp(1.25rem, 1.07rem + 0.89vw, 1.63rem);
  }
  :where(.page-template-atlas-2024) .solutions__copy h3 + p {
    margin-top: 0.5rem;
  }
  :where(.page-template-atlas-2024) .solutions__features {
    display: grid;
    gap: 1rem;
    align-content: start;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-2024) .solutions__features {
      grid-column: 9/span 5;
    }
  }
  :where(.page-template-atlas-2024) .solutions__feature-info {
    background: #3d68f7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
  :where(.page-template-atlas-2024) .solutions__feature-info .play-btn svg {
    width: 2rem;
    height: 2rem;
    transform: translateY(2px);
  }
  :where(.page-template-atlas-2024) .solutions__feature-title {
    font-size: clamp(1.04rem, 0.89rem + 0.74vw, 1.35rem);
  }
  :where(.page-template-atlas-2024) section.cta {
    padding: 6rem 0;
    text-align: center;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-2024) section.cta {
      padding: 6rem 0 0 0;
    }
  }
  :where(.page-template-atlas-2024) .cta__copy {
    padding: 1rem 0;
  }
}