/*external fonts*/
@font-face {
  font-family: "Aeonik Pro";
  src: url("../../../../../assets/fonts/AeonikPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../../../../../assets/fonts/AeonikPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../../../../../assets/fonts/AeonikPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../../../../../assets/fonts/AeonikPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* body */
body {
  font-family: "Aeonik Pro", sans-serif;
}

.overflow-hidden {
  overflow: auto;
}

.section-wrapper {
  background: linear-gradient(180deg, #e0effb 0%, #e2f0fb 32.5%, #fff 100%);
}

/* Logo section */
.logo-block .container {
  max-width: 1230px;
}

.client-logo-wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.logo-block .logo-block-inner {
  padding: 40px 0 36px;
  border-top: 1px solid rgba(2, 2, 77, 0.1);
  border-bottom: 1px solid rgba(2, 2, 77, 0.1);
  background: linear-gradient(
    90deg,
    rgba(2, 2, 77, 0) 0%,
    rgba(2, 2, 77, 0.06) 49.5%,
    rgba(2, 2, 77, 0) 100%
  );
}

.logo-block .logo-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 10px;
  max-width: 100%;
  font-family: "Aeonik Pro", sans-serif;
}

.logo-block .logo-subtitle {
  line-height: 150%;
  font-weight: 400;
  color: #041e42;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-family: "Aeonik Pro", sans-serif;
}

@media (max-width: 991px) {
  .logo-block .container {
    padding: 0 48px;
  }

  .logo-block .client-logo-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .logo-block .container {
    padding: 0 20px;
  }
}

.spz-139.current-product-nessus-expert .section-products .expert-try-cta,
.spz-139.current-product-nessus-pro .section-products .pro-try-cta,
.spz-139 .mobile-only .expert-try-cta,
.spz-139 .mobile-only .pro-try-cta {
  font-style: normal;
  min-height: 48px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: rgb(0, 121, 221);
  text-decoration: underline;
}

.spz-139 .section-testimonial .buy-nessus {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 12px auto 0;
  color: #fff !important;
  max-width: 282px !important;
  width: 100%;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  text-decoration: underline !important;
}

.spz-139 .section-products .nessus-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffb900;
  border: 2px solid #ffb900;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  text-decoration: none;
  text-transform: none;
  margin-top: 34px;
  font-family: "Aeonik Pro", sans-serif;
}

.spz-139 .section-products #nessus-professional .nessus-btn {
  border: 2px solid #041e42;
  color: #041e42;
}

.spz-139 .section-products .nessus-btn:hover,
.spz-139 .section-products .nessus-btn:active {
  background: #ffb900;
  color: #041e42;
}

.spz-139 .section-products #nessus-professional .nessus-btn:hover,
.spz-139 .section-products #nessus-professional .nessus-btn:active {
  background-color: #041e42;
  color: #ffffff;
}

.spz-139 .expert-try-cta:hover,
.spz-139 .pro-try-cta:hover {
  text-decoration: none !important;
}

/* SPZ #139 Radical Redesign */
.spz-139 .header {
  padding: 12px 0 0;
}

.spz-139 .header .logo-wrapper {
  max-width: 111px;
  margin: 0 auto;
}

.spz-139 .section-products {
  background-image: url("https://www.tenable.com/lp/campaigns/22/nessus-multiprdct/buy/images/hero-bg-desktop.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 14px 0 0;
  z-index: 10;
}

.spz-139 .section-products .product-title {
  max-width: 894px;
  line-height: 120%;
  font-size: 46px;
  line-height: 54px;
  font-weight: 500;
  text-transform: none;
  margin: 38px auto 40px;
  font-family: "Aeonik Pro", sans-serif;
}

.spz-139 .section-products .product-title span {
  display: block;
  color: #ffa400;
}

.spz-139 .section-products .product-sub-title {
  max-width: 690px;
  font-size: 18px;
  line-height: 26px;
  color: #cbd5e1;
  font-weight: 400;
  margin: 0 auto 23px;
  font-family: "Aeonik Pro", sans-serif;
}

.spz-139 .hero-logo {
  max-width: 411px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.spz-139 .section-products .product-cards {
  max-width: 100%;
  height: 492px;
  max-width: 100%;
  margin-top: -63px;
  z-index: 0;
  overflow: visible;
}

.spz-139 .section-products .product-cards .product-card {
  height: auto;
  border-radius: 22px;
  transition-duration: 0;
}

.spz-139 .section-products .product-cards .product-card,
.spz-139 .section-products .product-cards.active-left-card .left-card {
  max-width: 387px;
  border: none;
  margin-top: 9px;
  transition-duration: 0s;
}

.spz-139 .section-products .card-inner {
  padding: 28px 24px 48px;
  height: 100%;
  background-color: transparent;
}

.spz-139 .section-products #nessus-professional:not(.active) .card-inner {
  padding: 28px 24px 48px;
  position: relative;
  opacity: 0.5;
}

.spz-139 .section-products .left-card .card-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.spz-139 .section-products .product-cards .product-card.left-card {
  margin-top: 158px;
  margin-left: -151px;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.35);
  border-radius: 22px 22px 0px 0px;
  background: #ffffff;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"387\" height=\"129\" viewBox=\"0 0 387 129\" fill=\"none\"><path d=\"M51.4754 -295.241C58.5808 -307.763 71.8674 -315.5 86.2648 -315.5H302.735C317.133 -315.5 330.419 -307.763 337.525 -295.241L440.798 -113.241C447.746 -100.997 447.746 -86.0027 440.798 -73.7591L337.525 108.241C330.419 120.763 317.133 128.5 302.735 128.5H86.2648C71.8674 128.5 58.5808 120.763 51.4754 108.241L-51.7983 -73.7591C-58.7458 -86.0027 -58.7458 -100.997 -51.7983 -113.241L51.4754 -295.241Z\" fill=\"url(%23paint0_linear_6576_21367)\"/><defs><linearGradient id=\"paint0_linear_6576_21367\" x1=\"72.0466\" y1=\"156.283\" x2=\"442.185\" y2=\"-59.463\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"%23FFA400\"/><stop offset=\"1\" stop-color=\"%2302024D\"/><\/linearGradient><\/defs><\/svg>");
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 22px;
  border: 1px solid #02024b;
  background-color: #ffffff;
}

