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

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Aeonik Pro";
}
img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1230px !important;
  width: 100% !important;
  margin: 0 auto;
  padding: 0 15px;
}
body {
  background: #eeeff5;
}
.form-overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #0000009e;
  z-index: 2;
}
.page-wrapper {
  overflow: hidden;
}
body.pop-opened:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0000009e;
  z-index: 1;
}
/* Header */
.header {
  background-color: #121212;
}
.header .logo {
  max-width: 401px;
  display: block;
  padding: 14px 0 10px;
}

/* Hero Section */
.hero {
  padding: 98px 0;
  position: relative;
}
.hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  height: 889px;
  background-image: url(../img/hero-bc-1440.webp);
  background-size: 100% auto;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
.hero .container {
}
.hero-content {
  max-width: 611px;
}
.hero-title {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #111;
  margin-bottom: 36px;
}
.hero-title span {
  color: var(--Product-Cloud-Orange, #ff5200);
  display: block;
}
.hero-subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Cloud-Security-off-black, #111);
  padding-right: 32px;
  margin-bottom: 58px;
}
.hero-buttons .btn {
  display: inline-block;
  min-width: 150px;
  height: 57px;
  border-radius: 100px;
  color: white;
  line-height: 55px;
  padding: 0 24px;
  margin: 0 6px 0 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
}
.hero-buttons .btn-primary {
  background: var(--Product-Cloud-Orange, #ff5200);
  border: 1px solid #ff5200;
}
.hero-buttons .btn-secondary {
  border: 2px solid #ff5200;
  color: var(--Product-Cloud-Orange, #ff5200);
}
@media (hover: hover) {
  .hero-buttons .btn-primary:hover {
    background: #e1340a;
  }
  .hero-buttons .btn-secondary:hover {
    border: 2px solid #e1340a;
    color: #e1340a;
  }
}
.hero-buttons .btn-primary:active {
  background: #e1340a;
}
.hero-buttons .btn-secondary:active {
  border: 1px solid #e1340a;
  color: #e1340a;
}
@media (max-width: 1160px) {
  .hero:after {
    height: 640px;
    background-size: 82% auto;
    background-position: center right;
  }
}
@media (max-width: 1024.98px) {
  .container {
    padding: 0 40px;
    max-width: 768px !important;
  }
  .hero {
    padding: 72px 0 580px;
  }
  .hero:after {
    height: 1367px;
    background-size: 133% auto;
    background-position: center center;
    background-image: url(../img/hero-bc-768.webp);
    max-width: 768px;
    right: 0;
    margin: auto;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-subtitle {
    padding-right: 0;
    margin-bottom: 58.5px;
  }
  .hero-buttons .btn {
    height: 56px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 20px;
    max-width: 360px !important;
  }
  .header .logo {
    padding: 15px 0 15px;
  }
  .hero {
    padding: 42px 0 402px;
  }
  .hero:after {
    background-image: url(../img/hero-bc-360.webp);
    background-size: 767px auto;
    max-width: 768px;
    height: 1322px;
  }
  .hero-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%;
    text-align: center;
    margin-bottom: 16px;
  }
  .hero-subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 29.5px;
  }
  .hero-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*client logo*/
.client-logo {
  padding: 73px 0 73px;
  position: relative;
}
.client-logo:after {
  content: "";
  width: 960px;
  height: 971px;
  background-image: url(https://res.cloudinary.com/spiralyze/image/upload/v1748519586/tenable/4030/ellipse_9.svg);
  background-size: cover;
  position: absolute;
  top: -290px;
  left: calc(100% - 282px);
  z-index: -1;
  pointer-events: none;
}
.client-logo-heading {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--off-black, #111);
  text-align: center;
  margin-bottom: 10px;
}
.client-logo-subheading {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--off-black, #111);
  text-align: center;
  margin-bottom: 35px;
}
.client-logo-image {
  display: block;
}
.client-logo-image img {
  max-width: 100%;
  display: block;
}
@media (max-width: 1024.98px) {
  .client-logo {
    padding: 74px 0 53px;
  }
  .client-logo:after {
    content: none;
  }
  .client-logo-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
  }
  .client-logo-subheading {
    margin-bottom: 19px;
  }
}
@media (max-width: 767.98px) {
  .client-logo {
    padding: 7px 0 12px;
  }
  .client-logo-heading {
    font-size: 19px;
    line-height: 168%;
  }
}
/* capability section */
.capability-section {
  padding: 48px 0 48px;
}
.capability-heading {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  color: var(--Cloud-Security-off-black, #111);
  text-align: center;
  margin-bottom: 61px;
}
.capability-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
}
.capability-bx {
  text-align: center;
  padding: 34px 0 0;
  position: relative;
}
.capability-bx:nth-child(1) {
  transform: translateY(4px);
}
.capability-bx:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: calc(100% - 5px);
  height: 216px;
  background: url(../img/hex-bg-desktop.svg) top center no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  margin: auto;
}
.capability-bx .img {
  width: auto;
  height: 48px;
  margin-bottom: 23px;
}
.capability-bx .bold {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 0 23px;
  margin-bottom: 10px;
  color: var(--Cloud-Security-off-black, #111);
}
.capability-bx .txt {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Cloud-Security-off-black, #111);
  padding: 0 9px;
}
@media (max-width: 1160px) {
  .capability-bx:after {
    height: 144px;
  }
}
@media (max-width: 1024.98px) {
  .capability-wrap {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 23px;
  }
  .capability-bx {
    padding: 35px 0 0;
  }
  .capability-bx:after {
    height: 210px;
    width: calc(100% - 2px);
    top: 0px;
  }
  .capability-bx .bold {
    margin-bottom: 9px;
  }
  .capability-bx .txt {
    padding: 0 34px;
  }
  .capability-bx:nth-child(3) .img {
    transform: translateY(2px);
  }
  .capability-bx:nth-child(4) .img {
    transform: translateY(2px);
  }
}
@media (max-width: 767.98px) {
  .capability-section {
    padding: 48px 0 24px;
  }
  .capability-heading {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 57px;
  }
  .capability-wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 28px;
  }
  .capability-bx .txt {
    padding: 0px 31px;
  }
  .capability-bx:nth-child(3) {
    padding: 30px 0 0;
  }
  .capability-bx:nth-child(3):after {
    top: -3px;
  }
  .capability-bx:nth-child(4) {
    padding: 32px 0 0;
  }
  .capability-bx:nth-child(4) .img {
    transform: translateY(1px);
  }
  .capability-bx:after {
    top: -1px;
  }
}
/*accordion*/
.accordion-section {
  padding: 72px 0 72px;
  overflow: hidden;
  position: relative;
}
.accordion-section .accordion-section-heading {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  color: var(--Cloud-Security-off-black, #111);
  text-align: center;
  margin-bottom: 59px;
}
.accordion-section .accordion-wrap {
  border-radius: 30px;
  background: linear-gradient(
      359deg,
      rgba(255, 255, 255, 0.4) 16.42%,
      rgba(205, 214, 220, 0.4) 174.99%
    ),
    linear-gradient(
      204deg,
      rgba(255, 255, 255, 0.2) 54.77%,
      rgba(185, 194, 200, 0.2) 104.42%
    ),
    rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.06);
  padding: 48px;
  display: grid;
  grid-template-columns: 182px calc(100% - 233px);
  column-gap: 50px;
  min-height: 868px;
}
.accordion-section .accordion-item-opener {
  height: 64px;
  display: flex;
  align-items: center;
  cursor: pointer;
  display: grid;
  grid-template-columns: 32px 1fr;
  position: relative;
  margin-bottom: 6px;
}
.accordion-section .accordion-item-opener .img-wrap .orange-icon {
  display: none;
}
.accordion-section .accordion-item-opener p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Cloud-Security-off-black, #111);
  transform: translateX(10px);
}
.accordion-section .accordion-item-opener.active p {
  font-weight: 500;
}
.accordion-section .accordion-item-opener.active .img-wrap .icon {
  display: none;
}
.accordion-section .accordion-item-opener.active .img-wrap .orange-icon {
  display: block;
  transform: translateY(-1px);
}
.accordion-section .accordion-item-opener .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.accordion-section .accordion-item-opener.active .progress-bar {
  background: #cbd5e1;
}
.accordion-section
  .accordion-item-opener.active
  .progress-bar
  .progress-bar-inner {
  background-color: #ff5200;
  height: 1px;
  width: 35%;
}
.accordion-section .accordion-content-wrap {
}
.accordion-section .accordion-content {
  display: none;
}
.accordion-section .accordion-content.active {
  display: block;
}
.accordion-section .accordion-content .accordion-heading {
  color: var(--off-black, #111);
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  margin: 15px 0 12px;
}
.accordion-section .accordion-content[data-index="8"] .accordion-heading,
.accordion-section .accordion-content[data-index="9"] .accordion-heading {
  margin: 15px 0 24px;
}
.accordion-section .accordion-content .accordion-heading .orange-icon {
  width: 42px;
  display: none;
}
.accordion-section .accordion-content .accordion-heading .full-txt {
  display: none;
}
.accordion-section .accordion-content .accordion-sub-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: var(--off-black, #111);
  margin-bottom: 24px;
}
.accordion-section .accordion-content .accordion-dis {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: var(--off-black, #111);
  margin-bottom: 34px;
}
.accordion-section .accordion-content .accordion-img-wrap {
}
.accordion-section .accordion-content .accordion-img-wrap img {
  display: block;
  border-radius: 20px;
  border: 1px solid #ff5200;
  background: rgba(255, 82, 0, 0.04);
  backdrop-filter: blur(5px);
}
@media (max-width: 1140.98px) {
  .accordion-section .accordion-wrap {
    min-height: 800px;
  }
}
@media (max-width: 1070.98px) {
  .accordion-section .accordion-wrap {
    min-height: 767px;
  }
}
@media (max-width: 1024.98px) {
  .accordion-section {
    padding: 52px 0 72px;
  }
  .accordion-section .container {
    max-width: 100% !important;
    padding: 0;
  }
  .accordion-section .accordion-wrap {
    all: unset;
  }
  .accordion-section .accordion-list {
    display: none;
  }
  .accordion-section .accordion-section-heading {
    max-width: 490px;
    margin: 0 auto 29px;
  }
  .accordion-section .accordion-content {
    display: grid !important;
    grid-template-rows: auto auto auto 1fr;
    border-radius: 30px;
    background: linear-gradient(
        359deg,
        rgba(255, 255, 255, 0.4) 16.42%,
        rgba(205, 214, 220, 0.4) 174.99%
      ),
      linear-gradient(
        204deg,
        rgba(255, 255, 255, 0.2) 54.77%,
        rgba(185, 194, 200, 0.2) 104.42%
      ),
      rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.06);
    padding: 36px 36px 0;
    margin: 30px 15px;
    width: 600px;
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
    min-height: 683px;
  }
  .accordion-section .accordion-content.slick-current {
    opacity: 1;
  }
  .accordion-section .accordion-content .accordion-img-wrap {
    grid-row: 1;
  }
  .accordion-section .accordion-content .accordion-heading {
    margin: 41px 0 8px;
  }
  .accordion-section .accordion-content[data-index="8"] .accordion-heading,
  .accordion-section .accordion-content[data-index="9"] .accordion-heading {
    margin: 41px 0 21px;
  }
  .accordion-section .accordion-content .accordion-heading .orange-icon {
    width: 42px;
    display: block;
    float: left;
    margin-right: 10px;
    transform: translateY(-5px);
  }
  .accordion-section .accordion-content .accordion-heading .full-txt {
    display: block;
  }
  .accordion-section .accordion-content .accordion-heading .acronym {
    display: block;
    text-align: left;
    margin: 28px 0 5px;
  }
  .accordion-section .accordion-content .accordion-dis {
    margin-bottom: 20px;
  }
  .accordion-section .slick-dots {
    bottom: -52px;
  }
  .accordion-section .slick-dots li {
    width: auto;
    margin: 0 8px;
  }
  .accordion-section .slick-dots li button {
    background-color: #b5bcc1;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    padding: 0;
  }
  .accordion-section .slick-dots li button::before {
    content: none;
  }
  .accordion-section .slick-dots li.slick-active button {
    background: #ff5200;
    width: 12px;
    height: 12px;
  }
  .accordion-section
    .accordion-content[data-index="1"]
    .accordion-img-wrap
    img {
    aspect-ratio: 272 / 175;
  }
  .accordion-section
    .accordion-content[data-index="2"]
    .accordion-img-wrap
    img {
    aspect-ratio: 272 / 175;
  }
  .accordion-section
    .accordion-content[data-index="3"]
    .accordion-img-wrap
    img {
    aspect-ratio: 272 / 175;
  }
  .accordion-section
    .accordion-content[data-index="4"]
    .accordion-img-wrap
    img {
    aspect-ratio: 544 / 351;
  }
  .accordion-section
    .accordion-content[data-index="5"]
    .accordion-img-wrap
    img {
    aspect-ratio: 272 / 175;
  }
  .accordion-section
    .accordion-content[data-index="6"]
    .accordion-img-wrap
    img {
    aspect-ratio: 272 / 175;
  }
  .accordion-section
    .accordion-content[data-index="7"]
    .accordion-img-wrap
    img {
    aspect-ratio: 526 / 339;
  }
  .accordion-section
    .accordion-content[data-index="8"]
    .accordion-img-wrap
    img {
    aspect-ratio: 272 / 175;
  }
  .accordion-section
    .accordion-content[data-index="9"]
    .accordion-img-wrap
    img {
    aspect-ratio: 544 / 351;
  }
}
@media (max-width: 767.98px) {
  .accordion-section {
    padding: 38px 0 38px;
  }
  .accordion-section .accordion-section-heading {
    font-size: 28px;
    line-height: 120%;
    max-width: 360px;
    padding: 0 20px;
    margin: 0 auto 30px;
  }
  .accordion-section .accordion-content {
    border-radius: 20px;
    padding: 24px 24px 0;
    min-height: unset;
    width: 320px;
    max-width: calc(100% - 20px);
  }
  .accordion-section .accordion-content .accordion-img-wrap img {
    border: 0.515px solid #ff5200;
    border-radius: 10px;
  }
  .accordion-section .accordion-content .accordion-heading {
    display: grid;
    margin: 24px 0 0px;
    font-size: 24px;
    line-height: 120%;
    row-gap: 14px;
    padding-right: 10px;
  }
  .accordion-section .accordion-content[data-index="8"] .accordion-heading,
  .accordion-section .accordion-content[data-index="9"] .accordion-heading {
    margin: 24px 0 10px;
  }
  .accordion-section .accordion-content .accordion-heading .orange-icon {
    width: 32px;
    transform: translateY(0px);
  }
  .accordion-section .accordion-content .accordion-heading .acronym {
    color: var(--off-black, #111);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: -3px 0 4px;
  }
  .accordion-section .accordion-content .accordion-sub-heading {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .accordion-section .accordion-content .accordion-dis {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .accordion-section
    .accordion-content[data-index="1"]
    .accordion-img-wrap
    img {
    aspect-ratio: 272 / 175;
  }
  .accordion-section
    .accordion-content[data-index="2"]
    .accordion-img-wrap
    img {
    aspect-ratio: 272 / 175;
  }
  .accordion-section
    .accordion-content[data-index="3"]
    .accordion-img-wrap
    img {
    aspect-ratio: 272 / 175;
  }
  .accordion-section
    .accordion-content[data-index="4"]
    .accordion-img-wrap
    img {
    aspect-ratio: 544 / 351;
  }
  .accordion-section
    .accordion-content[data-index="5"]
    .accordion-img-wrap
    img {
    aspect-ratio: 272 / 175;
  }
  .accordion-section
    .accordion-content[data-index="6"]
    .accordion-img-wrap
    img {
    aspect-ratio: 272 / 175;
  }
  .accordion-section
    .accordion-content[data-index="7"]
    .accordion-img-wrap
    img {
    aspect-ratio: 14 / 9;
  }
  .accordion-section
    .accordion-content[data-index="8"]
    .accordion-img-wrap
    img {
    aspect-ratio: 45 / 29;
  }
  .accordion-section
    .accordion-content[data-index="9"]
    .accordion-img-wrap
    img {
    aspect-ratio: 45 / 29;
  }
}
/* badges section */
.badges-section {
  padding: 49px 0;
  position: relative;
}
.badges-section:before {
  content: "";
  width: 960px;
  height: 971px;
  background-image: url(https://res.cloudinary.com/spiralyze/image/upload/v1748519586/tenable/4030/ellipse_9.svg);
  background-size: cover;
  position: absolute;
  top: -770px;
  right: calc(100% - 290px);
  z-index: -1;
  pointer-events: none;
}
.badges-section:after {
  content: "";
  width: 960px;
  height: 971px;
  background-image: url(https://res.cloudinary.com/spiralyze/image/upload/v1748519586/tenable/4030/ellipse_9.svg);
  background-size: cover;
  position: absolute;
  top: 126px;
  left: calc(100% - 357px);
  z-index: -1;
  pointer-events: none;
}
.badges-section .container {
}
.badges-section .badge-heading {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  color: var(--off-black, #111);
  text-align: center;
  margin: 0 auto 14px;
}
.badges-section .badge-sub-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--off-black, #111);
  text-align: center;
  margin: 0 auto 50px;
  max-width: 552px;
}
.badges-section .badge-image img {
  max-width: 808px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024.98px) {
  .badges-section {
    padding: 42px 0;
  }
  .badges-section::before,
  .badges-section::after {
    content: none;
  }
}
@media (max-width: 767.98px) {
  .badges-section {
    padding: 34px 0;
  }
  .badges-section .badge-heading {
    font-size: 28px;
    line-height: 120%;
    margin: 0 auto 17px;
  }
  .badges-section .badge-sub-heading {
    font-size: 18px;
    margin: 0 auto 49px;
  }
}
/** customer testimonials **/
.testimonial-section {
  padding: 72px 0 72px;
  overflow: hidden;
}
.testimonial-section .testimonial-heading {
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--off-black, #111);
  text-align: center;
  margin-bottom: 23px;
}
.testimonial-section .testimonial-subheading {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--off-black, #111);
  text-align: center;
  margin: 0 auto 60px;
  max-width: 680px;
}
.testimonial-section .testimonial-wrap {
}
.testimonial-section .testimonial-item {
  padding: 0 !important;
  margin: 0 !important;
}
.testimonial-section .testimonial-item .border-bx {
  padding: 99px 100px 80px 98px;
  opacity: 0.8;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, #f4f5f7 16.42%, #ebedf1 174.99%) padding-box,
    linear-gradient(to bottom, #fff, #dae1e9) border-box;
  border: 2px solid transparent;
  border-radius: 10px;
  min-height: 550px;
}
.testimonial-section .testimonial-item .border-bx:after {
  content: "";
  width: 200px;
  height: 108px;
  position: absolute;
  bottom: 49px;
  right: 71px;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 2;
}
.testimonial-section .testimonial-slide-1 .border-bx:after {
  background-image: url(../img/testimonial-1.svg);
}
.testimonial-section .testimonial-slide-2 .border-bx:after {
  background-image: url(../img/testimonial-2.svg);
}
.testimonial-section .testimonial-slide-3 .border-bx:after {
  background-image: url(../img/testimonial-3.svg);
}
.testimonial-section .testimonial-slide-4 .border-bx:after {
  background-image: url(../img/testimonial-4.svg);
}
.testimonial-section .testimonial-slide-5 .border-bx:after {
  background-image: url(../img/testimonial-5.svg);
}
.testimonial-section .testimonial-text {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  color: var(--off-black, #111);
  margin-bottom: 40px;
  z-index: 3;
  position: relative;
}
.testimonial-section .testimonial-author {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  color: var(--off-black, #111);
  max-width: 297px;
  z-index: 3;
  position: relative;
}
.testimonial-section .testimonial-slide-3 .testimonial-author {
  max-width: 100%;
}
.testimonial-section .testimonial-slide-4 .testimonial-author,
.testimonial-section .testimonial-slide-5 .testimonial-author {
  max-width: 375px;
}

.testimonial-wrap2 .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section .slick-dots {
  bottom: 70px;
  text-align: left;
  left: 100px;
}
.testimonial-section .slick-dots li {
  width: auto;
  margin: 0;
  margin-right: 10px;
}
.testimonial-section .slick-dots li button {
  background-color: #6c7982;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  padding: 0;
  opacity: 0.4;
}
.testimonial-section .slick-dots li button::before {
  content: none;
}
.testimonial-section .slick-dots li.slick-active button {
  background: #ff5200;
  width: 10px;
  height: 10px;
  opacity: 1;
}
@media (max-width: 1024.98px) {
  .testimonial-section {
    padding: 60px 0 70px;
  }
  .testimonial-section .testimonial-heading {
    font-size: 34px;
    font-weight: 500;
    line-height: 124%;
  }
  .testimonial-section .testimonial-subheading {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    max-width: 503px;
    margin: 0 auto 79px;
  }
  .testimonial-section .testimonial-item .border-bx {
    padding: 40px 51px 80px 49px;
    background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0.5) 16.42%,
          #eeeeee 174.99%
        )
        padding-box,
      linear-gradient(to bottom, #fff, rgba(169, 190, 204, 1)) border-box;
    width: 678px;
  }
  .testimonial-section .testimonial-item .border-bx:after {
    bottom: 30px;
    right: 41px;
  }
  .testimonial-section .slick-dots {
    bottom: 46px;
    left: 51px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-section {
    padding: 27px 0 27px;
  }
  .testimonial-section .testimonial-heading {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 24px;
  }
  .testimonial-section .testimonial-item .border-bx {
    padding: 29px 12px 138px 19px;
    height: auto;
    min-height: 550px;
    width: 100%;
  }
  .testimonial-section .testimonial-item .border-bx:after {
    bottom: 10px;
    right: 26px;
    height: 82px;
    background-size: auto 100%;
  }
  .testimonial-section .testimonial-text {
    font-size: 24px;
    line-height: 28.8px;
  }
  .testimonial-section .testimonial-author br {
    display: none;
  }
  .testimonial-section .slick-dots {
    bottom: 20px;
    left: 21px;
  }
}
/*footer form*/
.footer-form {
  margin: 69px 0 0;
  padding: 60px 0;
  background: radial-gradient(
    50% 100% at 50% 100%,
    #992201 0%,
    var(--off-black, #111) 100%
  );
  overflow: hidden;
}
.footer-form .footer-form-wrap {
  display: grid;
  grid-template-columns: 490px 529px;
  justify-content: space-between;
}
.footer-form .footer-content {
}
.footer-form .footer-heading {
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #eeeff5;
  margin: 31px 0 8px;
}
.footer-form .footer-sub-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Basic-White, #fff);
  margin: 0 0 15px;
}
.footer-form .footer-discription {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Basic-White, #fff);
}
.footer-form .form-wrap {
}

/* form start */
.footer-form .form-content {
  width: 100%;
  position: relative;
  height: max-content;
  padding: 9px 39px 0;
}
.footer-form .form-content.form-popup {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  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-content .form-heading {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--Basic-White, #fff);
  margin-bottom: 24px;
}
.footer-form .form-content.form-popup .form-heading {
  color: #111;
  text-align: center;
}
.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: 100% !important;
  width: 100% !important;
}

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

.footer-form .form-content .mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}

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

.footer-form .form-content .mktoForm .mktoFormRow input[name="triggerGDPR"] {
  display: none;
}

.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: #111;
  text-overflow: ellipsis;
  font-family: "Aeonik Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1.5px solid var(--Cloud-Security-light-grey, #b5bcc1) !important;
  height: 50px;
  line-height: 18px;
  padding: 10px 14px 0px;
}

.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 .mktoFormRow[input-name="parent-FirstName"],
.footer-form .mktoFormRow[input-name="parent-Company"],
.footer-form .mktoFormRow[input-name="parent-Title"] {
  /* margin-right: 20px; */
}

.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;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  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: 1px 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.focused .mktoLabel {
  color: #111 !important;
}

.footer-form .mktoRequiredField.filled .mktoLabel {
  color: #6c7982;
}

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

.footer-form .mktoForm .mktoError .mktoErrorArrow {
  background-color: rgba(17, 17, 17, 0.7) !important;
  border: 1px 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: 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: 100% !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px;
  border-radius: 100px;
  background: #ff5200;
  color: #fff;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  margin-top: 5px !important;
  border: 2px solid #ff5200;
  padding: 10.5px 25.5px 10.5px;
}

@media screen and (max-width: 991.98px) {
  .footer-form
    .form-content
    .mktoForm
    .mktoButtonWrap.mktoPurpleCandy
    button.mktoButton {
    margin-top: 6px !important;
    max-width: 150px !important;
    padding: 10.5px 25.5px 10.5px;
  }

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

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

.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;
  /*color: #041e42;*/
}

.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: #111 !important;
  border: 1px solid #0079dd !important;
}

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

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

.footer-form .mktoForm .error input.mktoField,
.footer-form .mktoForm .error select.mktoField,
.footer-form .mktoForm .error textarea.mktoField {
  border: 1px solid #ff5200 !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: #363c47;
  text-overflow: ellipsis;
  font-family: "Aeonik Pro";
  cursor: text;
  /* pointer-events: none; */
  font-style: normal;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  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;
}

@media screen and (max-width: 991.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: #fff !important;
}
.footer-form .mktoForm .filled label#LblComments__c {
  color: #6c7982 !important;
  top: 1px;
}
.footer-form .mktoForm .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 #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 #c7ccd5 !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 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 var(--Cloud-Security-light-grey, #b5bcc1) !important;
}

.footer-form .mktoForm input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-text-fill-color: #2b405a !important;
}

.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;
}
@media (max-width: 1024.98px) {
  .footer-form {
    margin: 0 0 0;
    padding: 61px 0 59px;
  }
  .footer-form .footer-form-wrap {
    all: unset;
  }
  .footer-form .footer-heading {
    margin: 0px 0 15px;
    text-align: center;
  }
  .footer-form .footer-heading br {
    display: none;
  }
  .footer-form .footer-sub-heading {
    text-align: center;
  }
  .footer-form .footer-discription {
    text-align: center;
    max-width: 645px;
    margin: auto;
  }
  .footer-form .form-content {
    padding: 72px 0px 0;
  }
  .footer-form .form-content .form-heading {
    text-align: center;
    margin-bottom: 23px;
  }
  .footer-form .form-content .form-heading br {
    display: none;
  }
  .footer-form .form-content.form-popup .form-heading br {
    display: block;
  }
  .footer-form .form-content .try-buy-modal__form {
    max-width: 543px;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .footer-form {
    margin: 42px 0 0;
    padding: 62px 0 48px;
  }
  .footer-form .footer-heading {
    margin: 0px 0 17px;
    font-size: 34px;
  }
  .footer-form .footer-sub-heading {
    margin: 0 0 16px;
  }
  .footer-form .form-content .form-heading {
    margin-bottom: 13px;
  }
  .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 .form-content.form-popup .form-heading {
    font-size: 24px;
  }
}
/* form end */

.footer {
  padding: 22px 0 26px;
  background: #121212;
}
.footer .footer-content {
  display: flex;
  gap: 89px;
  justify-content: center;
}
.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: 14px;
  margin: 1px 9px 0;
  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: 1024.98px) {
  .footer {
    padding-top: 23px;
  }

  .footer .container {
    padding: 0 80px;
    max-width: 768px !important;
  }

  .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: 23px 0 27px;
  }
  .footer .container {
    padding: 0 20px;
    max-width: 400px !important;
  }

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

  .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: 15px;
  }

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

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