@import url("https://www.tenable.com/lp/assets/css/aeonik-font.css");
body {
  font-family: "Aeonik Pro", sans-serif;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: radial-gradient(
    77.26% 56.11% at 50% 42.86%,
    #00005b 0%,
    #000026 100%
  );
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
html[style="overflow: hidden;"] body {
  overflow: hidden;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: normal;
  color: #041e42;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
button {
  border: 0;
  outline: 0;
  cursor: pointer;
}
img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}
.no-scroll {
  overflow: hidden;
}
.invisible {
  visibility: hidden;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-bold {
  font-weight: 700;
}
.desktop-only,
.tablet-only,
.mobile-only {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .container {
    max-width: 734px;
    padding: 0 23px;
  }
  .open-lightbox-btn {
    top: 50%;
  }
}
@media screen and (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .tablet-only {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .mobile-only {
    display: block;
  }
  .container {
    padding: 0 16px;
    max-width: 360px;
    position: relative;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .open-lightbox-btn {
    max-width: 64px;
    max-height: 64px;
  }
  .buy-tenable-link {
    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;
    width: 100%;
  }
}
@media screen and (max-width: 359.98px) {
  .buy-tenable-link {
    font-size: 16px;
  }
}

/* intro alert */
.intro-alert {
    background-color: #FFB900;
    position: sticky;
    top: 0;
    z-index: 111;
    overflow: hidden;
}
.intro-alert .container {
    width: 100%;
    max-width: 1300px;
    padding: 12px 50px;
    margin: 0 auto;
}
.intro-alert .intro-alert-wrap{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    column-gap: 20px;
    position: relative;
}
.intro-alert .intro-alert-wrap:after{
    content: '';
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/hex_bg_desktop.webp");
    background-size: cover;
    width: 290px;
    height: 230px;
    position: absolute;
    right: 58.42px;
    top: -147px;
}
.intro-alert .intro-alert-txt {
    width: 100%;
    max-width: 803px;
    position: relative;
    z-index: 2;
}
.intro-alert .intro-alert-txt p {
    color: var(--Basic-Midnight-Blue, #041E42);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.intro-alert .intro-alert-txt p strong {
    font-weight: 700;
}
.intro-alert .intro-alert-action {
    position: relative;
    z-index: 2;
}
.intro-alert .intro-alert-action .btn-blue {
    display: inline-block;
    width: 167px;
    height: 40px;
    border-radius: 100px;
    background: var(--Basic-Midnight-Blue, #041E42);
    border: 2px solid var(--Basic-Midnight-Blue, #041E42);
    color: var(--Basic-White, #FFF);
    font-family: "Aeonik Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    padding: 6px 0;
}
.intro-alert .intro-alert-action .close-icon {
    position: absolute;
    top: 5px;
    right: -40px;
    padding: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none;
}
@media (hover: hover) {
  .intro-alert .intro-alert-action .btn-blue:hover {
    background-color: transparent;
    color: var(--Basic-Midnight-Blue, #041E42);
  }
  .intro-alert .intro-alert-action .close-icon:hover {
    opacity: 0.8;
  }
}
.intro-alert .intro-alert-action .btn-blue:active {
  background-color: transparent;
  color: var(--Basic-Midnight-Blue, #041E42);
}
.intro-alert .intro-alert-action .close-icon:active {
  opacity: 0.6;
}

@media (max-width: 991.98px) {
    .intro-alert .container {
        max-width: 768px;
        padding: 18px 30px 16px;
    }
    .intro-alert .intro-alert-wrap:after{
        width: 198px;
        height: 157px;
        right: 84px;
        top: -80px;
    }
    .intro-alert .intro-alert-txt{
        max-width: 472px;
    }
    .intro-alert .intro-alert-txt p{
        font-size: 14px;
        line-height: 125%;
    }
    .intro-alert .intro-alert-action .btn-blue{
        width: 150px;
        height: 36px;
        font-size: 14px;
    }
    .intro-alert .intro-alert-action .close-icon{
        position: relative;
        top: 3px;
        right: 0px;
        padding: 3px;
        width: 20px;
        height: 20px;
        margin-left: 8px;
    }
}
@media (max-width: 767.98px){
    .intro-alert .intro-alert-wrap{
        grid-template-columns: 100%;
        position: relative;
        row-gap: 16px;
    }
    .intro-alert .container{
        padding: 16px 16px 16px;
    }
    .intro-alert .intro-alert-txt p {
        font-size: 12px;
        padding-right: 21px;
    }
    .intro-alert .intro-alert-action .btn-blue {
        width: 100%;
        height: 30px;
        font-size: 12px;
        padding: 4.5px 0;
    }
    .intro-alert .intro-alert-action {
        position: static;
    }
    .intro-alert .intro-alert-action .close-icon{
        position: absolute;
        top: 0;
        right: 0px;
        padding: 3px;
        width: 16px;
        height: 16px;
    }
    .intro-alert .intro-alert-wrap:after{
        width: 160px;
        height: 127px;
        right: -92px;
        top: auto;
        bottom: -88px;
    }
}

.show-only-hero {
  overflow: hidden;
}
.mfp-hide {
  display: block !important;
  margin: auto;
}
.footer-section .hero-form-wrap {
  display: block;
  max-width: 529px;
  width: 100%;
  padding: 25px 40px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  background: #fff;
  background: linear-gradient(
    180deg,
    #fff 68.91%,
    rgb(255 255 255 / 0.96) 100%
  );
  box-shadow: 0 20px 40px 0 rgb(0 0 0 / 0.08);
}
.try-buy-modal .content-01 .modal-heading {
  color: #041e42;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  padding: 0 20px;
  margin: 0 0 13px;
}
.try-buy-modal .content-01 p.textcenter {
  color: #041e42;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 22px;
}
.progress-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.try-buy-modal
  .content-01
  p.textcenter[style="display: none;"]
  + .progress-dots {
  flex-direction: row-reverse;
}
.progress-dots svg {
  display: block;
  margin: 0 8px;
}
.first-step {
  display: flex;
  flex-direction: column;
}
.first-step .clearfix {
  display: flex;
  justify-content: space-between;
}
.first-step .clearfix > div {
  max-width: calc(50% - 10px);
  width: 100%;
}
.try-buy-modal__form input {
  border-radius: 9px;
  border: 1.5px solid #cbd5e1;
  border-radius: 9px;
  width: 100%;
  color: #041e42;
  height: 50px;
  outline: none;
  padding: 0 16px;
  font-size: 14px;
}
.try-buy-modal__form .blue input {
  border-color: #0079dd;
}
.try-buy-modal .content-01 .form-item label {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #64748b;
  overflow: unset;
  width: auto;
  height: auto;
  clip: unset;
  margin: 0;
  top: 16px;
  left: 11px;
  padding: 0 5px;
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.try-buy-modal .content-01 .form-item.focused label {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  top: -10px;
}
.try-buy-modal .content-01 .form-item.blue label {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  top: -10px;
  color: #0079dd;
}
.try-buy-modal .content-01 .form-item.has-error label {
  color: #e94a6f !important;
}
.nessus-pro-buy-now-modal label {
  padding: 4px 10px;
}
.nessus-pro-buy-now-modal .nessus-bundle-button {
  margin-top: 16px;
  margin-bottom: 10px;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}
#buy-nessus-pro {
  padding-bottom: 10px;
  padding-top: 10px;
}
.nessus-pro-buy-vat {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .footer-section .hero-form-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
  .try-buy-modal .content-01 .modal-heading {
    max-width: 460px;
    margin: 0 auto 13px;
  }
}
@media (max-width: 767.98px) {
  .footer-section {
    background-position: center top;
    padding: 24px 0 0;
    background-size: auto 874px;
  }
  .footer-section .hero-form-wrap {
    padding: 25px 20px 30px;
  }
  .try-buy-modal .content-01 .modal-heading {
    font-size: 24px;
  }
  .first-step .clearfix {
    flex-wrap: wrap;
  }
  .first-step .clearfix > div {
    max-width: 100%;
  }
  .try-buy-modal .content-01 .form-item {
    margin: 0 0 20px;
  }
}
.mfp-wrap .mfp-close {
  display: none;
}
.try-free {
  padding: 81px 0 80px;
  border-radius: 60px;
  text-align: center;
  background: linear-gradient(
    180deg,
    #000075 -0.11%,
    #fff0 52.82%,
    #fff0 88.02%
  );
}
.footer {
  margin: 70px auto 0;
  padding: 22px 0 26px;
  text-align: center;
}
.footer .container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}
.footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  max-width: 1017px;
  margin: auto;
}
.footer .copyright {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  position: relative;
  font-weight: 400;
  transform: translateX(5px);
}
.footer .footer-links {
  color: #c3d3e0;
}
.footer .hidden-separator {
  color: #fff;
  margin: 0 4px;
}
.footer-links a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  margin: 0 4px;
}
.footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991.98px) {
  .footer {
    margin: 58px auto 0;
  }
  .footer .container {
    max-width: 768px;
  }
  .footer .footer-content {
    justify-content: center;
    max-width: 768px;
  }
  .footer .copyright {
    margin: 0 0 16px;
  }
  .hidden-separator {
    display: none;
  }
  .footer-links a {
    margin: 0 4px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    margin: 19px auto 0;
  }
  .footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer-links {
    display: grid;
    grid-template-columns: repeat(5, auto);
    justify-content: center;
  }
  .footer-links a {
    margin: 0 8px;
  }
  .footer .footer-links a:nth-child(2) {
    grid-column: 1 / 6;
    grid-row: 1;
    margin: 0 -4px 16px;
  }
  .footer .footer-links span {
    display: none;
  }
}
.scrollup {
  opacity: 1;
  position: fixed;
  bottom: 36px;
  right: 0;
  display: none;
  width: 150px;
  height: 48px;
  border-radius: 30px 0 0 30px;
  background-color: #0079dd;
  color: #fff;
  text-decoration: none;
  z-index: 10;
}
.scrollup > div {
  padding: 4px 0 0 5px;
}
.scrollup img {
  float: left;
  margin-right: 5px;
  width: 40px;
}
.scrollup span {
  font-family:
    Fira Sans,
    system-ui,
    -apple-system,
    roboto,
    "segoe ui",
    sans-serif;
  padding: 10px 0;
  float: left;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}
.scrollup:hover,
.scrollup:active,
.scrollup:focus {
  -webkit-box-shadow: 0 5px 27px 2px rgb(0 0 0 / 0.08);
  box-shadow: 0 5px 27px 2px rgb(0 0 0 / 0.08);
  background-color: #006bc4;
}
.scrollup:focus,
.scrollup:visited {
  outline: 0;
}
.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 h3 {
  font-size: 1.5em;
  margin: 1em 0 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 .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 [id^="t-eval-"] .invalid,
.mfp-wrap [id^="t-npo-"] .invalid {
  border-color: #e24301 !important;
}
.mfp-wrap .eval-error {
  color: #e24301;
}
.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: 0.5em;
}
.mfp-wrap .try-buy-modal__form input[type="range"]::-ms-thumb {
  -webkit-box-shadow:
    0 0 0 #000000,
    0 0 0 #0d0d0d;
  box-shadow:
    0 0 0 #000000,
    0 0 0 #0d0d0d;
  border: 0 solid #000;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #00a5b5;
  cursor: pointer;
  margin-top: -0.5em;
}
.mfp-wrap .try-buy-modal__form input[type="range"]::-ms-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #fff0;
  border-color: #fff0;
  border-width: 39px 0;
  color: #fff0;
}
.mfp-wrap .try-buy-modal__form input[type="range"]:focus::-ms-fill-lower {
  background: #ddd;
}
.mfp-wrap .try-buy-modal__form input[type="range"]::-ms-fill-lower {
  background: #ddd;
  border: 0 solid #000101;
  border-radius: 50px;
}
.mfp-wrap .try-buy-modal__form input[type="range"]:focus::-ms-fill-upper {
  background: #ddd;
}
.mfp-wrap .try-buy-modal__form input[type="range"]::-ms-fill-upper {
  background: #ddd;
  border: 0 solid #000101;
  border-radius: 50px;
}
.mfp-wrap .try-buy-modal__form select {
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 9px !important;
  display: block;
  height: 50px;
  padding: 12px 32px 12px 12px !important;
  width: 100%;
  outline: none;
  vertical-align: middle;
  font-size: 14px;
  color: #041e42 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M13.3334 8.3335L10.0001 11.6668L6.66675 8.3335\" stroke=\"%2365758C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><\/svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.mfp-wrap .hmb {
  margin-bottom: 0.5em;
}
.mfp-wrap .hmt {
  margin-top: 0.5em;
}
.mfp-wrap .btn-large {
  font-size: 1.25em;
  padding: 0.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: 0.5em 1.5em;
  vertical-align: middle;
  cursor: pointer;
}
.btn-primary,
.form-submit,
.mfp-wrap input[type="submit"] {
  color: #fff !important;
  background-color: #00a5b5;
}
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: 0.75em;
}
.mfp-wrap a {
  background: #fff0;
  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: 400;
}
.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 form fieldset label,
.mfp-wrap form .form-item label {
  display: block;
  margin: 0 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 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
  -o-transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
  margin: 0 0.1em 0.5em 0.1em;
  padding: 0.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: 0.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 0.25em;
  color: #00839b;
}
.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: rgb(0 0 0 / 0.5);
  opacity: 1;
}
.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: #fff0;
  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: #fff0;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-wrap .try-buy-modal__nav {
  width: 100%;
  border-bottom: 0 solid #005f9b;
}
.mfp-wrap .try-buy-modal__nav a {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  background-color: #fff;
  color: #64748b;
  font-size: 16px;
  line-height: 150%;
  padding: 10px 0;
  text-align: center;
  position: relative;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 5px 0 0 0;
  font-family: "Aeonik Pro", sans-serif;
}
.mfp-wrap .try-buy-modal__nav a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e9ebed;
}
.mfp-wrap .try-buy-modal__nav a:nth-of-type(2) {
  border-radius: 0 5px 0 0;
}
.mfp-wrap .try-buy-modal__nav::after {
  display: block;
  content: "";
  clear: both;
}
.mfp-wrap .try-buy-modal__nav a span {
  display: none;
}
.mfp-wrap .try-buy-modal__nav a.js-active span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-wrap .try-buy-modal__nav a.js-active {
  color: #041e42;
  font-weight: 700;
}
.mfp-wrap .try-buy-modal__nav a.js-active:after {
  background-color: #041e42;
}
.mfp-wrap .js-tab-content {
  display: none;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.mfp-wrap .try-buy-modal__content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 25px;
  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: 700;
  margin-bottom: 15px;
}
.mfp-wrap .try-buy-modal__form {
  margin-top: 20px;
}
.mfp-wrap .mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-wrap .try-buy-modal__form .error-msg {
  display: none !important;
}
.try-buy-modal .content-01 .form-item {
  position: relative;
}
.try-buy-modal .content-01 .form-item select option {
  padding: 0 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #425363;
}
.try-buy-modal input:-webkit-autofill,
.try-buy-modal input:-webkit-autofill:hover,
.try-buy-modal input:-webkit-autofill:focus,
.try-buy-modal input:-webkit-autofill:active,
.try-buy-modal select:-webkit-autofill,
.try-buy-modal select:-webkit-autofill:hover,
.try-buy-modal select:-webkit-autofill:focus,
.try-buy-modal select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #041e42;
}
.try-buy-modal .content-01 .form-item input::-webkit-input-placeholder {
  color: #fff0;
}
.try-buy-modal .content-01 .form-item input::-moz-placeholder {
  color: #fff0;
}
.try-buy-modal .content-01 .form-item input:-ms-input-placeholder {
  color: #fff0;
}
.try-buy-modal .content-01 .form-item input:-moz-placeholder {
  color: #fff0;
}
.try-buy-modal .content-01 .form-item.has-error input,
.try-buy-modal .content-01 .form-item.has-error select {
  border-: 1px solid #ff0000 !important;
}
.first-step.hide {
  display: none;
}
.first-step .input-errors {
  background: rgb(255 0 0 / 0.04);
  border-radius: 3px;
  padding: 8px 16px;
  margin-top: 10px;
  display: none;
}
.first-step .input-errors.active {
  display: block;
}
.first-step .input-errors p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: red;
  margin-bottom: 0;
  text-align: left;
}
.first-step .btn-next img {
  display: none;
}
.first-step .btn-next:hover img,
.first-step .btn-next:active img {
  background: url("data:image/svg+xml,<svg width=\"16\" height=\"12\" viewBox=\"0 0 16 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.57244 1L14.6667 6M14.6667 6L9.57244 11M14.6667 6H1.33334\" stroke=\"%23041E42\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><\/svg>");
  font-size: 0;
  object-position: -99999px 99999px;
}
.first-step .btn-next {
  display: block;
  background: #ffb900;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: #041e42;
  margin-top: 8px;
  padding: 16px 0;
  border-radius: 100px;
  border: 2px solid #ffb900;
  cursor: pointer;
}
@media (hover: hover) {
  .first-step .btn-next:hover {
    background-color: #fff0;
    color: #ffb900;
  }
}
.first-step .btn-next:active {
  background-color: #fff0;
  color: #ffb900;
}
.second-step.hide {
  display: none;
}
.second-step {
  margin-top: -39px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  grid-column-gap: 25px;
}
.second-step .second-step-head {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 17px;
  margin-bottom: 40px;
}
.second-step .second-step-head .back-arrow {
  color: #0079dd;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}
.second-step .second-step-head .back-arrow img {
  margin-right: 10px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.second-step .second-step-head .back-arrow:hover {
  cursor: pointer;
}
.second-step .second-step-head .step-no {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #425363;
  margin-bottom: 0;
}
.try-buy-modal .content-01 .second-step .form-item {
  margin-bottom: 36px;
}
.try-buy-modal .content-01 .second-step .form-item:nth-child(6),
.try-buy-modal .content-01 .second-step .form-item:nth-child(7) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.try-buy-modal .content-01 .second-step .input-checkbox {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  margin-top: -16px;
  margin-bottom: 18px;
}
.try-buy-modal .content-01 .second-step .input-checkbox p {
  margin-bottom: -1px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #64748b;
  max-width: 540px;
  text-align: left;
}
.try-buy-modal .content-01 .second-step .input-checkbox small {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px !important;
  display: inline-block;
  color: #768693;
  text-align: left;
}
.try-buy-modal .content-01 .second-step .input-checkbox a {
  color: #041e42;
}
.try-buy-modal .content-01 .second-step .wrap-btn {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.try-buy-modal .content-01 .second-step .wrap-btn input {
  background: #fff0;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  color: #041e42 !important;
  line-height: normal;
  padding: 15px 16px 14px;
  margin-top: 6px;
  border: 2px solid #ffb900;
  background-color: #ffb900;
}
@media (hover: hover) {
  .try-buy-modal .content-01 .second-step .wrap-btn input:hover {
    background: #fff0;
    color: #ffb900 !important;
  }
}
.second-step .input-errors {
  background: rgb(255 0 0 / 0.04);
  border-radius: 3px;
  padding: 8px 16px;
  margin-top: -14px;
  margin-bottom: 34px;
  display: none;
}
.second-step .input-errors.active {
  display: -ms-grid;
  display: grid;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.second-step .input-errors p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: red;
  margin-bottom: 0;
  text-align: left;
}
.second-step .input-errors p strong {
  display: none;
}
.second-step .input-errors br:nth-child(2) {
  display: none;
}
@-webkit-keyframes shake {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes shake {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.try-buy-modal .content-02 .modal-heading {
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
  color: #041e42;
  text-align: center;
  margin-bottom: 12px;
  max-width: 540px;
}
.try-buy-modal .content-02 .tagline {
  display: none;
}
.try-buy-modal .content-02 p.textcenter {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #415465;
  margin-bottom: 25px;
  max-width: 540px;
}
.try-buy-modal .content-02 p.textcenter strong {
  font-weight: 400 !important;
  color: #425363 !important;
}
.try-buy-modal .content-02 .try-buy-modal__slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
  color: #425363;
}
.try-buy-modal .content-02 .try-buy-modal__slider .minus-one {
  left: 0;
  top: 0;
  font-size: 46px;
  line-height: 0;
  padding: 0 0 6px;
  margin: 0;
  width: 44px;
  height: 44px;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  color: #0079dd;
  background: #fff;
  border: 1px solid #e9ebed;
  border-radius: 3px;
  -webkit-tap-highlight-color: #fff0;
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
@media (hover: hover) {
  .try-buy-modal .content-02 .try-buy-modal__slider .minus-one:hover {
    border: 1px solid #0079dd;
  }
}
.try-buy-modal .content-02 .try-buy-modal__slider span {
  font-weight: 600;
  font-size: 52px;
  line-height: 100%;
  color: #041c3c;
  margin: 0 9px 0 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.try-buy-modal .content-02 .try-buy-modal__slider .plus-one {
  left: 0;
  top: 0;
  font-size: 41px;
  line-height: 0;
  padding: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  color: #0079dd;
  background: #fff;
  border: 1px solid #0079dd;
  border-radius: 3px;
  -webkit-tap-highlight-color: #fff0;
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
@media (hover: hover) {
  .try-buy-modal .content-02 .try-buy-modal__slider .plus-one:hover {
    border: 1px solid #0079dd;
  }
}
.try-buy-modal .content-02 .tio-vm-assets {
  max-width: 540px;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 23px 0 30px;
  background-color: #e9ebed;
  background-image: -o-linear-gradient(#0079dd, #0079dd);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0079dd),
    to(#0079dd)
  );
  background-image: linear-gradient(#0079dd, #0079dd);
  -webkit-appearance: none;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 12px;
}
.try-buy-modal .content-02 input[type="range"]::-webkit-slider-runnable-track {
  height: 12px !important;
  background: #fff0;
  border-radius: 5px;
}
.try-buy-modal .content-02 input[type="range"]::-moz-range-track {
  height: 12px !important;
  background: #fff0;
  border-radius: 5px;
}
.try-buy-modal .content-02 input[type="range"]::-ms-track {
  height: 12px !important;
  background: #fff0;
  border-radius: 5px;
}
.try-buy-modal .content-02 input[type="range"]::-webkit-slider-thumb {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #00a5b5;
  margin-top: -7px;
  background-image: radial-gradient(#fbfbfb 30%, #0079dd 34%);
  border: 2px solid #fff;
}
.try-buy-modal .content-02 input[type="range"]::-moz-range-thumb {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #00a5b5;
  margin-top: -7px;
  background-image: radial-gradient(#fbfbfb 30%, #0079dd 34%);
  border: 2px solid #fff;
}
.try-buy-modal .content-02 input[type="range"]::-ms-thumb {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #00a5b5;
  margin-top: -7px;
  background-image: radial-gradient(#fbfbfb 30%, #0079dd 34%);
  border: 2px solid #fff;
}
.try-buy-modal .content-02 .indicators + p.textcenter {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #425363;
}
.try-buy-modal .content-02 .tio-vm-pricing {
  margin-top: -13px;
  max-width: 540px;
}
.try-buy-modal .content-02 .tio-vm-pricing .clearfix {
  display: flex;
}
.try-buy-modal .content-02 .tio-vm-pricing .col-sm-4 {
  padding: 0;
}
.try-buy-modal .content-02 .tio-vm-pricing label {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #005cb9;
  padding: 12px 0;
  border: 1px solid #fff0;
  min-height: unset;
  border-radius: 5px;
  cursor: pointer;
}
.try-buy-modal .content-02 .tio-vm-pricing label br {
  display: none;
}
.try-buy-modal .content-02 .tio-vm-pricing label strong {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #425363;
  display: block;
  margin-top: 3px;
}
.try-buy-modal .content-02 .tio-vm-pricing input:checked + label,
.try-buy-modal .content-02 .tio-vm-pricing input:hover + label {
  background: rgb(0 121 221 / 0.05);
  border: 1px solid #0079dd;
}
.try-buy-modal .content-02 .tio-vm-pricing input:checked + label strong,
.try-buy-modal .content-02 .tio-vm-pricing input:hover + label strong {
  color: #041c3c;
}
.try-buy-modal .content-02 .tio-vm-pricing a {
  height: 50px;
  background: #fff0;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #041e42;
  padding: 14.5px 0;
  display: block;
  border: 0;
  width: 100%;
  margin: 48px auto 0;
  border: 2px solid #ffb900;
  background-color: #ffb900;
}
.try-buy-modal .content-02 .tio-vm-pricing a img {
  display: none;
}
@media (hover: hover) {
  .try-buy-modal .content-02 .tio-vm-pricing a:hover,
  .try-buy-modal .content-02 .tio-vm-pricing a:active {
    background-color: #fff0;
    color: #ffb900;
  }
  .try-buy-modal .content-02 .tio-vm-pricing a:hover img,
  .try-buy-modal .content-02 .tio-vm-pricing a:active img {
    background: url("data:image/svg+xml,<svg width=\"16\" height=\"12\" viewBox=\"0 0 16 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.57244 1L14.6667 6M14.6667 6L9.57244 11M14.6667 6H1.33334\" stroke=\"%23041E42\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><\/svg>");
    font-size: 0;
    object-position: -99999px 99999px;
  }
  .try-buy-modal .content-02 .tio-vm-pricing a:hover img,
  .try-buy-modal .content-02 .tio-vm-pricing a:active img {
    background: url("data:image/svg+xml,<svg width=\"16\" height=\"12\" viewBox=\"0 0 16 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.57244 1L14.6667 6M14.6667 6L9.57244 11M14.6667 6H1.33334\" stroke=\"%23041E42\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><\/svg>");
    font-size: 0;
    object-position: -99999px 99999px;
  }
}
.try-buy-modal .content-02 .tio-vm-contact-info {
  margin-top: -14px;
}
.try-buy-modal .content-02 .tio-vm-contact-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #425363;
  margin-bottom: 25px;
  width: 100%;
  max-width: 100% !important;
  text-align: center;
}
.try-buy-modal .content-02 .tio-vm-contact-info p a {
  color: #0079dd;
  padding: 0;
}
.try-buy-modal .content-02 .tio-vm-contact-info form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-column-gap: 20px;
  row-gap: 10px;
  grid-row-gap: 10px;
}
.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(4) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(9) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.try-buy-modal .content-02 .tio-vm-contact-info form textarea {
  height: 120px !important;
}
.try-buy-modal .content-02 .tio-vm-contact-info form .mktoButtonRow {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  margin-top: -22px;
}
.try-buy-modal .content-02 .tio-vm-contact-info form .mktoButtonRow button {
  width: 100% !important;
  background: transparent !important;
  border-radius: 100px;
  color: #041e42 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: normal;
  background-color: #ffb900 !important;
  border: 2px solid #ffb900 !important;
  margin-top: 0px !important;
  padding: 14.5px 0px !important;
}
@media (hover: hover) {
  .try-buy-modal
    .content-02
    .tio-vm-contact-info
    form
    .mktoButtonRow
    button:hover {
    background-color: transparent !important;
    color: #ffb900 !important;
  }
}
.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap {
  position: relative;
}
.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap label {
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 125%;
  color: #64748b !important;
  overflow: unset;
  height: auto;
  clip: unset;
  margin: 0;
  top: 16px;
  left: 16px;
  pointer-events: none;
  width: auto !important;
  max-width: 90%;
  display: block !important;
  position: absolute;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(10)
  label {
  font-size: 14px !important;
  padding: 0 !important;
}

.try-buy-modal
  .content-02
  .tio-vm-contact-info
  .mktoFieldWrap
  label
  .mktoAsterix {
  font-size: 14px !important;
  line-height: 150%;
  top: -11px;
  background: #fff;
  padding: 0 2px;
  left: 10px;
}

.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(10)
  .mktoFieldWrap.focused
  label {
  padding: 0px 6px !important;
}

.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap input,
.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap select,
.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap textarea {
  padding: 3px 16px 3px 16px !important;
  height: 50px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #041e42 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 9px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(10)
  .mktoFieldWrap
  textarea {
  padding: 16px !important;
  white-space: unset;
}

.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap input[name="triggerGDPR"] {
  height: auto;
  padding: 0 !important;
  border: none !important;
  position: absolute;
  top: 0;
  left: -5px;
  width: calc(100% + 10px) !important;
  height: 100%;
}
.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap input[name="triggerGDPR"] + label {
  top: 0 !important;
}
.try-buy-modal .content-02 .mktoFieldWrap input::-webkit-input-placeholder,
.try-buy-modal .content-02 .mktoFieldWrap textarea::-webkit-input-placeholder {
  color: #fff0;
}
.try-buy-modal .content-02 .mktoFieldWrap input::-moz-placeholder,
.try-buy-modal .content-02 .mktoFieldWrap textarea::-moz-placeholder {
  color: #fff0;
}
.try-buy-modal .content-02 .mktoFieldWrap input:-ms-input-placeholder,
.try-buy-modal .content-02 .mktoFieldWrap textarea:-ms-input-placeholder {
  color: #fff0;
}
.try-buy-modal .content-02 .mktoFieldWrap input:-moz-placeholder,
.try-buy-modal .content-02 .mktoFieldWrap textarea:-moz-placeholder {
  color: #fff0;
}
.try-buy-modal .content-02 .mktoFieldWrap.blue label {
  color: #0079dd !important;
}
.try-buy-modal .content-02 .mktoFieldWrap.blue input {
  border: 1px solid #0079dd !important;
}
.try-buy-modal .content-02 .mktoFieldWrap.focused label {
  font-size: 14px;
  line-height: 150%;
  top: -11px !important;
  background: #fff;
  left: 10px;
  padding: 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.try-buy-modal .content-02 .mktoFieldWrap.focused label .mktoAsterix {
  font-size: 12px !important;
}
.try-buy-modal .content-02 .mktoFieldWrap input:focus,
.try-buy-modal .content-02 .mktoFieldWrap select:focus {
  border-bottom: 1px solid #0079dd;
}
.try-buy-modal .content-02 .mktoFieldWrap.has-error label {
  color: #ff0000 !important;
}
.try-buy-modal .content-02 .mktoFieldWrap.has-error input,
.try-buy-modal .content-02 .mktoFieldWrap.has-error select {
  border: 1px solid #ff0000 !important;
}
.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(10) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(10)
  .mktoFormCol {
  margin-top: 5px;
  margin-bottom: 0px !important;
}
.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(10)
  .mktoCheckboxList {
  padding: 0;
}
.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(10)
  label {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 24px;
  color: #54606c !important;
  max-width: 100% !important;
  top: 0;
  padding-left: 12px;
}
.try-buy-modal .content-02 .tio-vm-contact-info form .mktoLogicalField label {
  position: relative;
}
.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(10)
  label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #c8ced4;
  border-radius: 5px !important;
  top: 3px;
  left: 0;
}
.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(10)
  input:checked
  + label:before {
  content: "";
  background: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/check.svg") no-repeat center #0072ef;
}
.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(11) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(12) {
  grid-column: 1 / -1;
}

.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(11)
  .mktoHtmlText {
  width: 100%;
}
.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(11)
  .gdpr-text {
  max-width: 100% !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px !important;
  color: #828e99;
  text-align: left;
}
.try-buy-modal
  .content-02
  .tio-vm-contact-info
  form
  .mktoFormRow:nth-child(11)
  .gdpr-text
  small {
  font-size: inherit;
  padding: 0;
}
@media (max-width: 1023.98px) {
  .mfp-wrap .try-buy-modal__content {
    padding-top: 25px;
  }
}
@media (max-width: 900.98px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 767.98px) {
  .mfp-wrap .try-buy-modal__content {
    padding-top: 24px;
  }
  .first-step .btn-next,
  .try-buy-modal .content-02 .tio-vm-pricing a {
    width: 100%;
  }
  .first-step .btn-next {
    margin-top: 5px;
  }
  .try-buy-modal .content-02 .modal-heading {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .try-buy-modal .content-02 .try-buy-modal__slider span {
    font-size: 40px;
  }
  .try-buy-modal .content-02 .tio-vm-pricing .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 374.98px) {
  .mfp-wrap .try-buy-modal__nav a span {
    right: 15px;
  }
}
.mfp-wrap .btn-link {
  color: #00a5b5;
  background: #fff0;
}
.btn:hover,
button:hover,
.form-submit:hover,
input[type="submit"]:hover {
  background-color: #e0e2e4;
  text-decoration: none;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-link:hover {
  color: #00839b;
  background: #fff0;
}
.btn,
button,
.form-submit,
input[type="submit"] {
  color: #425363;
  background: #eeeff0;
  line-height: 1.1;
  text-align: center;
  border: 0;
  border-radius: 4px;
  display: inline-block;
  padding: 0.5em 1.5em;
  vertical-align: middle;
  cursor: pointer;
}
.assets-value {
  text-align: center;
  font-weight: 700;
  font-size: 3em;
  margin: 30px auto;
  color: #425363;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #ddd;
  border-radius: 5px;
}
input[type="range"] {
  -webkit-appearance: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 30em;
}
input[type="range"]::-webkit-slider-thumb {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #00a5b5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
  border: 0;
}
input[type="range"]::-moz-range-thumb {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #00a5b5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
  border: 0;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  background: #ddd;
  border-radius: 5px;
}
input[type="range"]:focus {
  outline: none;
}
.mfp-wrap .plus-one,
.mfp-wrap .minus-one {
  font-size: 2em;
  padding: 0 0.25em;
  margin: 0 0.5em;
  display: inline;
  top: -0.3em;
  position: relative;
  border: 1px solid #ddd;
}
.mb {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.mfp-wrap p {
  margin: 0 0 1em;
}
.col-sm-4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 38em) {
  .tio-vm-pricing label {
    min-height: 132px;
  }
}
.tio-vm-pricing label:hover {
  color: #fff;
  background: #0067b6;
  border: 3px solid #0067b6;
}
.tio-vm-pricing label {
  display: block !important;
  text-align: center;
  border: 3px solid #ececec;
  padding: 1em 2em;
  width: 100%;
  min-height: none;
}
.tio-option {
  display: none;
}
.mfp-wrap .mt2 {
  margin-top: 2em;
}
.tio-vm-price-two-years-discount,
.tio-vm-price-three-years-discount {
  color: #f87b1e;
}
.try-buy-modal__content p,
.try-buy-modal__content strong {
  color: #041e42;
}
.tio-vm-pricing label:hover {
  color: #fff;
  background: #0067b6;
  border: 3px solid #0067b6;
}
.tio-vm-pricing label:hover {
  color: #fff;
  background: #0067b6;
  border: 3px solid #0067b6;
}
.tio-vm-pricing label:hover {
  color: #fff;
  background: #0067b6;
  border: 3px solid #0067b6;
}
.tio-vm-pricing label:hover strong {
  color: #fff;
}
.indicators {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 30em;
  position: relative;
  height: 0.5em;
  background-image: -o-linear-gradient(
    left,
    transparent 50%,
    #aaa 50%,
    #aaa 51%,
    transparent 51%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, transparent),
    color-stop(50%, #aaa),
    color-stop(51%, #aaa),
    color-stop(51%, transparent)
  );
  background-image: linear-gradient(
    90deg,
    transparent 50%,
    #aaa 50%,
    #aaa 51%,
    transparent 51%
  );
  background-size: 10%;
  z-index: -1;
}
.mt4 {
  margin-top: 4em;
}
.kilo {
  font-size: 1.25em;
}
.mktoForm .mktoFormRow {
  clear: both;
}
.try-buy-modal__form .tio-vm-contact-info label {
  display: none !important;
}
.try-buy-modal__form .mktoForm input[type="text"],
.try-buy-modal__form .mktoForm input[type="password"],
.try-buy-modal__form .mktoForm input[type="email"],
.try-buy-modal__form .mktoForm input[type="tel"],
.try-buy-modal__form .mktoForm input[type="date"],
.try-buy-modal__form .mktoForm input[type="datetime-local"],
.try-buy-modal__form .mktoForm input[type="number"],
.try-buy-modal__form .mktoForm input[type="search"],
.try-buy-modal__form .mktoForm input[type="time"],
.try-buy-modal__form .mktoForm input[type="url"],
.try-buy-modal__form .mktoForm textarea,
.try-buy-modal__form .mktoForm select {
  border: 1px solid #6e757b !important;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 0.05);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 0.05);
  border-radius: 3px !important;
  display: block;
  padding: 12px 16px !important;
  width: 100%;
  vertical-align: middle;
  font-size: 17px;
  color: #777779 !important;
}
.marketo-2017 .mktoFormCol,
.marketo-2017 .mktoFieldWrap {
  width: 100%;
}
.try-buy-modal__form .mktoForm .mktoField {
  width: 100% !important;
}
.marketo-2017 .mktoGutter,
.marketo-2017 .mktoOffset {
  display: none;
}
.try-buy-modal__form .mktoForm .mktoButton {
  background-color: #f87b1e !important;
}
.marketo-2017 .mktoButton {
  margin-top: 1em !important;
  padding: 1em 1.58em !important;
  font-size: 17px !important;
  border-radius: 4px;
}
.try-buy-modal__form .mktoForm * {
  font-family:
    "Aeonik Pro",
    sans-serif,
    system-ui,
    -apple-system,
    roboto,
    "segoe ui",
    sans-serif;
}
.btn[disabled],
.btn.disabled,
button[disabled],
button.disabled,
.form-submit[disabled],
.form-submit.disabled,
input[type="submit"][disabled],
input[type="submit"].disabled {
  cursor: default;
  opacity: 0.375;
}
@media (max-width: 767px) {
  .first-step .clearfix .onehalf {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap label,
  .try-buy-modal .content-01 .form-item label {
    font-size: 14px;
  }
  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: right !important;
  }
}
.hero-slider .container {
  position: relative;
}
.hero-slider .hero-logo {
  position: absolute;
  top: 50px;
  z-index: 50;
}
.hero-slider .slide-1 {
  background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-1-1440.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top right;
}
.hero-slider .slide-2 {
  background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-2-1440.webp");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.hero-slider .slide-3 {
  background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-3-1440.webp");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
@media (min-width: 1600.98px) {
  .hero-slider .slide-1 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-1-1990.webp");
  }
  .hero-slider .slide-2 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-2-1990.webp");
  }
  .hero-slider .slide-3 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-3-1990.webp");
  }
}
@media (min-width: 1921.98px) {
  .hero-slider .slide-1 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-1-2560.webp");
  }
  .hero-slider .slide-2 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-2-2560.webp");
  }
  .hero-slider .slide-3 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-3-2560.webp");
  }
}
@media (min-width: 2561.98px) {
  .hero-slider .slide-1 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-1-3840.webp");
  }
  .hero-slider .slide-2 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-2-3840.webp");
  }
  .hero-slider .slide-3 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-3-3840.webp");
  }
}
@media (max-width: 991.98px) {
  .hero-slider .slide-1 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-1-768.webp");
  }
  .hero-slider .slide-2 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-2-768.webp");
  }
  .hero-slider .slide-3 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-3-768.webp");
  }
}
@media (max-width: 767.98px) {
  .hero-slider .slide-1 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-1-360.png");
  }
  .hero-slider .slide-2 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-2-360.png");
  }
  .hero-slider .slide-3 {
    background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/slide-3-360.png");
  }
}
.hero-slider .slide-inner {
  display: grid;
  grid-template-columns: 583px 1fr;
  column-gap: 60px;
  max-width: 1230px;
  padding: 147px 15px 73px;
  margin: 0 auto;
  position: relative;
}
.hero-slider .slide-2 .slide-inner {
  padding: 150px 60px 43px;
  grid-template-columns: 1fr 430px;
}
.hero-slider .slide-3 .slide-inner {
  padding: 116px 60px 43px;
  grid-template-columns: 1fr 430px;
}
.hero-slider .slide-inner .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin: 0;
  padding-left: 1px;
}
.hero-slider .slider .slick-track {
  margin: 0;
  transition: height 0.3s ease;
}
.hero-slider .slide-inner .slide-heading {
  font-size: 56px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  margin: 0 0 36px;
  transform: translateY(3px);
}
.hero-slider .slide-inner .slide-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
.hero-slider .slide-inner .slide-cta {
  width: 150px;
  height: 56px;
  border-radius: 100px;
  border: 1px solid #ffb900;
  background: var(--Product-Prime-Yellow, #ffb900);
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--Basic-Midnight-Blue, #041e42);
  text-align: center;
}
@media (hover: hover) {
  .hero-slider .slide-inner .slide-cta:hover {
    background-color: #fff0;
    color: #ffb900;
  }
}
.hero-slider .slide-inner .slide-cta:active {
  background-color: #fff0;
  color: #ffb900;
}
.hero-slider .sliderContainer {
  position: relative;
}
.hero-slider .slider {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  overflow: hidden;
}
.hero-slider .slider .slick-list,
.hero-slider .slider .slick-track {
  height: 100%;
}
.hero-slider .slide-form {
  padding-right: 28px;
}
.hero-slider .hero-form-wrap {
  padding: 25px 40px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  background: #fff;
  background: linear-gradient(
    180deg,
    #fff 68.91%,
    rgb(255 255 255 / 0.96) 100%
  );
  box-shadow: 0 20px 40px 0 rgb(0 0 0 / 0.08);
}
.hero-slider .slick-prev,
.hero-slider .slick-next {
  width: 32px;
  height: 32px;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M27 16H5' stroke='white' stroke-opacity='0.7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 7L5 16L14 25' stroke='white' stroke-opacity='0.7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: #fff0;
  position: absolute;
  top: 122px;
  bottom: 0;
  left: 44px;
  margin: auto;
  z-index: 10;
}
.hero-slider .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M5 16H27' stroke='white' stroke-opacity='0.7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 7L27 16L18 25' stroke='white' stroke-opacity='0.7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  left: auto;
  right: 44px;
}
@media (hover: hover) {
  .hero-slider .slick-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M27 16H5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 7L5 16L14 25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .hero-slider .slick-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M5 16H27' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 7L27 16L18 25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.hero-slider .slick-dots {
  bottom: -30px;
}
.hero-slider .yellow-text h3 {
  color: #ff0;
}
.hero-slider .progressBarContainer {
  position: absolute;
  bottom: 28px;
  width: 300px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-440px);
}
.hero-slider .progressBarContainer div {
  display: block;
  width: 50px;
  padding: 0;
  cursor: pointer;
  margin-right: 10px;
  float: left;
  color: #fff;
}
.hero-slider .progressBarContainer .yellow-text {
  width: 114px;
}
.hero-slider .progressBarContainer div:last-child {
  margin-right: 0;
}
.hero-slider .progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  border-radius: 20px;
  background: rgb(255 255 255 / 0.18);
  display: block;
  overflow: hidden;
}
.hero-slider .progressBarContainer div span.progressBar .inProgress {
  background-color: rgb(255 255 255 / 0.4);
  width: 0%;
  height: 4px;
}
@media (min-width: 1440px) {
  .hero-slider .slick-prev,
  .hero-slider .slick-next {
    left: 0;
    right: 0;
    transform: translateX(-661px);
  }
  .hero-slider .slick-next {
    transform: translateX(661px);
  }
}
@media (max-width: 1400px) {
  .hero-slider .slick-prev {
    left: 22px;
  }
  .hero-slider .slick-next {
    right: 22px;
  }
  .hero-slider .slide-2 .slide-inner {
    grid-template-columns: 1fr 380px;
  }
  .hero-slider .slide-3 .slide-inner {
    grid-template-columns: 1fr 380px;
  }
}
@media (max-width: 1199.98px) {
  .hero-slider .slide-inner {
    grid-template-columns: 480px 1fr;
    column-gap: 25px;
    padding: 147px 15px 73px;
  }
  .hero-slider .slide-inner .slide-heading {
    font-size: 48px;
  }
  .hero-slider .progressBarContainer {
    bottom: 20px;
    left: 15px;
    right: auto;
    transform: translateX(0);
  }
  .hero-slider .slide-form {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .hero-slider .hero-logo {
    left: 23px;
  }
  .hero-slider .slide-inner .slide-content {
    max-height: 400px;
  }
  .hero-slider .slide-inner {
    max-width: 768px;
    grid-template-columns: 100%;
    column-gap: 0;
    padding: 90px 40px 70px;
    min-height: auto;
  }
  .hero-slider .slide-2 .slide-inner {
    padding: 90px 124px 78px 40px;
    grid-template-columns: 1fr;
  }
  .hero-slider .slide-2 .slide-inner .slide-text {
    padding-right: 86px;
  }
  .hero-slider .slide-3 .slide-inner {
    padding: 90px 175px 78px 40px;
    grid-template-columns: 1fr;
  }
  .hero-slider .slide-inner .slide-text {
    margin: 0 0 58px;
    max-width: 590px;
  }
  .hero-slider .txt-slide-2 .slide-text{
    max-width: 517px;
  }
  .hero-slider .slide-3 .slide-inner .slide-text {
    padding-right: 86px;
  }
  .hero-slider .slide-inner .slide-heading {
    font-size: 56px;
    margin: 55px 0 27px;
  }
  .hero-slider .slide-inner .slide-heading br {
    display: block;
  }
  .hero-slider .slide-inner .slide-img {
    margin-top: 60px;
  }
  .hero-slider .progressBarContainer {
    bottom: -4px;
    left: 0;
    right: 0;
    transform: translateX(0);
    width: fit-content;
  }
  .hero-slider .slick-prev {
    left: 0;
    right: 0;
    top: auto;
    bottom: -14px;
    transform: translateX(271px);
  }
  .hero-slider .slick-next {
    left: 0;
    right: 0;
    top: auto;
    bottom: -14px;
    transform: translateX(328px);
  }
}
@media (max-width: 767.98px) {
  .hero-slider .hero-logo {
    top: 30px;
    left: 6px;
  }
  .hero-slider .slider .slick-track,
  .hero-slider .slide-inner .slide-content {
    margin: 0;
  }
  .hero-slider .slide-inner {
    max-width: 450px;
    padding: 65px 20px 78px;
    min-height: auto;
  }
  .hero-slider .slide-2 .slide-inner {
    padding: 65px 20px 78px;
  }
  .hero-slider .slide-2 .slide-inner .slide-text {
    padding-right: 0;
  }
  .hero-slider .slide-3 .slide-inner {
    padding: 65px 20px 78px;
  }
  .hero-slider .slide-3 .slide-inner .slide-text {
    padding-right: 0;
  }
  .hero-slider .slide-inner .slide-heading {
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    margin: 56px 0 26px;
    width: 100%;
  }
  .hero-slider .slide-inner .slide-text {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    margin: 0 0 59px;
    width: 100%;
  }
  .hero-slider .slide-inner .slide-cta {
    margin: auto;
    display: block;
  }
  .hero-slider .slide-inner .slide-img {
    margin-top: 58px;
  }
  .hero-slider .progressBarContainer {
    bottom: 4.5px;
    left: 0;
    right: 0;
    width: 144px;
    transform: translateX(0);
  }
  .hero-slider .progressBarContainer div {
    width: 30px;
  }
  .hero-slider .progressBarContainer .yellow-text {
    width: 64px;
  }
  .hero-slider .slick-prev {
    transform: translateX(-159px);
  }
  .hero-slider .slick-next {
    transform: translateX(159px);
  }
  .hero-slider .hero-form-wrap {
    padding: 25px 20px 30px;
  }
}
.client-section {
  position: relative;
  margin: 68px 0 0;
  padding: 32px 0 34px;
  z-index: 1;
}
.client-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1210px;
  width: 100%;
  height: 1px;
  background: #ffb900;
  background: linear-gradient(90deg, #fff0 0%, rgb(255 185 0) 50%, #fff0 100%);
}
.client-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1210px;
  width: 100%;
  height: 1px;
  background: #ffb900;
  background: linear-gradient(90deg, #fff0 0%, rgb(255 185 0) 50%, #fff0 100%);
}
.client-section .title {
  text-align: center;
  background: none;
  color: #fff;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
.client-section .client-logos-wrapper {
  padding: 0 15px;
  text-align: center;
  width: 100%;
  max-width: 1230px;
  margin: auto;
}
.client-section .client-logos-wrapper img {
  max-width: 1217px;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 991.98px) {
  .client-section {
    margin: 64px 0 0;
    padding: 32px 0 32px;
  }
  .client-section .client-logos-wrapper {
    max-width: 718px;
  }
}
@media (max-width: 767.98px) {
  .client-section {
    padding: 34px 20px 32px;
    margin: 55px auto 0;
    max-width: 450px;
  }
  .client-section .client-logos-wrapper {
    padding: 0;
  }
}

.storylane-section {
  margin-top: 41px;
  margin-bottom: 56px;
}

.storylane-section iframe {
  border-radius: 16px !important;
}

@media (max-width: 991.98px) {
  .storylane-section {
    margin-top: 21px;
    margin-bottom: 42px;
  }
  .storylane-section .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767.98px) {
  .storylane-section .container {
    padding: 0 20px;
  }
}
.additional-section {
  margin-top: 27px;
}
.additional-section p {
  color: #fff;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  max-width: 962px;
  margin: 0 auto 0;
}
.risks-section {
  position: relative;
  z-index: 2;
  padding: 79px 0 80px;
  margin-bottom: 0;
  overflow: hidden;
}
.risks-section .heading {
  color: #ffb900;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 124%;
  max-width: 714px;
  width: 100%;
  margin: 0 auto 61px;
}
.risks-section .heading br {
  display: none;
}
.risks-section .sub-copy {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 60px;
  max-width: 858px;
  width: 100%;
  margin: 0 auto 64px;
}
.risks-section .risks-section-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2px;
}
@media (max-width: 991px) {
  .risks-section .risks-section-wrapper {
    padding-bottom: 0;
  }
}
.risks-section .risks-img-wrapper {
  width: 100%;
  max-width: 594px;
  margin-right: 1px;
  position: relative;
  display: flex;
  align-items: center;
}
.risks-section .risks-img-wrapper:after {
  content: "";
  width: 615px;
  height: 488px;
  background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/hex_bg.svg");
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 186px;
  margin: auto;
}
.risks-faq-wapper {
  max-width: 543px;
  width: 100%;
}
.risks-section .risks-img-wrapper .faq-img {
  display: none;
  -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 16px;
  background: linear-gradient(
    90deg,
    rgb(0 0 38 / 0.4) 0%,
    rgb(0 0 91 / 0.4) 100%
  );
  padding: 10px;
  position: relative;
  z-index: 2;
}
.risks-section .risks-img-wrapper .faq-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
  box-shadow: 22px 0 67px 0 rgb(255 185 0 / 0.2);
}
.risks-section .risks-img-wrapper .faq-img.open {
  display: inline-block;
}
.risks-section-wrapper img.active {
  display: block;
}
.risks-section .faq-item .faq-img-mbl {
  display: none !important;
}
@media (max-width: 991.98px) {
  .risks-section .risks-img-wrapper img {
    border-radius: 16px;
  }
}
.risks-section .risks-faq-wrapper {
  max-width: 526px;
  width: 100%;
  margin-right: 15px;
}
.risks-section .faq-item {
  padding: 25px 0 13px;
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
  overflow: hidden;
}
.risks-section .faq-item.open {
  padding: 25px 0 17px;
}
.risks-section .faq-title {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
  padding-right: 18px;
}
.risks-section .faq-title svg {
  display: none;
}
.risks-section .faq-title:after {
  content: "";
  position: absolute;
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_25305_4380)'%3E%3Cpath d='M3.75 12.5H20.25' stroke='%23FFB900' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 4.25V20.75' stroke='%23FFB900' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_25305_4380'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  height: 24px;
  right: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