.spz-139.current-product-nessus-expert
  .section-products
  .product-cards
  .product-card.left-card {
  margin-top: 158px;
  margin-left: -151px;
  top: auto;
  box-shadow: 0px 0px 60px 0px rgba(0, 35, 84, 0.6);
}

.spz-139.current-product-nessus-expert
  .section-products
  .product-cards
  .product-card.right-card {
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.35);
  margin-left: 150px;
  height: auto;
  top: auto;
  margin-top: 183px;
  border: 1px solid #ffa400;
  background-color: #010143;
}

.spz-139.current-product-nessus-expert
  .section-products
  .product-cards
  .product-card.right-card
  .card-inner {
  opacity: 0.5;
}

.spz-139 .section-products .product-cards .product-card.right-card {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"387\" height=\"129\" viewBox=\"0 0 387 129\" fill=\"none\"><path d=\"M51.4754 -295.241C58.5808 -307.763 71.8674 -315.5 86.2648 -315.5H302.735C317.133 -315.5 330.419 -307.763 337.525 -295.241L440.798 -113.241C447.746 -100.997 447.746 -86.0027 440.798 -73.7591L337.525 108.241C330.419 120.763 317.133 128.5 302.735 128.5H86.2648C71.8674 128.5 58.5808 120.763 51.4754 108.241L-51.7983 -73.7591C-58.7458 -86.0027 -58.7458 -100.997 -51.7983 -113.241L51.4754 -295.241Z\" fill=\"url(%23paint0_linear_6576_21367)\"/><defs><linearGradient id=\"paint0_linear_6576_21367\" x1=\"72.0466\" y1=\"156.283\" x2=\"442.185\" y2=\"-59.463\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"%23FFA400\"/><stop offset=\"1\" stop-color=\"%2302024D\"/><\/linearGradient><\/defs><\/svg>");
  background-repeat: no-repeat;
  background-color: #010143;
  margin-left: 150px;
}

.spz-139 .section-products #nessus-professional div.card-icon {
  max-width: 203px;
  margin-top: 5px;
  margin-bottom: 64px;
}

.spz-139 .section-products .product-cards .product-card.active::after {
  display: none;
}

.spz-139 .section-products .product-cards .product-card .card-title {
  color: #041e42;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  max-width: 270px;
  margin: 0 auto 10px;
  font-family: "Aeonik Pro", sans-serif;
}

.spz-139 .section-products .product-cards .product-card.right-card .card-title {
  color: #ffffff;
}

.spz-139 .section-products #nessus-expert div.card-icon {
  margin: 0 auto 66px;
}

.section-products .product-cards .product-card .card-text {
  font-family: "Aeonik Pro", sans-serif;
}

.spz-139 .section-products .product-cards .product-card.left-card .card-text {
  color: #041e42;
  line-height: 150%;
}

.spz-139 .section-products .expert-cta-wrap,
.section-products .pro-cta-wrap {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  max-width: 100%;
  margin-top: 0;
}

.spz-139 .section-products .expert-try-cta,
.spz-139 .section-products .pro-try-cta {
  color: #041e42;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  max-width: fit-content;
  margin: 14px auto 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-family: "Aeonik Pro", sans-serif;
}

.spz-139 .section-products .pro-try-cta:hover,
.spz-139 .section-products .pro-try-cta:active {
  color: #ffb900;
  text-decoration: underline !important;
}

.spz-139 .section-products .expert-try-cta {
  color: #ffffff;
}

.spz-139 .section-products .expert-try-cta:hover,
.spz-139 .section-products .expert-try-cta:active {
  color: #ffb900;
  text-decoration: underline !important;
}

.spz-139 .section-products .product-cards .product-card.right-card .card-text {
  color: #ffffff;
}

.spz-139 .section-products .product-cards .product-card.active {
  margin-top: 93px;
}

@media (max-width: 991.98px) {
  .spz-139 .section-products {
    background-image: url("https://www.tenable.com/lp/campaigns/22/nessus-multiprdct/buy/images/hero-bg-tablet.svg");
  }

  .section-products .container {
    padding: 0 50px;
  }

  .spz-139 .section-products .product-title {
    font-size: 40px;
    line-height: 48px;
  }

  .section-products .product-sub-title br {
    display: none;
  }

  .spz-139 .section-products .product-cards {
    margin-top: 76px;
  }

  .spz-139 .section-products .product-cards .product-card.active {
    margin-top: -40px;
    margin-left: 142px;
  }

  .spz-139 .section-products .product-cards .product-card.left-card {
    margin-top: 24px;
    margin-left: -141px;
  }

  .spz-139.current-product-nessus-expert
    .section-products
    .product-cards
    .product-card.left-card {
    margin-top: -139px;
    margin-left: -141px;
  }

  .spz-139.current-product-nessus-expert
    .section-products
    .product-cards
    .product-card.right-card {
    margin-left: 140px;
    margin-top: -112px;
  }
}

