:root {
  --nga-bg: #010811;
  --nga-panel: #061522;
  --nga-panel-2: #081d31;
  --nga-blue: #078cff;
  --nga-cyan: #25c6ff;
  --nga-white: #f7fbff;
  --nga-muted: #a9b9c8;
  --nga-line: rgba(70, 183, 255, 0.22);
}

body.page-id-318 {
  background: var(--nga-bg) !important;
}

body.page-id-318 > .elementor-318 {
  display: none !important;
}

.ng-about-live,
.ng-about-live * {
  box-sizing: border-box;
}

.ng-about-live {
  overflow: hidden;
  background: var(--nga-bg);
  color: var(--nga-white);
}

.ng-about-live h1,
.ng-about-live h2,
.ng-about-live h3,
.ng-about-live p {
  margin-top: 0;
}

.ng-about-live a {
  text-decoration: none;
}

.nga-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.nga-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nga-cyan);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.nga-eyebrow::before {
  width: 34px;
  height: 2px;
  content: "";
  background: var(--nga-blue);
  box-shadow: 0 0 12px rgba(37, 198, 255, 0.7);
}

.nga-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 21px;
  border: 1px solid rgba(37, 198, 255, 0.46);
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nga-button:hover,
.nga-button:focus-visible {
  border-color: var(--nga-cyan);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(37, 198, 255, 0.12), 0 16px 34px rgba(0, 90, 190, 0.28);
  transform: translateY(-2px);
  outline: none;
}

.nga-button-primary {
  border-color: var(--nga-blue);
  background: linear-gradient(135deg, #0067df, var(--nga-blue) 58%, var(--nga-cyan));
}

.nga-button-secondary {
  background: rgba(2, 15, 27, 0.64);
  backdrop-filter: blur(8px);
}

.nga-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  isolation: isolate;
  border-bottom: 1px solid var(--nga-line);
}

.nga-hero-media,
.nga-hero-media img,
.nga-hero-shade,
.nga-hero-grid,
.nga-scan {
  position: absolute;
  inset: 0;
}

.nga-hero-media {
  z-index: -5;
  overflow: hidden;
}

.nga-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: ngaHeroDrift 18s ease-in-out infinite alternate;
}

.nga-hero-shade {
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(1, 8, 17, 0.99) 0%, rgba(1, 8, 17, 0.92) 36%, rgba(1, 8, 17, 0.32) 70%, rgba(1, 8, 17, 0.13) 100%),
    linear-gradient(180deg, rgba(1, 8, 17, 0.1), rgba(1, 8, 17, 0.76));
}

.nga-hero-grid {
  z-index: -3;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(37, 198, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 198, 255, 0.07) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.nga-scan {
  z-index: -2;
  width: 34%;
  left: 43%;
  right: auto;
  opacity: 0.32;
  background: linear-gradient(90deg, transparent, rgba(37, 198, 255, 0.2), transparent);
  filter: blur(6px);
  animation: ngaScan 6.5s linear infinite;
}

.nga-particle-field {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.nga-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--nga-cyan);
  box-shadow: 0 0 9px var(--nga-cyan);
  animation: ngaParticle var(--duration) linear infinite;
  animation-delay: var(--delay);
}

.nga-hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  padding: 88px 0 82px;
}

.nga-hero-copy {
  width: min(650px, 58%);
}

.nga-hero h1 {
  max-width: 640px;
  margin: 22px 0 22px;
  color: #fff;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: 0;
}

.nga-hero-copy > p {
  max-width: 620px;
  margin-bottom: 30px;
  color: #d6e1eb;
  font-size: 18px;
  line-height: 1.7;
}

.nga-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nga-live-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 38px;
  color: #c5d6e5;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.nga-live-status span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nga-live-status i {
  color: var(--nga-cyan);
}

.nga-shield-system {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 310px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.nga-shield-system::before,
.nga-shield-system::after,
.nga-shield-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(37, 198, 255, 0.28);
  border-radius: 50%;
  content: "";
}

.nga-shield-system::before {
  inset: 10%;
  border-style: dashed;
  animation: ngaRotate 18s linear infinite;
}

.nga-shield-system::after {
  inset: 24%;
  border-color: rgba(7, 140, 255, 0.5);
  box-shadow: inset 0 0 30px rgba(7, 140, 255, 0.12), 0 0 30px rgba(7, 140, 255, 0.12);
  animation: ngaPulse 3.2s ease-in-out infinite;
}

.nga-shield-ring {
  inset: 4%;
  border-top-color: var(--nga-cyan);
  border-bottom-color: transparent;
  animation: ngaRotate 11s linear infinite reverse;
}

