@layer templates.tech-alliances {
  :where(.page-template-tech-alliances) .hero h1 {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
  }
  :where(.page-template-tech-alliances) .hero .deck {
    max-width: 50rem;
    margin: 0 auto;
  }
  :where(.page-template-tech-alliances) .hero .deck p {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-tech-alliances) .hero .photo img {
      height: clamp(28rem, 60vh, 44rem);
    }
  }
  :where(.page-template-tech-alliances) section.intro {
    text-align: center;
    background: #fff;
    padding-top: clamp(2.5rem, 10vh, 5rem);
    padding-bottom: clamp(2.5rem, 10vh, 5rem);
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.intro {
      padding-top: clamp(5rem, 15vh, 7.5rem);
      padding-bottom: clamp(5rem, 15vh, 7.5rem);
    }
  }
  :where(.page-template-tech-alliances) section.intro .headline {
    padding-bottom: 1.5rem;
  }
  :where(.page-template-tech-alliances) section.intro .copy {
    grid-column: 3/span 10;
  }
  :where(.page-template-tech-alliances) section.intro .cta {
    padding-top: 2rem;
  }
  :where(.page-template-tech-alliances) section.portal-link {
    background: #2d77f8;
    color: #fff;
    padding: 1.5rem 0;
  }
  :where(.page-template-tech-alliances) section.portal-link .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  :where(.page-template-tech-alliances) section.portal-link .container .headline {
    width: 100%;
    text-align: center;
    padding-bottom: 0.75rem;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.portal-link .container .headline {
      width: auto;
      padding-bottom: 0;
      padding-right: 1rem;
    }
  }
  :where(.page-template-tech-alliances) section.portal-link .container .headline h4 {
    font-size: clamp(0.87rem, 0.74rem + 0.62vw, 1.13rem);
  }
  :where(.page-template-tech-alliances) section.why {
    background: #f4f7f9;
    gap: 2rem;
    align-items: center;
    padding-top: clamp(2.5rem, 10vh, 5rem);
    padding-bottom: clamp(2.5rem, 10vh, 5rem);
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.why {
      padding-top: clamp(5rem, 15vh, 7.5rem);
      padding-bottom: clamp(5rem, 15vh, 7.5rem);
    }
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-tech-alliances) section.why .info {
      grid-column: 3/span 6;
    }
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.why .info {
      grid-column: 2/span 7;
    }
  }
  :where(.page-template-tech-alliances) section.why .info .headline {
    padding-bottom: 1rem;
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-tech-alliances) section.why .cta {
      grid-column: 3/span 6;
    }
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.why .cta {
      grid-column: 10/span 4;
    }
  }
  :where(.page-template-tech-alliances) section.partners {
    background: #fff;
    padding-top: clamp(2.5rem, 10vh, 5rem);
    padding-bottom: clamp(2.5rem, 10vh, 5rem);
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.partners {
      padding-top: clamp(5rem, 15vh, 7.5rem);
      padding-bottom: clamp(5rem, 15vh, 7.5rem);
    }
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.partners {
      padding-bottom: 0;
    }
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-tech-alliances) section.partners .section-header {
      grid-column: 3/span 6;
    }
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.partners .section-header {
      grid-column: 3/span 10;
    }
  }
  :where(.page-template-tech-alliances) section.partners .section-header .headline {
    padding-bottom: 1rem;
  }
  :where(.page-template-tech-alliances) section.partners .filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: clamp(1.25rem, 5vh, 2.5rem);
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.partners .filters {
      padding-top: clamp(2.5rem, 7.5vh, 3.75rem);
    }
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.partners .filters {
      align-items: center;
    }
  }
  :where(.page-template-tech-alliances) section.partners .filters .header {
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.partners .filters .header {
      padding-bottom: 0;
      padding-right: 2rem;
      width: auto;
    }
  }
  :where(.page-template-tech-alliances) section.partners .filters .header h5 {
    font-size: clamp(0.72rem, 0.62rem + 0.52vw, 0.94rem);
  }
  :where(.page-template-tech-alliances) section.partners .filters .button-group {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 36rem;
    margin: 0 auto;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.partners .filters .button-group {
      align-items: center;
      max-width: unset;
      margin: 0;
    }
  }
  :where(.page-template-tech-alliances) section.partners .filters .button-group a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem 0.375rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: clamp(0.72rem, 0.62rem + 0.52vw, 0.94rem);
    font-weight: bold;
    color: #0a2d6b;
    width: 33.3333%;
    height: 3rem;
    text-align: center;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.partners .filters .button-group a {
      width: auto;
      height: auto;
    }
  }
  :where(.page-template-tech-alliances) section.partners .filters .button-group a + a {
    border-left: 0;
  }
  :where(.page-template-tech-alliances) section.partners .filters .button-group a:hover, :where(.page-template-tech-alliances) section.partners .filters .button-group a.active {
    background: #0a2d6b;
    color: #fff;
  }
  :where(.page-template-tech-alliances) section.partners .filters .button-group a:first-of-type {
    border-left: none;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-tech-alliances) section.partners .filters .button-group a:first-of-type {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
    }
    :where(.page-template-tech-alliances) section.partners .filters .button-group a:last-of-type {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
    }
  }
  :where(.page-template-tech-alliances) section.partners .partners-grid {
    padding-top: 3rem;
  }
  :where(.page-template-tech-alliances) section.partners .partner {
    text-align: center;
    padding: 2rem;
  }
  :where(.page-template-tech-alliances) section.partners .partner .image {
    width: 8rem;
    height: 4rem;
  }
  :where(.page-template-tech-alliances) section.partners .partner .image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  :where(.page-template-tech-alliances) section.partners .partner h4 {
    color: #0a2d6b;
    font-family: "Rubik", sans-serif;
    font-size: clamp(0.66rem, 0.58rem + 0.48vw, 0.88rem);
  }
}