.risks-section .faq-title.open:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_25305_4367)'%3E%3Cpath d='M3.75 12.5H20.25' stroke='%23FFB900' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_25305_4367'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.risks-section .faq-title.open {
  color: #ffb900;
  margin-bottom: 23px;
}
@media (max-width: 991.98px) {
  .risks-section .faq-title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .risks-section .faq-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-right: 52px;
  }
}
.risks-section .faq-text {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  max-width: 548px;
  width: 100%;
  margin-top: 15px;
  transition:
    height 02s ease,
    opacity 0.2s ease;
  height: 0;
  opacity: 0;
  pointer-events: none;
  display: block;
}
.risks-section .faq-text.open {
  opacity: 1;
  overflow: visible;
  pointer-events: initial;
}
.risks-section .faq-text p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 9px;
  padding-right: 50px;
}
.risks-section .faq-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #ffb900;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 106px;
  width: 100%;
  margin: 19px 0 0;
  text-decoration: none;
}
@media (hover: hover) {
  .risks-section .faq-item a:hover {
    text-decoration: underline;
  }
}
.risks-section .faq-item a:active {
  text-decoration: underline;
}
.risks-section .faq-item a span {
  margin-left: 6px;
}
.risks-section .faq-item a:hover {
  text-decoration: underline;
}
.risks-section .faq-item a:hover:before {
  content: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0087f5;
  bottom: -2px;
  left: 0;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.risks-section .faq-title.pre_built.open {
  color: #0079dd;
}
@media (min-width: 1440px) {
  .risks-section .faq-text p {
    padding-right: 40px;
  }
}
@media (min-width: 991.98px) and (max-width: 1919.98px) {
  .risks-section .faq-text {
    font-weight: 700;
  }
}
@media (max-width: 991.98px) {
  .risks-section {
    padding: 101px 0 2px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
  }
  .risks-section .container {
    padding: 0 40px;
    max-width: 100%;
  }
  .risks-section .heading {
    margin-bottom: 68px;
  }
  .risks-section .sub-copy {
    max-width: 634px;
    margin: 0 auto 40px;
  }
  .risks-section .risks-img-wrapper {
    display: none;
  }
  .risks-section .risks-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .risks-section .risks-faq-wrapper {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .risks-section .faq-item {
    padding: 25px 0 13.5px;
    position: relative;
  }
  .risks-section .faq-item:last-child {
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
  }
  .risks-section .faq-item:after {
    content: "";
    position: absolute;
    width: 648px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgb(4 30 66 / 0.1);
  }
  .risks-section .faq-item:last-child:after {
    content: none;
  }
  .risks-section .faq-item.open {
    padding-top: 17px;
    padding-bottom: 9.5px;
  }
  .risks-section .faq-title.open {
    margin-bottom: 25px;
  }
  .risks-section .faq-text p {
    padding-right: 0;
  }
  .risks-section .faq-item a {
    margin: 18px 0 15px;
  }
  .risks-section .faq-item .faq-img-mbl {
    display: block !important;
    margin-bottom: 13px;
    aspect-ratio: 1276 / 805;
  }
  .risks-section .faq-item .faq-img-mbl img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
  }
  .risks-section .faq-text {
    font-size: 13px;
    line-height: 18px;
    max-width: 100%;
  }
  .risks-section .faq-block .faq-content {
    width: 100%;
  }
  .risks-section .faq-block .faq-content-img {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0;
    margin-top: 18px;
  }
  .risks-section .faq-block .faq-content-img.open {
    opacity: 1;
    transition: opacity 2s ease 0.8s;
  }
}
@media (max-width: 767.98px) {
  .risks-section {
    padding: 67px 0 0;
  }
  .risks-section .container {
    padding: 0 20px;
    max-width: 390px;
  }
  .risks-section .faq-item a {
    margin-top: 18px;
  }
  .risks-section .heading {
    font-size: 28px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 33px;
  }
  .risks-section .heading br {
    display: block;
  }
  .risks-section .sub-copy {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: var(--Basic-Midnight-Blue, #041e42);
    margin: 0 auto 40px;
  }
  .risks-section .faq-item {
    padding: 21px 0 17.5px;
  }
  .risks-section .faq-text {
    padding: 0;
    margin-top: 19px;
  }
  .risks-section .faq-item.open {
    padding-top: 19px;
    padding-bottom: 0;
  }
  .risks-section .faq-text.open {
    margin-bottom: 10px;
  }
  .risks-section .faq-title.open {
    margin-bottom: 0;
  }
  .risks-section .faq-block .faq-content-img {
    max-width: 100%;
    width: 100%;
    margin: auto;
    margin-top: 18px;
  }
  .risks-section .faq-item .faq-img-mbl {
    transform: translate(0, 0);
    aspect-ratio: 35 / 22;
  }
  .risks-section .faq-item .faq-img-mbl img {
    width: 100%;
    max-width: 100%;
  }
  .risks-section .faq-block .faq-content-img.open {
    transition: opacity 0.8s ease 0.8s;
  }
  .risks-section .faq-block .faq-content {
    opacity: 0;
  }
  .risks-section .open .faq-block .faq-content {
    opacity: 1;
    transition: opacity 1.5s ease 0.8s;
  }
  .risks-section .faq-text p {
    margin-top: 1px;
    font-size: 16px;
    font-weight: 400;
    padding-right: 0;
  }
  .risks-section .faq-text.open {
    margin-top: 19px !important;
  }
  .testimonial-block .quote {
    display: none;
  }
  .risks-section .faq-block {
    flex-direction: column-reverse;
  }
}
.insight-links {
  padding-bottom: 40px;
}
.insight-links .heading {
  font-size: 34px;
  font-weight: 500;
  line-height: 124%;
  color: #ffb900;
  text-align: center;
  margin-bottom: 60px;
}
.insight-links .insight-links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
.insight-links .insight-link {
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / 0.1);
  background: linear-gradient(
    0deg,
    rgb(0 85 254 / 0.1) 0%,
    rgb(97 97 97 / 0.09) 100%
  );
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.25);
  padding: 20px 20px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}