.nga-shield-system img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37%;
  height: auto;
  opacity: 0.73;
  filter: drop-shadow(0 0 18px rgba(7, 140, 255, 0.7));
  transform: translate(-50%, -50%);
}

.nga-shield-beam {
  position: absolute;
  top: 16%;
  bottom: 16%;
  left: 50%;
  width: 2px;
  overflow: visible;
  background: linear-gradient(transparent, var(--nga-cyan), transparent);
  box-shadow: 0 0 18px var(--nga-cyan);
  animation: ngaBeam 3.8s ease-in-out infinite;
}

.nga-facts {
  border-bottom: 1px solid var(--nga-line);
  background: #020c17;
}

.nga-facts-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nga-fact {
  min-height: 126px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px;
  border-right: 1px solid var(--nga-line);
}

.nga-fact:last-child {
  border-right: 0;
}

.nga-fact-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 198, 255, 0.28);
  border-radius: 50%;
  color: var(--nga-cyan);
  background: rgba(7, 140, 255, 0.09);
  box-shadow: 0 0 20px rgba(7, 140, 255, 0.09);
}

.nga-fact strong,
.nga-fact span {
  display: block;
}

.nga-fact strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
}

.nga-fact span {
  color: var(--nga-muted);
  font-size: 12px;
  line-height: 1.45;
}

.nga-section {
  position: relative;
  padding: 104px 0;
}

.nga-section-head {
  max-width: 760px;
  margin-bottom: 52px;
}

.nga-section-head h2,
.nga-story-copy h2,
.nga-people-copy h2,
.nga-cta h2 {
  margin: 15px 0 18px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 850;
  line-height: 1.06;
  letter-spacing: 0;
}

.nga-section-head p,
.nga-story-copy > p,
.nga-people-copy > p {
  color: var(--nga-muted);
  font-size: 17px;
  line-height: 1.75;
}

.nga-approach {
  background:
    linear-gradient(rgba(37, 198, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 198, 255, 0.025) 1px, transparent 1px),
    var(--nga-bg);
  background-size: 64px 64px;
}

.nga-approach-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.nga-approach-line {
  position: absolute;
  top: 48px;
  left: 16%;
  right: 16%;
  height: 2px;
  overflow: hidden;
  background: rgba(37, 198, 255, 0.16);
}

.nga-approach-line::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, var(--nga-cyan), transparent);
  transform: translateX(-100%);
  animation: ngaRoute 4s ease-in-out infinite;
}

.nga-step {
  position: relative;
  z-index: 1;
  padding: 0 18px;
  text-align: center;
}

.nga-step-node {
  position: relative;
  width: 96px;
  height: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 198, 255, 0.4);
  border-radius: 50%;
  background: #06182a;
  color: var(--nga-cyan);
  font-size: 29px;
  box-shadow: 0 0 0 10px rgba(7, 140, 255, 0.04), 0 0 34px rgba(7, 140, 255, 0.14);
}

.nga-step-node::after {
  position: absolute;
  inset: -7px;
  border: 1px dashed rgba(37, 198, 255, 0.22);
  border-radius: 50%;
  content: "";
  animation: ngaRotate 12s linear infinite;
}

.nga-step-number {
  display: block;
  margin: 22px 0 5px;
  color: var(--nga-blue);
  font-size: 12px;
  font-weight: 900;
}

.nga-step h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}

.nga-step p {
  max-width: 310px;
  margin: 0 auto;
  color: var(--nga-muted);
  font-size: 14px;
  line-height: 1.65;
}

.nga-story {
  border-top: 1px solid var(--nga-line);
  border-bottom: 1px solid var(--nga-line);
  background: #03101d;
}

.nga-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 72px;
  align-items: center;
}

.nga-story-media {
  position: relative;
  min-height: 570px;
}

.nga-story-media::before {
  position: absolute;
  inset: 26px -22px -22px 22px;
  z-index: 0;
  border: 1px solid rgba(37, 198, 255, 0.23);
  content: "";
}

.nga-story-media img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nga-story-stamp {
  position: absolute;
  right: -22px;
  bottom: 32px;
  z-index: 2;
  width: 162px;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(37, 198, 255, 0.48);
  background: rgba(3, 20, 35, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(10px);
}

.nga-story-stamp strong {
  color: var(--nga-cyan);
  font-size: 30px;
}

.nga-story-stamp span {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.nga-values {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--nga-line);
}

.nga-value {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--nga-line);
}

.nga-value i {
  color: var(--nga-cyan);
  font-size: 20px;
  text-align: center;
}

.nga-value strong,
.nga-value span {
  display: block;
}

.nga-value strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
}

.nga-value span {
  color: var(--nga-muted);
  font-size: 13px;
  line-height: 1.5;
}