@media (max-width: 767px) {
  .current-product-nessus-pro .header .header-wrapper {
    padding: 21px 0 8px;
  }

  .header .header-wrapper {
    padding: 21px 0 8px;
  }

  .spz-139 .section-products {
    padding: 6px 0 0;
    background-image: url("https://www.tenable.com/lp/campaigns/22/nessus-multiprdct/buy/images/hero-bg-mob.svg");
    background-size: cover;
    background-position: bottom center;
  }

  .section-products .container {
    padding: 0 16px;
  }

  .spz-139 .section-products .product-title {
    margin: 21px auto 24px;
    font-size: 28px;
    padding: 0;
    text-align: center;
    line-height: 40px;
  }

  .spz-139 .section-products .product-sub-title {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0 auto 12px;
    text-align: center;
  }

  .spz-139 .section-products .product-title span {
    display: inline;
  }

  .spz-139 .section-products .mobile-only {
    max-width: 328px;
    margin: 63px auto 0;
    position: relative;
    top: -23px;
  }

  .spz-139 .hero-logo {
    max-width: 320px;
  }

  .spz-139 .section-products ul#tabs-nav li {
    opacity: 1;
    width: 160px;
    height: 64px;
    padding: 16px 0 0;
  }

  .spz-139 .section-products ul#tabs-nav li:not(.active) {
    background: linear-gradient(
        0deg,
        rgba(66, 31, 179, 0.8) 0%,
        rgba(66, 31, 179, 0.8) 100%
      ),
      linear-gradient(38deg, #ffa400 7.96%, #02024d 121.15%);
    margin-left: 158px;
  }

  .spz-139 .section-products ul#tabs-nav li:not(.active) img {
    opacity: 0.4;
  }

  .spz-139 .section-products ul#tabs-nav li:last-child {
    margin-left: 10px;
  }

  .spz-139 .section-products ul#tabs-nav li.active {
    border-radius: 4px 4px 0px 0px;
    background: linear-gradient(38deg, #ffa400 7.96%, #02024d 121.15%);
    top: -10px;
  }

  .spz-139 .section-products ul#tabs-nav li.active + li img {
    opacity: 0.2;
  }

  .spz-139 .section-products ul#tabs-nav li:last-child .card-icon {
    max-width: 107px;
  }

  .spz-139 .section-products ul#tabs-nav li:first-child .card-icon {
    max-width: 80px;
  }

  .spz-139.current-product-nessus-expert .section-products .expert-try-cta,
  .spz-139.current-product-nessus-pro .section-products .pro-try-cta,
  .spz-139 .mobile-only .expert-try-cta,
  .spz-139 .mobile-only .pro-try-cta {
    font-size: 16px;
    line-height: 24px;
    color: #041e42;
  }

  .spz-139 .section-products #tabs-content {
    padding: 48px 15px 37px;
    position: relative;
    border-radius: 12px;
    border: 1px solid #02024b;
    background: #fff;
  }

  .spz-139 .section-products .card-title {
    font-size: 20px;
    line-height: 130%;
    padding: 0 10px;
    margin: 0 0 10px;
    color: #041e42;
    font-family: "Aeonik Pro", sans-serif;
  }

  .section-products .card-text {
    font-size: 16px;
    line-height: 150%;
    color: #041e42;
    font-family: "Aeonik Pro", sans-serif;
  }

  .spz-139
    .section-products
    .product-cards.active-right-card
    + .mobile-only
    #tabs-content {
    background: #010143;
    border-color: #ffa400;
  }

  .spz-139
    .section-products
    .product-cards.active-right-card
    + .mobile-only
    .card-title,
  .spz-139
    .section-products
    .product-cards.active-right-card
    + .mobile-only
    .card-text {
    color: #ffffff;
  }

  .spz-139 .section-products .expert-try-cta,
  .spz-139 .section-products .pro-try-cta {
    margin-top: 2px;
  }

  .spz-139 .section-products .expert-try-cta {
    color: #ffffff;
  }

  .spz-139 .section-products .mobile-only:after {
    display: none;
  }

  .spz-139 .section-products .nessus-btn {
    margin: 26px 0 0;
    max-width: 100%;
    box-shadow: none;
    background: transparent;
    border-color: #041e42;
    color: #041e42;
  }

  .spz-139 .section-products .nessus-btn:hover,
  .spz-139 .section-products .nessus-btn:active {
    background: #041e42;
    color: #ffffff;
  }

  .section-products .expert-cta-group .tenable-io-btn {
    border-radius: 100px;
    background: transparent;
    font-size: 16px;
    color: #ffb900;
    font-family: "Aeonik Pro", sans-serif;
    border: 2px solid #ffb900;
  }

  .section-products .expert-cta-group .tenable-io-btn:hover,
  .section-products .expert-cta-group .tenable-io-btn:active {
    background-color: #ffb900;
    color: #041e42;
  }
}

.spz-139 .features {
  padding-bottom: 112px;
}

.spz-139 .features-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spz-139 .features .container {
  max-width: 1230px;
}

/* Vulnerability Solution */
.spz-139 .vulnerability-solution {
  padding: 204px 0 0;
  position: relative;
  background: transparent;
}

.spz-139 .vulnerability-solution .title {
  font-size: 34px;
  line-height: 124%;
  font-weight: 500;
  color: #041e42;
  max-width: 950px;
  margin: 0 auto 58px;
  display: none;
  font-family: "Aeonik Pro", sans-serif;
}

.spz-139.current-product-nessus-expert
  .vulnerability-solution
  .title.nessus-expert,
.spz-139.current-product-nessus-pro
  .vulnerability-solution
  .title.nessus-professional {
  display: block;
}

.spz-139 .features-wrapper .feature-box {
  max-width: 300px;
  width: 100%;
  text-align: center;
}

.spz-139 .features-wrapper .feature-box img {
  width: 126px;
}

.spz-139 .features-wrapper .feature-box p {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 18px;
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 991.98px) {
  .spz-139 .vulnerability-solution {
    padding: 48px 0 0;
  }

  .spz-139 .features {
    padding-bottom: 48px;
  }

  .spz-139 .features .container {
    padding: 0 40px;
  }

  .spz-139 .features-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .spz-139 .features-wrapper .feature-box {
    max-width: 50%;
    margin: 0 0 40px;
  }

  .spz-139 .features-wrapper .feature-box:last-child p br {
    display: none;
  }

  .spz-139 .features-wrapper .feature-box p {
    max-width: 278px;
    margin: 20px auto 0;
  }
}

@media (max-width: 767.98px) {
  .spz-139 .features {
    padding-bottom: 40px;
  }

  .spz-139 .features .container {
    padding: 0 20px;
  }

  .spz-139 .vulnerability-solution {
    padding: 77px 0 0;
  }

  .spz-139 .vulnerability-solution .title {
    font-size: 28px;
    line-height: 120%;
    margin: 0 auto 56px;
  }

  .spz-139 .features-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .spz-139 .features-wrapper .feature-box img {
    width: 108px;
  }

  .spz-139 .features-wrapper .feature-box p {
    font-size: 14px;
    line-height: 125%;
    margin: 22px auto 0;
  }
}

/* Logo section */
.spz-139 .logo-block {
  padding: 0;
  margin-bottom: 60px;
}

