.ngc-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .8s ease, transform .8s ease;
}

.ngc-reveal-active{
  opacity:1;
  transform:translateY(0);
}

.ngc-btn-primary,
.ngc-btn-secondary,
.ngc-nav-cta,
.ngc-link{
  transition:all .25s ease;
}

.ngc-btn-primary:hover,
.ngc-nav-cta:hover{
  transform:translateY(-2px);
}

.ngc-card,
.ngc-advisory-card,
.ngc-sphere-card,
.ngc-ee-card,
.ngc-eng-card,
.ngc-insight-card{
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ngc-card:hover,
.ngc-advisory-card:hover,
.ngc-sphere-card:hover,
.ngc-ee-card:hover,
.ngc-eng-card:hover,
.ngc-insight-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 44px rgba(0,0,0,.08);
  border-color:rgba(194,29,29,.22);
}

@media (prefers-reduced-motion: reduce){
  .ngc-reveal,
  .ngc-btn-primary,
  .ngc-btn-secondary,
  .ngc-nav-cta,
  .ngc-link,
  .ngc-card,
  .ngc-advisory-card,
  .ngc-sphere-card,
  .ngc-ee-card,
  .ngc-eng-card,
  .ngc-insight-card{
    transition:none;
    transform:none;
  }
}

.ngc-form input,
.ngc-form textarea{
  border-radius: 0;
  border: 1px solid rgba(0,0,0,.1);
  padding: 12px;
}

.ngc-form input:focus,
.ngc-form textarea:focus{
  border-color: #c21d1d;
  box-shadow: none;
}

.ngc-title{
  font-size: 3rem;
}

.ngc-subtitle{
  font-size: 1.1rem;
  color: #666;
}

.ngc-ecosystem{
  padding:6rem 0;
}

.ngc-ecosystem-content{
  max-width:560px;
}

.ngc-ecosystem-title{
  font-size:3rem;
  line-height:.98;
  margin-bottom:1rem;
  color:var(--ngc-red);
  text-transform:uppercase;
}

.ngc-ecosystem-text{
  font-size:1rem;
  line-height:1.85;
  color:var(--ngc-muted);
  margin-bottom:1rem;
}

.ngc-ecosystem-link{
  display:inline-block;
  margin-top:.4rem;
  font-size:.85rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--ngc-red);
}

.ngc-ecosystem-link:hover{
  color:#8f1414;
}

.ngc-ecosystem-media{
  background:#111;
  overflow:hidden;
}

.ngc-ecosystem-image{
  width:100%;
  display:block;
  object-fit:cover;
}

.ngc-featured-work{
  padding:6rem 0;
}

.ngc-featured-item{
  padding-top:1rem;
  padding-bottom:1rem;
}

.ngc-featured-media{
  background:#efece4;
  overflow:hidden;
}

.ngc-featured-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ngc-featured-content{
  max-width:520px;
}

.ngc-featured-label{
  display:inline-block;
  margin-bottom:.9rem;
  color:var(--ngc-gold);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.72rem;
  font-weight:600;
}

.ngc-featured-title{
  font-size:3rem;
  line-height:.98;
  margin-bottom:1rem;
  color:#1b1b1b;
}

.ngc-featured-text{
  font-size:1rem;
  line-height:1.85;
  color:var(--ngc-muted);
  margin-bottom:1.25rem;
  max-width:500px;
}

.ngc-featured-link{
  font-size:.85rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--ngc-red);
}

.ngc-featured-link:hover{
  color:#8f1414;
}

.ngc-core{
  padding:6rem 0;
}

.ngc-section-title{
  font-size:3rem;
  margin-top:.5rem;
}

.ngc-core-item{
  padding-right:2rem;
}

.ngc-core-title{
  font-size:2rem;
  margin-bottom:1rem;
  color:#1d1d1d;
}

.ngc-core-text{
  font-size:1rem;
  line-height:1.8;
  color:var(--ngc-muted);
  margin-bottom:1.2rem;
}

.ngc-core-link{
  font-size:.85rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--ngc-red);
}

.ngc-core-link:hover{
  color:#8f1414;
}