@import url("../../../../assets/css/aeonik-font.css");

@font-face {
  font-family: "Radix";
  src: url("../../../../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;
}

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

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

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

body {
  font-family: "Aeonik Pro";
  font-style: normal;
  background:
    linear-gradient(
      180deg,
      rgba(0, 121, 221, 0.23) -22.6%,
      rgba(11, 127, 222, 0.23) -22.6%,
      rgba(255, 255, 255, 0.06) 100%
    ),
    #fff;
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 1024px !important;
  }
}

@media (max-width: 1023.98px) {
  body {
    background:
      linear-gradient(
        180deg,
        rgba(0, 121, 221, 0.23) 0%,
        rgba(255, 255, 255, 0.06) 43.03%
      ),
      #fff;
  }

  .container {
    max-width: 768px !important;
    padding: 1px 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);
  height: 36px;
}

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

.hero-section .hero-bullet-list {
  -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-bullet-list {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.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;
}

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

.hero-section::before {
  content: "";
  max-width: 1920px;
  width: 100%;
  height: 618px;
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url("../img/hero-bg.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media (min-width: 1441px) {
  .hero-section::before {
    background-image: url("../img/hero-bg-1920.svg");
  }
}

@media (min-width: 1921px) {
  .hero-section::before {
    max-width: 3840px;
    background-image: url("../img/hero-bg-4k.svg");
    background-size: 3840px auto;
  }
}

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

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

/* header ended */
/* hero start */
.hero-section .hero-title {
  color: #00f0ff;
  font-family: "Radix";
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  margin-top: 0;
  margin-bottom: 24px;
}

.hero-title-2 {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  margin-bottom: 20px;
}

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

.hero-content .hero-subtitle p {
  max-width: 543px;
  color: #fff;
  font-family: var(--Font-Family-Main, "Aeonik Pro");
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.hero-section .hero-content {
  max-width: 564px;
  width: 100%;
  margin-right: 15px;
}

.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 end */

/* form */
.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: 5px;
}

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

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

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

.hero-section
  .mktoForm[id="mktoForm_7469"]
  .mktoButtonWrap.mktoPurpleCandy
  button.mktoButton {
  max-width: 150px !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 var(--Basic-Midnight-Blue, #041e42);
  color: var(--Basic-Midnight-Blue, #041e42);
  background-color: transparent;
  font-family: var(--Font-Family-Main, "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_7469"] input,
.hero-section .mktoForm[id="mktoForm_7469"] textarea,
.hero-section .mktoForm[id="mktoForm_7469"] select {
  border: 1.5px solid var(--Utility-300, #c7ccd5);
  border-radius: 9px !important;
  height: 50px;
  background-color: #fff !important;
  font-family: var(--Font-Family-Main, "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_7469"] textarea {
  padding-top: 16px;
  min-height: 101px;
  display: none;
}

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

.hero-section .mktoForm[id="mktoForm_7469"] {
  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;
  display: none;
}

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

.hero-section .mktoForm .mktoAsterix {
  padding-left: 0;
  color: #041e42 !important;
  font-size: 16px !important;
}

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

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

.hero-section .mktoForm[id="mktoForm_7469"] 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: 16px;
  -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;
  pointer-events: none;
  z-index: 11;
  padding-bottom: 0 !important;
  color: var(--Basic-Midnight-Blue, #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_7469"] .focused label,
/* .hero-section .mktoForm[id="mktoForm_7469"] .error-in label, */
.hero-section .mktoForm[id="mktoForm_7469"] .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: 12px;
}

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

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

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

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

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

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

.hero-section .mktoForm[id="mktoForm_7469"] .filled label {
  color: #65758c;
}
.hero-section .form_triggerGDPR .mktoLogicalField {
  padding: 0;
}
.hero-section .form_triggerGDPR .mktoLogicalField label {
  position: static;
  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_7469"] .typing input.mktoField,
.hero-section .mktoForm[id="mktoForm_7469"] .typing select.mktoField,
.hero-section .mktoForm[id="mktoForm_7469"] .typing textarea.mktoField {
  color: #041c3c !important;
  border: 1px solid #041e42 !important;
  z-index: 9;
  position: relative;
}

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

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

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

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

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

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

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

.hero-section .mktoFormRow.form_triggerGDPR {
  margin-top: -16px;
}

.hero-section .mktoForm[id="mktoForm_7469"] label#LbltriggerGDPR.mktoHasWidth {
  display: none !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_7469"] 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_7469"]
  .mktoButtonWrap.mktoPurpleCandy
  button.mktoButton:hover,
.hero-section
  .mktoForm[id="mktoForm_7469"]
  .mktoButtonWrap.mktoPurpleCandy
  button.mktoButton:active {
  background: var(--Basic-Midnight-Blue, #041e42) !important;
  color: #fff !important;
}

.hero-section .mktoForm[id="mktoForm_7469"] .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_7469"] .mktoError .mktoErrorMsg {
  background-color: rgba(4, 30, 66, 0.7) !important;
  border: none !important;
  width: 187px;
  height: auto;
  min-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_7469"] .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_7469"] .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_7469"] input:-webkit-autofill,
.hero-section .mktoForm[id="mktoForm_7469"] input[type="text"]:-webkit-autofill,
.hero-section
  .mktoForm[id="mktoForm_7469"]
  input[type="email"]:-webkit-autofill,
.hero-section .mktoForm[id="mktoForm_7469"] input[type="tel"]:-webkit-autofill,
.hero-section
  .mktoForm[id="mktoForm_7469"]
  input[type="number"]:-webkit-autofill,
.hero-section .mktoForm[id="mktoForm_7469"] input[type="date"]:-webkit-autofill,
.hero-section .mktoForm[id="mktoForm_7469"] textarea:-webkit-autofill,
.hero-section .mktoForm[id="mktoForm_7469"] select.mktoField:-webkit-autofill,
.hero-section
  .mktoForm[id="mktoForm_7469"]
  input[type="text"]:-webkit-autofill:focus,
.hero-section
  .mktoForm[id="mktoForm_7469"]
  input[type="url"]:-webkit-autofill:focus,
.hero-section
  .mktoForm[id="mktoForm_7469"]
  input[type="email"]:-webkit-autofill:focus,
.hero-section
  .mktoForm[id="mktoForm_7469"]
  input[type="tel"]:-webkit-autofill:focus,
.hero-section
  .mktoForm[id="mktoForm_7469"]
  input[type="number"]:-webkit-autofill:focus,
.hero-section
  .mktoForm[id="mktoForm_7469"]
  input[type="date"]:-webkit-autofill:focus,
.hero-section
  .mktoForm[id="mktoForm_7469"]
  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;
}

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

@media (max-width: 1199px) {
  .hero-section .tenable-logo {
    margin-bottom: 20px;
  }
}

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

  .hero-section::before {
    background-image: url("../img/hero-3845.svg");
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    transform: none;
    background-position: center calc(100% - 152px);
  }

  .hero-section:has(.gdpr-visible)::before {
    background-position: top center;
  }

  .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: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-section .hero-form {
    margin: 0 auto;
  }

  .hero-section .hero-content {
    max-width: 100%;
    width: 100%;
    margin-bottom: 29px;
    text-align: center;
    margin-right: 0;
  }

  .hero-section .hero-title {
    font-size: 52px;
    margin-bottom: 2px;
  }

  .hero-title-2 {
    margin-bottom: 15px;
  }

  .hero-content .hero-subtitle p {
    max-width: 100%;
    line-height: 140%;
  }

  .hero-section .hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-section div#tenable-ep-form {
    padding: 36px 30px;
  }

  .hero-section .hero-above-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 31px;
  }

  .hero-section .hero-title.mobile-only {
    display: block;
  }

  .hero-section .exposure-block-wrap {
    max-width: 704px;
    padding: 0px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hero-section .exposure-block {
    max-width: 180px;
  }

  .hero-section .seperator {
    max-width: 64px;
    overflow: hidden;
  }

  .hero-section .seperator img {
    max-width: 122px;
  }

  .hero-section .block-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  /*animation start*/
  .hero-section .hero-title .overflow span {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }

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

  .hero-section .hero-title .overflow {
    margin-bottom: -7px;
  }

  .hero-section .section-title {
    text-align: start;
    margin-bottom: 10px;
  }

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

  .hero-title-2 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
  }

  .hero-content .hero-subtitle p {
    font-size: 18px;
    line-height: 140%;
  }

  .hero-content .hero-subtitle p:last-child {
    margin-bottom: 0;
  }

  .hero-section .exposure-block-wrap {
    max-width: 328px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
  }

  .hero-section .exposure-block {
    max-width: 328px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }

  .hero-section .exposure-block img {
    margin: 0px;
  }

  .hero-section .exposure-block .exposure-detail {
    padding: 4px 0px 0px 24px;
  }

  .hero-section .block-title {
    margin-bottom: 2px;
    text-align: start;
  }

  .hero-section .seperator {
    padding: 0px;
    margin-bottom: 24px;
  }

  .hero-section .exposure-block .desk-tab-only {
    display: none;
  }

  .hero-section .mob-only {
    display: block;
  }

  .hero-section .hero-above-title {
    margin-bottom: 33px;
    font-size: 20px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section .get-demo-cta {
    max-width: 220px;
  }

  .hero-section div#tenable-ep-form {
    margin-top: 7px;
    margin-bottom: 34px;
    padding: 36px 16px;
  }

  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: right !important;
  }

  .hero-section .mktoForm[id="mktoForm_7469"] input,
  .hero-section .mktoForm[id="mktoForm_7469"] select {
    height: 48px;
  }

  .hero-section .mktoForm[id="mktoForm_7469"] input[name="triggerGDPR"] {
    top: 22px;
  }

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

  .hero-section .mktoForm[id="mktoForm_7469"] textarea {
    height: 100px;
    padding-top: 12px;
  }

  .hero-section .product-get-started__form .form_Comments__c .mktoFormCol {
    margin-bottom: 14px !important;
  }

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

  .hero-section .mktoForm[id="mktoForm_7469"] {
    padding: 0;
  }

  .hero-section .hero-list {
    padding-left: 47px;
    padding-right: 16px;
  }

  .hero-section p.gdpr-text small,
  .hero-section .form_triggerGDPR .mktoLogicalField label {
    top: -2px;
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .hero-section::before {
    background-image: url("../img/hero-767.svg");
    background-position: center bottom 195px;
  }

  .hero-section .hero-title {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 120%;
  }

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

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

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

  .hero-section .hero-form h3 {
    margin-bottom: 22px;
  }

  .hero-section .product-get-started__form .mktoFormRow:nth-child(2) {
    width: calc(100% + 0px) !important;
    margin-right: 0px;
    margin-bottom: 3px !important;
  }

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

  .hero-section .mktoForm[id="mktoForm_7469"] label {
    top: 16px;
  }

  .hero-section .mktoForm[id="mktoForm_7469"] .mktoButtonRow {
    margin-top: 10px;
  }

  .hero-section
    .mktoForm[id="mktoForm_7469"]
    .mktoButtonWrap.mktoPurpleCandy
    button.mktoButton {
    max-width: 350px !important;
  }
}

@media (max-width: 359.98px) {
  .hero-section .mktoForm[id="mktoForm_7469"] label,
  .hero-section .mktoForm[id="mktoForm_7469"] select[name="Employee_Range__c"],
  .hero-section p.gdpr-text small {
    font-size: 14px;
  }

  .hero-section .get-demo-cta {
    max-width: 300px;
  }
}

/* hero section ended */

/* attack-section START */
.attack-section {
  padding: 100px 0px 58px;
  overflow-x: clip;
}

.attack-section .section-title {
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 130px;
  color: var(--Accents-Midnight, #041e42);
  text-align: center;
  font-family: var(--Fonts-Family-Heading, "Aeonik Pro");
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

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

.attack-section .attack-block {
  max-width: 33.33%;
  width: 100%;
}

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

.attack-section .attack-block .attack-detail::before {
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="426" height="348" viewBox="0 0 426 348" fill="none"><g filter="url(%23filter0_d_27954_1057)"><path d="M191.758 54.3775C204.619 46.9588 220.465 46.9588 233.327 54.3775L371.758 134.226C384.619 141.645 392.542 155.355 392.542 170.192V244.255V331.525H233.327H191.758H32.5424V244.255V170.192C32.5424 155.355 40.4654 141.645 53.327 134.226L191.758 54.3775Z" fill="url(%23paint0_linear_27954_1057)" fill-opacity="0.7" shape-rendering="crispEdges"/></g><defs><filter id="filter0_d_27954_1057" x="-1.52588e-05" y="-8.39233e-05" width="425.085" height="347.797" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix 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"/><feOffset dy="-16.2712"/><feGaussianBlur stdDeviation="16.2712"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix 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.04 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_27954_1057"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_27954_1057" result="shape"/></filter><linearGradient id="paint0_linear_27954_1057" x1="212.542" y1="331.525" x2="212.542" y2="48.8135" gradientUnits="userSpaceOnUse"><stop stop-color="%23E9F3FD" stop-opacity="0"/><stop offset="1" stop-color="white"/></linearGradient></defs></svg>');
  width: 426px;
  height: 348px;
  top: -115px;
  left: -29px;
  z-index: -1;
}

.attack-section .attack-block .attack-detail img {
  display: block;
  max-width: 64px;
  max-height: 64px;
  margin-bottom: 24px;
}

.attack-section .attack-block .attack-detail .title {
  margin-bottom: 19px;
}

.attack-section .attack-block .attack-detail .block-title {
  color: #041e42;
  text-align: center;
  font-family: var(--Fonts-Family-Heading, "Aeonik Pro");
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 3px;
}

.attack-section .attack-block .attack-detail .block-subtitle {
  color: #041e42;
  text-align: center;
  font-family: var(--Fonts-Family-Heading, "Aeonik Pro");
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.attack-section .attack-block .attack-detail .block-text {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 296px;
  margin: 0 auto;
}

.attack-section .report-wrapper {
  display: flex;
  padding: 94px 0 40px;
  gap: 90px;
}

.attack-section .report-wrapper .report-right-part {
  max-width: 457px;
  width: 100%;
}

.attack-section .report-wrapper .report-left-part {
  max-width: 590px;
  width: 100%;
}

.attack-section .report-wrapper .report-left-part img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.attack-section .report-right-part p {
  color: #041e42;
  font-family: var(--Fonts-Family-Heading, "Aeonik Pro");
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  margin-top: 104px;
  margin-bottom: 66px;
  line-height: 120%;
}

.attack-section .report-right-part a {
  display: flex;
  align-items: center;
  text-decoration: none;
  max-width: 170px;
  width: 100%;
}

.attack-section .report-right-part a span {
  color: var(--Basic-Midnight-Blue, #041e42);
  font-family: var(--Font-Family-Main, "Aeonik Pro");
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 4px;
}

.attack-section .review {
  margin-top: 107px;
}

.attack-section .review .review-block {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 1200px;
  margin: 0 auto 16px;
}

.attack-section .review .review-title {
  color: #041e42;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.attack-section .review .review-subtitle {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1239.98px) {
  .attack-section .attack-block .attack-detail::before {
    left: -36px;
  }
}

@media (max-width: 1199.98px) {
  .attack-section {
    padding: 11px 0px 72px;
  }

  .attack-section .attack-block-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

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

  .attack-section .attack-block .attack-detail .block-subtitle {
    font-size: 24px;
  }

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

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

  .attack-section .attack-block .attack-detail::before {
    width: 383px;
    height: 314px;
    top: -112px;
    left: -29px;
    background-image: url("../img/polygon_7.svg");
  }

  .attack-section .attack-block .attack-detail .title img {
    margin: 0 0 24px;
  }

  .attack-section .attack-block .attack-detail .title {
    margin-bottom: 21px;
  }

  .attack-section .attack-block .attack-detail .block-title {
    margin-bottom: 2px;
  }

  .attack-section .attack-block .attack-detail .block-text {
    max-width: 100%;
    position: relative;
    line-height: 150%;
  }

  .attack-section .attack-block .dotted-line {
    display: none;
  }

  .attack-section .report-wrapper {
    padding: 0 4px;
    gap: 0;
    flex-direction: column;
  }

  .attack-section .report-right-part p {
    margin-top: 40px;
    margin-bottom: 33px;
  }

  .attack-section .report-wrapper .report-left-part {
    max-width: 300px;
  }

  .attack-section .report-wrapper .report-right-part {
    max-width: 100%;
  }

  .attack-section .report-right-part a {
    max-width: 248px;
    background-position: center;
  }

  .attack-section .review {
    margin-top: 66px;
  }

  .attack-section .review .review-block {
    margin: 0 auto 18px;
  }
}

@media (max-width: 1023.98px) {
  .attack-section .challenge-left-part {
    order: 1;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .attack-section {
    padding: 23px 0 48px;
    overflow: hidden;
  }

  .attack-section .section-title {
    font-size: 34px;
    line-height: 124%;
    text-align: center;
    margin-bottom: 106px;
  }

  .attack-section .report-wrapper {
    padding: 30px 0px 0;
  }

  .attack-section .report-right-part p {
    margin-top: 21px;
    margin-bottom: 33px;
    font-size: 28px;
    line-height: 120%;
  }

  .attack-section .attack-block .attack-detail .block-subtitle {
    font-size: 32px;
    line-height: 124%;
  }

  .attack-section .attack-block .attack-detail .block-title {
    margin-bottom: 0;
  }

  .attack-section .attack-block .attack-detail::before {
    width: 383px;
    height: 314px;
    top: -110px;
    left: -44px;
    background-image: url("../img/polygon_5.svg");
  }

  .attack-section .attack-block .attack-detail .block-text {
    line-height: 26px;
  }

  .attack-section .attack-block-wrap {
    gap: 0;
  }

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

  .attack-section .attack-block:nth-child(2) {
    margin-bottom: 136px;
  }

  .attack-section .review {
    margin-top: 49px;
  }

  .attack-section .review .review-block {
    font-size: 24px;
  }
}

/* cyber section start  */
.cyber-disrupt-bg {
  position: relative;
  overflow-x: clip;
  background-repeat: no-repeat;
  padding-top: 0;
  padding-bottom: 0;
  background-position: top center;
}

.cyber-disrupt-bg::before {
  content: "";
  position: absolute;
  margin-top: -64px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 2766px;
  height: 2974px;
  background-image: url("../img/cyber-bg-1440.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 360px) {
  .cyber-disrupt-bg::before {
    background-image: url("../img/cyber-bg-390.svg");
    margin-top: 52px;
    height: 2405px;
  }
}

@media (min-width: 391px) {
  .cyber-disrupt-bg::before {
    background-image: url("../img/cyber-bg-767_1.svg");
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .cyber-disrupt-bg::before {
    background-image: url("../img/cyber-bg-1023.svg");
    margin-top: 26px;
    height: 3173px;
  }
}

@media (min-width: 1024px) {
  .cyber-disrupt-bg::before {
    background-image: url("../img/cyber-bg-1440.svg");
    margin-top: 100px;
    height: 100%;
    background-size: contain;
  }
}

@media (min-width: 1199.98px) {
  .cyber-disrupt-bg::before {
    margin-top: 41px;
    height: 2733px;
    background-size: contain;
  }
}

@media (min-width: 1441px) {
  .cyber-disrupt-bg::before {
    background-image: url("../img/cyber-bg-1920.svg");
    margin-top: 20px;
    height: 2733px;
  }
}

@media (min-width: 1921px) {
  .cyber-disrupt-bg::before {
    background-image: url("../img/cyber-bg-2560.svg");
  }
}

@media (min-width: 2561px) {
  .cyber-disrupt-bg::before {
    width: 100%;
    background-image: url("../img/cyber-bg-3840.svg");
    background-size: auto;
  }
}

/* .cyber-risk START */
.cyber-risk {
  padding: 292px 0px 68px;
  position: relative;
  z-index: 5;
}

.cyber-risk .cyber-risk-logo {
  text-align: center;
  margin-bottom: 88px;
}

.cyber-risk .cyber-risk-logo img {
  max-width: 150px;
}

.cyber-risk .address-and-manage h2 {
  color: var(--Basic-White, #fff);
  text-align: center;
  font-style: normal;
  font-size: 46px;
  font-weight: 500;
  line-height: 120%;
  max-width: 564px;
  margin: 0 auto 118px;
  font-family: var(--Fonts-Family-Heading, "Aeonik Pro");
}

.cyber-risk .address-and-manage p {
  color: var(--Basic-White, #fff);
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 1018px;
  width: 100%;
  margin: 0 auto 119px;
}

.cyber-risk .content {
  margin: 0 10px;
}

.cyber-risk .risk-block-wrap .risk-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 205px;
  align-items: center;
  gap: 16px;
}

.cyber-risk .risk-block-wrap .risk-block.row-reverse {
  flex-direction: row;
}

.cyber-risk .risk-block .content-wrap {
  width: 100%;
  max-width: 555px;
}

.cyber-risk .risk-block:first-child .content-wrap,
.cyber-risk .risk-block:nth-child(3) .content-wrap {
  margin-top: -6px;
}

.cyber-risk .risk-block:nth-child(2) .content-wrap,
.cyber-risk .risk-block:last-child .content-wrap {
  padding-top: 26px;
}

.cyber-risk .risk-block .content-wrap .block-title {
  color: var(--Product-Lucid-Blue, #00f0ff);
  font-family: var(--Fonts-Family-Heading, "Aeonik Pro");
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 15px;
}

.cyber-risk .risk-block .content-wrap .block-subtitle,
.cyber-risk .risk-block .content-wrap p {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.cyber-risk .risk-block .content-wrap p {
  margin: 30px 0 31px;
}

.cyber-risk .risk-block .content-wrap .exposure-list li {
  position: relative;
  list-style: none;
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.cyber-risk .risk-block .content-wrap .exposure-list li::before {
  content: "";
  position: absolute;
  background: var(--Product-Lucid-Blue, #00f0ff);
  width: 10px;
  height: 10px;
  left: 0px;
  top: 9px;
}

.cyber-risk .risk-block .img-wrap {
  max-width: 550px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.cyber-risk .risk-block .img-wrap::before {
  content: "";
  background-image: url("../img/hex_bg_3.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 614.618px;
  height: 523px;
  top: -84px;
  left: 164px;
  z-index: -1;
}

.cyber-risk .risk-block.row-reverse .img-wrap::before {
  background-image: url("../img/hex_bg_1.svg");
  left: auto;
  right: 166px;
}

.cyber-risk .risk-block .img-wrap img {
  width: 100%;
  max-width: 720px;
  height: auto;
  transform: translateX(-3px);
}

.cyber-risk .risk-block.row-reverse .img-wrap img {
  transform: translateX(2px);
}

@media (max-width: 1023.98px) {
  .cyber-risk {
    padding: 176px 0px 17px;
  }

  .cyber-risk .address-and-manage h2 {
    max-width: 542px;
    margin: 0 auto 61px;
  }

  .cyber-risk .address-and-manage p {
    padding: 0px 19px;
    margin: 0 auto 64px;
  }

  .cyber-risk .content {
    margin: 0;
  }

  .cyber-risk .risk-block .content-wrap {
    max-width: 728px;
    margin: 0 auto 56px;
  }

  .cyber-risk .risk-block .content-wrap .block-title {
    margin-bottom: 14px;
  }

  .cyber-risk .risk-block .img-wrap::before {
    top: -57px;
    left: 378px;
  }

  .cyber-risk .risk-block.row-reverse .img-wrap::before {
    right: 381px;
    top: -48px;
  }

  .cyber-risk .section-subtitle {
    margin-bottom: 95px;
  }

  .cyber-risk .risk-block-wrap .risk-block,
  .cyber-risk .risk-block-wrap .risk-block.row-reverse {
    flex-direction: column-reverse;
    margin-bottom: 109px;
    gap: 0;
  }

  .cyber-risk .risk-block-wrap .risk-block:first-child,
  .cyber-risk .risk-block-wrap .risk-block:nth-child(3) {
    margin-bottom: 121px;
  }

  .cyber-risk .risk-block-wrap .risk-block:last-child {
    margin-top: 44px;
    margin-bottom: 26px;
  }

  .cyber-risk .risk-block .content-wrap .block-title br {
    display: none;
  }

  .cyber-risk .risk-block .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .cyber-risk .risk-block .img-wrap img {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .cyber-risk .risk-block:first-child .content-wrap,
  .cyber-risk .risk-block:nth-child(3) .content-wrap {
    margin-top: 0;
  }

  .cyber-risk .risk-block:nth-child(2) .content-wrap,
  .cyber-risk .risk-block:last-child .content-wrap {
    padding-top: 0;
    margin-bottom: 15px;
  }

  .cyber-risk .risk-block.row-reverse .img-wrap img {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .cyber-risk {
    padding: 152px 0px 29px;
  }

  .cyber-risk .section-title {
    max-width: 328px;
    margin: 0 auto;
    font-size: 32px;
    text-align: left;
    margin-bottom: 16px;
  }

  .cyber-risk .section-title br {
    display: none;
  }

  .cyber-risk .section-subtitle {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 96px;
  }

  .cyber-risk .risk-block .img-wrap {
    margin-bottom: 33px;
  }

  .cyber-risk .risk-block-wrap .risk-block:last-child .img-wrap {
    margin-bottom: 38px;
  }

  .cyber-risk .risk-block .content-wrap .block-subtitle {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 28px;
  }

  .cyber-risk .risk-block .content-wrap p {
    font-size: 16px;
  }

  .cyber-risk .risk-block .content-wrap p {
    margin-bottom: 15px;
  }

  .cyber-risk .risk-block .content-wrap .exposure-list li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #425363;
  }

  .cyber-risk .risk-block .content-wrap .block-title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .cyber-risk .risk-block .content-wrap .block-title br {
    display: block;
  }

  .cyber-risk .risk-block:nth-child(2) .content-wrap,
  .cyber-risk .risk-block:last-child .content-wrap {
    margin-bottom: 0;
  }

  .cyber-risk .risk-block-wrap .risk-block:first-child,
  .cyber-risk .risk-block-wrap .risk-block:nth-child(3) {
    margin-bottom: 70px;
  }

  .cyber-risk .risk-block-wrap .risk-block,
  .cyber-risk .risk-block-wrap .risk-block.row-reverse {
    margin-bottom: 68px;
  }

  .cyber-risk .address-and-manage h2 {
    font-size: 34px;
    line-height: 124%;
    margin: 0 auto 66px;
  }

  .cyber-risk .risk-block .content-wrap {
    margin: 0 auto;
  }

  .cyber-risk .risk-block .img-wrap::before {
    background-image: url("../img/hex_bg_2.svg");
    width: 308px;
    height: 244px;
    right: -132px;
    top: 0;
    left: auto;
  }

  .cyber-risk .risk-block.row-reverse .img-wrap::before {
    background-image: url("../img/hex_bg.svg");
    right: auto;
    left: -132px;
    top: -3px;
  }
}

/* .cyber-risk END */

/* AI scurity started  */
.ai-security {
  padding: 193px 0 0;
  position: relative;
}

.ai-security h2 {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 64px;
}

.ai-security .security-wrapper {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 950px;
  width: 100%;
  gap: 50px;
  margin: 0 auto 104px;
}

.ai-security .security-wrapper .security-box {
  max-width: 450px;
}

.ai-security .logo {
  height: 72px;
  margin-bottom: 18px;
}

.ai-security h4 {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 19px;
}

.ai-security p {
  color: #041e42;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.ai-security .divider {
  width: 100%;
  height: 1px;
  background: #cbd5e1;
}

@media (max-width: 1023.98px) {
  .ai-security {
    padding: 304px 0 0;
  }

  .ai-security .security-wrapper {
    flex-direction: column;
    gap: 0;
    margin: 0 auto 55px;
  }

  .ai-security .security-wrapper .security-box {
    margin: 0 auto 49px;
  }

  .ai-security p {
    max-width: 450px;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .ai-security {
    padding: 132px 0 0;
  }

  .ai-security h2 {
    font-size: 34px;
    line-height: 124%;
  }

  .ai-security .security-wrapper {
    margin: 0 auto 11px;
  }
}

/* AI security ended  */

/* FAQ section start  */
.external-faq-section {
  padding: 104px 0 98px;
}

.external-faq-section .section-title {
  color: #041e42;
  font-family: var(--Fonts-Family-Heading, "Aeonik Pro");
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 55.2px;
  text-align: start;
  text-transform: inherit;
  margin-bottom: 64px;
}

.external-faq-section .product-page__faq-section .product-page__faq-item {
  cursor: pointer;
  padding: 24px 0px 0;
  margin: 0 auto;
  border-bottom: 1px solid rgba(4, 30, 66, 0.1);
}

.external-faq-section .product-page__faq-section .product-page__faq-item.open {
  padding-bottom: 23.5px;
}

.external-faq-section
  .product-page__faq-section
  .product-page__faq-item:last-child {
  margin-bottom: 0px;
}

.external-faq-section .product-page__faq-item .faq-item-question {
  position: relative;
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding-bottom: 23.5px;
}

.external-faq-section .product-page__faq-item.open .faq-item-question {
  border-bottom: none;
}

.external-faq-section .product-page__faq-item .faq-item-question::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_28021_1366)"><path d="M3.75 12H20.25" stroke="%23041E42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 3.75V20.25" stroke="%23041E42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_28021_1366"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  background-color: transparent;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
}

.external-faq-section .product-page__faq-item.open .faq-item-question::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_28021_49)"><path d="M3.75 12H20.25" stroke="%23041E42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_28021_49"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
}

.external-faq-section .product-page__faq-item .faq-item-answer {
  display: none;
  padding-right: 50px;
}

.external-faq-section .product-page__faq-item .faq-item-answer p {
  color: #041e42;
  font-family: "Aeonik Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 28px;
}

.external-faq-section .product-page__faq-item .faq-item-answer p a {
  color: #041e42;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.external-faq-section .product-page__faq-item .faq-item-answer p a:hover,
.external-faq-section .product-page__faq-item .faq-item-answer p a:active {
  text-decoration: none;
}

.external-faq-section .product-page__faq-item .faq-item-answer p:last-child {
  margin-bottom: 0;
}

.external-faq-section .product-page__faq-item .faq-item-answer p span {
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .external-faq-section {
    padding: 104px 0px 96px;
  }

  .external-faq-section .faq-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .external-faq-section .product-page__faq-item .faq-item-question {
    padding-right: 40px;
  }

  .external-faq-section .section-title {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .external-faq-section {
    padding: 61px 0px 37px;
  }

  .external-faq-section .faq-wrapper {
    padding-left: 0;
  }

  .external-faq-section .product-page__faq-item .faq-item-question {
    font-size: 20px;
    line-height: 150%;
    padding-right: 50px;
    padding-bottom: 23px;
  }

  .external-faq-section .product-page__faq-item .faq-item-answer p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    display: inline-block;
  }

  .external-faq-section .product-page__faq-item .faq-item-answer ul {
    margin-top: 15px;
    padding-bottom: 3px;
  }

  .external-faq-section .product-page__faq-item .faq-item-answer ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

/* faq end */

/* footer form start  */
/*footer form*/
.footer-form {
  margin: 0;
  padding: 120px 0 101px;
  background: linear-gradient(90deg, #000026 0%, #00005b 100%);
  overflow: hidden;
  position: relative;
}

.footer-form::before {
  content: "";
  position: absolute;
  width: 658px;
  height: 771px;
  background-image: url("../img/footer-form-desk.svg");
  left: -516px;
  top: -125px;
}

.footer-form .footer-form-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  max-width: 1060px;
  margin: 0 auto;
}

.footer-form .footer-form-wrap .footer-content {
  max-width: 500px;
  width: 100%;
}

.footer-form .footer-heading {
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #eeeff5;
  margin: 0 0 30px;
}

/* form start */
.footer-form .form-content {
  width: 100%;
  position: relative;
  height: max-content;
}

.footer-form .footer-review {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
}

.footer-form .footer-review-name {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.footer-form .footer-review-designation {
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer-form .form-content.form-popup {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1001;
  padding: 60px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: auto;
  justify-content: center;
}

.footer-form .form-content.form-popup .form-wrap-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 21px 40px 40px;
  width: 514px;
}

.footer-form .form-flex {
  max-width: 530px;
  width: 100%;
  margin-right: 15px;
}

.footer-form .form-content .mktoForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 560px !important;
  width: 100% !important;
}

.footer-form .form-content .mktoFormRow {
  max-width: calc(50% - 8px);
  width: 100%;
}

.footer-form .form-content .mktoFormRow.form_Email {
  max-width: 100%;
}

.footer-form .form-content .mktoFormRow.form_Comments__c {
  display: none !important;
}

.footer-form .form-content .mktoForm .mktoRequiredField .mktoAsterix {
  color: #fff !important;
  font-size: 16px !important;
  padding-left: 0 !important;
}

.footer-form .form-content .mktoForm .mktoFieldDescriptor,
.footer-form .form-content .mktoForm .mktoFieldWrap {
  width: 100%;
}

.footer-form .form-content .mktoForm .field-wrap {
  position: relative;
  width: 100%;
}

.footer-form .form-content .mktoForm input[name="FirstName"],
.footer-form .form-content .mktoForm input[name="LastName"],
.footer-form .form-content .mktoForm input[name="Title"],
.footer-form .form-content .mktoForm input[name="Email"],
.footer-form .form-content .mktoForm input[name="Phone"],
.footer-form .form-content .mktoForm input[name="Company"],
.footer-form .form-content .mktoForm select[name="Employee_Range__c"],
.footer-form .form-content .mktoForm textarea[name="Comments__c"] {
  color: #fff;
  text-overflow: ellipsis;
  font-family: "Aeonik Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  height: 50px;
  line-height: 18px;
  padding: 10px 14px 0px;
}

.footer-form .form-content .mktoForm input[name="FirstName"]:hover,
.footer-form .form-content .mktoForm input[name="LastName"]:hover,
.footer-form .form-content .mktoForm input[name="Title"]:hover,
.footer-form .form-content .mktoForm input[name="Email"]:hover,
.footer-form .form-content .mktoForm input[name="Phone"]:hover,
.footer-form .form-content .mktoForm input[name="Company"]:hover,
.footer-form .form-content .mktoForm select[name="Employee_Range__c"]:hover,
.footer-form .form-content .mktoForm textarea[name="Comments__c"]:hover {
  border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
}

.footer-form .form-content.form-popup .mktoForm input[name="FirstName"],
.footer-form .form-content.form-popup .mktoForm input[name="LastName"],
.footer-form .form-content.form-popup .mktoForm input[name="Title"],
.footer-form .form-content.form-popup .mktoForm input[name="Email"],
.footer-form .form-content.form-popup .mktoForm input[name="Phone"],
.footer-form .form-content.form-popup .mktoForm input[name="Company"],
.footer-form
  .form-content.form-popup
  .mktoForm
  select[name="Employee_Range__c"],
.footer-form .form-content.form-popup .mktoForm textarea[name="Comments__c"],
.footer-form .form-content.form-popup .mktoForm input[name="FirstName"]:hover,
.footer-form .form-content.form-popup .mktoForm input[name="LastName"]:hover,
.footer-form .form-content.form-popup .mktoForm input[name="Title"]:hover,
.footer-form .form-content.form-popup .mktoForm input[name="Email"]:hover,
.footer-form .form-content.form-popup .mktoForm input[name="Phone"]:hover,
.footer-form .form-content.form-popup .mktoForm input[name="Company"]:hover,
.footer-form
  .form-content.form-popup
  .mktoForm
  select[name="Employee_Range__c"]:hover,
.footer-form
  .form-content.form-popup
  .mktoForm
  textarea[name="Comments__c"]:hover {
  border: 1.5px solid var(--Cloud-Security-light-grey, #b5bcc1) !important;
  background: #ffffff;
  color: #111 !important;
}

.footer-form .form-content .mktoForm input,
.form-content .mktoForm select {
  width: 100% !important;
}

.footer-form .form-content .mktoForm textarea[name="Comments__c"] {
  width: 100% !important;
  padding: 22px 14px 0px;
}

.footer-form .form-content .mktoForm textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #828e99;
  max-width: 400px;
  width: 100%;
}

.footer-form .form-content .mktoForm textarea::-webkit-input-placeholder {
  color: #828e99;
}

.footer-form .form-content .mktoForm textarea::-moz-placeholder {
  color: #828e99;
}

.footer-form .form-content .mktoForm textarea:-ms-input-placeholder {
  color: #828e99;
}

.footer-form .form-content .mktoForm textarea:-moz-placeholder {
  color: #828e99;
}

.footer-form .form-content .mktoForm .mktoButton {
  background: #0079dd;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
}

.footer-form .form-content .mktoForm .mktoOffset,
.form-content .mktoForm .mktoGutter {
  display: none;
}

.footer-form .form-content .mktoForm input {
  border: 1.5px solid #c7ccd5 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

.footer-form .mktoForm .mktoFormRow[input-name="parent-Employee_Range__c"] {
  position: relative;
}

.footer-form
  .mktoForm
  .mktoFormRow[input-name="parent-Employee_Range__c"]
  select {
  background: #ffffff url("../img/Dropdown.svg") no-repeat No-repeat right 20px
    top 24px / 11px auto;
  padding-right: 25px;
}

.footer-form .mktoForm select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.footer-form select::-ms-expand {
  display: none;
}

.footer-form .mktoRequiredField.filled .mktoLabel {
  color: #fff;
  opacity: 0.8;
}

.footer-form .mktoRequiredField.focused .mktoLabel {
  color: #fff !important;
  opacity: 1;
}

.footer-form .form-content.form-popup .mktoRequiredField.filled .mktoLabel {
  color: #6c7982 !important;
  opacity: 1;
}

.footer-form .form-content.form-popup .mktoRequiredField.focused .mktoLabel {
  color: #111 !important;
  opacity: 1;
}

.footer-form .mktoRequiredField.error .mktoLabel {
  color: #ff5200;
}

.footer-form .form-content.form-popup .mktoRequiredField.error .mktoLabel {
  color: #ff5200 !important;
}

.footer-form .mktoForm .mktoError .mktoErrorArrow {
  background-color: rgba(17, 17, 17, 0.7) !important;
  border: 1.5px solid rgba(17, 17, 17, 0.7) !important;
  width: 12px;
  height: 12px;
  margin-top: 2px;
}

.footer-form .mktoForm .mktoError .mktoErrorMsg {
  background-color: rgba(17, 17, 17, 0.7) !important;
  border: none !important;
  width: 187px;
  height: auto;
  min-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;
  border-radius: 8px;
  margin-top: 8px;
  padding: 6px;
  outline: none;
}

.footer-form .mktoForm .mktoError .mktoErrorMsg:has(.mktoErrorDetail) {
  flex-direction: column;
}

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

.footer-form .mktoForm .mktoError .mktoErrorMsg .mktoErrorMsg-icon {
  margin-right: 4px;
}

.footer-form .mktoForm .mktoError .mktoErrorMsg .mktoErrorMsg-icon svg {
  padding: 0 !important;
}

.footer-form .mktoForm .mktoError .mktoErrorMsg .mktoErrorMsg-msg {
  text-align: start;
}

.footer-form .form-content .mktoForm .mktoFormCol {
  margin-bottom: 16px !important;
}

.footer-form .form-content .mktoForm .mktoButtonRow {
  width: 100%;
}

.footer-form
  .form-content
  .mktoForm
  .mktoButtonWrap.mktoPurpleCandy
  button.mktoButton {
  display: flex !important;
  height: 56px;
  max-width: 150px !important;
  width: 100% !important;
  justify-content: center !important;
  gap: 10px;
  border-radius: 100px;
  background: transparent;
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  margin-top: 8px !important;
  border: 2px solid #fff;
  padding: 10.5px 25.5px 10.5px;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 1024.98px) {
  .footer-form .form-content .mktoForm .mktoFormCol {
    margin-bottom: 16px !important;
  }
}

.footer-form
  .form-content
  .mktoForm
  .mktoButtonWrap.mktoPurpleCandy
  button.mktoButton:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #041e42;
}

.footer-form .form-content .mktoForm .mktoError {
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 190px;
  z-index: 9999;
  bottom: inherit !important;
  top: 100%;
}

.footer-form
  .mktoForm
  .mktoFormRow[input-name="parent-triggerGDPR"]
  .mktoHasWidth {
  border: none !important;
}

.footer-form .mktoForm .mktoFormRow[input-name="parent-triggerGDPR"] label {
  font-family:
    "Aeonik Pro",
    system-ui,
    -apple-system,
    roboto,
    segoe ui,
    sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  position: inherit;
  padding: 0;
  margin-bottom: 0;
  cursor: pointer;
  margin-left: 20px;
}

.footer-form .mktoForm input[type="checkbox"] + label:before {
  border-radius: 2px;
  top: 11px;
  left: 20px;
}

.footer-form .mktoForm .mktoFormRow[input-name="parent-noinput"] small {
  font-family:
    "Aeonik Pro",
    system-ui,
    -apple-system,
    roboto,
    segoe ui,
    sans-serif;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #ffffff;
  padding: 0;
}

.footer-form
  .form-popup
  .mktoForm
  .mktoFormRow[input-name="parent-noinput"]
  small,
.footer-form
  .form-popup
  .mktoForm
  .mktoFormRow[input-name="parent-triggerGDPR"]
  label {
  color: #111;
}

.footer-form
  .mktoForm
  .mktoFormRow[input-name="parent-noinput"]
  .gdpr-text
  small
  a {
  color: #0079dd;
  padding: 0;
}

.footer-form
  .mktoForm
  .mktoFormRow[input-name="parent-noinput"]
  .gdpr-text
  small
  a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.footer-form .mktoForm .mktoFormRow[input-name="parent-triggerGDPR"],
.footer-form .mktoForm .mktoFormRow[input-name="parent-noinput"] {
  max-width: 100% !important;
  width: 100%;
}

.footer-form .mktoForm .mktoFormRow[input-name="parent-noinput"] .mktoHasWidth,
.footer-form
  .mktoForm
  .mktoFormRow[input-name="parent-triggerGDPR"]
  .mktoHasWidth {
  width: 100% !important;
}

.footer-form .mktoForm .focused input.mktoField,
.footer-form .mktoForm .focused select.mktoField,
.footer-form .mktoForm .focused textarea.mktoField {
  color: #fff !important;
  border: 1.5px solid #0079dd !important;
}

.footer-form .mktoForm .mktoFieldWrap input.mktoField:focus {
  border: 1.5px solid #ff5200 !important;
  color: #fff;
}

.footer-form
  .form-content.form-popup
  .mktoForm
  .mktoFieldWrap
  input.mktoField:focus {
  border: 1.5px solid #111 !important;
  color: #111 !important;
}

.footer-form
  .form-content.form-popup
  .mktoForm
  .mktoFieldWrap.error
  input.mktoField:focus {
  border: 1.5px solid #ff5200 !important;
}

.footer-form .mktoForm .error input.mktoField,
.footer-form .mktoForm .error select.mktoField,
.footer-form .mktoForm .error textarea.mktoField {
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  position: relative;
}

.footer-form .mktoForm label {
  position: absolute;
  top: 16px;
  left: 11px;
  z-index: 2;
  display: block !important;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  color: #fff;
  text-overflow: ellipsis;
  font-family: "Aeonik Pro";
  cursor: text;
  font-style: normal;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 0 5px;
  padding-bottom: 0 !important;
  width: auto !important;
}

.footer-form .form-content.form-popup .mktoForm label {
  color: #363c47;
}

@media screen and (max-width: 1024.98px) {
  .footer-form .mktoForm label {
    top: 16.5px;
  }
}

.footer-form .mktoForm label#LblComments__c {
  width: 171px !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px 5px;
  top: 14px;
  background-color: transparent !important;
}

.footer-form .mktoForm .filled label#LblComments__c {
  color: #fff !important;
  opacity: 0.8;
  top: 1px;
}

.footer-form .mktoForm .focused label#LblComments__c {
  color: #fff !important;
  opacity: 1;
  top: 1px;
}

.footer-form .form-content.form-popup .mktoForm .filled label#LblComments__c {
  color: #6c7982 !important;
  opacity: 1;
  top: 1px;
}

.footer-form .form-content.form-popup .mktoForm .focused label#LblComments__c {
  color: #111 !important;
  opacity: 1;
  top: 1px;
}

.footer-form .form-content.form-popup .focused label#LblComments__c {
  color: #111111 !important;
  top: 1px;
}

.footer-form p.gdpr-text {
  margin: 0;
  padding: 0 !important;
  text-align: left !important;
}

.footer-form .mktoForm .focused label,
.footer-form .mktoForm .error.focused label,
.footer-form .mktoForm .filled label {
  color: #111;
  background-color: transparent !important;
  z-index: 3;
  font-size: 12px;
  line-height: 18px;
  font-family: "Aeonik Pro";
  font-weight: 400 !important;
  left: 10px;
  top: 4px;
  padding: 0 5px;
}

.footer-form .mktoForm .focused label {
  color: #111;
}

.footer-form .mktoForm .mktoError .mktoErrorMsg span {
  text-align: center;
}

.footer-form .mktoForm textarea.mktoField:focus:focus {
  border: 1.5px solid #ff5200 !important;
}

.footer-form .form-content.form-popup .mktoForm textarea.mktoField:focus:focus {
  border: 1.5px solid #041e42 !important;
}

.footer-form .mktoFieldWrap.mktoRequiredField.error.focused label {
  color: #ff5200 !important;
}

.footer-form .mktoForm input.mktoField,
.footer-form .mktoForm select.mktoField,
.footer-form .mktoForm textarea.mktoField,
.footer-form .mktoForm div.mktoLogicalField,
.footer-form .mktoForm input.mktoField.mktoInvalid,
.footer-form .mktoForm select.mktoField.mktoInvalid,
.footer-form .mktoForm textarea.mktoField.mktoInvalid,
.footer-form .mktoForm div.mktoLogicalField.mktoInvalid {
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
}

.footer-form .mktoForm .focused input.mktoField,
.footer-form .mktoForm .focused select.mktoField,
.footer-form .mktoForm .focused textarea.mktoField,
.footer-form .mktoForm .focused div.mktoLogicalField {
  border: 1.5px solid #0079dd !important;
}

.footer-form .mktoForm .error input.mktoField,
.footer-form .mktoForm .error select.mktoField,
.footer-form .mktoForm .error textarea.mktoField,
.footer-form .mktoForm .error div.mktoLogicalField,
.footer-form .mktoForm .filled.error input.mktoField,
.footer-form .mktoForm .filled.error select.mktoField,
.footer-form .mktoForm .filled.error textarea.mktoField,
.footer-form .mktoForm .filled.error div.mktoLogicalField {
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
}

.footer-form .form-content.form-popup .mktoForm .error input.mktoField,
.footer-form .form-content.form-popup .mktoForm .error select.mktoField,
.footer-form .form-content.form-popup .mktoForm .error textarea.mktoField,
.footer-form .form-content.form-popup .mktoForm .error div.mktoLogicalField,
.footer-form .form-content.form-popup .mktoForm .filled.error input.mktoField,
.footer-form .form-content.form-popup .mktoForm .filled.error select.mktoField,
.footer-form
  .form-content.form-popup
  .mktoForm
  .filled.error
  textarea.mktoField,
.footer-form
  .form-content.form-popup
  .mktoForm
  .filled.error
  div.mktoLogicalField {
  border: 1.5px solid var(--Cloud-Security-orange, #ff5200) !important;
}

.footer-form .mktoForm .filled input.mktoField,
.footer-form .mktoForm .filled select.mktoField,
.footer-form .mktoForm .filled textarea.mktoField,
.footer-form .mktoForm .filled div.mktoLogicalField {
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
}

.footer-form .mktoForm input:-webkit-autofill,
.footer-form .mktoForm input:-webkit-autofill:hover,
.footer-form .mktoForm input:-webkit-autofill:focus,
.footer-form .mktoForm input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #111 !important;
  caret-color: #111 !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

.footer-form .mktoForm .mktoFieldWrap:has(input:-webkit-autofill) label {
  color: #111 !important;
}

.footer-form
  .mktoForm
  .mktoFieldWrap:has(input:-webkit-autofill)
  label
  .mktoAsterix {
  color: #111 !important;
  padding-left: 0;
}

.footer-form .mktoForm .mktoError .mktoErrorArrowWrap {
  top: 4px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px !important;
  height: 5px !important;
}

.footer-form .form-content .mktoForm textarea:focus::-webkit-input-placeholder {
  font-size: 0;
}

/* gdpr */
.footer-form .form-content .mktoFormRow.form_triggerGDPR,
.footer-form .form-content .mktoFormRow:has(.gdpr-row) {
  max-width: 100%;
}

.footer-form .form-content .mktoForm .form_triggerGDPR .mktoFormCol {
  margin-bottom: 4px !important;
}

.footer-form .mktoForm .mktoFormRow.form_triggerGDPR label {
  position: static;
  margin-bottom: 0;
  margin-left: 0;
}

.footer-form .mktoForm div.mktoLogicalField {
  width: 100% !important;
  border: none !important;
}

.footer-form .mktoFormRow.form_triggerGDPR .mktoForm label {
  margin-left: 0;
}

.footer-form .mktoForm input[type="checkbox"] + label {
  padding-left: 24px;
}

.footer-form .mktoForm input[type="checkbox"] + label:before {
  border-radius: 2px;
  top: 6px;
  left: 20px;
}

.footer-form .form-content .mktoForm .mktoFormRow input[name="triggerGDPR"] {
  width: 15px !important;
  height: 15px !important;
  left: 0;
  position: absolute;
  top: 5px;
  z-index: 10;
  cursor: pointer;
}

.footer-form .form-content .mktoForm .mktoFormCol:has(.gdpr-row),
.footer-form .gdpr-row {
  width: 100% !important;
}

.footer-form p.gdpr-text,
.footer-form p.gdpr-text small,
.footer-form p.gdpr-text a {
  font-family: "Aeonik Pro";
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #fff !important;
  padding: 0;
  width: 100%;
}

@media (max-width: 1359.98px) {
  .footer-form::before {
    width: 0;
    height: 0;
  }
}

@media (max-width: 1023.98px) {
  .footer-form {
    padding: 61px 0 58px;
  }

  .footer-form .footer-review {
    max-width: 479px;
  }

  .footer-form .footer-form-wrap {
    flex-direction: column;
    padding: 0 40px;
    gap: 0;
  }

  .footer-form .footer-form-wrap .footer-content {
    margin-bottom: 50px;
    max-width: 100%;
  }

  .footer-form .form-content .mktoForm {
    max-width: 100% !important;
  }

  .footer-form
    .form-content
    .mktoForm
    .mktoButtonWrap.mktoPurpleCandy
    button.mktoButton {
    margin-left: 0;
  }

  .footer-form::before {
    width: 656px;
    height: 771px;
    right: -520px;
    top: -260px;
    left: auto;
  }
}

@media (max-width: 767.98px) {
  .footer-form {
    margin: 42px 0 0;
    padding: 62px 0 48px;
  }

  .footer-form .footer-form-wrap {
    padding: 0;
  }

  .footer-form .form-content .mktoForm {
    padding: 10px 0;
  }

  .footer-form .form-content .mktoFormRow {
    max-width: 100% !important;
    width: 100% !important;
  }

  .footer-form
    .form-content
    .mktoForm
    .mktoButtonWrap.mktoPurpleCandy
    button.mktoButton {
    max-width: 100% !important;
  }

  .footer-form .form-content.form-popup .form-wrap-wrap {
    max-width: calc(100% - 30px);
    padding: 21px 25px 33px;
  }

  .footer-form .footer-form-wrap .footer-content {
    margin-bottom: 38px;
  }

  .footer-form::before {
    width: 329px;
    height: 385px;
    right: -273px;
    top: -94px;
    background-image: url("../img/footer-form-mob.svg");
  }
}

/* form end */
/* footer form end  */

/* footer start  */
.footer {
  padding: 22px 0 26px;
  background: linear-gradient(90deg, #000026 0%, #00005b 100%);
}

.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: 1px;
  height: 12px;
  margin: 0 9px;
  background: #c3d3e0;
}

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

  .footer .footer-content {
    justify-content: center;
    gap: 60px;
  }
}

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

  .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 .container {
    max-width: 390px !important;
    padding: 0 28px;
  }

  .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;
  }
}