.insight-links .insight-link:nth-child(3) img {
  width: 243px;
  /* margin: 0 0 45px; */
}

.insight-links .insight-link:nth-child(4) img {
  width: 120.909px;
}

.insight-links .insight-link .insight-link-img-wrap {
  height: 133px;
  margin-bottom: 20px;
}

.insight-links .insight-link img {
  width: 102px;
  /* height: 143px; */
  margin: 0;
  border-radius: 6px;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.25);
}
.insight-links .insight-link .bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  margin-bottom: 10px;
}
.insight-links .insight-link .norm {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  min-height: 48px;
  margin-bottom: 10px;
}
.insight-links .insight-link a {
  padding: 6px 0;
  font-size: 16px;
  font-weight: 700;
  color: #ffb900;
  display: inline-block;
}
@media (hover: hover) {
  .insight-links .insight-link a:hover {
    text-decoration: underline;
  }
}
.insight-links .insight-link a:active {
  text-decoration: underline;
}
.insight-links .insight-link a svg {
  vertical-align: bottom;
  transform: translateY(1px);
  margin-left: 6px;
}
@media (min-width: 1440px) {
  .insight-links .insight-link img {
    /* margin: 0 0 20px; */
  }
  .insight-links .insight-link .bold {
    margin-bottom: 12px;
  }
  .insight-links .insight-link .norm {
    margin-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .insight-links {
    padding-top: 40px;
  }
  .insight-links .insight-links-wrapper {
    grid-template-columns: 100%;
    row-gap: 40px;
  }
  .insight-links .insight-link {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 24px;
    padding: 30px 25px 28px;
    background: linear-gradient(
      0deg,
      rgb(0 85 254 / 0.1) 0%,
      rgb(97 97 97 / 0.09) 100%
    );
  }

  .insight-links .insight-link .insight-link-img-wrap {
    grid-row: span 3;
    margin: 0;
  }
  .insight-links .insight-link img {
    width: 110px;
  }

  .insight-links .insight-link:nth-child(4) img {
    width: 130px;
  }

  .insight-links .insight-link .bold {
    margin-top: -4px;
    font-size: 24px;
  }
  .insight-links .insight-link .norm {
    min-height: auto;
    margin-bottom: 8px;
  }
  .insight-links .insight-link:nth-child(3) img {
    width: 183px;
    margin: 0 0 30px;
    height: auto;
  }
  .insight-links .insight-link:nth-child(3) .norm {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .insight-links {
    padding-top: 0;
  }
  .insight-links .container {
    padding: 0 5px;
  }
  .insight-links .heading {
    font-size: 28px;
    margin-bottom: 58px;
  }
  .insight-links .insight-links-wrapper {
    row-gap: 30px;
  }
  .insight-links .insight-link {
    padding: 29px 25px 28px;
    display: block;
  }

  .insight-links .insight-link .insight-link-img-wrap {
    margin-bottom: 24px;
    height: auto;
  }
  .insight-links .insight-link .bold {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .insight-links .insight-link:nth-child(3) img {
    width: 218px;
    margin: 0 0 21px;
  }
}
.solution-role {
  padding: 40px 0 40px;
}
.solution-role .heading {
  font-size: 34px;
  font-weight: 500;
  line-height: 124%;
  color: #ffb900;
  text-align: center;
  margin: 0 0 60px;
}
.solution-role .solution-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 45px;
  row-gap: 32px;
  justify-content: center;
}
.solution-role .solution-item {
  width: 100%;
  max-width: calc(33.33% - 30px);
  position: relative;
  cursor: pointer;
}
.solution-role .solution-item .text-bx {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 76px;
}
.solution-role .solution-item .role-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  position: relative;
}
.solution-role .solution-item .role-dis {
  display: none;
}
.solution-role .solution-item:hover .text-bx {
  bottom: 8px;
}
.solution-role .solution-item:hover .role-title:after {
  content: "";
  width: 217px;
  height: 1px;
  background: linear-gradient(90deg, #fff0 0%, #ffb900 51%, #fff0 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
}
.solution-role .solution-item:hover .role-dis {
  display: block;
  width: 288px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #eeeff0;
  margin-top: 40px;
}
@media (min-width: 1440px) {
  .solution-role .solution-item .text-bx {
    bottom: 74px;
  }
}
@media (max-width: 991.98px) {
  .solution-role {
    padding: 62px 0 40px;
  }
  .solution-role .container {
    padding: 0 14px;
  }
  .solution-role .solution-item {
    width: 100%;
    max-width: calc(50% - 32px);
    margin-bottom: 52px;
  }
  .solution-role .solution-item .text-bx {
    bottom: -43px;
  }
  .solution-role .solution-item:nth-child(5) .text-bx {
    bottom: -18px;
  }
  .solution-role .solution-item .role-title:after {
    content: "";
    width: 217px;
    height: 1px;
    background: linear-gradient(90deg, #fff0 0%, #ffb900 51%, #fff0 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: auto;
  }
  .solution-role .solution-item .role-dis {
    display: block;
    width: 288px;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #eeeff0;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .solution-role {
    padding: 23px 0 34px;
  }
  .solution-role .container {
    padding: 0 18px;
  }
  .solution-role .heading {
    font-size: 28px;
    margin: 0 0 57px;
  }
  .solution-role .solution-item {
    max-width: 100%;
    margin-bottom: 48px;
  }
  .solution-role .solution-item .text-bx {
    bottom: -40px;
  }
  .solution-role .solution-item:nth-child(5) .text-bx {
    bottom: -15px;
  }
  .solution-role .solution-item .role-title:after {
    bottom: -21px;
  }
}
.testimonials {
  padding: 39px 0 40px;
  position: relative;
  z-index: 1;
}
.testimonials .heading {
  font-size: 34px;
  font-weight: 500;
  line-height: 124%;
  color: #ffb900;
  text-align: center;
  margin-bottom: 58px;
}
.testimonials .testimonial-item-wrap {
  width: 452px;
  padding: 0 16px;
}
.testimonials .testimonial-item {
  padding: 23px 29px 30px;
  min-height: 423px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / 0.08);
  background: linear-gradient(
    0deg,
    rgb(0 85 254 / 0.15) 0%,
    rgb(97 97 97 / 0.09) 100%
  );
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.25);
}
.testimonials .testimonial-item svg {
  margin-bottom: 16px;
}
.testimonials .testimonial-item .bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  margin-bottom: 8px;
}
.testimonials .testimonial-item .norm {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}
.testimonials .testimonial-item .name-wrap {
  display: flex;
  column-gap: 16px;
  align-items: center;
  height: 44px;
}
.testimonials .testimonial-item .name-wrap .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
}
.testimonials .testimonial-item .name-wrap .desig {
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  color: #fff;
}
@media (max-width: 991.98px) {
  .testimonials {
    padding: 31px 0 40px;
  }
}
@media (max-width: 767.98px) {
  .testimonials {
    padding: 0 0 40px;
  }
  .testimonials .heading {
    font-size: 28px;
    margin-bottom: 39px;
  }
  .testimonials .testimonial-item .norm {
    margin-bottom: 24px;
  }
}
@media (max-width: 500.98px) {
  .testimonials .testimonial-item-wrap {
    width: 500px;
  }
  .testimonials .testimonial-item {
    min-height: auto;
    width: 350px;
    margin: auto;
  }
  .testimonials .slick-dots {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-top: 32px;
  }
  .testimonials .slick-dots li {
    display: block;
  }
  .testimonials .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 0.36;
  }
  .testimonials .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #ffb900;
  }
}
.g2-badge {
  padding: 40px 0 40px;
}
.g2-badge .heading {
  font-size: 34px;
  font-weight: 500;
  line-height: 124%;
  text-align: center;
  color: #ffb900;
  max-width: 670px;
  margin: 0 auto 59px;
}
.g2-badge .g2-badge-wrapper picture {
  max-width: 806px;
  width: 100%;
  display: block;
  margin: auto;
}
.g2-badge .g2-badge-wrapper picture img {
  display: block;
}
@media (max-width: 991.98px) {
  .g2-badge {
    padding: 62px 0 40px;
  }
}
@media (max-width: 767.98px) {
  .g2-badge {
    padding: 17px 0 40px;
  }
  .g2-badge .container {
    max-width: 390px;
    padding: 0 20px;
  }
  .g2-badge .heading {
    font-size: 28px;
    margin: 0 auto 37px;
  }
}
.footer-section {
  padding: 71px 0 40px;
  overflow: hidden;
}
.footer-section .form-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 72px;
  align-items: center;
  position: relative;
}
.footer-section .form-wrapper:after {
  content: "";
  width: 615px;
  height: 488px;
  background-image: url("https://www.tenable.com/lp/campaigns/25/innovating-vm/images/hex_bg.svg");
  background-size: cover;
  position: absolute;
  bottom: -35px;
  right: -306px;
}
.footer-section .heading {
  font-size: 34px;
  font-weight: 500;
  line-height: 124%;
  color: #fff;
  margin-bottom: 16px;
}
.footer-section .sub-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  margin-bottom: 10px;
}
.footer-section .sub-heading:last-child {
  margin-bottom: 0;
}
.footer-section .hero-form-wrap {
  position: relative;
  z-index: 2;
  margin: auto;
}
.footer-section .hero-form-wrap-2.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 300;
  padding: 66px 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.5);
  z-index: 15;
}
@media (max-width: 991.98px) {
  .footer-section {
    padding: 60px 0 40px;
  }
  .footer-section .form-wrapper {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .footer-section .form-wrapper:after {
    display: none;
  }
  .footer .copyright {
    transform: translateX(0);
  }
  .footer-section .heading {
    text-align: center;
  }
  .footer-section .sub-heading {
    text-align: center;
  }
  .footer-section .hero-form-wrap-2.active .hero-form-wrap {
    width: 529px;
    max-width: calc(100vw - 40px);
  }
  .try-buy-modal .content-02 .modal-heading {
    margin-left: auto;
    margin-right: auto;
  }
  .try-buy-modal .content-02 p.textcenter {
    margin-left: auto;
    margin-right: auto;
  }
  .try-buy-modal .content-02 .tio-vm-assets {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .footer-section {
    padding: 20px 0 40px;
  }
  .footer-section .container {
    max-width: 390px;
    padding: 0 20px;
  }
  .footer-section .heading {
    font-size: 28px;
    margin-bottom: 14px;
  }
}
