:root {
  --ngs-bg: #010811;
  --ngs-panel: #061522;
  --ngs-blue: #078cff;
  --ngs-cyan: #25c6ff;
  --ngs-white: #f7fbff;
  --ngs-muted: #a7b8c7;
  --ngs-line: rgba(67, 180, 255, 0.21);
}

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

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

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

.ng-security {
  overflow: hidden;
  background: var(--ngs-bg);
  color: var(--ngs-white);
}

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

.ng-security a {
  text-decoration: none;
}

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

.ngs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ngs-cyan);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.ngs-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 1px solid rgba(37, 198, 255, 0.42);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ngs-button:hover,
.ngs-button:focus-visible {
  color: #fff;
  border-color: var(--ngs-cyan);
  box-shadow: 0 0 0 3px rgba(37, 198, 255, 0.12), 0 15px 35px rgba(0, 94, 195, 0.28);
  transform: translateY(-2px);
  outline: none;
}

.ngs-button-primary {
  border-color: var(--ngs-blue);
  background: linear-gradient(135deg, #0065db, var(--ngs-blue) 60%, var(--ngs-cyan));
}

.ngs-button-secondary {
  background: rgba(1, 11, 21, 0.7);
  backdrop-filter: blur(8px);
}

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

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

.ngs-hero-media {
  z-index: -5;
}

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

.ngs-hero-overlay {
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(1, 8, 17, 0.99) 0%, rgba(1, 8, 17, 0.92) 39%, rgba(1, 8, 17, 0.25) 72%, rgba(1, 8, 17, 0.08) 100%),
    linear-gradient(180deg, rgba(1, 8, 17, 0.03), rgba(1, 8, 17, 0.68));
}

.ngs-hero-grid {
  z-index: -3;
  opacity: 0.32;
  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: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 73%);
}

.ngs-hero-scan {
  z-index: -2;
  left: 44%;
  right: auto;
  width: 32%;
  opacity: 0.28;
  background: linear-gradient(90deg, transparent, rgba(37, 198, 255, 0.22), transparent);
  filter: blur(5px);
  animation: ngsScan 6s linear infinite;
}

.ngs-hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 86px 0 74px;
}

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

.ngs-hero h1 {
  margin: 21px 0 16px;
  color: #fff;
  font-size: clamp(54px, 6vw, 82px);
  font-weight: 850;
  line-height: 0.97;
  letter-spacing: 0;
}

.ngs-hero-lead {
  margin-bottom: 17px;
  color: #fff;
  font-size: 23px;
  font-weight: 750;
  line-height: 1.35;
}

.ngs-hero-copy > p:not(.ngs-hero-lead) {
  max-width: 610px;
  margin-bottom: 28px;
  color: #cad8e5;
  font-size: 16px;
  line-height: 1.7;
}

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

.ngs-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 27px;
  margin-top: 35px;
  color: #d9e6f1;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.ngs-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ngs-hero-points i {
  color: var(--ngs-cyan);
}

.ngs-target {
  position: absolute;
  top: 50%;
  right: 4%;
  width: 260px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.ngs-target::before,
.ngs-target::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.ngs-target::before {
  inset: 0;
  border: 1px solid rgba(37, 198, 255, 0.33);
  border-top-color: var(--ngs-cyan);
  animation: ngsRotate 12s linear infinite;
}

.ngs-target::after {
  inset: 19%;
  border: 1px dashed rgba(37, 198, 255, 0.5);
  box-shadow: 0 0 28px rgba(7, 140, 255, 0.14);
  animation: ngsRotate 18s linear infinite reverse;
}

.ngs-target img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37%;
  filter: drop-shadow(0 0 18px rgba(7, 140, 255, 0.75));
  transform: translate(-50%, -50%);
}

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

.ngs-status-inner {
  min-height: 58px;
  display: grid;
  grid-template-columns: 150px repeat(4, minmax(0, 1fr));
  align-items: center;
}

.ngs-status-label {
  color: var(--ngs-cyan);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.ngs-status-item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #b9c9d7;
  font-size: 11px;
}