.nga-numbers {
  padding: 0;
  background: #020a13;
}

.nga-number-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid var(--nga-line);
}

.nga-number {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border-right: 1px solid var(--nga-line);
  background: linear-gradient(180deg, rgba(7, 140, 255, 0.025), transparent);
}

.nga-number strong {
  color: var(--nga-cyan);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 850;
  line-height: 1;
  text-shadow: 0 0 24px rgba(7, 140, 255, 0.28);
}

.nga-number span {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.nga-number small {
  margin-top: 6px;
  color: var(--nga-muted);
  font-size: 12px;
  line-height: 1.45;
}

.nga-people {
  background:
    radial-gradient(circle at 80% 30%, rgba(7, 140, 255, 0.12), transparent 32%),
    var(--nga-bg);
}

.nga-people-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 74px;
  align-items: center;
}

.nga-people-copy blockquote {
  margin: 30px 0 0;
  padding: 6px 0 6px 22px;
  border: 0 !important;
  border-left: 2px solid var(--nga-blue) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
}

.nga-people-copy blockquote::before,
.nga-people-copy blockquote::after {
  display: none !important;
  content: none !important;
}

.nga-people-media {
  position: relative;
  min-height: 480px;
}

.nga-people-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nga-focus-corners {
  position: absolute;
  inset: 18px;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(var(--nga-cyan), var(--nga-cyan)) left top / 44px 2px no-repeat,
    linear-gradient(var(--nga-cyan), var(--nga-cyan)) left top / 2px 44px no-repeat,
    linear-gradient(var(--nga-cyan), var(--nga-cyan)) right bottom / 44px 2px no-repeat,
    linear-gradient(var(--nga-cyan), var(--nga-cyan)) right bottom / 2px 44px no-repeat;
  opacity: 0.8;
}

.nga-accreditations {
  padding: 70px 0;
  border-top: 1px solid var(--nga-line);
  border-bottom: 1px solid var(--nga-line);
  background: #f5f8fb;
  color: #08213a;
}

.nga-accreditations .nga-eyebrow {
  color: #006fcf;
}

.nga-accreditations h2 {
  margin: 13px 0 35px;
  color: #08213a;
  font-size: 34px;
}

.nga-logo-rail {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.nga-logo-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 34px;
  animation: ngaLogos 24s linear infinite;
}

.nga-logo-item {
  width: 190px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 190px;
  padding: 18px;
  border: 1px solid #dbe5ee;
  background: #fff;
}

.nga-logo-item img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.nga-cta {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 13, 24, 0.98), rgba(4, 32, 55, 0.84)),
    url("nexguard-media/about-operations-team-natural.png") center 40% / cover no-repeat;
}

.nga-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(37, 198, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 198, 255, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
}

.nga-cta-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.nga-cta h2 {
  max-width: 720px;
  margin-bottom: 10px;
}

.nga-cta p {
  margin: 0;
  color: #c5d3df;
  font-size: 16px;
}

.nga-reveal {
  opacity: 1;
  transform: none;
}

html.nga-motion-ready .nga-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

html.nga-motion-ready .nga-reveal.nga-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ngaHeroDrift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.07) translate3d(-1.2%, -0.6%, 0); }
}

@keyframes ngaScan {
  from { transform: translateX(-180%); }
  to { transform: translateX(240%); }
}

@keyframes ngaRotate {
  to { transform: rotate(360deg); }
}

@keyframes ngaPulse {
  0%, 100% { opacity: 0.5; transform: scale(0.96); }
  50% { opacity: 1; transform: scale(1.04); }
}

@keyframes ngaBeam {
  0%, 100% { transform: translateX(-50px); opacity: 0.2; }
  50% { transform: translateX(50px); opacity: 1; }
}

@keyframes ngaParticle {
  from { transform: translate3d(0, 30px, 0); opacity: 0; }
  20% { opacity: 0.8; }
  to { transform: translate3d(40px, -160px, 0); opacity: 0; }
}

@keyframes ngaRoute {
  0% { transform: translateX(-100%); }
  55%, 100% { transform: translateX(100%); }
}

@keyframes ngaLogos {
  to { transform: translateX(-50%); }
}

@media (max-width: 1100px) {
  .nga-shield-system {
    right: -4%;
    width: 260px;
  }

  .nga-hero-copy {
    width: 64%;
  }

  .nga-story-grid,
  .nga-people-grid {
    gap: 46px;
  }

  .nga-number {
    padding: 26px;
  }
}

