/* GLOBALS */
body {
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

button {
  border: 0;
  outline: 0;
  cursor: pointer;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* FF Button with dotted border fix */
button::-moz-focus-inner {
  border: 0;
}

.btn-orange {
  color: #fff;
  background: #0079DD;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.btn-orange:hover {
  background-color: #006BC4 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.btn-orange span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container {
  width: 100%;
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

/* Buttons, Links */
.buy-nessus-link {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  max-width: 299px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0;
}

.buy-nessus-link .right-wrrow {
  margin-left: 3px;
}

.try-nessus-link {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
  margin: auto;
  display: block;
  width: 100%;
  max-width: 246px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.try-nessus-link:hover,
.try-nessus-link:active,
.try-nessus-link:focus {
  color: rgba(255, 255, 255, 1);
  outline: 0;
}

/* page css */
/* Utlilites */
.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 600;
}

.desktop-only, .tablet-only, .mobile-only {
  display: none;
}

@media screen and (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

/* header */
.header-logo-container {
  position: absolute;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo-container img {
  width: 348px;
}

.header-logo-container .divider {
  height: 44px;
  background-color: rgba(255, 255, 255, 0.38);
  width: 1px;
  margin: 0 18px 0 20px;
  display: inline-table;
}

.header-logo-container .nessus-logo {
  max-height: 36px;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(180deg, #005E9B 0%, #09335D 100%);
}

.hero-section .hero-section-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-section .hero-section-inner .hero-left {
  vertical-align: middle;
  padding-right: 19px;
  margin-top: 173px;
  max-width: -o-calc(100% - 620px);
  max-width: calc(100% - 620px);
  width: 100%;
}

.hero-section .hero-section-inner .hero-right {
  max-width: 620px;
  width: 100%;
}

.hero-section .hero-section-inner .hero-img-wrapper {
  max-height: 636px;
}

.hero-section .hero-section-inner .hero-img {
  width: auto;
  max-width: 100%;
}

.hero-section .hero-img-wrapper .hero-img.desktop-only {
  min-height: 636px;
}

.hero-section .hero-title {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: normal;
  color: #fff;
  margin: 0 0 21px;
  text-transform: uppercase;
  max-width: 420px;
}

.hero-section .hero-subtitle {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 150%;
  color: #ffffff;
  max-width: 570px;
  width: 100%;
  margin-bottom: 38px;
}

.hero-section .buy-nessus-link {
  margin: 0 0 19px;
}

/* Explore Partners Section */
.explore-partner-section {
  padding: 9px 0 13px;
  background: #F4F6F8;
}

.explore-partner-section .explore-partner-block {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #415465;
  text-align: center;
}

.explore-partner-section .explore-partner-block .link {
  color: #0079DD;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.explore-partner-section .explore-partner-block .link:hover {
  color: #005CB9;
}

/* #1 Section */
.nessus-is-one-section {
  padding: 72px 0 80px;
}

.nessus-is-one-section .title {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #041E42;
  margin-bottom: 24px;
}

.nessus-is-one-section .sub-title {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #415465;
  margin-bottom: 48px;
}

.nessus-is-one-section .points-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 109px;
}

.nessus-is-one-section .point {
  padding: 29px 0 0 56px;
  position: relative;
  width: 100%;
  max-width: 351px;
  margin-right: 10px;
}

.nessus-is-one-section .point::before {
  content: "";
  background-image: url("https://www.tenable.com/lp/campaigns/20/try-nessus/images/hexagon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 167px;
  width: 148px;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

.nessus-is-one-section .number-one {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #0079DD;
}

.nessus-is-one-section .point-title {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  color: #0079DD;
  margin: 2px 0 13px;
  text-transform: uppercase;
}

.nessus-is-one-section .point-content {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #415465;
  margin-bottom: 8px;
}

.nessus-is-one-section .astrix-text {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #768693;
}

.nessus-is-one-section .stats-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nessus-is-one-section .stats-point {
  width: 100%;
  max-width: 360px;
  text-align: center;
  margin-right: 1px;
}

.nessus-is-one-section .stats-point .stats {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  color: #0079DD;
  margin-bottom: 10px;
}

.nessus-is-one-section .stats-point .divider {
  height: 1px;
  background-color: #E8EBED;
}

.nessus-is-one-section .stats-point .stat-type {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #777779;
  margin-top: 16px;
  text-transform: uppercase;
}

/* G2 Chart Section */
.g2-chart-section {
  padding: 80px 0 81px;
  position: relative;
}

.g2-chart-section::before {
  content: "";
  background: linear-gradient(180deg, #F4F6F8 0%, rgba(244, 246, 248, 0.00) 100%);
  position: absolute;
  height: 280px;
  width: 100%;
  top: 0;
  z-index: -1;
}

.g2-chart-section .g2-title {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  text-align: center;
  color: #041E42;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.g2-chart-section .g2-subtitle {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #415465;
  margin-bottom: 51px;
}

.g2-chart-section #g2-crowd-widget-default {
  margin-bottom: 50px;
  min-height: 560px;
  width: 100%;
}

.g2-chart-section .vulnerability-scanner-link {
  font-size: 12px;
  color: #415465;
  line-height: 16px;
  font-weight: 600;
}

.g2-chart-section .g2-logos {
  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;
  margin-top: 15px;
}

.g2-chart-section .g2-logo {
  max-width: calc(100% / 8 - 17px);
  width: 100%;
}

.g2-chart-section .g2-logo.japan-only {
  display: none;
}

.japan .g2-chart-section .g2-logo.japan-only {
  display: block;
}

/* Accordian Section */
.risks-section {
  padding: 79px 0 23px;
  background-color: #F4F6F8;
}

.risks-section .container {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.risks-section .heading {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  color: #041E42;
  margin: 0 auto;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: center;
  max-width: 650px;
  width: 100%;
}

.risks-section .subtitle {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: normal;
  color: #415465;
  text-align: center;
  margin: 22px auto 49px;
  width: 100%;
}

.risks-section .risks-section-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 17px;
  margin: auto -15px;
}

.risks-section .risks-section-wrapper .risks-img-wrapper, .risks-section .risks-section-wrapper .risks-faq-wapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.risks-section .risks-img-wrapper {
  height: 100%;
  max-width: 550px;
  width: 100%;
  position: relative;
  margin-top: 2px;
}

.risks-section .risks-img-wrapper .open-lightbox-btn {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.12);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.risks-section .risks-img-wrapper .open-lightbox-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.risks-section .risks-img-wrapper .open-lightbox-btn:hover,
.risks-section .risks-img-wrapper .open-lightbox-btn:active,
.risks-section .risks-img-wrapper .open-lightbox-btn:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.risks-section .risks-img-wrapper .faq-img {
  display: none;
  -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.risks-section .risks-img-wrapper .faq-img.open {
  display: block;
}

.risks-section .risks-section-wrapper img.pre_built {
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0px 42px 84px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 42px 84px 0px rgba(0, 0, 0, 0.08);
}

.risks-section-wrapper img.active {
  display: block;
}

.risks-section .risks-faq-wapper {
  width: calc(100% - 590px);
  width: -webkit-calc(100% - 590px);
  padding-left: 140px;
}

.risks-section .faq-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E8EBED;
}

.risks-section .risks-faq-wapper .faq-item:last-child {
  border: none;
}

.risks-section .faq-title {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: normal;
  color: #041E42;
  position: relative;
  cursor: pointer;
}

.risks-section .faq-title:before {
  background-image: url("https://www.tenable.com/lp/campaigns/20/try-nessus/images/icon-plus.svg");
  background-size: 20px 20px;
  content: "";
  position: absolute;
  left: -56px;
  top: 5px;
  width: 20px;
  height: 20px;
}

.risks-section .faq-text {
  display: none;
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  color: #415465;
  margin-top: 10px;
}

.risks-section .faq-title.open, .risks-section .faq-title.open:before {
  color: #041E42;
}

.risks-section .faq-title:hover,
.risks-section .faq-title:active {
  color: #0079DD;
}

.risks-section .faq-title.open:before {
  background-image: none;
  width: 20px;
  height: 2px;
  top: 14px;
  background-color: #575757;
}

/* Benefit Section */
.benefits-section {
  padding: 80px 0 59px;
}

.benefits-section .benefit-title {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  color: #041E42;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.benefits-section .benefit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.benefits-section .benefit {
  width: 100%;
  max-width: calc(100%/3 - 29.3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0 24px;
}

.benefits-section .benefit-media {
  margin-top: -4px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 100%;
  margin-right: 10px;
  max-width: 35px;
}

.benefits-section .benefit-name {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #041E42;
  margin-bottom: 8px;
  width: 100%;
  max-width: 100%;
}

.benefits-section .benefit-content {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #415465;
}

.benefits-section .benefit-content-wrapper {
  max-width: 312px;
  width: 100%;
}

/* Video Section */
.video-section {
  position: relative;
  padding: 80px 0;
}

.video-section::before {
  content: "";
  background-image: linear-gradient(180deg, #F4F6F8 0%, rgba(244, 246, 248, 0.00) 100%);
  position: absolute;
  height: 280px;
  width: 100%;
  top: 0;
  z-index: -1;
}

.video-section .title {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #041E42;
  margin-bottom: 48px;
}

.video-section .video-content .big-link {
  display: none;
}

.video-section .video-content .big-link.active {
  display: block;
}

.video-section .video-content {
  max-width: 826px;
  width: 100%;
  margin: auto;
  position: relative;
}

.video-section .video-thumb {
  max-width: 100%;
  width: auto;
}

.video-section .watch-now-layer {
  position: absolute;
  width: 100%;
  max-width: 828px;
  height: 93px;
  bottom: 4px;
  background: url("https://www.tenable.com/lp/campaigns/20/try-nessus/images/transparent-video-layer.png");
  border-radius: 10px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  padding-bottom: 7px;
}

.video-section .watch-now-layer .play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background: rgba(0, 121, 221, 0.7);
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  margin: 0 12px 0 22px;
}

.video-section .video-content:hover .play-btn {
  background: #0079DD;
}

.video-section .watch-now-layer .play-btn svg {
  margin-left: 25px;
  margin-bottom: 2px;
}

.video-section .watch-now-layer .text {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
}

.video-section .video-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.video-section .tab {
  color: #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 262px;
  height: 134px;
  width: 100%;
  background: #F4F6F8;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.video-section .tab:hover,
.video-section .tab:active .video-section .tab:focus {
  background-color: #041E42;
  color: #fff;
}

.video-section .tab.active {
  background-color: #0079DD;
  color: #fff;
  position: relative;
}

.video-section .tab::before {
  content: "";
  display: none;
  position: absolute;
  width: 21px;
  height: 23px;
  background-color: #0079DD;
  top: -7px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-radius: 4px;
  z-index: -1;
  left: 50%;
}

.video-section .tab.active::before {
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* CTA Section */
.cta-section {
  background-image: linear-gradient(180deg, #0079DD 0%, #001F39 100%);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 94px 0 81px;
}

.cta-section .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  max-width: 832px;
  margin: 0 auto 58px;
  position: relative;
  justify-content: space-between;
}

.cta-section .content {
  max-width: 360px;
  width: 100%;
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
  padding-left: 0;
  margin-top: 7px;
}

.cta-section .logo {
  max-width: 314px;
  width: 100%;
  position: relative;
  top: 3px;
  right: -45px;
}

.cta-section .divider {
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 155px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.cta-section .buy-nessus-link {
  max-width: 299px;
}

.cta-section .buy-nessus-link .right-wrrow {
  margin-left: 6px;
}

/* popup for youtube */
.lightbox-opened-mask.youtube-box {
  background: rgba(66, 83, 99, 0.85);
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.lightbox-opened.youtube-box {
  position: fixed;
  width: 100%;
  max-width: 900px;
  height: 100%;
  overflow: hidden;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 6px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.lightbox-opened.youtube-box .lightbox-inner {
  width: 100%;
  max-width: 900px;
}

.lightbox-opened.youtube-box .lightbox-content {
  position: relative;
  max-width: 900px;
  width: 100%;
}

.lightbox-opened.youtube-box .close {
  padding: 0;
  top: -48px;
  right: 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
  color: #fff;
  font-style: normal;
  font-family: system-ui, -apple-system, roboto, "segoe ui", sans-serif;
  font-size: 33px;
  line-height: 44px;
  display: inline;
  opacity: 0.65;
  position: absolute;
  font-weight: bold;
}

.lightbox-opened.youtube-box .close:hover,
.lightbox-opened.youtube-box .close:focus,
.lightbox-opened.youtube-box .close:active {
  opacity: 1;
  outline: none;
}

/* Popup for Image */
/* popup */
.lightbox-opened-mask.img {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.lightbox-opened.img {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  overflow: auto;
  top: 0px;
  left: 0px;
  padding: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.lightbox-opened.img .lightbox-content {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

.lightbox-opened.img .main-img {
  max-height: -o-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
}

.lightbox-opened.img .close {
  position: absolute;
  max-width: 48px;
  width: 100%;
  max-height: 48px;
  height: 100%;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  right: -48px;
  padding: 0;
  top: -48px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.lightbox-opened.img .close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.lightbox-opened.img .close:focus {
  outline: none;
}

.lightbox-opened.img .close img {
  position: relative;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: auto;
  width: 14px;
  height: 14px;
}

.no-scroll {
  overflow: hidden;
}

/* Scroll Up Button */
.scrollup {
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 0px;
  display: none;
  width: 150px;
  height: 48px;
  border-radius: 30px 0px 0px 30px;
  background-color: #0079DD;
  color: #fff;
  text-decoration: none;
  z-index: 1;
}

.scrollup>div {
  padding: 6px 7px;
}

.scrollup img {
  float: left;
  margin-right: 5px;
  width: 36px;
}

.scrollup span {
  font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
  padding: 6px 5px;
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
}

.scrollup:hover,
.scrollup:active,
.scrollup:focus {
  -webkit-box-shadow: 0 5px 27px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 27px 2px rgba(0, 0, 0, 0.08);
  background-color: #006BC4;
}

.scrollup:focus, .scrollup:visited {
  outline: 0;
}

/* For Wider Screens */
@media screen and (min-width: 2000px) {
  .cta-section {
    background-repeat: repeat;
    background-size: contain;
  }
}

/* Responsive Settings */
@media screen and (max-width: 1250px) {

  /* Hero Section */
  .hero-section .hero-section-inner .hero-left {
    padding-right: 0;
  }

  /* Risk Section */
  .risks-section .risks-section-wrapper {
    margin: auto;
  }

  .risks-section .risks-faq-wapper {
    padding-left: 105px;
  }
}

/* Responsive Settings */
@media screen and (max-width: 1150px) and (min-width: 992px) {

  /* Nessus #1 Section */
  .nessus-is-one-section .stats-block .stats-point:nth-child(2) {
    margin: 0 20px;
  }

  /* Benefits Section */
  .benefits-section .benefit-container {
    max-width: 750px;
    margin: auto;
  }
}

/* tablet */
@media screen and (max-width: 991px) {

  /* Common */
  .container {
    max-width: 734px;
  }

  /* hero-section */
  .hero-section .hero-section-inner .hero-right {
    max-width: 100%;
  }

  .hero-section {
    padding: 0 0 80px;
  }

  .hero-section .hero-section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-section .hero-section-inner .hero-img-wrapper {
    max-width: 620px;
    margin: auto;
    max-height: 585px;
  }

  .hero-section .hero-section-inner .hero-left {
    max-width: 100%;
    padding-right: 0;
    margin-top: 14px;
    margin-bottom: 50px;
    text-align: center;
  }

  .hero-section .hero-left .logo-wrapper {
    margin-bottom: 34px;
  }

  .hero-section .hero-title {
    max-width: 420px;
    width: 100%;
    margin: 0 auto 22px;
  }

  .hero-section .hero-subtitle {
    max-width: 100%;
  }

  .hero-section .buy-nessus-link .right-wrrow {
    margin-left: 2px;
  }

  .hero-section .buy-nessus-link {
    margin: 0 auto;
  }

  /* #1 Section */
  .nessus-is-one-section {
    padding: 73px 0 80px;
  }

  .nessus-is-one-section .title {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .nessus-is-one-section .sub-title {
    margin-bottom: 77px;
  }

  .nessus-is-one-section .point {
    padding: 0;
    padding-left: 24px;
    margin-right: 0;
    max-width: 211px;
  }

  .nessus-is-one-section .stats-point {
    max-width: 212px;
    margin-right: 0;
  }

  .nessus-is-one-section .point::before {
    top: -29px;
  }

  .nessus-is-one-section .points-wrapper {
    margin-bottom: 77px;
  }

  /* G2 Chart Section */
  .g2-chart-section {
    padding: 80px 0 55px;
  }

  .g2-chart-section .g2-title {
    max-width: 603px;
    margin: 0 auto 22px;
  }

  .g2-chart-section .g2-subtitle {
    max-width: 603px;
    margin: 0 auto 51px;
  }

  .g2-chart-section #g2-crowd-widget-default {
    min-height: 581px;
    margin-bottom: 51px;
  }

  .g2-chart-section .g2-logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 704px;
    width: 100%;
    margin: 14px auto 0;
  }

  .g2-chart-section .g2-logo {
    max-width: calc(100% / 4 - 35px);
    width: 100%;
    margin-bottom: 26px;
  }

  /* Accordian section */
  .risks-section {
    padding: 79px 0 28px;
  }

  .risks-section .container {
    width: 100%;
    max-width: 730px;
  }

  .risks-section .risks-section-wrapper .risks-img-wrapper, .risks-section .risks-section-wrapper .risks-faq-wapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .risks-section .risks-section-wrapper .risks-faq-wapper {
    margin-top: 38px;
    margin-left: 58px;
    max-width: 643px;
  }

  .risks-section .subtitle {
    margin: 23px auto 10px;
  }

  .risks-section .risks-section-wrapper {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .risks-section .risks-img-wrapper {
    margin: auto;
    max-width: 100%;
  }

  .risks-section .faq-title:before {
    top: 7px;
    left: -57px;
  }

  .risks-section .risks-faq-wapper {
    padding-left: 0;
    max-width: 645px;
    width: 100%;
    margin: 0 auto;
    margin-top: 46px;
    margin-left: 57px;
    margin-right: auto;
  }

  .risks-section .faq-item {
    margin-bottom: 19px;
  }

  .risks-section .risks-faq-wapper .faq-text {
    margin-top: 10px;
  }

  .risks-section .risks-faq-wapper .faq-text .risks-img-wrapper {
    margin-top: 16px;
    margin-bottom: 6px;
  }

  .risks-section .risks-img-wrapper .open-lightbox-btn {
    top: 49%;
  }

  /* Benefit Section */
  .benefits-section {
    padding-bottom: 62px;
  }

  .benefits-section .benefit {
    max-width: 333px;
    width: 100%;
    margin: 20px 0 23px;
  }

  .benefits-section .benefit-media {
    margin-right: 16px;
  }

  /* Video Section */
  .video-section {
    padding: 81px 0 80px;
  }

  .video-section .watch-now-layer {
    padding-bottom: 0;
  }

  .video-section .watch-now-layer .play-btn {
    margin-left: 19px;
  }

  .video-section .video-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .video-section .tab {
    max-width: 221px;
    margin: 0;
  }

  .video-section .tab::before {
    width: 20px;
    height: 17px;
  }

  /* CTA Section */
  .cta-section {
    padding: 82px 0 80px;
  }

  .cta-section .logo {
    max-width: 277px;
    margin-top: 0;
    top: 0px;
    right: -39px;
  }

  .cta-section .content-wrapper {
    margin: 0 auto 41px;
  }

  .cta-section .divider {
    top: 0;
  }

  .cta-section .content {
    margin-top: 0px;
    padding-left: 44px;
  }

  .cta-section .buy-nessus-link .right-wrrow {
    margin-left: 7px;
  }

  /* Lightbox */
  .lightbox-opened.img .close {
    right: -41px;
  }

  /* End */
}

/* IE Specific Issue */
@media all and (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  /* Risk section */
  .risks-section .risks-section-wrapper .risks-img-wrapper, .risks-section .risks-section-wrapper .risks-faq-wapper {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    height: 100%;
  }
}

/* mobile */
@media screen and (max-width: 767px) {

  /* Common */
  .buy-nessus-link {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 26px 17px;
  }

  .buy-nessus-link .right-wrrow {
    margin-left: 3px;
  }

  .try-nessus-link {
    font-size: 16px;
    line-height: 24px;
  }

  /* Main */
  .container {
    padding: 0 16px;
    max-width: 360px;
    position: relative;
  }

  /* Header */
  .header-logo-container {
    width: 100%;
    left: 0;
    justify-content: center;
  }

  .header-logo-container img {
    width: 151px;
  }

  /* hero-section */
  .hero-section {
    padding: 36px 0 94px;
  }

  .hero-section .container {
    padding: 0;
  }

  .hero-section .hero-section-inner .hero-left {
    margin-top: 29px;
    margin-bottom: 0;
    padding: 0 16px;
  }

  .hero-section .hero-section-inner .hero-img-wrapper {
    position: relative;
    top: -12px;
    max-height: 307px;
  }

  .hero-section .hero-img-wrapper .hero-img.mobile-only {
    min-height: 337px;
  }

  .hero-section .hero-left .logo-wrapper {
    margin-bottom: 46px;
  }

  .hero-section .hero-left .logo-wrapper .hero-logo {
    max-width: 328px;
  }

  .hero-section .hero-title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .hero-section .hero-subtitle {
    margin-bottom: 44px;
    font-size: 16px;
  }

  .hero-section .buy-nessus-link {
    max-width: 100%;
  }

  /* #1 Section */
  .nessus-is-one-section {
    padding: 56px 0 31px;
  }

  .nessus-is-one-section .title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .nessus-is-one-section .sub-title {
    margin-bottom: 61px;
  }

  .nessus-is-one-section .points-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 22px;
  }

  .nessus-is-one-section .point {
    max-width: 100%;
    margin-bottom: 63px;
    padding-left: 0;
  }

  .nessus-is-one-section .point::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .nessus-is-one-section .number-one {
    text-align: center;
  }

  .nessus-is-one-section .point-title {
    font-size: 34px;
    margin: 3px 0 12px;
    text-align: center;
  }

  .nessus-is-one-section .point:last-child {
    margin-top: -8px;
    margin-bottom: 38px;
  }

  .nessus-is-one-section .stats-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nessus-is-one-section .stats-point {
    max-width: 100%;
    margin-bottom: 33px;
  }

  /* G2 Chart Section */
  .g2-chart-section {
    padding: 65px 0 63px;
  }

  .g2-chart-section .slick-list.draggable {
    max-width: 270px;
    margin: 0 auto;
    width: 100%;
  }

  .g2-chart-section .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .g2-chart-section .g2-title {
    font-size: 26px;
    margin-bottom: 11px;
  }

  .g2-chart-section #g2-crowd-widget-default {
    min-height: 329px;
  }

  .g2-chart-section .g2-logo {
    max-width: calc(25% - 12px);
    width: 100%;
    margin-bottom: 8px;
  }

  .g2-chart-section .g2-subtitle {
    margin: 0 auto 38px;
  }

  /* Accordian section */
  .risks-section {
    padding: 64px 0 10px;
  }

  .risks-section .container {
    max-width: 360px;
  }

  .risks-section .heading {
    font-size: 26px;
  }

  .risks-section .subtitle {
    margin: 17px auto 46px;
  }

  .risks-section .risks-img-wrapper img.pre_built {
    min-height: inherit;
    height: auto;
  }

  .risks-section .risks-section-wrapper .risks-faq-wapper {
    padding-left: 44px;
    margin-top: 0;
    margin-left: 0;
  }

  .risks-section .faq-title {
    font-size: 16px;
  }

  .risks-section .risks-faq-wapper .faq-text .risks-img-wrapper {
    margin-bottom: 6px;
    margin-left: 0;
    padding-right: 16px;
  }

  .risks-section .risks-img-wrapper .open-lightbox-btn {
    width: 56px;
    height: 56px;
    top: 48%;
    margin-left: -8px;
  }

  .risks-section .risks-img-wrapper .open-lightbox-btn img {
    width: 21.5px;
    height: 21.5px;
  }

  .risks-section .faq-title:before {
    left: -42px;
    top: 4px;
  }

  .risks-section .faq-title.open:before {
    top: 12px;
    left: -42px;
  }

  .risks-section .faq-text {
    font-size: 16px;
    line-height: 150%;
    margin-top: 11px;
  }

  /* Benefit Section */
  .benefits-section {
    padding: 65px 0 56px;
  }

  .benefits-section .benefit {
    margin: 20px 0 10px;
  }

  .benefits-section .benefit-title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  /* Video Section */
  .video-section {
    padding: 64px 0 65px;
  }

  .video-section .title {
    font-size: 26px;
    margin-bottom: 32px;
  }

  .video-section .watch-now-layer {
    height: 79px;
    padding-top: 3px;
  }

  .video-section .watch-now-layer .play-btn {
    height: 48px;
    width: 48px;
    margin-left: 19px;
    margin-right: 12px;
  }

  .video-section .watch-now-layer .play-btn svg {
    width: 14px;
    height: 15px;
    margin-left: 19px;
  }

  .video-section .video-thumb {
    max-height: 183px;
    width: 100%;
  }

  .video-section .tab {
    max-width: 104px;
    height: 64px;
    margin: 0;
  }

  .video-section .tab::before {
    height: 22px;
    top: -7px;
  }

  /* CTA Section */
  .cta-section {
    padding: 65px 0 64px;
    background-size: cover;
  }

  .cta-section .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .cta-section .logo {
    max-width: 201px;
    margin-bottom: 49px;
    margin-top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .cta-section .content {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
    margin-top: 0;
  }

  .cta-section .buy-nessus-link .right-wrrow {
    margin-left: 3px;
  }

  /* popup */
  .lightbox-opened.img .close {
    max-width: 48px;
    max-height: 48px;
    right: 16px;
    top: 16px;
    position: fixed;
  }

  .lightbox-opened.img .close img {
    width: 14px;
    height: 14px;
  }

  .lightbox-opened.img {
    padding: 0 0 0 16px;
  }

  .lightbox-opened.img .lightbox-inner {
    overflow-x: scroll;
  }

  .lightbox-opened.img .main-img {
    max-height: -o-calc(100vh - 172px);
    max-height: calc(100vh - 172px);
    max-width: none;
    margin-right: 16px;
  }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .lightbox-opened.img .lightbox-inner {
    overflow-x: initial;
  }

  .lightbox-opened.img .main-img {
    max-height: -o-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
  }

  .lightbox-opened.img .close {
    position: absolute;
    top: -12px !important;
    right: 5px !important;
    max-width: 25px;
    max-height: 25px;
  }

  .lightbox-opened.img .close img {
    width: 9px;
    height: 9px;
  }
}

@media screen and (max-width: 359px) {

  /* Common */
  .buy-nessus-link {
    font-size: 16px;
  }

  /* Hero Section */
  .hero-section .hero-subtitle {
    font-size: 18px;
  }

  /* Explore Partner Section */
  .explore-partner-section .explore-partner-block {
    font-size: 15px;
  }

  /* Nessus #1 Section */
  .nessus-is-one-section .sub-title {
    font-size: 21px;
  }

  .nessus-is-one-section .point-content {
    font-size: 16px;
  }

  /* G2 Chart Section */
  .g2-chart-section .g2-title {
    font-size: 29px;
  }

  .g2-chart-section .g2-subtitle {
    font-size: 19px;
  }

  /* Accordion Section */
  .risks-section .heading {
    font-size: 24px;
  }

  .risks-section .subtitle {
    font-size: 16px;
    line-height: 26px;
  }

  .risks-section .risks-faq-wapper .faq-title {
    font-size: 18px;
  }

  .risks-section .risks-faq-wapper .faq-text {
    font-size: 16px;
  }

  .risks-section .risks-img-wrapper {
    max-width: 300px;
    margin: auto;
  }

  /* Benefit Section */
  .benefits-section .benefit-title {
    font-size: 31px;
  }

  .benefits-section .benefit-content {
    font-size: 15px;
  }

  .benefits-section .benefit-name {
    font-size: 18px;
  }

  /* Video Section */
  .video-section .tab {
    max-width: 90px;
  }

  .video-section .watch-now-layer .text {
    font-size: 16px;
    line-height: 26px;
  }

  .video-section .watch-now-layer .play-btn svg {
    margin-bottom: 0px;
  }

  /* CTA Section */
  .cta-section .content {
    font-size: 19px;
  }
}


/*///
////// MODAL //////////
/////*/
.overflow-hidden {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.mfp-wrap ::-moz-selection {
  background: #00a5b5;
  color: #fff;
  text-shadow: none;
}

.mfp-wrap ::selection {
  background: #00a5b5;
  color: #fff;
  text-shadow: none;
}

.mfp-wrap h1,
.mfp-wrap h2,
.mfp-wrap h3,
.mfp-wrap h4,
.mfp-wrap h5,
.mfp-wrap h6,
.mfp-wrap p {
  margin: 0;
}

.mfp-wrap * {
  font-family: 'Barlow', system-ui, -apple-system, roboto, "segoe ui", sans-serif;
}

.mfp-wrap h3 {
  font-size: 1.5em;
  margin: 1em 0 .25em;
  color: #00839b;
}

.mfp-wrap p {
  margin: 0 0 1em;
}

.mfp-wrap .line {
  line-height: 1.1;
}

.mfp-wrap b,
.mfp-wrap strong,
.mfp-wrap .field-label {
  font-weight: 600;
  color: #425363;
}

.mfp-wrap .try-buy-modal__content p,
.mfp-wrap .try-buy-modal__content strong {
  color: #77777a;
}

.mfp-wrap .white-text,
.mfp-wrap .text-white {
  color: #fff !important;
}

.mfp-wrap .clearfix,
.mfp-wrap .org-question,
.mfp-wrap .in-title-nav,
.try-buy-modal.banner-title,
.mfp-wrap .container,
.mfp-wrap .row,
.mfp-wrap .mobile-grid,
.mfp-wrap .page-title .menu,
.mfp-wrap .page-title .subnav,
.mfp-wrap .subnav nav,
.mfp-wrap .subnav .menu,
.mfp-wrap .legend__content,
.mfp-wrap .tech-select__item {
  zoom: 1;
}

.mfp-wrap button,
.mfp-wrap input,
.mfp-wrap optgroup,
.mfp-wrap select,
.mfp-wrap textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.mfp-wrap input {
  line-height: normal;
}

.mfp-wrap input[type=text],
.mfp-wrap input[type=password],
.mfp-wrap input[type=email],
.mfp-wrap input[type=tel],
.mfp-wrap input[type=date],
.mfp-wrap input[type=datetime-local],
.mfp-wrap input[type=number],
.mfp-wrap input[type=search],
.mfp-wrap input[type=time],
.mfp-wrap input[type=url],
.mfp-wrap textarea {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  display: block;
  padding: .5em;
  width: 100%;
  vertical-align: middle;
}

.mfp-wrap .try-buy-modal__form input,
.mfp-wrap .try-buy-modal__form select {
  border-color: #6e757b;
  font-size: 17px;
  padding: 12px 16px;
}

.mfp-wrap [id^=t-eval-] .invalid,
.mfp-wrap [id^=t-npo-] .invalid {
  border-color: #e24301 !important;
}

.mfp-wrap .eval-error {
  color: #e24301;
}

.mfp-wrap .onesixth,
.mfp-wrap .onefifth,
.mfp-wrap .onefourth,
.mfp-wrap .view-related-industries .views-row,
.mfp-wrap .view-product-resources .views-row,
.mfp-wrap .onethird,
.mfp-wrap .field-collection-container .field-name-field-speaker,
.mfp-wrap .onehalf,
.mfp-wrap .twothirds,
.mfp-wrap .threefourths,
.mfp-wrap .onethird--nmr,
.mfp-wrap .twothirds--nmr,
.mfp-wrap .onehalf--nmr {
  margin-bottom: 2em;
}

@media (min-width: 38em) {

  .mfp-wrap .onesixth,
  .mfp-wrap .onethird,
  .mfp-wrap .field-collection-container,
  .mfp-wrap .field-name-field-speaker,
  .mfp-wrap .twothirds,
  .mfp-wrap .onefourth,
  .mfp-wrap .view-related-industries,
  .mfp-wrap .views-row,
  .mfp-wrap .view-product-resources .views-row,
  .mfp-wrap .onefifth,
  .mfp-wrap .threefourths,
  .mfp-wrap .onehalf,
  .mfp-wrap .onethird--nmr,
  .mfp-wrap .twothirds--nmr,
  .mfp-wrap .onehalf--nmr {
    float: left;
    margin: 0 5% 0 0;
  }

  .mfp-wrap .onehalf,
  .mfp-wrap .onefourth,
  .mfp-wrap .view-related-industries .views-row,
  .mfp-wrap .view-product-resources .views-row {
    width: 47.5%;
  }
}

.mfp-wrap .clearfix:before,
.mfp-wrap .org-question:before,
.mfp-wrap .in-title-nav:before,
.mfp-wrap .banner-title:before,
.mfp-wrap .container:before,
.mfp-wrap .row:before,
.mfp-wrap .mobile-grid:before,
.mfp-wrap .page-title .menu:before,
.mfp-wrap .page-title .subnav:before, .subnav nav:before,
.mfp-wrap .subnav .menu:before,
.mfp-wrap .legend__content:before,
.mfp-wrap .tech-select__item:before,
.mfp-wrap .clearfix:after,
.mfp-wrap .org-question:after,
.mfp-wrap .in-title-nav:after,
.mfp-wrap .banner-title:after,
.mfp-wrap .container:after,
.mfp-wrap .row:after,
.mfp-wrap .mobile-grid:after,
.mfp-wrap .page-title .menu:after,
.mfp-wrap .page-title .subnav:after,
.mfp-wrap .subnav nav:after,
.mfp-wrap .subnav .menu:after,
.mfp-wrap .legend__content:after,
.mfp-wrap .tech-select__item:after {
  content: " ";
  display: table;
}

.mfp-wrap .clearfix:after,
.mfp-wrap .org-question:after,
.mfp-wrap .in-title-nav:after,
.mfp-wrap .banner-title:after,
.mfp-wrap .container:after,
.mfp-wrap .row:after,
.mfp-wrap .mobile-grid:after,
.mfp-wrap .page-title .menu:after,
.mfp-wrap .page-title .subnav:after,
.mfp-wrap .subnav nav:after,
.mfp-wrap .subnav .menu:after,
.mfp-wrap .legend__content:after,
.mfp-wrap .tech-select__item:after {
  clear: both;
}

.last {
  margin-right: 0 !important;
}

select {
  background: #fff;
  border: 1px solid #ccc;
  display: block !important;
  width: 100%;
  height: 2.5em;
  padding: .5em;
}

.mfp-wrap .try-buy-modal__form input,
.mfp-wrap .try-buy-modal__form select {
  border-color: #6e757b;
  font-size: 17px;
  padding: 12px 16px;
}

.mfp-wrap .try-buy-modal__form select {
  border: 1px solid #6e757b !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 3px !important;
  display: block;
  height: 2.8em;
  padding: 12px !important;
  width: 100%;
  vertical-align: middle;
  font-size: 17px;
  color: #777779 !important;
}

.mfp-wrap .hmb {
  margin-bottom: .5em;
}

.mfp-wrap .hmt {
  margin-top: .5em;
}

.mfp-wrap .btn-large {
  font-size: 1.25em;
  padding: .5em 1em;
}

.mfp-wrap .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.mfp-wrap .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

button,
.mfp-wrap input[type="button"],
input[type="reset"],
.mfp-wrap input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.mfp-wrap .btn,
.mfp-wrapbutton,
.mfp-wrap.mfp-wrap .form-submit,
.mfp-wrapinput[type=submit] {
  color: #425363;
  background: #eeeff0;
  line-height: 1.1;
  text-align: center;
  border: 0;
  border-radius: 4px;
  display: inline-block;
  padding: .5em 1.5em;
  vertical-align: middle;
  cursor: pointer;
}

.btn-primary,
.form-submit,
.mfp-wrap input[type=submit] {
  color: #fff !important;
  background-color: #00a5b5;
}

.mfp-wrap .wrap-btn a.btn-primary {
  background-color: #00a5b5;
}

.mfp-wrap .wrap-btn a.btn-primary:hover {
  text-decoration: none;
  opacity: 0.9;
}

.try-buy-modal__form input,
.mfp-wrap .try-buy-modal__form select {
  border-color: #6e757b;
  font-size: 17px;
  padding: 12px 16px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
.mfp-wrap input[type="button"].btn-block {
  width: 100%;
}

.mfp-wrap input[type="submit"] {
  background-color: #f87b1e;
  width: 100%;
}

.mfp-wrap input[type="submit"]:hover,
.mfp-wrap input[type="submit"]:focus {
  background-color: #d16617;
}

.mfp-wrap small {
  font-size: .75em;
}

.mfp-wrap a {
  background: transparent;
  color: #00a5b5;
  text-decoration: none;
}

.mfp-wrap a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.mfp-wrap a:active,
a:hover {
  outline: 0;
}

.mfp-wrap .hidden {
  display: none;
}

.mfp-wrap .textcenter {
  text-align: center;
}

.mfp-wrap a.btn,
.mfp-wrap .btn>a {
  font-weight: normal;
}

.mfp-wrap [id^=t-eval-] .error-msg,
.mfp-wrap [id^=t-npo-] .error-msg {
  background: #e24301;
  color: #fff;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 3px;
}

.mfp-wrap form {

  max-width: none !important;
  width: 100% !important;
}

.mfp-wrap form fieldset,
.mfp-wrap .form-item {
  margin: 0 0 1em;
}

.mfp-wrap label {
  color: #425363;
}

.mfp-wrap .visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.mfp-wrap .try-buy-modal__form label {
  display: none !important;
}

.mfp-wrap form fieldset label,
.mfp-wrap form .form-item label {
  display: block;
  margin: 0 0 .25em;
  font-weight: 600;
}

.mfp-wrap .btn-2017,
.mfp-wrap .mediasub--pr .mediasub__group .views-submit-button input {
  display: inline-block;
  -webkit-transition: background-color .3s ease, border-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, border-color .3s ease, color .3s ease;
  transition: background-color .3s ease, border-color .3s ease, color .3s ease;
  margin: 0 0.1em 0.5em 0.1em;
  padding: .5em 1.58em;
  font-size: 1.0625em;
  border-radius: 4px;
}

.mfp-wrap .btn-2017--large,
.mfp-wrap .mediasub--pr .mediasub__group .views-submit-button input {
  padding: .75em 2em;
}

.mfp-wrap .btn-2017--orange {
  border: 2px solid #f87b1e;
  background-color: #f87b1e;
  color: #fff;
}

.mfp-wrap .btn-2017--orange:hover {
  background-color: #d16617;
  border-color: #d16617;
  text-decoration: none;
}

.mfp-wrap .mt {
  margin-top: 1em;
}

.mfp-wrap h1,
.mfp-wrap h2,
.mfp-wrap h3,
.mfp-wrap h4,
.mfp-wrap .field-collection-container .field-name-field-event-topic,
.mfp-wrap h5,
.mfp-wrap h6 {
  line-height: 1.2;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  color: #425363;
}

.mfp-wrap h2 {
  font-size: 2.5em;
  margin: 0 0 .25em;
  color: #00839b;
}

/* MFP */
.mfp-container>.mfp-content {
  margin-top: 2em;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-bg {
  background: rgba(66, 83, 99, 0.85);
  opacity: 1;
}

.mfp-wrap {
  font-size: 100%;
  line-height: 1.5;
  color: #777779;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1043;
  position: fixed !important;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow-y: auto;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-close, .mfp-arrow,
.mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-wrap .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 2.5em;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-wrap .mfp-close {
  bottom: -50px;
  right: -11px;
  top: auto;
  color: #fff;
}

button.mfp-close:hover {
  background: transparent;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-hide {
  display: none !important;
}

/* Modal */
.mfp-wrap .try-buy-modal {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 550px;
  border: 4px solid #fff;
  margin: 0 auto;
  border-radius: 6px;
}

.mfp-wrap .try-buy-modal__nav {
  width: 100%;
  border-bottom: 4px solid #005f9b;
}

.mfp-wrap .try-buy-modal__nav a {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  background-color: #7a8da1;
  padding: 20px 30px 12px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  border-radius: 5px 0 0 0;
}

.mfp-wrap .try-buy-modal__nav a:nth-of-type(2) {
  border-radius: 0 5px 0 0;
}

.mfp-wrap .try-buy-modal__nav a:hover,
.mfp-wrap .try-buy-modal__nav a:focus,
.mfp-wrap .try-buy-modal__nav a.js-active {
  background-color: #005f9b;
}

.mfp-wrap .try-buy-modal__nav::after {
  display: block;
  content: "";
  clear: both;
}

.mfp-wrap .try-buy-modal__nav a span {
  position: absolute;
  top: 26px;
  right: 30px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mfp-wrap .try-buy-modal__nav a.js-active span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-wrap .js-tab-content {
  display: none;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.mfp-wrap .try-buy-modal__content {
  padding: 30px;
  display: none;
  -webkit-animation-name: fadeIn !important;
  animation-name: fadeIn !important;
}

.mfp-wrap .js-tab-content.js-active {
  display: block;
}

.mfp-wrap .try-buy-modal__content.js-active {
  display: block;
}

.mfp-wrap .try-buy-modal__content h3 {
  color: #575757;
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
  line-height: 1.2;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.mfp-wrap .try-buy-modal__content .tagline {
  display: block;
  color: #00a5b5;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

.try-buy-modal__content p,
.mfp-wrap .try-buy-modal__content strong {
  color: #77777a;
}

.mfp-wrap .try-buy-modal__form {
  margin-top: 16px;
}

.mfp-wrap .mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-wrap .nessus-pro-buy-vat {
  margin-top: 8px;
}

@media (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 374px) {
  .mfp-wrap .try-buy-modal__nav a {
    padding: 20px 15px 12px;
  }

  .mfp-wrap .try-buy-modal__nav a span {
    right: 15px;
  }
}