/* PHASE 3 - ENTERPRISE FAMILY BATCH 03 */
main .e3-systemmap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

main .e3-systemmap article {
  min-height: 340px;
  padding: 30px;
  border: 1px solid rgba(17, 22, 23, .12);
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

main .e3-systemmap article:nth-child(2) {
  background: #082f31;
  color: #fff
}

main .e3-systemmap article:nth-child(2) p {
  color: #b7c7c8
}

main .e3-systemmap h3 {
  margin: 100px 0 14px;
  font-size: 26px;
  line-height: 1.02;
  letter-spacing: -.042em;
  font-weight: 400
}

main .e3-systemmap p {
  font-size: 9.5px;
  line-height: 1.68;
  color: #65787a
}

main .e3-campus {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid rgba(17, 22, 23, .12);
  border-left: 1px solid rgba(17, 22, 23, .12)
}

main .e3-campus article {
  padding: 28px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 280px
}

main .e3-campus article:nth-child(1) {
  grid-column: span 8
}

main .e3-campus article:nth-child(2) {
  grid-column: span 4;
  background: #edf4f4
}

main .e3-campus article:nth-child(3) {
  grid-column: span 4
}

main .e3-campus article:nth-child(4) {
  grid-column: span 4;
  background: #082f31;
  color: #fff
}

main .e3-campus article:nth-child(5) {
  grid-column: span 4
}

main .e3-campus h3 {
  margin: 100px 0 14px;
  font-size: 24px;
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 400
}

main .e3-campus p {
  font-size: 9px;
  line-height: 1.65;
  color: #687a7c
}

main .e3-campus article:nth-child(4) p {
  color: #b7c7c8
}

main .e3-control {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  border: 1px solid rgba(17, 22, 23, .12)
}

main .e3-control .lead {
  padding: 42px;
  background: #082f31;
  color: #fff
}

main .e3-control .lead h3 {
  margin: 170px 0 18px;
  font-size: clamp(38px, 4.2vw, 66px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 400
}

main .e3-control .lead p {
  font-size: 11px;
  line-height: 1.74;
  color: #b7c7c8
}

main .e3-control .grid {
  display: grid;
  grid-template-columns: 1fr 1fr
}

main .e3-control .grid article {
  padding: 28px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 245px
}

main .e3-control .grid strong {
  display: block;
  margin: 95px 0 12px;
  font-size: 20px;
  font-weight: 400
}

main .e3-control .grid p {
  font-size: 9px;
  line-height: 1.63;
  color: #687a7c
}

main .e3-hubtiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(17, 22, 23, .12);
  border-left: 1px solid rgba(17, 22, 23, .12)
}

main .e3-hubtiles a {
  min-height: 300px;
  padding: 26px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

main .e3-hubtiles a:nth-child(2n) {
  background: #edf4f4
}

main .e3-hubtiles strong {
  font-size: 23px;
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -.04em
}

main .e3-hubtiles p {
  font-size: 9px;
  line-height: 1.65;
  color: #687a7c;
  margin-top: 12px
}

@media(max-width: 1000px) {
  main .e3-systemmap, main .e3-hubtiles {
    grid-template-columns: 1fr
  }
  main .e3-campus {
    grid-template-columns: 1fr
  }
  main .e3-campus article {
    grid-column: auto!important
  }
  main .e3-control {
    grid-template-columns: 1fr
  }
}

@media(max-width: 700px) {
  main .e3-control .grid {
    grid-template-columns: 1fr
  }
}