.ngs-status-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #20df8b;
  box-shadow: 0 0 10px rgba(32, 223, 139, 0.7);
  animation: ngsLive 1.8s ease-in-out infinite;
}

.ngs-section {
  padding: 96px 0;
}

.ngs-overview {
  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(--ngs-bg);
  background-size: 62px 62px;
}

.ngs-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 70px;
  align-items: center;
}

.ngs-copy h2,
.ngs-section-head h2,
.ngs-cta h2 {
  margin: 15px 0 18px;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: 0;
}

.ngs-copy > p,
.ngs-section-head > p {
  color: var(--ngs-muted);
  font-size: 16px;
  line-height: 1.75;
}

.ngs-benefits {
  display: grid;
  gap: 0;
  margin-top: 29px;
  border-top: 1px solid var(--ngs-line);
}

.ngs-benefit {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  padding: 17px 0;
  border-bottom: 1px solid var(--ngs-line);
}

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

.ngs-benefit strong,
.ngs-benefit span {
  display: block;
}

.ngs-benefit strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 15px;
}

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

.ngs-operations {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(37, 198, 255, 0.28);
  border-radius: 6px;
  background: #06182a;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.32);
}

.ngs-operations-head {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--ngs-line);
}

.ngs-operations-head strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.ngs-operations-head span {
  color: var(--ngs-muted);
  font-size: 10px;
}

.ngs-operations-live {
  color: #34e99c !important;
  font-size: 9px !important;
  font-weight: 900;
  text-transform: uppercase;
}

.ngs-operations-media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

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

.ngs-operations-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 68% 42%, transparent 0 7px, rgba(37, 198, 255, 0.62) 8px 9px, transparent 10px),
    radial-gradient(circle at 41% 63%, transparent 0 7px, rgba(37, 198, 255, 0.62) 8px 9px, transparent 10px),
    linear-gradient(113deg, transparent 45%, rgba(37, 198, 255, 0.7) 45.3% 45.6%, transparent 46%),
    linear-gradient(157deg, transparent 43%, rgba(37, 198, 255, 0.7) 43.3% 43.6%, transparent 44%);
  animation: ngsMapPulse 3s ease-in-out infinite;
}

.ngs-operations-foot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ngs-line);
}

.ngs-operations-foot span {
  padding: 14px;
  border-right: 1px solid var(--ngs-line);
  color: var(--ngs-muted);
  font-size: 10px;
}

.ngs-operations-foot span:last-child {
  border-right: 0;
}

.ngs-operations-foot strong {
  display: block;
  margin-top: 4px;
  color: var(--ngs-cyan);
  font-size: 12px;
}

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

.ngs-section-head {
  max-width: 750px;
  margin-bottom: 47px;
}

.ngs-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ngs-capability {
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--ngs-line);
  border-radius: 5px;
  color: #fff;
  isolation: isolate;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ngs-capability img,
.ngs-capability::before {
  position: absolute;
  inset: 0;
}

.ngs-capability img {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.ngs-capability::before {
  z-index: -2;
  content: "";
  background: linear-gradient(180deg, rgba(1, 8, 17, 0.08), rgba(1, 8, 17, 0.94) 70%);
}

.ngs-capability:hover,
.ngs-capability:focus-visible {
  border-color: rgba(37, 198, 255, 0.7);
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34), 0 0 24px rgba(7, 140, 255, 0.12);
  transform: translateY(-3px);
  outline: none;
}

.ngs-capability:hover img,
.ngs-capability:focus-visible img {
  transform: scale(1.055);
}

.ngs-capability-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid rgba(37, 198, 255, 0.4);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #0063d9, var(--ngs-blue));
}

.ngs-capability h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 22px;
}

.ngs-capability p {
  margin-bottom: 15px;
  color: #c7d4df;
  font-size: 13px;
  line-height: 1.55;
}

.ngs-capability > span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ngs-cyan);
  font-size: 11px;
  font-weight: 850;
}