@media (max-width: 880px) {
  .nga-shell {
    width: min(100% - 34px, 720px);
  }

  .nga-hero-inner {
    width: min(100% - 34px, 720px);
  }

  .nga-hero {
    min-height: 670px;
    align-items: flex-end;
  }

  .nga-hero-copy {
    width: min(690px, 100%);
  }

  .nga-hero-shade {
    background:
      linear-gradient(180deg, rgba(1, 8, 17, 0.18) 0%, rgba(1, 8, 17, 0.72) 45%, rgba(1, 8, 17, 0.99) 83%),
      linear-gradient(90deg, rgba(1, 8, 17, 0.68), rgba(1, 8, 17, 0.2));
  }

  .nga-shield-system {
    top: 31%;
    right: 4%;
    width: 190px;
    opacity: 0.7;
  }

  .nga-facts-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nga-fact:nth-child(2) {
    border-right: 0;
  }

  .nga-fact:nth-child(-n + 2) {
    border-bottom: 1px solid var(--nga-line);
  }

  .nga-approach-track {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .nga-approach-line {
    top: 48px;
    bottom: 48px;
    left: 48px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .nga-approach-line::after {
    background: linear-gradient(180deg, transparent, var(--nga-cyan), transparent);
    transform: translateY(-100%);
    animation-name: ngaRouteVertical;
  }

  .nga-step {
    min-height: 110px;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    column-gap: 24px;
    padding: 0;
    text-align: left;
  }

  .nga-step-node {
    grid-row: 1 / span 3;
  }

  .nga-step-number {
    margin: 9px 0 4px;
  }

  .nga-step p {
    max-width: none;
    margin: 0;
  }

  .nga-story-grid,
  .nga-people-grid {
    grid-template-columns: 1fr;
  }

  .nga-story-media,
  .nga-people-media {
    min-height: 500px;
  }

  .nga-number-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nga-number:nth-child(-n + 2) {
    border-bottom: 1px solid var(--nga-line);
  }

  .nga-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  @keyframes ngaRouteVertical {
    0% { transform: translateY(-100%); }
    55%, 100% { transform: translateY(100%); }
  }
}

@media (max-width: 560px) {
  .nga-shell {
    width: calc(100% - 28px);
  }

  .nga-hero-inner {
    width: calc(100% - 28px);
  }

  .nga-hero {
    min-height: 670px;
  }

  .nga-hero-media img {
    object-position: 63% center;
  }

  .nga-hero-inner {
    padding: 280px 0 52px;
  }

  .nga-hero h1 {
    margin: 17px 0;
    font-size: 40px;
    line-height: 1.02;
  }

  .nga-hero-copy > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .nga-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nga-button {
    width: 100%;
  }

  .nga-live-status {
    gap: 10px;
    font-size: 10px;
  }

  .nga-shield-system {
    top: 24%;
    right: -3%;
    width: 150px;
  }

  .nga-facts-inner {
    grid-template-columns: 1fr;
  }

  .nga-fact,
  .nga-fact:nth-child(2) {
    min-height: 96px;
    padding: 18px 10px;
    border-right: 0;
    border-bottom: 1px solid var(--nga-line);
  }

  .nga-fact:last-child {
    border-bottom: 0;
  }

  .nga-section {
    padding: 76px 0;
  }

  .nga-section-head {
    margin-bottom: 40px;
  }

  .nga-section-head h2,
  .nga-story-copy h2,
  .nga-people-copy h2,
  .nga-cta h2 {
    font-size: 36px;
  }

  .nga-section-head p,
  .nga-story-copy > p,
  .nga-people-copy > p {
    font-size: 15px;
  }

  .nga-approach-line {
    left: 39px;
  }

  .nga-step {
    grid-template-columns: 78px minmax(0, 1fr);
    column-gap: 18px;
  }

  .nga-step-node {
    width: 78px;
    height: 78px;
    font-size: 23px;
  }

  .nga-step h3 {
    font-size: 21px;
  }

  .nga-story-grid,
  .nga-people-grid {
    gap: 46px;
  }

  .nga-story-media,
  .nga-people-media {
    min-height: 390px;
  }

  .nga-story-media::before {
    inset: 14px -8px -10px 8px;
  }

  .nga-story-stamp {
    right: -4px;
    bottom: 20px;
  }

  .nga-number-grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .nga-number {
    min-height: 150px;
    padding: 26px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--nga-line);
  }

  .nga-number:last-child {
    border-bottom: 0;
  }

  .nga-people-copy blockquote {
    font-size: 18px;
  }

  .nga-accreditations {
    padding: 58px 0;
  }

  .nga-logo-item {
    width: 150px;
    height: 92px;
    flex-basis: 150px;
  }

  .nga-cta {
    padding: 76px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ng-about-live *,
  .ng-about-live *::before,
  .ng-about-live *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
