@import url("https://www.tenable.com/lp/assets/css/aeonik-font.css");

@font-face {
  font-family: "Radix";
  src: url("https://www.tenable.com/lp/assets/fonts/radix-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Aeonik Pro, system-ui, -apple-system, roboto, segoe ui,
    sans-serif;
}

*,
:before,
:after {
  box-sizing: border-box;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Aeonik Pro";
  font-style: normal;
  background: #e4f1fd;
}

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

@media (max-width: 1199.98px) {
  .container {
    max-width: 768px !important;
    padding: 0 40px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 390px !important;
    padding: 0px 20px;
  }
}

/* hero animation start*/
.hero-section .tenable-logo a {
  overflow: hidden;
}

.hero-section .tenable-logo a img {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  max-width: 128.635px;
  width: 100%;
}

.hero-animation .hero-section .tenable-logo a img {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hero form states */
.hero-section .hero-form {
  background: linear-gradient(
    180deg,
    #fff 68.91%,
    rgba(255, 255, 255, 0.96) 100%
  );

  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  display: block;
  max-width: 529px;
  width: 100%;
  padding: 35px 39px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: 12px;
}

.hero-section .hero-form-wrap {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  -o-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
}

/* header started */
.hero-section {
  padding: 30px 0 219px;
  position: relative;
  overflow-x: clip;
}

.hero-section::before {
  content: "";
  max-width: 1920px;
  width: 100%;
  height: 842px;
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/hero-section-1920.svg");
  background-repeat: no-repeat;
  background-size: 1920px 842px;
  background-position: center;
}

@media (min-width: 1921px) {
  .hero-section::before {
    max-width: 3783px;
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/hero-section-4k.svg");
    background-size: 3783px 815px;
    height: 815px;
  }
}

.hero-section .tenable-logo {
  margin-bottom: 48px;
}

.hero-section .tenable-logo a {
  display: block;
  max-width: 128.635px;
}

/* header ended */
/* hero start */
.hero-section .hero-content {
  max-width: 579px;
  width: 100%;
}

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

.hero-content .hero-subtitle {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  margin-bottom: 20px;
  margin-top: 49px;
}

.hero-section .hero-title {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 55.2px */
  margin-bottom: 20px;
}

.hero-section .hero-title span {
  font-family: "Aeonik Pro";
  color: #ffb900;
}

.hero-section .hero-content p {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}

.hero-section .hero-form h3 br {
  display: none;
}

.hero-section .hero-form p {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 22px;
}

@media (max-width: 1023.98px) {
  .hero-section .hero-form {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* hero end */

/* form */
@media (max-width: 1440px) {
  .hero-section::after {
    content: none;
  }
}

@media (max-width: 1199.98px) {
  .hero-section {
    padding: 30px 0 60px;
  }

  .hero-section::before {
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/hero-section-768.svg");
    height: 1084px;
    width: 100%;
    left: 0;
    right: 0;
    transform: none;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }

  .hero-section .hero-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-section .tenable-logo {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-content .hero-subtitle {
    margin-top: 31px;
  }

  .hero-section .hero-form {
    max-width: 688px;
    margin: 0 auto;
    padding: 35px 39px 28px;
  }

  .hero-section .hero-content {
    max-width: 688px;
    width: 100%;
    margin-bottom: 59px;
    text-align: center;
  }

  .hero-section .hero-title {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 30px 0 71px;
  }

  .hero-section .tenable-logo {
    margin-bottom: 32px;
  }

  .hero-content .hero-subtitle {
    margin-bottom: 24px;
  }

  .hero-content .hero-subtitle p {
    margin-bottom: 27px;
    line-height: 27px;
  }

  .hero-section .hero-form h3 {
    max-width: 460px;
    margin: 0 auto 13px;
  }

  .hero-section .hero-form p {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 390px !important;
    padding: 0px 20px;
  }

  .hero-section::before {
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/hero-section-390.svg");
    height: 1330px;
  }

  .hero-content .hero-subtitle {
    margin-bottom: 0;
    margin-top: 25px;
  }

  .hero-section .hero-title {
    margin-top: 21px;
    margin-bottom: 19px;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
  }

  .hero-section .hero-content p {
    font-size: 18px;
    line-height: 150%; /* 27px */
  }

  .hero-section .hero-form {
    max-width: 350px;
    padding: 34px 19px 28px;
  }

  .hero-section .hero-content {
    margin-bottom: 59px;
  }
}

/* form code */

/* form */
/* .hero-section .hero-form {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  -o-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
} */

/* .hero-animation .hero-section .hero-form {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
} */

/* .hero-section .hero-form {
  background: linear-gradient(
    180deg,
    #fff 68.91%,
    rgba(255, 255, 255, 0.96) 100%
  );

  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  display: block;
  max-width: 529px;
  width: 100%;
  padding: 33px 39px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
} */

.hero-animation .hero-section .hero-form-wrap {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.hero-section
  .mktoForm[id="mktoForm_13892"]Row.form_triggerGDPR
  + .mktoFormRow
  .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}

.hero-section .hero-form h3 {
  color: var(--Accents-Midnight, #041e42);
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 22px;
}

.hero-section
  .mktoForm[id="mktoForm_13892"]
  .mktoButtonWrap.mktoPurpleCandy
  button.mktoButton {
  max-width: 170px !important;
  width: 100% !important;
  display: flex !important;
  height: 56px;
  padding: 0px 2px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid #ffb900;
  color: #041e42;
  background-color: #ffb900 !important;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-decoration: none;
}

.hero-section .mktoForm .mktoOffset,
.hero-section .mktoForm .mktoGutter {
  display: none;
}

.hero-section .mktoForm[id="mktoForm_13892"] input,
.hero-section .mktoForm[id="mktoForm_13892"] textarea,
.hero-section .mktoForm[id="mktoForm_13892"] select {
  border: 1.5px solid var(--Utility-300, #c7ccd5);
  border-radius: 9px !important;
  height: 50px;
  background-color: #fff !important;
  font-family: "Aeonik Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #828e99 !important;
  padding-left: 16px;
  padding-right: 16px;
}

.hero-section .mktoForm[id="mktoForm_13892"] textarea {
  padding-top: 16px;
  min-height: 101px;
}

.hero-section .mktoForm[id="mktoForm_13892"] input[name="Phone"],
.hero-section .mktoForm[id="mktoForm_13892"] select[name="Employee_Range__c"],
.hero-section .mktoForm[id="mktoForm_13892"] input[name="Title"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.hero-section .mktoForm[id="mktoForm_13892"] {
  max-width: 100% !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(3) {
  width: calc(50% - 9px) !important;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(2) {
  width: calc(50% - 9px) !important;
  margin-right: 17px;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(5) {
  width: calc(50% + 1px) !important;
  clear: none !important;
  float: left !important;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(6) {
  width: calc(50% - 0.5px) !important;
  clear: none !important;
  float: left !important;
  margin-left: -1px;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(7) {
  width: calc(50% + 1px) !important;
  margin-left: 0;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(8) {
  width: calc(50% - 1px) !important;
  margin-left: -1px;
}

.hero-section .product-get-started__form .mktoFormRow:nth-child(9) {
  width: 100% !important;
}

.hero-section .mktoFormRow.form_Comments__c {
  position: relative;
}

.hero-section .mktoForm .mktoAsterix {
  padding-left: 0;
  color: #828e99 !important;
  font-size: 16px !important;
  display: none !important;
}

.hero-section .mktoForm[id="mktoForm_13892"] .mktoButtonRow {
  width: 100%;
  margin-top: 5px;
}

.hero-section .mktoForm[id="mktoForm_13892"] label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  padding: 0 5px;
  position: absolute;
  top: 18px;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block !important;
  width: auto !important;
  left: 12px;
  z-index: 11;
  padding-bottom: 0 !important;
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 17.5px;
}

.hero-section .product-get-started__form .mktoCheckboxList,
.hero-section .product-get-started__form .mktoFieldWrap,
.hero-section .product-get-started__form .mktoFormCol,
.hero-section .product-get-started__form .mktoFormRow,
.hero-section .product-get-started__form .mktoLabel,
.hero-section .product-get-started__form .mktoLogicalField,
.hero-section .product-get-started__form input,
.hero-section .product-get-started__form select,
.hero-section .product-get-started__form textarea {
  width: 100% !important;
}

.hero-section .mktoForm[id="mktoForm_13892"] .focused label,
/* .hero-section .mktoForm[id="mktoForm_13892"] .error-in label, */
.hero-section .mktoForm[id="mktoForm_13892"] .filled label {
  top: -5px;
  background-color: rgba(255, 255, 255, 0.98) !important;
  z-index: 99;
  font-size: 12px;
  font-weight: 500 !important;
  line-height: 13px;
  left: 10px;
}

.hero-section
  .mktoForm[id="mktoForm_13892"]
  .mktoFieldWrap.focused
  label#LblEmployee_Range__c,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  .mktoFieldWrap.error-in
  label#LblEmployee_Range__c,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  .mktoFieldWrap.filled
  label#LblEmployee_Range__c {
  display: block !important;
}

.hero-section .mktoForm[id="mktoForm_13892"] .mktoFormCol {
  margin-bottom: 16px !important;
}

.hero-section .mktoForm[id="mktoForm_13892"] select.mktoField {
  background-image: none;
  padding-left: 13px;
}

.hero-section .mktoForm[id="mktoForm_13892"] input.mktoField.mktoInvalid,
.hero-section .mktoForm[id="mktoForm_13892"] select.mktoField.mktoInvalid,
.hero-section .mktoForm[id="mktoForm_13892"] textarea.mktoField.mktoInvalid,
.hero-section .mktoForm[id="mktoForm_13892"] div.mktoLogicalField.mktoInvalid {
  border: 1.5px solid #c7ccd5 !important;
}

.hero-section .mktoForm[id="mktoForm_13892"] .focused input.mktoField,
.hero-section .mktoForm[id="mktoForm_13892"] .focused select.mktoField,
.hero-section .mktoForm[id="mktoForm_13892"] .focused textarea.mktoField {
  color: #041c3c !important;
}

.hero-section .mktoForm[id="mktoForm_13892"] .filled input.mktoField,
.hero-section .mktoForm[id="mktoForm_13892"] .filled select.mktoField,
.hero-section .mktoForm[id="mktoForm_13892"] .filled textarea.mktoField {
  color: #041e42 !important;
  border: 1.5px solid var(--Utility-400, #94a3b8);
}

.hero-section .mktoForm[id="mktoForm_13892"] .filled label {
  color: #65758c;
}

.hero-section .form_triggerGDPR .mktoLogicalField label {
  left: 0;
  top: 6px;
  margin-left: 0;
  font-size: 16px;
  line-height: 24px;
  padding-left: 23px;
  background: transparent !important;
  color: #828e99 !important;
  padding-right: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none;
}

.hero-section .mktoForm[id="mktoForm_13892"] .typing input.mktoField,
.hero-section .mktoForm[id="mktoForm_13892"] .typing select.mktoField,
.hero-section .mktoForm[id="mktoForm_13892"] .typing textarea.mktoField {
  color: #041c3c !important;
  border: 1px solid #041e42 !important;
  z-index: 9;
  position: relative;
}

.hero-section .mktoForm[id="mktoForm_13892"] .typing label {
  color: #65758c;
}

.hero-section .mktoForm[id="mktoForm_13892"] .typing .mktoAsterix {
  color: #65758c !important;
}

.hero-section .mktoForm[id="mktoForm_13892"] .error-in input.mktoField,
.hero-section .mktoForm[id="mktoForm_13892"] .error-in select.mktoField,
.hero-section .mktoForm[id="mktoForm_13892"] .error-in textarea.mktoField {
  border: 1.5px solid #e94a6f !important;
  z-index: 9;
  position: relative;
}

.hero-section .mktoForm[id="mktoForm_13892"] .error-in label,
.hero-section .mktoForm[id="mktoForm_13892"] .error-in label .mktoAsterix {
  color: #e94a6f !important;
}

.hero-section .mktoForm input[type="checkbox"] + label:before,
.mktoForm input[type="radio"] + label:before {
  left: 19px;
  top: 6px;
}

.hero-section .mktoForm[id="mktoForm_13892"] label[for="triggerGDPR"] {
  position: relative;
  top: -16px;
  left: -2px;
  margin: 0;
  padding: 0;
  width: 16px !important;
  height: 16px !important;
  background-color: transparent !important;
  z-index: 0;
}

.hero-section .mktoForm[id="mktoForm_13892"] input[name="triggerGDPR"] {
  width: 16px !important;
  display: inline-block !important;
  height: 16px !important;
  padding: 0 !important;
  position: relative;
  left: -6px;
  top: -8px;
}

.hero-section .mktoForm[id="mktoForm_13892"] label#LbltriggerGDPR.mktoHasWidth {
  padding-left: 25px;
  position: relative;
  top: 0;
  left: 0;
  font-family: "Aeonik Pro" !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #828e99 !important;
}

.hero-section p.gdpr-text {
  padding-bottom: 0 !important;
  font-family: "Aeonik Pro";
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #828e99;
  max-width: 100% !important;
}

.hero-section p.gdpr-text small {
  font-family: "Aeonik Pro";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #828e99 !important;
  padding: 0;
  width: 100%;
}

.hero-section p.gdpr-text small a {
  color: #041e42 !important;
  padding: 0;
  font-weight: 700;
}

.hero-section p.gdpr-text small a:hover,
.hero-section p.gdpr-text small a:focus {
  color: #041e42 !important;
}

.hero-section p.gdpr-text small a:active {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #041e42 !important;
  font-weight: 400;
}

.hero-section .gdpr-row {
  width: 100% !important;
}

.hero-section .mktoForm[id="mktoForm_13892"] select option {
  font-family: "Aeonik Pro", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #828e99 !important;
}

.hero-section
  .product-get-started__form
  .mktoFormRow.form_triggerGDPR
  + .mktoFormRow
  .mktoFormCol {
  padding-left: 0;
}

.hero-section
  .mktoForm[id="mktoForm_13892"]
  .mktoButtonWrap.mktoPurpleCandy
  button.mktoButton:hover,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  .mktoButtonWrap.mktoPurpleCandy
  button.mktoButton:active {
  color: #fff;
  background: #041e42 !important;
  border: 2px solid #041e42;
}

.hero-section .mktoForm[id="mktoForm_13892"] .mktoError .mktoErrorArrow {
  background-color: rgba(4, 30, 66, 0.7) !important;
  border: 1px solid rgba(4, 30, 66, 0.7) !important;
  width: 12px;
  height: 12px;
  margin-top: 2px;
}

.hero-section .mktoForm[id="mktoForm_13892"] .mktoError .mktoErrorMsg {
  background-color: rgba(4, 30, 66, 0.7) !important;
  border: none !important;
  width: 187px;
  height: 44px;
  font-family: "Aeonik Pro";
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 8px;
  margin-top: 5px;
  padding: 6px;
  outline: none;
}

.hero-section .mktoForm .mktoError #ValidMsgEmail.mktoErrorMsg {
  padding: 9px 7px 4px 7px;
}

.hero-section .mktoForm .mktoError .mktoErrorMsg .mktoErrorMsg-icon {
  margin-right: 4px;
}

.hero-section .mktoForm .mktoError .mktoErrorMsg .mktoErrorMsg-msg {
  text-align: start;
}

.hero-section .mktoForm[id="mktoForm_13892"] .mktoError .mktoErrorArrowWrap {
  top: 0 !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px !important;
  height: 5px !important;
}

.hero-section .mktoForm[id="mktoForm_13892"] .mktoError {
  right: 0 !important;
  left: calc(50% - 95px);
  width: 190px;
  z-index: 9999;
  bottom: 0px !important;
  top: 100% !important;
}

.hero-section .product-get-started hr {
  display: none;
}

.hero-section .mktoForm[id="mktoForm_13892"] input:-webkit-autofill,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  input[type="text"]:-webkit-autofill,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  input[type="email"]:-webkit-autofill,
.hero-section .mktoForm[id="mktoForm_13892"] input[type="tel"]:-webkit-autofill,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  input[type="number"]:-webkit-autofill,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  input[type="date"]:-webkit-autofill,
.hero-section .mktoForm[id="mktoForm_13892"] textarea:-webkit-autofill,
.hero-section .mktoForm[id="mktoForm_13892"] select.mktoField:-webkit-autofill,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  input[type="text"]:-webkit-autofill:focus,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  input[type="url"]:-webkit-autofill:focus,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  input[type="email"]:-webkit-autofill:focus,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  input[type="tel"]:-webkit-autofill:focus,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  input[type="number"]:-webkit-autofill:focus,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  input[type="date"]:-webkit-autofill:focus,
.hero-section
  .mktoForm[id="mktoForm_13892"]
  select.mktoField:-webkit-autofill:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #041c3c !important;
}

.hero-section .mob-only {
  display: none;
}
/* hero section ended */

/* Win with one section Starts */
.strike-section {
  padding: 0px 0px 105px;
  overflow-x: clip;
  background: #e3f0fc;
}

.strike-section .strike-title {
  /* margin-bottom: 62px; */
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 auto 117px;
}

.strike-section .strike-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px;
}

.strike-section .strike-block {
  max-width: 368.66px;
  width: 100%;
}

.strike-section .strike-block .strike-detail {
  text-align: center;
  position: relative;
  z-index: 1;
}

.strike-section .strike-block .strike-detail::before {
  content: "";
  position: absolute;
  background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/x-mark-desktop.svg");
  width: 426px;
  height: 348px;
  top: -100px;
  left: -28px;
  z-index: -1;
}

.strike-section .strike-block .strike-detail .block-title {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  margin-bottom: 16px;
}

.strike-section .strike-block .strike-detail .block-subtitle {
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}

.strike-section .strike-block .strike-detail .block-text {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .strike-section {
    padding: 0px 0px 91px;
  }

  .strike-section .strike-block-wrap {
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 47px;
  }

  .strike-section .strike-block {
    max-width: 308px;
    padding: 0;
    margin-bottom: 32px;
    text-align: center;
    border-left: none;
  }

  .strike-section .strike-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 124%; /* 42.16px */
  }

  .strike-section .strike-block:not(:last-child) {
    margin-bottom: 2px;
  }

  .strike-section .strike-block .strike-detail {
    margin-bottom: 0px !important;
  }

  .strike-section .strike-block .strike-detail::before {
    width: 254px;
    height: 218px;
    top: -100px;
    left: -28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='254' height='218' viewBox='0 0 254 218' fill='none'%3E%3Cg filter='url(%23filter0_d_27084_6230)'%3E%3Cpath d='M92.1419 123.793L28.6575 42.9175H95.0947L129.937 88.1889L165.371 42.9175H225.016L161.532 123.793L227.674 207.969H160.941L123.737 159.397L85.3506 207.969H26L92.1419 123.793Z' fill='url(%23paint0_linear_27084_6230)' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_27084_6230' x='0' y='0.91748' width='253.674' height='217.052' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='-16'/%3E%3CfeGaussianBlur stdDeviation='13'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0156863 0 0 0 0 0.117647 0 0 0 0 0.258824 0 0 0 0.02 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_27084_6230'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_27084_6230' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_27084_6230' x1='126.837' y1='207.969' x2='126.837' y2='42.9175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.4'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.8'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }

  .strike-section .strike-block .strike-detail .block-text {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .strike-section {
    padding: 0px 0px 20px;
  }
  .strike-section .strike-block-wrap {
    flex-wrap: wrap;
  }

  .strike-section .strike-title {
    font-size: 28px;
    line-height: 120%;
  }

  .strike-section .strike-block .strike-detail::before {
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/x-mark-mobile.svg");
    width: 414.674px;
    height: 414.45px;
    /* top: -99px;
    left: -28px; */
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .strike-section .strike-block {
    max-width: 354px;
  }

  .strike-section .strike-block:not(:last-child) {
    margin-bottom: 57px;
  }

  .strike-section .strike-block .strike-detail .block-text {
    padding: 0;
  }
}

/* Testimonials Starts */
.video-section {
  padding: 49px 0 35px;
}

.video-section h2 {
  width: 100%;
  max-width: 1200px;
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 auto 43px;
}

.video-section .splide .splide__track {
  padding: 20px 0;
}

.video-section .splide .splide__slide {
  max-width: 456px;
  padding: 0 18px;
}

.video-box {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  border: 1px solid #fff;
  box-shadow: 0 4px 16px 0 rgba(4, 30, 66, 0.06);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px 29px 28px;
}

.video-section .video-box p {
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 22px;
}

.video-section .video-box a {
  color: #041e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  text-decoration: none;
  font-family: "Aeonik Pro";
}

.video-section .video-box a svg {
  -webkit-transform: translate(2px, 5px);
  -ms-transform: translate(2px, 5px);
  transform: translate(2px, 5px);
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.video-section .video-box a:hover svg,
.video-section .video-box a:active svg {
  -webkit-transform: translate(7px, 5px);
  -ms-transform: translate(7px, 5px);
  transform: translate(7px, 5px);
}

.video-section .video-box .video-thumbnail {
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
}

.video-section .video-box .video-thumbnail > * {
  pointer-events: none;
}

.video-section .video-box .video-thumbnail picture {
  display: block;
  line-height: 0;
}

.video-section .video-box .video-thumbnail picture img {
  border-radius: 10px;
}

.video-section .video-box .video-thumbnail > * {
  pointer-events: none;
}

.video-section .video-box .video-thumbnail .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: -o-linear-gradient(
    312deg,
    rgba(255, 255, 255, 0.3) -44.12%,
    rgba(255, 255, 255, 0.12) 52.63%,
    rgba(255, 255, 255, 0.3) 149.38%
  );
  background: linear-gradient(
    138deg,
    rgba(255, 255, 255, 0.3) -44.12%,
    rgba(255, 255, 255, 0.12) 52.63%,
    rgba(255, 255, 255, 0.3) 149.38%
  );
  -webkit-filter: drop-shadow(0px 3.2px 12.8px rgba(0, 0, 0, 0.45));
  filter: drop-shadow(0px 3.2px 12.8px rgba(0, 0, 0, 0.45));
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  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;
}

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}

.video-container {
  position: relative;
  width: 90%;
  max-width: 800px;
}

#close-modal {
  position: absolute;
  top: -42px;
  right: 0;
  font-size: 42px;
  color: white;
  cursor: pointer;
}

#vidyard-iframe {
  width: 100%;
  height: 450px;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #00005b;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

@media (max-width: 767.98px) {
  #vidyard-iframe {
    height: 200px;
  }

  .video-container {
    max-width: 360px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 767.98px) {
  .video-section .splide__pagination {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .video-section {
    padding: 0px 0 57px;
  }

  .video-section h2 {
    font-size: 34px;
    line-height: 124%; /* 42.16px */
    margin-bottom: 45px;
    max-width: 768px;
    padding: 0 25px;
    width: 100%;
  }

  .video-section__card--body .card-rating img {
    margin-bottom: 18px;
  }
}

@media (max-width: 767.98px) {
  .video-section {
    padding: 56px 0 14px;
  }

  .video-section h2 {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 44px;
  }

  .video-section .splide .splide__slide {
    max-width: 334px;
    padding: 0 12px;
  }

  .video-box {
    padding: 24px 23px 22px;
  }

  .video-section .video-box p {
    font-size: 20px;
    line-height: 150%; /* 30px */
    margin-bottom: 52px;
  }

  .video-section .video-box .video-thumbnail {
    margin-top: 29px;
  }

  .video-section .splide__pagination {
    bottom: -3.1em !important;
  }

  .video-section .splide__pagination__page {
    background: #fff;
    opacity: 0.36;

    box-shadow: none !important;
    margin: 0 5px;
    outline: none !important;
    width: 8px;
    height: 8px;
  }

  .video-section .splide__pagination__page.is-active {
    background: #ffb900;
    width: 8px;
    height: 8px;
    opacity: 1;
    transform: unset !important;
  }

  .video-section__card--body {
    padding: 24px 30px 10px;
  }

  .video-section__card--body .card-rating img {
    margin-bottom: 16px;
  }

  .video-section__card--body .card-text h3 {
    margin-bottom: 10px;
  }

  .video-section__card-footer {
    padding: 14px 30px 30px;
  }

  .video-section__card-footer .footer-left img {
    border-radius: 300px;
  }
}

/* Testimonials Ends */

/* Compare section Starts */

.bg-compare {
  padding: 241px 0 0;
  background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/bg-compare-pattern-d.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  margin-top: 69px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.comparison {
  position: relative;
  overflow: clip;
  padding: 50px 0 86px;
}

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

.comparison img {
  width: auto;
}

.comparison .sticky-comparison {
  background: #000026;
  position: sticky;
  top: 0;
  height: 0;
  opacity: 0;
  z-index: 1;
}

.comparison .sticky-comparison.sticky {
  opacity: 1;
  height: 100%;
}

.sticky-comparison {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.comparison .sticky-comparison .sticky-comparison-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comparison .sticky-comparison .sticky-comparison-wrap:before,
.comparison .sticky-comparison .sticky-comparison-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  right: 100%;
  top: 0;
  background: #000026;
  height: 99px;
  z-index: -1;
  overflow: clip;
}

.comparison .sticky-comparison .sticky-comparison-wrap:after {
  left: 100%;
}

.comparison
  .sticky-comparison
  .sticky-comparison-wrap
  .sticky-comparison-heading {
  max-width: 550px;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.comparison .sticky-comparison .sticky-comparison-wrap .sticky-comparison-logo {
  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;
  height: 99px;
  max-width: 285px;
  width: 100%;
  text-align: center;
  background: -o-linear-gradient(70deg, #ffa400 13.43%, #02024d 189.84%);
  background: linear-gradient(20deg, #ffa400 13.43%, #02024d 189.84%);
}

.comparison
  .sticky-comparison
  .sticky-comparison-wrap
  .sticky-comparison-logo:last-child {
  max-width: 285px;
  background: -o-linear-gradient(
    43deg,
    #34347f 10.46%,
    #21216c 36.54%,
    #02024d 79.99%
  );
  background: linear-gradient(
    47deg,
    #34347f 10.46%,
    #21216c 36.54%,
    #02024d 79.99%
  );
}

.comparison .container {
  /* max-width: 1120px; */
}

.comparison .comparison-heading {
  font-family: "Aeonik Pro";
  color: #fff;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 89px;
  text-align: center;
  padding: 0 80px;
}

.comparison .comparison-sub-heading {
  display: none;
}

.comparison .comparison-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comparison .comparison-table-headings {
  max-width: 159px;
  width: 100%;
  padding-left: 10px;
}

.comparison .comparison-table-headings .heading-content:first-child {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-wrap: nowrap;
  padding-top: 46px;
}

.comparison .comparison-table-headings .heading-content:not(:first-child) {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-right: 31px;
  margin-bottom: 30px;
  padding-top: 12px;
}

.comparison .comparison-table-headings .heading-content.h-g3 {
  margin-bottom: 0;
}

.comparison .comparison-table-headings .heading-content.h-g6 {
  padding-top: 4px;
  margin-bottom: 0;
}

.comparison .comparison-table-headings .heading-content.h-g5 {
  margin-bottom: 24px;
}

.comparison .comparison-table-headings .heading-content.h-g4,
.comparison .comparison-table-headings .heading-content.h-g5 {
  padding-top: 20px;
}

.comparison .comparison-table-titles {
  max-width: 482px;
  width: 100%;
}

.comparison .comparison-table-titles .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
  padding: 13px 40px 10px 38px;
  height: 46px;
}

.comparison .comparison-table-titles .title p {
  position: relative;
}

.comparison .comparison-table-titles .title sup {
  font-size: 8px;
  top: -3px;
  right: -5px;
}

.comparison .comparison-table-titles .title:last-child {
  margin-bottom: 0;
}

.comparison .comparison-table-titles .titles-wrapper-g1,
.comparison .comparison-table-titles .titles-wrapper-g2,
.comparison .comparison-table-titles .titles-wrapper-g3,
.comparison .comparison-table-titles .titles-wrapper-g4,
.comparison .comparison-table-titles .titles-wrapper-g5,
.comparison .comparison-table-titles .titles-wrapper-g6 {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.comparison .comparison-table-titles .titles-wrapper-g1,
.comparison .comparison-table-titles .titles-wrapper-g2,
.comparison .comparison-table-titles .titles-wrapper-g3,
.comparison .comparison-table-titles .titles-wrapper-g4,
.comparison .comparison-table-titles .titles-wrapper-g5,
.comparison .comparison-table-wrapper .table-wrapper-g1,
.comparison .comparison-table-wrapper .table-wrapper-g2,
.comparison .comparison-table-wrapper .table-wrapper-g3,
.comparison .comparison-table-wrapper .table-wrapper-g4,
.comparison .comparison-table-wrapper .table-wrapper-g5 {
  margin-bottom: 37px;
}

.comparison .comparison-table-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.comparison .comparison-table-wrapper .inner-tenable {
  position: relative;
  max-width: 50%;
  width: 100%;
  border-radius: 20px;
  border: 3px solid #ffa400;
  background-color: #090947;
  background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/table-tenable-desktop_1.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 362.595px auto;
  margin-bottom: 7px;
}

.comparison .comparison-table-wrapper .inner-tenable .logo-wrap {
  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;
  -webkit-transform: translate(-1px, -32px);
  -ms-transform: translate(-1px, -32px);
  transform: translate(-1px, -32px);
  height: 173px;
}

.comparison .comparison-table-wrapper .table-wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
  height: 46px;
  gap: 10px;
}

.comparison .comparison-table-wrapper .table-wrapper-content p {
  color: #fff;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  padding: 0 18px;
}

.comparison .comparison-table-wrapper .table-wrapper-content p b {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.comparison .comparison-table-wrapper .table-wrapper-content p sup {
  font-size: 8px;
}

.comparison
  .comparison-table-wrapper
  .table-wrapper-g5
  .table-wrapper-content
  p {
  font-size: 16px;
  line-height: 150%;
  padding: 0 20px;
}

.comparison
  .comparison-table-wrapper
  .table-wrapper-g5
  .table-wrapper-content
  p
  a {
  color: #ffb900;
  text-decoration: none;
}

.comparison
  .comparison-table-wrapper
  .table-wrapper-g5
  .table-wrapper-content
  p
  a:hover,
.comparison
  .comparison-table-wrapper
  .table-wrapper-g5
  .table-wrapper-content
  p
  a:active {
  text-decoration: underline;
}

.comparison .comparison-table-wrapper .table-wrapper-content span {
  color: #fff;
  -webkit-font-feature-settings: "sups" on;
  font-feature-settings: "sups" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  margin-left: 24px;
}

.comparison .comparison-table-wrapper .table-wrapper-content:last-child {
  margin-bottom: 0;
}

.comparison .comparison-table-wrapper .inner-qualys {
  position: relative;
  max-width: 50%;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #041e42;
  background: rgba(255, 255, 255, 0.1);
  background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/table-crowdstrike-desktop_1.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 362.595px auto;
  margin-bottom: 8px;
}

.comparison .comparison-table-wrapper .inner-qualys .logo-wrap {
  height: 176px;
  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;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
  color: #fff;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 18px;
}

.comparison .comparison-table-wrapper.mobile-only {
  display: none;
}

.comparison .tc {
  max-width: 800px;
  width: 100%;
  margin: 30px auto 0;
}

.comparison .tc p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 3px;
}

.comparison .tc p sup {
  font-size: 8px;
}

.comparison .tc p a {
  color: rgba(255, 185, 0, 0.9);
  display: inline-block;
  text-decoration: none;
}

.comparison .tc p a:hover,
.comparison .tc p a:active {
  color: #ffb900;
}

.h-128 {
  height: 128px !important;
}

.h-155 {
  height: 155px !important;
}

.h-182 {
  height: 182px !important;
}

.h-209 {
  height: 209px !important;
}

.h-236 {
  height: 236px !important;
}

.h-176 {
  height: 176px;
}

.h-g1 {
  height: 326px;
}

.h-g2 {
  height: 404px;
}

.h-g3 {
  height: 384px;
}

.h-g4 {
  height: 102px;
}

.h-g5 {
  height: 170px;
}

.h-g6 {
  height: 236px;
}

.mh-lg-68 {
  min-height: 68px;
}

.mh-lg-60 {
  min-height: 60px;
}

.mh-lg-92 {
  min-height: 92px;
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1199.98px) {
  .h-g1 {
    height: 394px;
  }

  .h-g2 {
    height: 540px;
  }

  .h-g3 {
    height: 530px;
  }

  .h-g4 {
    height: 124px;
  }

  .h-g5 {
    height: 226px;
  }

  .h-g6 {
    height: 330px;
  }

  .h-128 {
    height: 128px !important;
  }

  .h-128.mh-155 {
    height: 155px !important;
  }

  .h-128.mh-182 {
    height: 182px !important;
  }

  .h-155 {
    height: 155px !important;
  }

  .h-155.mh-209 {
    height: 209px !important;
  }

  .h-182 {
    height: 209px !important;
  }

  .h-209 {
    height: 263px !important;
  }

  .h-236 {
    height: 317px !important;
  }

  .h-176 {
    height: 154px !important;
  }

  .comparison .container {
    padding: 40px;
  }

  .comparison .comparison-sticky-wrapper {
    max-width: 688px;
    width: 100%;
    margin: 0 auto;
  }

  .comparison .sticky-comparison .sticky-comparison-wrap:before,
  .comparison .sticky-comparison .sticky-comparison-wrap:after {
    height: 73px;
  }

  .comparison
    .sticky-comparison
    .sticky-comparison-wrap
    .sticky-comparison-logo,
  .comparison
    .sticky-comparison
    .sticky-comparison-wrap
    .sticky-comparison-logo:last-child {
    height: 73px;
    max-width: 185px;
  }

  .comparison .comparison-table-headings .heading-content:first-child {
    text-wrap: wrap;
    padding-right: 50px;
    padding-top: 30px;
  }

  .comparison .comparison-table-headings .heading-content:not(:first-child) {
    margin-right: 10px;
  }

  .comparison .comparison-table-headings .heading-content.h-g4,
  .comparison .comparison-table-headings .heading-content.h-g5 {
    padding-top: 40px;
  }

  .comparison .comparison-table-headings .heading-content.h-g6 {
    padding-top: 32px;
  }

  .comparison .comparison-table-headings {
    max-width: 138px;
  }

  .comparison .comparison-table-titles {
    max-width: 187px;
    flex-shrink: 0;
  }

  .comparison .comparison-table-wrapper {
    max-width: 501px;
  }

  .comparison .comparison-table-titles .title {
    padding: 12px 19px 10px 22px;
    font-size: 18px;
    line-height: 150%; /* 27px */
  }

  .comparison .comparison-table-wrapper .table-wrapper-content p {
    padding: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .comparison .comparison-table-wrapper .table-wrapper-content {
    padding: 0 17px;
  }

  .comparison
    .comparison-table-wrapper
    .table-wrapper-g5
    .table-wrapper-content
    p {
    padding: 0;
  }

  .comparison .comparison-table-titles .title.mh-md-68,
  .comparison .comparison-table-wrapper .table-wrapper-content.mh-md-68 {
    min-height: 68px;
  }

  .comparison .comparison-table-titles .title.mh-md-92,
  .comparison .comparison-table-wrapper .table-wrapper-content.mh-md-92 {
    min-height: 92px;
  }

  .comparison .comparison-table-titles .title.mh-md-116,
  .comparison .comparison-table-wrapper .table-wrapper-content.mh-md-116 {
    min-height: 116px;
  }

  .comparison .comparison-table-titles .title.mh-md-140,
  .comparison .comparison-table-wrapper .table-wrapper-content.mh-md-140 {
    min-height: 140px;
  }

  .comparison .comparison-table-wrapper .inner-tenable {
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/table-tenable-tablet_1.webp");
    background-size: 253px auto;
  }

  .comparison .comparison-table-wrapper .inner-qualys {
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/table-crowdstrike-tablet_1.webp");
    background-size: 256px auto;
  }

  .comparison .comparison-table-wrapper .inner-tenable .logo-wrap {
    -webkit-transform: translate(1px, -34px);
    -ms-transform: translate(1px, -34px);
    transform: translate(1px, -34px);
    /* height: 156px; */
  }

  .comparison .comparison-table-wrapper .inner-qualys .logo-wrap {
    -webkit-transform: translate(1px, -33px);
    -ms-transform: translate(1px, -33px);
    transform: translate(1px, -33px);
    font-size: 30px;
    /* height: 158px; */
  }

  .comparison .comparison-table-wrapper .inner-tenable .logo-wrap img {
    max-width: 137.268px;
  }

  .comparison .comparison-table-wrapper .inner-qualys .logo-wrap img {
    max-width: 186px;
  }
}

@media (max-width: 1199.98px) {
  .bg-compare {
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/bg-compare-tablet.svg");
    padding: 129px 0 0;
    margin-top: 67px;
    background-position: top left 60%;
    background-size: cover;
  }

  .comparison {
    padding: 33px 0 55px;
  }

  .comparison .container {
    padding: 0 40px;
  }

  .comparison .comparison-heading {
    font-size: 34px;
    margin: 0 auto 60px;
    padding: 0 30px;
  }

  .comparison .comparison-table-wrapper .inner-tenable .logo-wrap img,
  .comparison .comparison-table-wrapper .inner-qualys .logo-wrap img {
    /* display: none; */
  }
}

@media (max-width: 767.98px) {
  .bg-compare {
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/bg-compare-mobile.svg");
    padding: 96px 0 0;
  }
  .comparison {
    padding: 4px 0 58px;
  }

  .comparison .container {
    padding: 0 17px;
  }

  .comparison .comparison-heading {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 58px;
    padding: 0 12px;
  }

  .comparison .comparison-sub-heading {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-family: "Aeonik Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 80px;
  }

  .comparison .comparison-sub-heading {
    display: inherit;
  }

  .comparison .comparison-table-headings,
  .comparison .comparison-table-titles,
  .comparison .comparison-table-wrapper {
    display: none;
  }

  .comparison .sticky-comparison .sticky-comparison-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .comparison
    .sticky-comparison
    .sticky-comparison-wrap
    .sticky-comparison-heading {
    display: none;
  }

  .comparison
    .sticky-comparison
    .sticky-comparison-wrap
    .sticky-comparison-logo,
  .comparison
    .sticky-comparison
    .sticky-comparison-wrap
    .sticky-comparison-logo:last-child {
    max-width: 168px;
  }

  .comparison .comparison-table-wrapper.mobile-only {
    display: block;
    margin: 0 auto;
    max-width: 365px;
    width: 100%;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-content
    .tenable-logo-wrap,
  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-content
    .qualys-logo-wrap {
    position: relative;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background-size: 171px 98px;
    height: 103px;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-content
    .tenable-logo-wrap {
    border-left: 3px solid #ffa400;
    border-top: 3px solid #ffa400;
    border-right: 3px solid #ffa400;
    background-color: #090947;
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/table-tenable--mobile_1.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 175px 61px;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-content
    .qualys-logo-wrap {
    /* background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/rapid7-mobile.svg"); */
    background: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/table-crowdstrike--mobile_1.webp") no-repeat top
        center,
      linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0.06) 100%
      ),
      rgba(0, 0, 59, 0.5);
    /* background-repeat: no-repeat;
    background-position: top center; */
    background-size: 175px 62px;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-content
    .qualys-logo-wrap
    p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    color: #fff;
    text-align: center;
    font-family: "Aeonik Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 10px;
    gap: 10px;
    word-break: break-word;
    overflow-wrap: anywhere;
    margin-top: 4px;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-content
    .tenable-logo-wrap
    img,
  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-content
    .qualys-logo-wrap
    img {
    /* display: none; */
  }
  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-content
    .tenable-logo-wrap
    img {
    transform: translate(32px, 17px);
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-content
    .qualys-logo-wrap
    img {
    transform: translate(15px, 24px);
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-block,
  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-title {
    border-left: 3px solid #ffa400;
    padding: 11px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0.38%, #ffb900),
      color-stop(99.93%, #1b1b3d)
    );
    background: -o-linear-gradient(left, #ffb900 0.38%, #1b1b3d 99.93%);
    background: linear-gradient(90deg, #ffb900 0.38%, #1b1b3d 99.93%);
    color: #fff;
    font-family: "Aeonik Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-block {
    font-weight: 500;
    text-align: center;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-title {
    background: #14145f;
    text-align: center;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-title.sup
    p {
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-title.sup
    sup {
    font-size: 8px;
    position: absolute;
    top: -3px;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .table-product-title.mb-prd-tle {
    padding: 10px;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    width: 50%;
    /* height: 46px; */
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    text-align: center;
    font-family: "Aeonik Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 10px;
    gap: 10px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .inner-content
    img {
    width: 24px;
    height: 24px;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .inner-content
    a {
    color: #ffb900;
    text-decoration: none;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .inner-content
    a:active {
    text-decoration: underline;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .inner-content.mb-h-92 {
    height: 92px;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .inner-content.mb-h-92
    p {
    font-size: 16px;
    line-height: 150%;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .inner-content.mb-h-92
    p
    sup {
    font-size: 10px;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .inner-content:not(:last-child) {
    border-left: 3px solid #ffa400;
    border-right: 3px solid #ffa400;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 59, 0.6) 0%,
        rgba(0, 0, 59, 0.6) 100%
      ),
      #090947;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .inner-content.inner-content-br {
    border-bottom: 3px solid #ffa400;
    border-right: 3px solid #ffa400;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 59, 0.6) 0%,
        rgba(0, 0, 59, 0.6) 100%
      ),
      #090947;
    /* height: 17px; */
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .inner-content.inner-content-br
    + .inner-content {
    border-radius: 0px 0px 10px 10px;
    background: rgba(255, 255, 255, 0.03);
    /* height: 17px; */
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .inner-content.mh-sm-74 {
    min-height: 74px;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .inner-content.mh-sm-92 {
    min-height: 92px;
  }

  .comparison
    .comparison-table-wrapper.mobile-only
    .table-product
    .inner-content.p-10 {
    padding: 0 10px;
  }

  .comparison .tc {
    margin: 67px auto 0;
  }
}

/* Compare section Ends */
/* Customer Choice Starts */
.customer-choice {
  margin-bottom: 65px;
}

.customer-choice h2 {
  color: #fff;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 55.2px */
  margin-bottom: 58px;
}

.customer-choice .customer-choice__line {
  position: relative;
  background: rgba(255, 82, 0, 0.08);
  padding: 53px 34px 60px 42px;
  max-width: 1200px;
  width: calc(100% - 32px);
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid rgba(255, 185, 0, 0);
  background: linear-gradient(
    270deg,
    rgba(255, 185, 0, 0) 0%,
    rgba(255, 185, 0, 0.11) 36.04%,
    rgba(255, 185, 0, 0.11) 72.08%,
    rgba(255, 185, 0, 0) 100%
  );
}

.customer-choice .customer-choice__line:before,
.customer-choice .customer-choice__line:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    to right,
    transparent 0%,
    #ffb900 50%,
    transparent 100%
  );
  top: 0;
  left: 0;
  right: 0;
}

.customer-choice .customer-choice__line:after {
  top: auto;
  bottom: 1px;
}

.customer-choice .customer-choice__line p {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 170%; /* 47.6px */
  margin-bottom: 25px;
}

.customer-choice .customer-choice__line h6 {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

@media (max-width: 1199.98px) {
  .customer-choice h2 {
    font-size: 34px;
    line-height: 124%; /* 42.16px */
    margin-bottom: 57px;
  }

  .customer-choice .customer-choice__line {
    padding: 55px 34px 60px 37px;
    width: calc(100% - 40px);
  }

  .customer-choice .customer-choice__line p {
    font-size: 28px;
    line-height: 170%;
    margin-bottom: 25px;
  }

  .customer-choice .customer-choice__line h6 {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (max-width: 767.98px) {
  .customer-choice {
    margin-bottom: 54px;
  }

  .customer-choice h2 {
    font-size: 28px;
    line-height: 120%; /* 33.6px */
    margin-bottom: 59px;
  }

  .customer-choice .customer-choice__line {
    padding: 45px 29px 60px 28px;
    width: 100%;
    border: 1px solid rgba(255, 185, 0, 0);
    background: linear-gradient(
      90deg,
      rgba(255, 185, 0, 0) -13.86%,
      rgba(255, 185, 0, 0.11) 22.34%,
      rgba(255, 185, 0, 0.11) 86.75%,
      rgba(255, 185, 0, 0) 109.57%
    );
    border-radius: unset;
  }

  .customer-choice .customer-choice__line p svg {
    width: 55px;
    height: 39px;
    transform: translate(-13px, 9px);
  }

  .customer-choice .customer-choice__line p {
    font-size: 20px;
    line-height: 170%; /* 34px */
  }
}

/* Customer Choice Ends */
/* Customer Slider Starts */
.tenable-customer {
  position: relative;
  padding: 21px 0 17px;
  overflow: hidden;
}

.tenable-customer .container {
  position: relative;
}

.tenable-customer .container::before {
  content: "";
  position: absolute;
  width: 615px;
  height: 488px;
  right: -197px;
  top: 63px;
  background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/bg-vector-1-desk.svg");
}

.tenable-customer .tc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  padding: 60px 60px 5px 60px;
  width: 100%;
  margin: 0 auto;
}

.tenable-customer .tc-copy-block {
  max-width: 543px;
  width: 100%;
  /* margin-top: 80px; */
}

.tenable-customer .mobile-img-block {
  display: none;
}

.tenable-customer .tc-copy-block h6 {
  color: #ffb900;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 27px;
}

.tenable-customer .tc-block-title {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 55.2px */
  margin: 0 0 23px;
}

.tenable-customer .tc-copy-block.tc-copy-2 {
  margin-top: 90px;
}

.tenable-customer .tc-copy-block hr {
  opacity: 0.2;
  border-bottom: 2px solid #fff;
  margin-bottom: 0px;
  margin-top: 24px;
}

.tenable-customer .tc-img-block {
  position: relative;
  max-width: 521px;
  width: 100%;
  margin-top: 1px;
}

.tenable-customer .tc-img-block.tc-img-block-2 {
  max-width: 550px;
  margin-top: 91px;
  padding: 67.5px 50px;
  border-bottom: 2px solid var(--Product-Cloud-Orange, #ff5200);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 82, 0, 0.09) 76.8%,
    rgba(255, 82, 0, 0.14) 100%
  );
}

.tenable-customer .tc-img-block.tc-img-block-2 p {
  margin-bottom: 19px;
}

.tenable-customer .tc-img-block.tc-img-block-2 p em {
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.01em;
}

.tenable-customer .tc-img-block.tc-img-block-2 p + a {
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.tenable-customer .tc-wrapper .tc-wrap-3 {
  max-width: 1180px;
  width: 100%;
}

.tenable-customer .tc-wrapper .tc-content {
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 40px;
}

.tenable-customer .tc-wrapper .tc-content h3 {
  margin-bottom: 18px;
  color: var(--Basic-Midnight-Blue, #041e42);
  font-family: "Aeonik Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
}

.tenable-customer .tc-wrapper .tc-content p {
  color: var(--Basic-Midnight-Blue, #041e42);
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.tenable-customer .tc-img-block img {
  display: block;
  position: relative;
  z-index: 10;
}

.tenable-customer .tc-block-content {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 46px;
}

.tenable-customer .tc-block-content br {
  display: none;
}

.tenable-customer .tc-cta-link {
  max-width: 182px !important;
  width: 100% !important;
  display: flex !important;
  height: 56px;
  padding: 0px 2px;
  /* margin: 0 auto; */
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid #ffb900;
  color: #041e42;
  background-color: #ffb900 !important;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-decoration: none;
}

.tenable-customer .tc-cta-link:hover {
  background-color: transparent !important;
  color: #ffb900;
}

.tenable-customer .tc-controls {
  display: flex;
  justify-content: flex-start;
  /* order: 3; */
  max-width: 1200px;
  padding: 0 60px;
  width: 100%;
  margin: 0 auto;
}

.tenable-customer .tc-controls > * {
  margin-right: 20px;
}
.tenable-customer .tc-controls > div > svg path {
  /* fill: #ff5200; */
}
.tenable-customer .tc-controls > *:last-child {
  margin-right: 0;
}

.tenable-customer .tc-controls .swiper-next,
.tenable-customer .tc-controls .swiper-prev {
  cursor: pointer;
  display: block;
  background: unset;
  position: unset;
  height: unset;
  transform: unset;
  width: unset;
  opacity: unset;
}

.tenable-customer .tc-controls .swiper-next svg,
.tenable-customer .tc-controls .swiper-prev svg {
  width: 34px;
  height: 34px;
  /* opacity: 0.5; */
}

.tenable-customer .tc-controls .swiper-next svg:hover,
.tenable-customer .tc-controls .swiper-prev svg:hover {
  opacity: 1;
}

.tenable-customer .tc-controls .swiper-next svg:hover path,
.tenable-customer .tc-controls .swiper-prev svg:hover path {
  fill: #ffb900;
}

.swiper-wrapper {
  align-items: center;
}
@media (max-width: 1199.98px) {
  .tenable-customer .container::before {
    width: 375px;
    height: 297.56px;
    right: -147px;
    top: 182px;
    /* background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/bg-vector-1-tablet.svg"); */
    background-image: url("https://www.tenable.com/lp/campaigns/25/compare/tenable-vs-crowdstrike/img/hex_bg_1.svg");
  }
}
@media (max-width: 1199.98px) {
  .tenable-customer {
    padding: 3px 0 20px;
  }

  .tenable-customer .container {
    padding: 0 20px;
  }

  .tenable-customer .splide__slide {
    padding: 0 20px;
  }

  /* .tenable-customer .container::before {
    width: 375px;
    height: 297.56px;
    right: -147px;
    top: 182px;
    background-image: url("https://res.cloudinary.com/spiralyze/image/upload/v1759163377/tenable/5041/hex_bg_1.svg");
  } */

  .tenable-customer .tc-title {
    font-size: 34px;
    line-height: 124%;
    margin-bottom: 38px;
  }

  .tenable-customer .tc-wrapper {
    /* flex-direction: column; */
    padding: 49px 0 15px 0;
    gap: 70px;
  }

  .tenable-customer .tc-copy-block {
    max-width: 100%;
    /* order: 2; */
    margin-top: 0;
  }

  .tenable-customer .tc-block-content {
    margin-bottom: 45px;
  }

  .tenable-customer .tc-copy-block hr {
    margin-bottom: 0;
    margin-top: 23px;
  }

  .tenable-customer .tc-wrapper-1 .tc-img-block {
    max-width: 275.5px;
    margin: 0 auto;
  }

  .tenable-customer .tc-copy-block.tc-copy-2 {
    margin-top: 34px;
  }

  .tenable-customer .tc-img-block.tc-img-block-2 {
    max-width: 100%;
    padding-bottom: 29px;
  }

  .tenable-customer .tc-img-block.tc-img-block-2 p {
    padding-right: 134px;
  }

  .tenable-customer .tc-block-title {
    /* padding-right: 80px; */
    font-size: 24px;
    line-height: 120%; /* 28.8px */
  }

  .tenable-customer .tc-copy-block.tc-copy-2 .tc-block-title {
    margin-top: 8px;
    margin-bottom: 9px;
  }

  .tenable-customer .tc-block-content br {
    display: block;
  }

  .tenable-customer .tc-copy-block.tc-copy-2 .tc-block-content {
    margin-bottom: 17px;
  }

  .tenable-customer .tc-copy-block.tc-copy-2 hr {
    margin-bottom: 21px;
  }

  .tenable-customer .tc-controls {
    padding: 0;
    margin: 0 auto;
  }

  .tenable-customer .tc-wrapper .c-stats--item:nth-child(1) .c-stats-number p {
    padding: 0 20px;
  }
}

@media (max-width: 767.98px) {
  .tenable-customer {
    padding: 11px 0 41px;
  }

  .tenable-customer .container::before {
    display: none;
  }

  .tenable-customer .container {
    padding: 0 10px;
  }

  .tenable-customer .splide__slide {
    padding: 0 10px;
  }

  .tenable-customer .tc-wrapper {
    flex-direction: column-reverse;
  }

  .tenable-customer .tc-title {
    font-size: 28px;
    line-height: 120%;
  }

  .tenable-customer .tc-copy-block h6 {
    font-size: 20px;
    line-height: 150%; /* 30px */
    text-align: center;
  }

  .tenable-customer .mobile-img-block {
    display: block;
  }

  .tenable-customer .mobile-img-block img {
    max-width: 99%;
  }

  .tenable-customer .tc-block-title {
    padding-right: 0;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 21px;
    margin-top: 25px;
  }

  .tenable-customer .tc-block-content {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 26px;
  }

  .tenable-customer .tc-cta-link {
    max-width: 99% !important;
  }

  .tenable-customer .tc-copy-block hr {
    margin-bottom: 28px;
  }

  .tenable-customer .tc-controls {
    justify-content: end;
    padding-right: 14px;
  }

  .tenable-customer .tc-img-block {
    display: none;
  }

  .tenable-customer .tc-img-block.tc-img-block-2 {
    padding: 30px 20px;
    margin-bottom: 8px;
  }

  .tenable-customer .tc-img-block.tc-img-block-2 p em {
    font-size: 18px;
    line-height: 142%;
  }

  .tenable-customer .tc-img-block.tc-img-block-2 p {
    margin-bottom: 24px;
  }

  .tenable-customer .tc-img-block.tc-img-block-2 p {
    padding-right: 0;
  }

  .tenable-customer .tc-copy-block.tc-copy-2 {
    margin-top: 5px;
  }

  .tenable-customer .tc-wrapper .tc-content {
    margin-bottom: 0;
  }

  .tenable-customer .tc-wrapper .tc-content h3 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
  }

  .tenable-customer .tc-wrapper .tc-content p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
  }
}

/* Cloud Security Ends */

/* Talk To An Expert Starts */
.talk-to-expert {
  padding: 45px 0 72px;
}

.talk-to-expert h2 {
  color: #fff;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 55.2px */
  margin-bottom: 47px;
}

.talk-to-expert a {
  max-width: 172px !important;
  width: 100% !important;
  display: flex !important;
  height: 48px;
  padding: 0px 2px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid #ffb900;
  color: #041e42;
  background-color: #ffb900 !important;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-decoration: none;
}

.talk-to-expert a:hover {
  background-color: transparent !important;
  color: #ffb900;
}

@media (max-width: 1199.98px) {
  .talk-to-expert {
    padding: 98px 0 43px;
  }

  .talk-to-expert h2 {
    font-size: 34px;
    line-height: 124%; /* 42.16px */
    padding: 0 50px;
    margin-bottom: 46px;
  }

  .talk-to-expert h2 br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .talk-to-expert {
    padding: 37px 0 30px;
  }

  .talk-to-expert h2 {
    font-size: 28px;
    line-height: 120%; /* 33.6px */
    padding: 0 18px;
    margin-bottom: 49px;
  }
}

/* Talk To An Expert Ends */

/* Tenable Social Proof Starts */
.social-proof {
  padding: 50px 0 120px;
}

.social-proof .social-proof-title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
  font-family: "Aeonik Pro";
  line-height: 150%; /* 36px */
}

.social-proof .social-proof-subtitle {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  max-width: 778px;
  margin: 0 auto 19px;
}

.social-proof .social-proof-flex img {
  max-height: 92px;
  height: 100%;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .social-proof {
    padding: 50px 0 92px;
  }

  .social-proof .social-proof-flex img {
    max-height: unset;
  }
}

@media (max-width: 767.98px) {
  .social-proof {
    padding: 31px 0 35px;
  }
}

/* Tenable Social Proof Ends */

.footer {
  padding: 24px 0 24px;
}

.footer .container {
  /* max-width: 1008px !important; */
}

.footer .footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .footer-content .copyright {
  color: #fff;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer .footer-content .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-content .footer-links a {
  color: #fff;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.footer .footer-content .footer-links a:hover {
  text-decoration: underline;
}

.footer .footer-content .footer-links span {
  display: inline-block;
  width: 1.3px;
  height: 18px;
  margin: 0 9px;
  background: #c3d3e0;
}

@media (min-width: 992px) and (max-width: 1209.98px) {
  .footer .container {
    padding: 0px 15px;
  }

  .footer .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

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

  .footer .container {
    padding: 0 80px;
  }

  .footer .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .footer .footer-content .footer-links span {
    margin: 0px 9px;
  }
}

@media (max-width: 767.98px) {
  .footer {
    padding-top: 14px;
  }
  .footer .container {
    padding: 0 0;
    max-width: 360px !important;
  }

  .footer .footer-content {
    gap: 16px;
  }

  .footer .footer-content .footer-links {
    flex-wrap: wrap;
  }

  .footer-links a {
    order: 2;
  }

  .footer-links a:nth-child(1) {
    order: 1;
  }

  .footer-links a:nth-child(3) {
    order: 0;
    margin-bottom: 16px;
  }

  .footer-links a + span {
    order: 2;
  }

  .footer-links a:nth-child(1) + span {
    display: none !important;
  }
}