.ngs-capability-system {
  background:
    linear-gradient(rgba(37, 198, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 198, 255, 0.05) 1px, transparent 1px),
    #07192a;
  background-size: 30px 30px;
}

.ngs-capability-system img {
  display: none;
}

.ngs-process {
  background: var(--ngs-bg);
}

.ngs-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--ngs-line);
  border-radius: 6px;
  overflow: hidden;
}

.ngs-process-track::before {
  position: absolute;
  top: 43px;
  left: 12%;
  right: 12%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--ngs-blue), var(--ngs-cyan), var(--ngs-blue));
}

.ngs-process-step {
  position: relative;
  z-index: 1;
  min-height: 225px;
  padding: 28px 22px;
  border-right: 1px solid var(--ngs-line);
  background: rgba(6, 21, 34, 0.58);
}

.ngs-process-step:last-child {
  border-right: 0;
}

.ngs-process-number {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 29px;
  border: 1px solid var(--ngs-cyan);
  border-radius: 50%;
  color: var(--ngs-cyan);
  background: #061522;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 0 16px rgba(37, 198, 255, 0.18);
}

.ngs-process-step h3 {
  margin-bottom: 9px;
  color: #fff;
  font-size: 20px;
}

.ngs-process-step p {
  margin: 0;
  color: var(--ngs-muted);
  font-size: 13px;
  line-height: 1.55;
}

.ngs-sectors {
  padding-top: 62px;
}

.ngs-sector-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.ngs-sector {
  position: relative;
  min-height: 135px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 14px;
  overflow: hidden;
  padding: 13px;
  border: 1px solid var(--ngs-line);
  color: #fff;
  isolation: isolate;
  background:
    linear-gradient(rgba(37, 198, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 198, 255, 0.05) 1px, transparent 1px),
    #061522;
  background-size: 26px 26px;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.ngs-sector:hover {
  border-color: rgba(37, 198, 255, 0.64);
  background-color: #082039;
  transform: translateY(-2px);
}

.ngs-sector i {
  color: var(--ngs-cyan);
  font-size: 25px;
  filter: drop-shadow(0 0 10px rgba(37, 198, 255, 0.28));
}

.ngs-sector span {
  font-size: 12px;
  font-weight: 850;
}

.ngs-standards {
  border-top: 1px solid var(--ngs-line);
  border-bottom: 1px solid var(--ngs-line);
  background: #f4f7fa;
  color: #0a233d;
}

.ngs-standards-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 70px;
  align-items: center;
}

.ngs-standards .ngs-eyebrow {
  color: #006dc9;
}

.ngs-standards h2 {
  margin: 15px 0 15px;
  color: #08213a;
  font-size: 43px;
  line-height: 1.07;
}

.ngs-standards p {
  color: #52677b;
  font-size: 15px;
  line-height: 1.65;
}

.ngs-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}

.ngs-check {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #d6e0e9;
}

.ngs-check i {
  color: #067bdc;
  font-size: 19px;
  text-align: center;
}

.ngs-check strong,
.ngs-check span {
  display: block;
}

.ngs-check strong {
  margin-bottom: 3px;
  color: #08213a;
  font-size: 14px;
}

.ngs-check span {
  color: #607387;
  font-size: 12px;
  line-height: 1.45;
}

.ngs-faq {
  background: #03101d;
}

.ngs-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 70px;
}

.ngs-faq-list {
  border-top: 1px solid var(--ngs-line);
}

.ngs-faq-item {
  border-bottom: 1px solid var(--ngs-line);
}

.ngs-faq-question {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.ngs-faq-question i {
  color: var(--ngs-cyan);
  transition: transform 180ms ease;
}

.ngs-faq-item.is-open .ngs-faq-question i {
  transform: rotate(45deg);
}

.ngs-faq-answer {
  max-height: 0;
  overflow: hidden;
  color: var(--ngs-muted);
  font-size: 13px;
  line-height: 1.65;
  transition: max-height 260ms ease;
}

.ngs-faq-item.is-open .ngs-faq-answer {
  max-height: 180px;
}

.ngs-faq-answer p {
  padding: 0 0 20px;
  margin: 0;
}

.ngs-cta {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background:
    linear-gradient(90deg, rgba(1, 10, 19, 0.98), rgba(4, 35, 59, 0.75)),
    url("nexguard-media/hero-security-desktop-final.jpg") center 55% / cover no-repeat;
}

.ngs-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: 50px 50px;
}

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

