@font-face {
  font-family: "squares-bold";
  src: url("../fonts/Squares-Bold.otf") format("opentype");
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBMPlexMono-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBMPlexMono-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBMPlexMono-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  width: 100%;
  font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "Microsoft JhengHei", "Noto Sans", sans-serif;
}

::-moz-selection {
  background-color: #d75637;
  color: #fff;
}

::selection {
  background-color: #d75637;
  color: #fff;
}

#tooltip {
  width: 150px;
  position: fixed;
  background-color: #000;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  z-index: 999;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "IBM Plex Mono", monospace;
  display: none;
}
#tooltip::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("../images/icon-link.svg");
  background-repeat: no-repeat;
  margin-right: 4px;
}

.hero-video-container {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .hero-video-container {
    height: 50vh;
  }
}
.hero-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.anti-drone {
  background-color: #e0e0e0;
  color: #000;
  width: 100%;
}
section.anti-drone .anti-drone-container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 48px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container {
    width: 100%;
    padding: 48px 16px;
  }
}
section.anti-drone .anti-drone-container .main-title {
  font-family: "squares-bold", sans-serif;
  font-size: 54px;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .main-title {
    font-size: 36px;
  }
}
section.anti-drone .anti-drone-container .main-sub {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 16px;
}
section.anti-drone .anti-drone-container .main-text {
  font-size: 1rem;
  line-height: 20px;
  margin: 64px 0;
}
section.anti-drone .anti-drone-container .awards {
  width: 291px;
  height: 40px;
  background-image: url("../images/awards.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 60px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .awards {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 32px;
  }
}
section.anti-drone .anti-drone-container .pd-card-wrapper {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .pd-card-wrapper {
    flex-direction: column;
    gap: 64px;
  }
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card {
  width: 276px;
  border-radius: 4px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card {
    width: 100%;
  }
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .thumbnail {
  width: 100%;
  height: 395px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .thumbnail.sensor {
  background-image: url("../images/t-sensor-1.jpg");
  background-size: auto 120%;
  background-position: right 30% center;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .thumbnail.sensor {
    background-position: center;
  }
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .thumbnail.radar {
  background-image: url("../images/t-radar-1.jpg");
  background-size: auto 120%;
  background-position: right 30% top 70%;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .thumbnail.radar {
    background-size: auto 100%;
    background-position: center;
  }
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .thumbnail.jammer {
  background-image: url("../images/t-jammer-1.jpg");
  background-size: auto 110%;
  background-position: right 30% center;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .thumbnail.jammer {
    background-size: auto 90%;
    background-position: center;
  }
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .thumbnail.cam {
  background-image: url("../images/t-cam-1.jpg");
  background-size: auto 120%;
  background-position: left -20% center;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .thumbnail.cam {
    background-size: auto 100%;
    background-position: center;
  }
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .card-content {
  padding: 24px;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .card-content .pd-row {
  background-image: url("../images/pd-card-arrow.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 26px;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .card-content .pd-row .pd-title {
  font-family: "squares-bold", sans-serif;
  font-size: 24px;
  margin-bottom: 4px;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .card-content .pd-row .pd-sub {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 13px;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .card-content .pd-spec-row {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .card-content .pd-spec-row .slot {
  width: 50%;
  font-family: "IBM Plex Mono", monospace;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .card-content .pd-spec-row .slot .sepc-label {
  font-size: 14px;
  word-wrap: break-word;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .card-content .pd-spec-row .slot .spec-value {
  margin-top: 2px;
  color: #d75637;
  font-size: 20px;
  font-weight: 600;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .card-content .pd-spec-row .seprate-line {
  width: 1.5px;
  margin: 0 24px;
  height: 60px;
  background-color: #000;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .card-content .link {
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card .card-content .link a {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2px;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card-footer {
  width: 100%;
  display: none;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card-footer {
    display: flex;
  }
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card-footer a {
  text-decoration: none;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card-footer .btn {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  display: block;
  width: 48px;
  font-family: "IBM Plex Mono", monospace;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card-footer .btn::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-download.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 4px;
  display: block;
}
section.anti-drone .anti-drone-container .pd-card-wrapper .pd-card-footer .btn.share::before {
  background-image: url("../images/icon-share.svg");
}
section.anti-drone .anti-drone-container .sw-card-wrapper {
  margin-top: 64px;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card {
  width: 100%;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 24px 0 0 24px;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card {
    flex-wrap: unset;
    flex-direction: column;
    padding: 0;
  }
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .player {
  width: 60%;
  height: 400px;
  background-color: #fff;
  background-image: url("../images/sw-hero-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .player {
    width: 100%;
  }
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .player video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .card-content {
  width: 40%;
  padding: 0 24px 24px 24px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .card-content {
    width: 100%;
    padding: 24px;
    height: 330px;
  }
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .card-content .pd-row {
  background-image: url("../images/pd-card-arrow.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 26px;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .card-content .pd-row .pd-title {
  font-family: "squares-bold", sans-serif;
  font-size: 24px;
  margin-bottom: 4px;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .card-content .pd-row .pd-sub {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 13px;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .card-content .feature-title {
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  font-weight: 500;
  margin: 24px 0;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .card-content .feature-desc {
  font-size: 16px;
  line-height: 20px;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .card-content .link {
  margin-top: 24px;
  text-align: left;
  font-family: "IBM Plex Mono", monospace;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .card-content .link a {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2px;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector {
  background-color: #fff;
  flex: 1;
  display: flex;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector {
    position: relative;
  }
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-item-wrapper {
  width: 60%;
  padding: 24px 0;
  display: flex;
  gap: 12px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-item-wrapper {
    width: 100%;
    padding: 24px 0;
    justify-content: center;
  }
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-item-wrapper .feature-item {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-item-wrapper .feature-item {
    display: none;
  }
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-item-wrapper .feature-item .thumbnail {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-item-wrapper .feature-item .thumbnail {
    display: none;
  }
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-item-wrapper .feature-item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-item-wrapper .feature-item .feature-name {
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  margin-top: 24px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-item-wrapper .feature-item.active {
    display: flex;
  }
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-item-wrapper .feature-item.active .feature-name {
  font-weight: 600;
  color: #d75637;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-item-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  left: 0;
  bottom: 48px;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-item-wrapper:after {
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-control {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-control {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 12px;
  }
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-control .btn {
  width: 40px;
  height: 40px;
  background-image: url("../images/control-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 36px;
  cursor: pointer;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .sw-card .feature-selector .feature-control .btn.prev {
  transform: rotate(180deg);
}
section.anti-drone .anti-drone-container .sw-card-wrapper .pd-card-footer {
  width: 100%;
  display: none;
  justify-content: space-around;
  margin: 64px 0 16px 0;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .sw-card-wrapper .pd-card-footer {
    display: flex;
  }
}
section.anti-drone .anti-drone-container .sw-card-wrapper .pd-card-footer a {
  text-decoration: none;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .pd-card-footer .btn {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  display: block;
  width: 48px;
  font-family: "IBM Plex Mono", monospace;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .pd-card-footer .btn::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-download.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 4px;
  display: block;
}
section.anti-drone .anti-drone-container .sw-card-wrapper .pd-card-footer .btn.share::before {
  background-image: url("../images/icon-share.svg");
}
section.anti-drone .anti-drone-container .contact {
  margin: 140px 0;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .contact {
    margin: 30px 0;
  }
}
section.anti-drone .anti-drone-container .contact .title {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .contact .title {
    text-align: left;
  }
}
section.anti-drone .anti-drone-container .contact .title a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  section.anti-drone .anti-drone-container .contact .title a {
    font-size: 16px;
  }
}
section.anti-drone .anti-drone-container .contact .title a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-contact.svg");
  margin-right: 8px;
  line-height: 24px;
  vertical-align: middle;
}
section.anti-drone .anti-drone-container .contact hr {
  border: 1px solid #000;
}
section.anti-drone .anti-drone-container .contact .arrow {
  margin: 48px auto 0 auto;
  width: 40px;
  height: 40px;
  background-image: url("../images/pd-card-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}

section.spec {
  background-color: #e0e0e0;
  color: #000;
  width: 100%;
}
section.spec .spec-container {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container {
    width: 100%;
    padding: 0 16px;
  }
}
section.spec .spec-container .spec-card {
  width: 100%;
  display: flex;
  gap: 12px 36px;
  flex-wrap: wrap;
}
section.spec .spec-container .spec-card .spec-gallery {
  width: calc(50% - 18px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-gallery {
    margin-bottom: 16px;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}
section.spec .spec-container .spec-card .spec-gallery .img-wrapper {
  overflow: hidden;
  height: 548px;
  flex-basis: 100%;
  background-color: #e6e6e6;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-gallery .img-wrapper {
    height: 400px;
    flex: 0 0 90%;
    scroll-snap-align: center;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-gallery .img-wrapper:last-child::after {
    transform: rotate(180deg);
    animation-direction: reverse;
  }
}
section.spec .spec-container .spec-card .spec-gallery .img-wrapper:not(:first-child) {
  flex-basis: calc((100% - 8px) / 3);
  height: 200px;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-gallery .img-wrapper:not(:first-child) {
    height: 400px;
    flex: 0 0 90%;
  }
}
section.spec .spec-container .spec-card .spec-gallery .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.spec .spec-container .spec-card .spec-gallery .img-wrapper.fit img {
  -o-object-fit: contain;
     object-fit: contain;
}
section.spec .spec-container .spec-card .spec-content {
  width: calc(50% - 18px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
section.spec .spec-container .spec-card .spec-content .pd-title {
  font-family: "squares-bold", sans-serif;
  font-size: 48px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-content .pd-title {
    font-size: 30px;
  }
}
section.spec .spec-container .spec-card .spec-content .pd-sub {
  color: #d75637;
  font-size: 16px;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  margin: 28px 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-content .pd-sub {
    margin: 16px 0;
  }
}
section.spec .spec-container .spec-card .spec-content .pd-sub::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #d75637;
  margin-right: 12px;
}
section.spec .spec-container .spec-card .spec-content .pd-desc {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}
section.spec .spec-container .spec-card .spec-content .pd-spec-row {
  margin-top: auto;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
section.spec .spec-container .spec-card .spec-content .pd-spec-row .slot {
  text-align: center;
}
section.spec .spec-container .spec-card .spec-content .pd-spec-row .slot .spec-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-content .pd-spec-row .slot .spec-label {
    font-size: 16px;
  }
}
section.spec .spec-container .spec-card .spec-content .pd-spec-row .slot .spec-value {
  font-family: "IBM Plex Mono", monospace;
  font-size: 64px;
  font-weight: 400;
  color: #d75637;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-content .pd-spec-row .slot .spec-value {
    font-size: 48px;
  }
}
section.spec .spec-container .spec-card .spec-sheet {
  width: 100%;
}
section.spec .spec-container .spec-card .spec-sheet .spec-sheet-title {
  font-family: "IBM Plex Mono", monospace;
  font-size: 18px;
  width: 100%;
  background-color: #000;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.spec .spec-container .spec-card .spec-sheet .spec-sheet-wrapper {
  display: flex;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-sheet .spec-sheet-wrapper {
    flex-direction: column;
  }
}
section.spec .spec-container .spec-card .spec-sheet .spec-sheet-wrapper .spec-sheet-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-sheet .spec-sheet-wrapper .spec-sheet-col {
    width: 100%;
  }
}
section.spec .spec-container .spec-card .spec-sheet .spec-sheet-wrapper .spec-sheet-col .spec-sheet-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
section.spec .spec-container .spec-card .spec-sheet .spec-sheet-wrapper .spec-sheet-col .spec-sheet-row .spec-sheet-label {
  width: 30%;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  line-height: 20px;
  background-color: #d9d9d9;
  padding: 8px 4px;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
}
section.spec .spec-container .spec-card .spec-sheet .spec-sheet-wrapper .spec-sheet-col .spec-sheet-row .spec-sheet-value {
  width: 70%;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 4px;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
}
section.spec .spec-container .spec-card .spec-sheet .spec-sheet-wrapper .spec-sheet-col .spec-sheet-row:hover * {
  transition: all 0.2s;
  background-color: #d75637;
  color: #fff;
}
section.spec .spec-container .spec-card .spec-sheet .spec-sheet-wrapper .spec-sheet-col .spec-sheet-row:last-child {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-sheet .spec-sheet-wrapper .spec-sheet-col .spec-sheet-row:last-child {
    flex: unset;
  }
}
section.spec .spec-container .spec-card .spec-sheet .spec-sheet-wrapper .spec-sheet-col:first-child {
  border-right: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-sheet .spec-sheet-wrapper .spec-sheet-col:first-child {
    border-right: none;
  }
}
section.spec .spec-container .spec-card .spec-footer {
  margin-top: 24px;
  margin-bottom: 140px;
  width: 100%;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-footer {
    justify-content: space-around;
    margin-bottom: 60px;
  }
}
section.spec .spec-container .spec-card .spec-footer a {
  text-decoration: none;
}
section.spec .spec-container .spec-card .spec-footer .btn {
  font-family: "IBM Plex Mono", monospace;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  width: 48px;
  cursor: pointer;
}
section.spec .spec-container .spec-card .spec-footer .btn::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-share.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 4px;
  display: block;
}
section.spec .spec-container .spec-card .spec-footer .btn:last-child {
  margin-left: 12px;
}
section.spec .spec-container .spec-card .spec-footer .btn:last-child::before {
  background-image: url("../images/icon-download.svg");
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card .spec-footer .btn:last-child {
    margin-left: unset;
  }
}
section.spec .spec-container .spec-card.sw .spec-content {
  width: 100%;
  flex-direction: row;
  justify-content: unset;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card.sw .spec-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.spec .spec-container .spec-card.sw .spec-content .pd-sub {
  margin-left: 48px;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card.sw .spec-content .pd-sub {
    margin-left: unset;
  }
}
section.spec .spec-container .spec-card.sw .spec-gallery {
  width: 100%;
}
section.spec .spec-container .spec-card.sw .spec-gallery .img-wrapper {
  height: 675px;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card.sw .spec-gallery .img-wrapper {
    height: 400px;
    flex: 0 0 90%;
  }
}
section.spec .spec-container .spec-card.sw .spec-gallery .img-wrapper:not(:first-child) {
  flex-basis: calc((100% - 20px) / 6);
  height: 200px;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card.sw .spec-gallery .img-wrapper:not(:first-child) {
    height: 400px;
    flex: 0 0 90%;
  }
}
section.spec .spec-container .spec-card.sw .sw-feature-wrapper {
  width: 100%;
  display: flex;
  gap: 60px 32px;
  margin-top: 64px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card.sw .sw-feature-wrapper {
    gap: 32px 16px;
  }
}
section.spec .spec-container .spec-card.sw .sw-feature-wrapper .feature {
  flex-basis: calc((100% - 96px) / 4);
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card.sw .sw-feature-wrapper .feature {
    flex-basis: calc((100% - 32px) / 2);
  }
}
section.spec .spec-container .spec-card.sw .sw-feature-wrapper .feature img {
  width: 72px;
  height: 72px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card.sw .sw-feature-wrapper .feature img {
    width: 48px;
    height: 48px;
  }
}
section.spec .spec-container .spec-card.sw .sw-feature-wrapper .feature .title {
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  font-weight: 500;
  margin: 32px 0;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card.sw .sw-feature-wrapper .feature .title {
    height: auto;
    margin: 16px 0;
  }
}
section.spec .spec-container .spec-card.sw .sw-feature-wrapper .feature .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  section.spec .spec-container .spec-card.sw .sw-feature-wrapper .feature .title::after {
    bottom: -8px;
  }
}
section.spec .spec-container .spec-card.sw .sw-feature-wrapper .feature .desc {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .hide-in-mobile {
    display: none;
  }
}

.hide-in-desktop {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hide-in-desktop {
    display: block;
  }
}/*# sourceMappingURL=sol-anti-drone.css.map */