/* Explore Section */
.spz-139 .explore {
  padding: 80px 0 106px;
  background: linear-gradient(0deg, #e4f1fd 0%, #fff 100%);
}

.spz-139 .explore .container {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.spz-139 .explore .explore-wrapper > div {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 78px;
}

.spz-139.current-product-nessus-pro
  .explore
  .explore-wrapper
  > div.nessus-expert,
.spz-139.current-product-nessus-expert
  .explore
  .explore-wrapper
  > div.nessus-professional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spz-139 .explore .explore-wrapper > div.explore-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.spz-139
  .explore
  .explore-wrapper
  .explore-1.nessus-professional
  .explore-text-wrapper,
.spz-139
  .explore
  .explore-wrapper
  .explore-2.nessus-professional
  .explore-img-wrapper,
.spz-139
  .explore
  .explore-wrapper
  .explore-1.nessus-expert
  .explore-text-wrapper,
.spz-139
  .explore
  .explore-wrapper
  .explore-2.nessus-expert
  .explore-img-wrapper {
  margin-right: 20px;
}

.spz-139 .explore .explore-wrapper .explore-text-wrapper {
  max-width: 520px;
  width: 100%;
}

.spz-139 .explore .explore-wrapper .explore-img-wrapper {
  max-width: 590px;
  width: 100%;
}

.spz-139 .explore .explore-wrapper .explore-img-wrapper img {
  width: 100%;
  border-radius: 16px;
}

.spz-139 .explore .explore-wrapper .explore-text-wrapper h2 {
  color: #041e42;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 16px;
}

.spz-139 .explore .explore-wrapper .explore-text-wrapper p {
  color: #041e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 24px;
  font-family: "Aeonik Pro", sans-serif;
}

.spz-139 .explore .explore-wrapper .explore-text-wrapper p span {
  font-weight: 700;
}

.spz-139 .explore .explore-wrapper .explore-text-wrapper a {
  color: #ffb900;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: normal;
}

.spz-139 .explore .explore-wrapper .explore-text-wrapper a:hover svg,
.spz-139 .explore .explore-wrapper .explore-text-wrapper a:active svg {
  transform: translateX(5px);
  transition: 0.2s;
}

.spz-139 .explore .explore-wrapper .explore-text-wrapper a svg {
  position: relative;
  top: 5px;
  left: 4px;
}

@media (max-width: 991.98px) {
  .spz-139 .explore {
    padding: 81px 0 42px;
  }

  .spz-139 .explore .container {
    padding: 0 50px;
  }

  .spz-139 .explore .explore-wrapper > div {
    margin-bottom: 54px;
  }

  .spz-139.current-product-nessus-pro
    .explore
    .explore-wrapper
    > div.nessus-expert,
  .spz-139.current-product-nessus-expert
    .explore
    .explore-wrapper
    > div.nessus-professional {
    flex-direction: column-reverse;
  }

  .spz-139
    .explore
    .explore-wrapper
    .explore-1.nessus-professional
    .explore-text-wrapper,
  .spz-139
    .explore
    .explore-wrapper
    .explore-2.nessus-professional
    .explore-img-wrapper,
  .spz-139
    .explore
    .explore-wrapper
    .explore-1.nessus-expert
    .explore-text-wrapper,
  .spz-139
    .explore
    .explore-wrapper
    .explore-2.nessus-expert
    .explore-img-wrapper {
    margin: 0;
  }

  .spz-139
    .explore
    .explore-wrapper
    .explore-1.nessus-professional
    .explore-text-wrapper,
  .spz-139 .explore .explore-wrapper .explore-text-wrapper,
  .spz-139
    .explore
    .explore-wrapper
    .explore-1.nessus-expert
    .explore-text-wrapper {
    margin: 62px auto 38px;
  }

  .spz-139 .explore .explore-wrapper .explore-img-wrapper,
  .spz-139 .explore .explore-wrapper .explore-text-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .spz-139 .explore {
    padding: 81px 0 30px;
  }

  .spz-139 .explore .container {
    padding: 0 20px;
  }

  .spz-139 .explore .explore-wrapper > div {
    margin-bottom: 51px;
  }

  .spz-139 .explore .explore-wrapper .explore-text-wrapper h2 {
    margin: 0 0 14px;
  }

  .spz-139
    .explore
    .explore-wrapper
    .explore-1.nessus-professional
    .explore-text-wrapper,
  .spz-139 .explore .explore-wrapper .explore-text-wrapper,
  .spz-139
    .explore
    .explore-wrapper
    .explore-1.nessus-expert
    .explore-text-wrapper {
    margin: 34px auto 42px;
  }

  .spz-139 .explore .explore-wrapper .explore-img-wrapper img {
    border-radius: 8px;
  }
}

.review-wrapper {
  background-image: url("https://www.tenable.com/lp/campaigns/22/nessus-multiprdct/buy/images/review-bg-1440.svg");
  background-repeat: no-repeat;
  padding-top: 292px;
  padding-bottom: 352px;
  background-position: top center;
}

@media (min-width: 1441px) {
  .review-wrapper {
    background-image: url("https://www.tenable.com/lp/campaigns/22/nessus-multiprdct/buy/images/review-bg-1920.svg");
  }
}

@media (min-width: 1921px) {
  .review-wrapper {
    background-image: url("https://www.tenable.com/lp/campaigns/22/nessus-multiprdct/buy/images/review-bg-2560.svg");
  }
}

@media (max-width: 991.98px) {
  .review-wrapper {
    background-image: url("https://www.tenable.com/lp/campaigns/22/nessus-multiprdct/buy/images/review-bg-768.svg");
    padding-top: 244px;
    padding-bottom: 120px;
    background-size: 100% 100%;
  }
}

@media (max-width: 767.98px) {
  .review-wrapper {
    background-image: url("https://www.tenable.com/lp/campaigns/22/nessus-multiprdct/buy/images/review-bg-mob.svg");
    background-size: auto 100%;
    padding-top: 138px;
    padding-bottom: 50px;
  }
}

/* comparison table */
.spz-147 .comparison-table {
  background-color: transparent;
  position: relative;
  padding: 96px 16px 104px;
}

.spz-147 .comparison-table .container {
  max-width: 1200px;
  padding: 0;
}

@media (max-width: 991.98px) {
  .spz-147 .comparison-table {
    padding: 0 16px;
  }

  .spz-147 .comparison-table .container {
    padding: 0 24px 63px;
  }
}

@media (max-width: 767.98px) {
  .spz-147 .comparison-table .container {
    padding: 0;
  }
}

.spz-139 .comparison-table .table-wrapper.comparison-table-1,
.spz-139 .comparison-table .table-wrapper.comparison-table-2 {
  display: none;
}

.spz-139.current-product-nessus-expert
  .comparison-table
  .table-wrapper.comparison-table-1 {
  display: flex;
}

.spz-139.current-product-nessus-pro
  .comparison-table
  .table-wrapper.comparison-table-2 {
  display: flex;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-title-wrapper
  > div:first-child,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  > div
  > div:first-child {
  min-height: 240px;
}

.spz-147
  .comparison-table
  .table-wrapper.comparison-table-1
  .comparison-title-wrapper
  > div:first-child {
  margin-top: 5px;
}

.comparison-table .table-wrapper .comparison-title-wrapper > div {
  padding-right: 0 !important;
}

@media (max-width: 991.98px) {
  .spz-147 .comparison-table .table-wrapper {
    margin: 0 auto;
    max-width: 688px;
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-title-wrapper
    > div:first-child,
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    > div
    > div:first-child {
    min-height: 224px;
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-1
    .comparison-title-wrapper
    > div:first-child {
    margin-top: 0;
  }

  .comparison-table .table-wrapper .comparison-title-wrapper > div {
    padding-right: 16px !important;
  }
}

.spz-147 .comparison-table .table-wrapper .comparison-title-wrapper {
  max-width: 33.33%;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-title-wrapper
  > div:not(:first-child):not(:last-child) {
  margin: 0 0 12px;
  min-height: 55px;
  background: transparent;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0) 102.21%
  );
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-title-wrapper
  > div.mh-75 {
  min-height: 75px !important;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-title-wrapper
  > div.mh-md-101,
.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-professional
  > div:not(:first-child).mh-md-101,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-title-wrapper
  > div:not(:first-child):not(:last-child).mh-md-101 {
  min-height: 80px !important;
}

@media (max-width: 1239.98px) and (min-width: 991.98px) {
  .spz-139
    .comparison-table
    .table-wrapper
    .comparison-title-wrapper
    .mh-md-74:nth-child(13)
    p,
  .spz-139
    .comparison-table
    .table-wrapper
    .comparison-title-wrapper
    .mh-md-74:nth-child(14)
    p {
    max-width: 319px;
  }

  .spz-139
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    > div
    .mh-md-74:nth-child(13),
  .spz-139
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    > div
    .mh-md-74:nth-child(14) {
    min-height: 78px !important;
  }
}

@media (max-width: 1199.98px) {
  .spz-147
    .comparison-table
    .table-wrappe
    .comparison-title-wrapper
    .mh-md-74:nth-child(13),
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    > div
    .mh-md-74:nth-child(13) {
    min-height: 80px !important;
  }
}

@media (max-width: 1178.98px) {
  .spz-147
    .comparison-table
    .table-wrappe
    .comparison-title-wrapper
    .mh-md-74:nth-child(13),
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    > div
    .mh-md-74:nth-child(13) {
    min-height: 80px !important;
  }
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-title-wrapper
    > div.mh-md-55 {
    min-height: 55px !important;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-title-wrapper
    > div.mh-md-47 {
    min-height: 47px !important;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-title-wrapper
    > div.mh-md-74 {
    min-height: 74px !important;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-title-wrapper
    > div.mh-md-101 {
    min-height: 101px !important;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-title-wrapper
    > div.mh-md-67 {
    min-height: 67px !important;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-title-wrapper
    > div.fs-18 {
    font-size: 18px;
    line-height: 27px;
  }
}

.spz-147 .comparison-table .table-wrapper .comparison-title-wrapper > div p {
  padding: 12px 16px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  color: #ffffff;
  font-family: "Aeonik Pro", sans-serif;
}

@media (max-width: 991.98px) {
  .spz-147 .comparison-table .table-wrapper .comparison-title-wrapper > div p {
    font-size: 18px;
    line-height: 27px;
    padding: 12px 0 16px;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-title-wrapper
  .col-1-heading {
  margin-top: 77px;
  padding: 16px 15px 0 0;
  text-align: left;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  font-family: "Aeonik Pro", sans-serif;
}

.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-title-wrapper
  .col-1-heading {
  margin-top: 77px;
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-title-wrapper
    .col-1-heading {
    padding: 29px 17px 0 0;
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-title-wrapper
    .col-1-heading {
    padding: 0;
  }
}

.spz-147 .comparison-table .table-wrapper .comparison-inner-wrapper {
  column-gap: 15px;
  background: transparent;
  max-width: 66.66%;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional {
  align-self: flex-start;
  background-image: url("https://www.tenable.com/lp/campaigns/22/nessus-multiprdct/buy/images/nessus-pro-card-desktop.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 390px auto;
  background-color: #01013f;
  border-radius: 8px;
  position: relative;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional,
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-expert,
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-professional,
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-expert,
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-professional {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"232\" height=\"145\" viewBox=\"0 0 232 145\" fill=\"none\"><path d=\"M-26.4624 -288.124C-19.405 -300.813 -6.02519 -308.682 8.49484 -308.682H224.505C239.025 -308.682 252.405 -300.813 259.462 -288.124L363.187 -101.624C369.911 -89.5343 369.911 -74.829 363.187 -62.7397L259.462 123.76C252.405 136.45 239.025 144.318 224.505 144.318H8.49484C-6.02519 144.318 -19.405 136.45 -26.4624 123.76L-130.187 -62.7397C-136.911 -74.829 -136.911 -89.5343 -130.187 -101.624L-26.4624 -288.124Z\" fill=\"url(%23paint0_linear_7054_3283)\"/><defs><linearGradient id=\"paint0_linear_7054_3283\" x1=\"-5.95336\" y1=\"172.665\" x2=\"367.915\" y2=\"-40.9261\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"%23FFA400\"/><stop offset=\"1\" stop-color=\"%2302024D\"/><\/linearGradient><\/defs><\/svg>");
    background-size: 229px auto;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert:after,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional:after {
  background: rgba(0, 138, 255, 0.2);
  border-radius: 269px;
  content: "";
  filter: blur(82px);
  height: 86px;
  position: absolute;
  right: 60px;
  top: 464px;
  width: 269px;
}

@media (max-width: 991.98px) {
  .spz-147 .comparison-table .table-wrapper .comparison-inner-wrapper {
    column-gap: 0;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert:after,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional:after {
    right: -24px;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  > div:first-child,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  > div:last-child,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  > div:first-child,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  > div:last-child {
  min-height: 207px;
  padding: 33px 0 0;
}

.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-expert
  > div:first-child,
.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-expert
  > div:last-child,
.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-professional
  > div:first-child,
.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-professional
  > div:last-child {
  min-height: 186px;
}

.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-expert
  > div:last-child {
  min-height: 55px !important;
  padding: 0 16px;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    > div:first-child,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    > div:last-child,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional
    > div:first-child,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional
    > div:last-child {
    min-height: 235px;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    > div:first-child,
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-expert
    > div:last-child,
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-professional
    > div:first-child,
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-professional
    > div:last-child {
    min-height: 232px;
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-expert
    > div:first-child,
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-expert
    > div:last-child,
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-professional
    > div:first-child,
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-professional
    > div:last-child {
    min-height: 193px;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  > div:not(:first-child):not(:last-child),
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  > div:not(:first-child):not(:last-child) {
  min-height: 55px;
  font-family: "Aeonik Pro", sans-serif;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  > div:not(:first-child):not(:last-child).mh-75,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  > div:not(:first-child):not(:last-child).mh-75 {
  min-height: 78px !important;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    > div:not(:first-child):not(:last-child).mh-md-55,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional
    > div:not(:first-child):not(:last-child).mh-md-55 {
    min-height: 55px !important;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    > div:not(:first-child):not(:last-child).mh-md-47,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional
    > div:not(:first-child):not(:last-child).mh-md-47 {
    min-height: 55px !important;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    > div:not(:first-child):not(:last-child).mh-md-74,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional
    > div:not(:first-child):not(:last-child).mh-md-74 {
    min-height: 82px !important;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    > div:not(:first-child):not(:last-child).mh-md-101,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional
    > div:not(:first-child):not(:last-child).mh-md-101 {
    min-height: 109px !important;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    > div:not(:first-child):not(:last-child).mh-md-67,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional
    > div:not(:first-child):not(:last-child).mh-md-67 {
    min-height: 71px !important;
    flex-direction: column;
    padding: 0;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    > div:not(:first-child):not(:last-child).fs-18,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional
    > div:not(:first-child):not(:last-child).fs-18 {
    font-size: 18px;
    line-height: 27px;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  .logo-wrap,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  .logo-wrap {
  max-width: 200px;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    .logo-wrap,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional
    .logo-wrap {
    margin: -7px auto 50px;
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-1
    .comparison-inner-wrapper
    .nessus-expert
    .logo-wrap,
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-1
    .comparison-inner-wrapper
    .nessus-professional
    .logo-wrap {
    margin: -7px auto 39px;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  .logo-wrap
  img,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  .logo-wrap
  img {
  padding-bottom: 12px;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  .headlines,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  .headlines {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  font-family: "Aeonik Pro", sans-serif;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  .headlines
  span {
  display: block;
}

.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-expert
  .headlines,
.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-professional
  .headlines {
  font-size: 24px;
  line-height: 130%;
}

.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-expert
  .headlines {
  padding-right: 10px;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  .sub-headlines,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  .sub-headlines {
  color: #ffffff;
  letter-spacing: unset;
  font-size: 14px;
  line-height: 150%;
  max-width: 366px;
  padding: 22px 2px 26px;
  text-transform: unset;
  font-family: "Aeonik Pro", sans-serif;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  .sub-headlines {
  max-width: 248px;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  .sub-headlines {
  max-width: 340px;
}

.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-expert
  .sub-headlines,
.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-professional
  .sub-headlines {
  color: #fff;
  padding: 40px 2px 0;
}

.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-expert
  .sub-headlines {
  padding: 40px 8px 0 0;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    .sub-headlines,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional
    .sub-headlines {
    font-size: 14px;
    letter-spacing: 0 !important;
    line-height: 21px;
    max-width: 197px;
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-expert
    .sub-headlines {
    max-width: 186px;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #041e42;
  padding-bottom: 8px;
  position: relative;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional {
    padding-bottom: 3px;
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-professional {
    padding-bottom: 0;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  .headlines {
  color: #fff;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-professional
    .headlines {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
  }

  /* .spz-147 .comparison-table .table-wrapper.comparison-table-2 .comparison-inner-wrapper .nessus-expert .headlines span,
  .spz-147 .comparison-table .table-wrapper.comparison-table-2 .comparison-inner-wrapper .nessus-professional .headlines span {
    display: none;
  } */
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  > div:not(:first-child) {
  background: rgba(0, 121, 221, 0.06) !important;
  margin: 12px 0;
  color: #ffffff;
  padding-left: 27px;
}

.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-professional
  > div:not(:first-child) {
  color: #fff;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  .mh-md-101,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  .mh-md-101 {
  min-height: 80px !important;
}

.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-professional
  > div:not(:first-child) {
  background: rgba(0, 121, 221, 0.06) !important;
  margin: 12px 0;
  padding-left: 27px;
}

.spz-147
  .comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  .nessus-professional
  > div:last-child {
  min-height: 78px;
  padding: 24px 0 24px 12px;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional
    > div:not(:first-child) {
    transform: translate(-2px);
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-professional
    > div:last-child {
    padding: 20px 0 20px 12px;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-professional
  > div:last-child {
  min-height: 78px;
  padding: 24px 0 24px 12px;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional
    > div:last-child {
    font-size: 18px;
    line-height: 27px;
    padding-left: 0;
    padding-top: 20px;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-professional
    > div:last-child.mh-md-67 {
    min-height: 67px !important;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert {
  background-color: #01013f;
  border: 2px solid #ffa400;
  padding-bottom: 24px;
}

.comparison-table .table-wrapper .comparison-inner-wrapper > div > div {
  font-family: "Aeonik Pro", sans-serif;
}

.comparison-table
  .table-wrapper.comparison-table-2
  .comparison-title-wrapper
  > div:first-child,
.comparison-table
  .table-wrapper.comparison-table-2
  .comparison-inner-wrapper
  > div
  > div:first-child {
  min-height: 205px;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert {
    padding-bottom: 15px;
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-expert {
    padding-bottom: 29px;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  .logo-wrap
  img {
  transform: translate(-6px);
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    .logo-wrap
    img {
    transform: translate(1px);
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  .headlines {
  padding-right: 10px;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-expert
    .headlines {
    font-size: 24px;
    line-height: 36px;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  .sub-headlines {
  color: #fff;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  > div:not(:first-child):not(:last-child) {
  background: rgba(0, 121, 221, 0.06) !important;
  color: #fff !important;
  position: relative;
  transform: translate(-5px, -2px);
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    > div:not(:first-child):not(:last-child) {
    transform: translate(1px);
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  > div:not(:first-child):not(:last-child)
  span.nessus-pro-price-one-year {
  font-weight: 700;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  .nessus-pro-price-one-year-vat {
  margin-left: -3px;
}

.nessus-pro-buy-vat {
  margin-left: 3px;
  font-size: 18px;
  line-height: 150%;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    > div:not(:first-child):not(:last-child)
    span {
    font-size: 18px;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  > div:not(:first-child):not(:last-child)
  span
  .nessus-pro-price-one-year {
  font-weight: 700;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  > div:last-child {
  background: none;
  display: block;
  margin: 24px 0 15px;
  min-height: 55px;
  padding: 0 16px;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    > div:last-child {
    margin: 16px 0 3px;
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner-wrapper
    .nessus-expert
    > div:last-child {
    margin: 16px 0 3px;
  }
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  > div:last-child
  a {
  margin: 5px auto 14px auto;
  max-width: 348px;
  padding: 12px;
  border-radius: 100px;
  border: 2px solid #ffb900;
  color: #ffb900;
  background: transparent;
}

.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  > div:last-child
  a:hover,
.spz-147
  .comparison-table
  .table-wrapper
  .comparison-inner-wrapper
  .nessus-expert
  > div:last-child
  a:active {
  background: #ffb900;
  color: #041e42;
}

@media (max-width: 991.98px) {
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner-wrapper
    .nessus-expert
    > div:last-child
    a {
    margin: 16px auto 0;
    max-width: 186.67px;
  }
}

@media (max-width: 767.98px) {
  .spz-147 .comparison-table {
    padding: 0 10px;
  }

  .spz-147 .comparison-table .table-wrapper .comparison-inner.mobile-only {
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner.mobile-only
    .wrap-product:first-child
    .wrap-product-flex
    > div:first-child {
    background: rgba(0, 140, 255, 0.07);
    border-bottom: none;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner.mobile-only
    .wrap-product:first-child
    .wrap-product-flex
    > div:last-child {
    background: var(--Accents-Midnight, #041e42);
    border-left: 1px solid #ffa400;
    border-top: 1px solid #ffa400;
    border-right: 1px solid #ffa400;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner.mobile-only
    .wrap-product:first-child
    .wrap-product-flex
    > div:first-child,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner.mobile-only
    .wrap-product:first-child
    .wrap-product-flex
    > div:last-child {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"170\" height=\"101\" viewBox=\"0 0 170 101\" fill=\"none\"><path d=\"M14.7895 -116.841C17.6128 -121.916 22.9642 -125.063 28.7715 -125.063H141.228C147.036 -125.063 152.387 -121.916 155.21 -116.841L209.173 -19.8414C211.863 -15.0048 211.863 -9.12118 209.173 -4.28461L155.21 92.7154C152.387 97.7903 147.036 100.937 141.228 100.937H28.7715C22.9642 100.937 17.6128 97.7903 14.7895 92.7154L-39.1728 -4.28461C-41.8634 -9.12117 -41.8634 -15.0048 -39.1728 -19.8414L14.7895 -116.841Z\" fill=\"url(%23paint0_linear_7065_1357)\"/><defs><linearGradient id=\"paint0_linear_7065_1357\" x1=\"23.8922\" y1=\"115.079\" x2=\"199.237\" y2=\"-84.0612\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"%23FFA400\"/><stop offset=\"1\" stop-color=\"%2302024D\"/><\/linearGradient><\/defs><\/svg>");
    background-repeat: no-repeat;
    background-size: 170px 100px;
    border-radius: 8px 8px 0 0;
    padding: 16px 0 0;
    position: relative;
    text-align: center;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner.mobile-only
    .wrap-product:first-child
    .wrap-product-flex
    > div:first-child:after,
  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner.mobile-only
    .wrap-product:first-child
    .wrap-product-flex
    > div:last-child:after {
    background: rgba(0, 138, 255, 0.2);
    border-radius: 269px;
    content: "";
    filter: blur(82px);
    height: 86px;
    position: absolute;
    right: -45px;
    top: 464px;
    width: 269px;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner.mobile-only
    .wrap-product
    .block-title {
    border-right: 1px solid #ffa400;
    background: #303077;
    color: #fff;
    font-weight: 500;
    padding: 7px 0 8px;
    font-family: "Aeonik Pro", sans-serif;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner.mobile-only
    .wrap-product-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100% !important;
    min-height: 56px;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner.mobile-only
    .wrap-product-flex
    > div:first-child {
    background: rgba(0, 140, 255, 0.07);
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner.mobile-only
    .wrap-product:not(:first-child)
    .wrap-product-flex
    div:first-child {
    background: var(--Accents-Midnight, #041e42);
    color: #fff;
    border: 1px solid var(--Accents-Midnight, #041e42);
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .wrap-product:last-child
    .wrap-product-flex
    > div:first-child {
    align-self: flex-start;
    border-bottom: 1px solid #2074dc;
    border-radius: 0 0 8px 8px;
    padding-bottom: 0;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner.mobile-only
    .wrap-product-flex
    > div:last-child {
    background: rgba(0, 140, 255, 0.07);
    color: #fff;
    padding: 0 16px;
    border-left: 1px solid #ffa400;
    border-right: 1px solid #ffa400;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner.mobile-only
    .wrap-product-flex
    .mob-price {
    flex-direction: column;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner.mobile-only
    .wrap-product-flex
    .mob-price
    > p {
    width: 100%;
  }

  .spz-147
    .comparison-table
    .table-wrapper
    .comparison-inner.mobile-only
    .wrap-product-flex
    .mob-price
    > p {
    font-size: 14px;
    margin-left: 0;
  }

  .spz-147
    .comparison-table
    .wrap-product:not(:first-child)
    .wrap-product-flex
    div:first-child {
    border-bottom: none;
    border-top: none;
    color: #ffffff;
    background: #1b1b53;
  }

  .spz-147
    .comparison-table
    .wrap-product:not(:first-child)
    .wrap-product-flex
    div:last-child
    span {
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 16px;
    margin-top: 3px;
  }

  .spz-147
    .comparison-table
    .wrap-product:not(:first-child)
    .wrap-product-flex
    div:last-child
    span
    .nessus-pro-price-one-year {
    font-weight: 700;
  }

  .spz-147
    .comparison-table
    .wrap-product:not(:first-child)
    .wrap-product-flex
    > div:last-child.expert-cta-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    border-radius: 0 0 8px 8px;
    justify-content: flex-start;
    padding: 16px 20px 20px;
    border-bottom: 1px solid #ffa400;
  }

  .spz-147
    .comparison-table
    .wrap-product:not(:first-child)
    .wrap-product-flex
    > div:last-child.expert-cta-wrap
    .nessus-btn {
    border-radius: 100px;
    height: 56px;
    background: #ffa400;
    color: #01013f;
    font-family: "Aeonik Pro", sans-serif;
  }

  .spz-147
    .comparison-table
    .wrap-product:first-child
    .wrap-product-flex
    .sub-headlines {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
    color: #ffffff !important;
    margin-top: 56px;
    padding: 0 10px;
    text-transform: unset;
    font-family: "Aeonik Pro", sans-serif;
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner.mobile-only
    .wrap-product:first-child
    .wrap-product-flex
    .sub-headlines {
    color: #fff !important;
  }

  .spz-147
    .comparison-table
    .wrap-product:first-child
    .wrap-product-flex
    > div:first-child
    .logo-wrap {
    margin: 8px auto 9px !important;
  }

  .spz-147
    .comparison-table
    .wrap-product:first-child
    .wrap-product-flex
    > div:first-child
    .headlines {
    color: #fff !important;
    font-size: 14px;
    line-height: 21px;
  }

  .spz-147
    .comparison-table
    .wrap-product:first-child
    .wrap-product-flex
    > div:first-child
    .headlines {
    font-size: 18px;
    line-height: 27px;
  }

  .spz-147
    .comparison-table
    .wrap-product:first-child
    .wrap-product-flex
    > div:last-child
    .logo-wrap {
    margin: 9px auto 28px !important;
    max-width: 116px;
  }

  .spz-147
    .comparison-table
    .wrap-product:first-child
    .wrap-product-flex
    > div:last-child
    .headlines {
    font-size: 14px;
    line-height: 21px;
    margin-top: 9px;
  }

  .spz-147
    .comparison-table
    .table-wrapper.comparison-table-2
    .comparison-inner.mobile-only
    .wrap-product:first-child
    .wrap-product-flex
    > div:last-child
    .headlines {
    font-size: 18px;
    line-height: 27px;
    margin-top: 9px;
  }

  .spz-147
    .comparison-table
    .wrap-product:last-child
    .wrap-product-flex
    > div:first-child {
    min-height: 0;
    height: 0;
  }
}

/* section testimonial */
.spz-139 .section-testimonial {
  padding: 57px 0 83px;
  background: linear-gradient(180deg, #e3f0fc 0%, #fff 100%);
  margin-top: -1px;
}

.spz-139 .section-testimonial .container {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.spz-139 .product-testimonial {
  border-radius: 16px;
}

.spz-139 .section-testimonial .above-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #ffa400;
  margin-bottom: 16px;
  font-family: "Aeonik Pro";
}

.spz-139 .section-testimonial .testimonial-title {
  max-width: 820px;
  font-size: 46px;
  line-height: 56px;
  font-weight: 700;
  color: #041e42;
  margin: 0 auto 48px;
  font-family: "Aeonik Pro";
}

.spz-139 .section-testimonial .tenable-demo-btn {
  max-width: 155px;
  width: 100%;
  height: 46px;
  border-radius: 100px;
  border: 2px solid #ffb900;
  background: transparent;
  font-weight: 700;
  color: #ffb900;
  box-shadow: none;
  font-family: "Aeonik Pro";
}

.spz-139 .section-testimonial .tenable-demo-btn:hover,
.spz-139 .section-testimonial .tenable-demo-btn:active {
  background-color: #ffb900;
  color: #041e42;
}

.spz-139 .section-testimonial .buy-nessus {
  font-size: 16px;
  line-height: 150%;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: auto;
  text-decoration: none !important;
  color: #041e42 !important;
  font-family: "Aeonik Pro", sans-serif;
}

.spz-139 .section-testimonial .buy-nessus:hover,
.spz-139 .section-testimonial .buy-nessus:active {
  color: #041e42 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

@media (max-width: 991.98px) {
  .spz-139 .section-testimonial {
    padding: 61px 0 82px;
  }

  .spz-139 .section-testimonial .container {
    padding: 0 40px;
  }

  .spz-139 .section-testimonial .above-title {
    margin-bottom: 16px;
  }

  .spz-139 .section-testimonial .testimonial-title {
    font-size: 36px;
    line-height: 46px;
    margin: 0 auto 47px;
  }

  .spz-139 .product-testimonial {
    border-radius: 16px;
  }

  .spz-139 .section-testimonial .buy-nessus {
    margin: 14px auto 0;
  }
}

@media (max-width: 767.98px) {
  .spz-139 .section-testimonial {
    padding: 60px 0 81px;
  }

  .spz-139 .section-testimonial .container {
    padding: 0 22px;
  }

  .spz-139 .product-testimonial {
    border-radius: 16px;
  }

  .spz-139 .section-testimonial .testimonial-title {
    font-size: 24px;
    line-height: 32px;
  }
}

/* .customer Reviews  */
.spz-139 .customer-reviews {
  padding: 0;
  position: relative;
  background: transparent;
}

.customer-reviews h2 {
  position: relative;
  color: #ffffff;
}

.customer-review-before img,
.customer-review-after img {
  display: block;
}

.customer-review-after {
  margin-top: -1px;
}

@media (max-width: 991.98px) {
  .spz-139 .customer-reviews {
    padding: 58px 0 35px;
  }
}

@media (max-width: 767.98px) {
  .spz-139 .customer-reviews {
    padding: 48px 0 0;
  }
}

/* Footer  */
.spz-139 .footer {
  padding: 24px 0;
  margin-bottom: 0;
  background: #edf6fe;
}

.footer .copyright {
  color: #64748b;
  font-family: "Aeonik Pro";
}

.footer-links a {
  color: #041e42;
  margin: 0 5px;
  font-family: "Aeonik Pro";
}

.spz-139 .footer-links a:hover,
.spz-139 .footer-links a:active {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

@media (max-width: 991.98px) {
  .footer {
    padding: 24px 0;
  }

  .spz-139 .footer .copyright {
    margin: 0 0 8px;
  }

  .footer .hidden-separator {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .spz-139 .footer {
    padding: 24px 0 16px;
  }

  .spz-139 .footer .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0;
  }

  .spz-139 .footer .copyright,
  .spz-139 .footer-links a {
    margin: 0 0 8px;
  }
}