.ngs-cta h2 {
  max-width: 720px;
  margin-bottom: 9px;
}

.ngs-cta p {
  margin: 0;
  color: #c6d5e2;
}

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

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

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

@keyframes ngsHero {
  from { transform: scale(1.02); }
  to { transform: scale(1.065) translateX(-0.7%); }
}

@keyframes ngsScan {
  from { transform: translateX(-190%); }
  to { transform: translateX(250%); }
}

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

@keyframes ngsLive {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@keyframes ngsMapPulse {
  0%, 100% { opacity: 0.62; }
  50% { opacity: 1; }
}

@media (max-width: 1024px) {
  .ngs-target {
    right: -3%;
    width: 210px;
  }

  .ngs-hero-copy {
    width: 66%;
  }

  .ngs-status-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px 0;
    gap: 11px;
  }

  .ngs-status-label {
    grid-column: 1 / -1;
  }

  .ngs-overview-grid,
  .ngs-standards-grid,
  .ngs-faq-grid {
    gap: 44px;
  }

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

  .ngs-sector-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ngs-shell,
  .ngs-hero-inner {
    width: calc(100% - 28px);
  }

  .ngs-hero {
    min-height: 760px;
    align-items: flex-end;
  }

  .ngs-hero-media img {
    object-position: 87% center;
  }

  .ngs-hero-overlay {
    background:
      linear-gradient(180deg, rgba(1, 8, 17, 0.08), rgba(1, 8, 17, 0.64) 36%, rgba(1, 8, 17, 0.99) 72%),
      linear-gradient(90deg, rgba(1, 8, 17, 0.55), transparent);
  }

  .ngs-hero-inner {
    padding: 290px 0 48px;
  }

  .ngs-hero-copy {
    width: 100%;
  }

  .ngs-hero h1 {
    font-size: 45px;
  }

  .ngs-hero-lead {
    font-size: 18px;
  }

  .ngs-hero-copy > p:not(.ngs-hero-lead) {
    font-size: 14px;
  }

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

  .ngs-button {
    width: 100%;
  }

  .ngs-target {
    top: 27%;
    right: 1%;
    width: 135px;
    opacity: 0.66;
  }

  .ngs-status-inner {
    grid-template-columns: 1fr;
  }

  .ngs-section {
    padding: 72px 0;
  }

  .ngs-overview-grid,
  .ngs-standards-grid,
  .ngs-faq-grid {
    grid-template-columns: 1fr;
  }

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

  .ngs-operations-media {
    min-height: 300px;
  }

  .ngs-capability-grid {
    grid-template-columns: 1fr;
  }

  .ngs-capability {
    min-height: 245px;
  }

  .ngs-process-track {
    grid-template-columns: 1fr;
  }

  .ngs-process-track::before {
    display: none;
  }

  .ngs-process-step {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--ngs-line);
  }

  .ngs-process-step:last-child {
    border-bottom: 0;
  }

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

  .ngs-standards h2 {
    font-size: 36px;
  }

  .ngs-checks {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 430px) {
  .ngs-hero {
    min-height: 790px;
  }

  .ngs-hero h1 {
    font-size: 40px;
  }

  .ngs-hero-points {
    display: grid;
    gap: 9px;
  }

  .ngs-operations-foot {
    grid-template-columns: 1fr;
  }

  .ngs-operations-foot span {
    border-right: 0;
    border-bottom: 1px solid var(--ngs-line);
  }

  .ngs-operations-foot span:last-child {
    border-bottom: 0;
  }

  .ngs-sector-grid {
    grid-template-columns: 1fr;
  }

  .ngs-sector {
    min-height: 125px;
  }
}

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