/*external fonts*/
@font-face {
  font-family: "Aeonik Pro";
  src: url("https://www.tenable.com/lp/assets/fonts/AeonikPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Aeonik Pro";
  src: url("https://www.tenable.com/lp/assets/fonts/AeonikPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("https://www.tenable.com/lp/assets/fonts/AeonikPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

/* GLOBALS */
body {
    font-family: 'Aeonik Pro', sans-serif;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    overflow-x: hidden;
}

/* common body css */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

html[style="overflow: hidden;"] body,
body.overlay-hide {
    overflow: hidden;
}

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

h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: normal;
    color: #041E42;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

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

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

picture {
    display: block;
    line-height: 0;
}

.no-scroll {
    overflow: hidden;
}

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

@media(max-width: 991.98px) {
    .container {
        padding: 0 24px;
    }
}

@media(max-width: 767.98px) {
    .container {
        max-width: 390px;
    }
}

/* Header section */
.header {
    border-bottom: 0.5px solid #5B6062;
    background: #1E2426;
    padding: 16px 0;
}

.header .container {
    padding: 0 24px;
}

/* Hero section */
.hero-section {
    background: #1E2426;
    padding: 87px 0;
    overflow-x: hidden;
    position: relative;
}

.hero-section .hero-content {
    padding-bottom: 23px;
}

.hero-section .hero-wrap video {
    max-width: 872px;
    position: absolute;
    width: 100%;
    right: -202px;
    top: 42px;
}

.hero-section .hero-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1260px;
    position: relative;
}

.hero-section .hero-title {
    color: #FFF;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 196px;
}

.hero-section .hero-title span {
    display: block;
    background: #E7FF00;
    line-height: normal;
    color: #1E2426;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 7px 16px 23px;
    line-height: 67px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-transform: translate(-16px, 4px);
    -ms-transform: translate(-16px, 4px);
    transform: translate(-16px, 4px);
}

.hero-section .hero-subtitle-1 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    max-width: 440px;
    margin-bottom: 24px;
}

.hero-section .hero-subtitle-2 {
    color: #D9D9D9;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    max-width: 446px;
    margin-bottom: 26px;
}

.hero-section .hero-mail {
    border: 1px solid #5B6062;
    max-width: 445px;
    height: 56px;
    position: relative;
}

.hero-section .hero-mail:hover,
.hero-section .hero-mail:has(input:focus) {
    border: 1px solid #757575;
    background: #44494B;
}

/* .hero-section .hero-mail:has(.invalid) {
    border-color: #EB9E9E;
} */

.hero-section .hero-mail .email-wrapper {
    height: 100%;
}

.hero-section .hero-mail input {
    width: calc(100% - 169px);
    height: 100%;
    background: transparent;
    padding: 0 12px;
    color: #FFF;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    border: none;
    font-family: 'Aeonik Pro';
}

.hero-section .hero-mail input::-webkit-input-placeholder {
    color: #D9D9D9;
}

.hero-section .hero-mail input:-ms-input-placeholder {
    color: #D9D9D9;
}

.hero-section .hero-mail input::-ms-input-placeholder {
    color: #D9D9D9;
}

.hero-section .hero-mail input::-moz-placeholder {
    color: #D9D9D9;
}

.hero-section .hero-mail input::placeholder {
    color: #D9D9D9;
}

.hero-section .hero-mail input:-webkit-autofill,
.hero-section .hero-mail input:-webkit-autofill:hover,
.hero-section .hero-mail input:-webkit-autofill:focus,
.hero-section .hero-mail input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #1e2426 inset;
    box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: #FFF;
    caret-color: #FFF;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.hero-section .hero-mail+.error-msg {
    color: #EB9E9E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block;
    margin-top: 8px;
}

.hero-section .hero-mail button {
    position: absolute;
    width: 166px;
    height: 46px;
    background: #FFF;
    border: 1px solid #1E2426;
    top: 4px;
    right: 4px;
    color: #1E2426;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    font-family: 'Aeonik Pro';
}

.hero-section .hero-mail button:hover {
    border: 1px solid #1E2426;
    background: #E7FF00;
}

.hero-section .hero-mail button:focus::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border: 2px solid #FFF;
    border-radius: 10px;
}

@media(max-width: 991.98px) {
    .hero-section {
        padding: 24px 0;
    }

    .hero-section .hero-wrap video {
        max-width: 370px;
        right: -40px;
        top: 110px;
    }

    .hero-section .hero-img img {
        margin-right: 46px;
    }

    .hero-section .hero-content {
        padding-bottom: 4px;
    }

    .hero-section .hero-title {
        font-size: 56px;
        line-height: 56px;
        margin-bottom: 87px;
    }

    .hero-section .hero-title span {
        line-height: 49px;
        padding: 0px 9px 8px;
        -webkit-transform: translate(-9px, 4px);
        -ms-transform: translate(-9px, 4px);
        transform: translate(-9px, 4px);
    }

    .hero-section .hero-subtitle-1 {
        font-size: 18px;
        line-height: 25.5px;
        max-width: 342px;
        margin-bottom: 14px;
    }

    .hero-section .hero-subtitle-2 {
        max-width: 342px;
        font-size: 16px;
        line-height: 22.4px;
        margin-bottom: 18px;
    }
}

@media(max-width: 767.98px) {
    .hero-section .hero-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .hero-section .hero-wrap video {
        position: static;
    }

    .hero-section .hero-img img {
        margin-right: 0;
    }

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

/* Hero form */
.hero-section .overlay {
    position: fixed;
    inset: 0;
    background: rgba(30, 36, 38, 0.50);
    z-index: 999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none;
}

.hero-section .overlay .eyebrow-copy {
    color: #D9D9D9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.hero-section .overlay .heading {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
}

.hero-section .overlay .hero-form {
    max-width: 594px;
    width: 100%;
    margin-left: auto;
    border-left: 0.5px solid #5B6062;
    background: #1E2426;
    height: auto;
    padding: 118px 64px;
    min-height: 100%;
    position: relative;
}

.hero-section .overlay .mktoForm {
    max-width: 434px !important;
    padding: 0 !important;
    margin: 0;
}

.hero-section .overlay .mktoForm .mktoFormCol {
    width: 100% !important;
    margin-bottom: 16px !important;
}

.hero-section .overlay .mktoForm .mktoFieldWrap {
    position: relative;
    width: 100%;
}

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

.hero-section .overlay .mktoForm label.mktoLabel {
    width: auto !important;
    position: absolute;
    left: 12px;
    top: 18px;
    padding: 0;
    pointer-events: none;
    color: #D9D9D9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 140%;
    font-family: 'Aeonik Pro', sans-serif;
}

.hero-section .overlay .mktoForm .filled label.mktoLabel,
.hero-section .overlay .mktoForm .typing label.mktoLabel {
    top: 8px;
    font-size: 12px;
}

.hero-section .overlay .mktoForm .error-in label.mktoLabel {
    color: #EB9E9E;
}

.hero-section .overlay .mktoForm .filled.typing label {
    color: #9AE8CE;
}

.hero-section .overlay .mktoForm label.mktoLabel .mktoAsterix {
    display: none;
}

.hero-section .overlay .mktoForm .mktoField {
    width: 100% !important;
    border: 1px solid #5B6062 !important;
    height: 56px;
    background: transparent;
    border-radius: 0;
    padding: 16px 12px 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Aeonik Pro';
}

.hero-section .overlay .mktoForm .mktoFieldWrap:not(.filled) .mktoField:hover {
    background-color: #44494b;
    border-color: #757575;
}

.hero-section .overlay .mktoForm textarea.mktoField {
    padding-top: 24px;
    height: auto;
}

.hero-section .overlay .mktoForm .typing .mktoField {
    border-color: #E7FF00 !important;
}

.hero-section .overlay .mktoForm .focused .mktoField:-webkit-autofill,
.hero-section .overlay .mktoForm .focused .mktoField:-webkit-autofill:hover,
.hero-section .overlay .mktoForm .focused .mktoField:-webkit-autofill:focus,
.hero-section .overlay .mktoForm .focused .mktoField:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #1e2426 inset;
    box-shadow: 0 0 0 1000px #1E2426 inset;
    -webkit-text-fill-color: #FFF;
    caret-color: #FFF;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.hero-section .overlay .mktoForm .filled.typing .mktoField,
.hero-section .overlay .mktoForm .filled.typing .mktoField.mktoValid:not(.mktoValid) {
    border-color: #9AE8CE !important;
}

.hero-section .overlay .mktoForm .error-in .mktoField {
    border-color: #EB9E9E !important;
}

.hero-section .overlay .mktoForm .mktoButtonRow {
    width: 100%;
    margin-top: 12px;
}

.hero-section .overlay .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative;
}

.hero-section .overlay .mktoForm .mktoButtonRow .mktoButtonWrap:has(.mktoButton:focus)::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border: 2px solid #FFF;
    border-radius: 10px;
    pointer-events: none;

}

.hero-section .overlay .mktoForm .mktoButtonRow .mktoButton {
    width: 216px !important;
    height: 46px;
    padding-right: 50px;
    color: #1E2426 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 100%;
    background: #FFF !important;
    border-radius: 0;
    padding-bottom: 10px !important;
    position: relative;
    font-family: 'Aeonik Pro', sans-serif;
}

.hero-section .overlay .mktoForm .mktoButtonRow .mktoButton::before {
    content: '';
    position: absolute;
    top: 0;
    right: 46px;
    width: 4px;
    height: 100%;
    background: #1E2426;
}

.hero-section .overlay .mktoForm .mktoButtonRow .mktoButton::after {
    content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    right: 0;
    top: 0;
    background-image: url("data:image/svg+xml,<svg width=\"46\" height=\"46\" viewBox=\"0 0 46 46\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect x=\"0.25\" y=\"0.25\" width=\"45.5\" height=\"45.5\" fill=\"%23E7FF00\"/><rect x=\"0.25\" y=\"0.25\" width=\"45.5\" height=\"45.5\" stroke=\"%231E2426\" stroke-width=\"0.5\"/><path d=\"M29.1693 24H13V22H29.1693L21.5743 14.405L23 13L33 23L23 33L21.5743 31.595L29.1693 24Z\" fill=\"%231E2426\"/><\/svg>");
}

.hero-section .overlay .mktoForm .mktoButtonRow .mktoButton:hover {
    background: #E7FF00 !important;
}

.hero-section .overlay .mktoForm .mktoButtonRow .mktoButton:not(:focus):hover::after {
    width: 55px;
    height: 64px;
    right: -8px;
    top: -10px;
    background-image: url("data:image/svg+xml,<svg width=\"55\" height=\"64\" viewBox=\"0 0 55 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M54.5303 16.1436V47.8555L27.5 63.709L0.469727 47.8555V16.1436L27.5 0.290039L54.5303 16.1436Z\" fill=\"%23E7FF00\" stroke=\"%231E2426\" stroke-width=\"0.5\"/><path d=\"M44.6838 38.603L34.2949 44.8363V43.3378L44.6838 37.1045L39.804 34.3416L40.72 32.7392L47.145 36.377L40.72 47.7249L39.804 47.2217L44.6838 38.603Z\" fill=\"%231E2426\"/><\/svg>");
    background-size: contain;
}

.hero-section .overlay .mktoForm .mktoButtonRow .mktoButton:hover::before {
    right: 0;
    width: 50px;
}

.hero-section .overlay .mktoForm .mktoError {
    display: inline-block;
    position: static;
}

.hero-section .overlay .mktoForm .mktoError .mktoErrorArrowWrap {
    display: none;
}

.hero-section .overlay .mktoForm .mktoError .mktoErrorMsg {
    color: #EB9E9E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    background: transparent !important;
    border: none !important;
    padding: 0;
    display: inline-block;
    margin-top: 8px;
}

.hero-section .overlay .hero-form .close-icon {
    position: absolute;
    top: 40px;
    right: 32px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #FFF;
    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;
}

.hero-section .overlay .hero-form .close-icon:hover {
    background: #e7ff00;
    border-color: #e7ff00;
}

.hero-section .overlay .hero-form .close-icon:hover svg path {
    fill: #1e2426;
}

@media(max-width: 991.98px) {

    .hero-section .overlay .hero-form,
    .hero-section .overlay .mktoForm {
        max-width: 100% !important;
    }
}

@media(max-width: 767.98px) {
    .hero-section .overlay .hero-form {
        padding: 72px 24px;
    }

    .hero-section .overlay .eyebrow-copy {
        margin-bottom: 12px;
    }

    .hero-section .overlay .heading {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .hero-section .overlay .hero-form .close-icon {
        top: 24px;
        right: 24px;
    }
}

/* Slider section starts */
.slider-section {
    padding: 146px 0 78px;
    background: #1E2426;
    overflow-x: hidden;
}

.slider-section .slider-section-inner {
    max-width: 1440px;
    margin: 0 auto;
}

.slider-section .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 78px;
    padding: 0 32px;
}

.slider-section .section-title {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    max-width: 794px;
}

.slider-section .nav-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.slider-section .arrow-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #1E2426;
    opacity: 1;
    padding: 0;
    background: #FFF;
    cursor: pointer;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.slider-section .arrow-btn.disabled {
    border: 1px solid #FFF;
    opacity: 0.3;
    background: transparent;
}

.slider-section .arrow-btn:not(.disabled):hover {
    background: #E7FF00;
    border-color: #1E2426;
}

.slider-section .arrow-btn svg {
    width: 24px;
    height: 24px;
}

.slider-section .arrow-btn:not(.disabled) svg path {
    fill: #1E2426;
}

.slider-section .arrow-btn.disabled svg path {
    fill: #FFF;
}

.slider-section .swiper {
    width: calc(100% + 2px);
    overflow: visible;
    margin-left: -1px;
    margin-right: -1px;
}

.slider-section .swiper-slide {
    border-top: 0.5px solid #5B6062;
    border-right: 0.5px solid #5B6062;
    border-bottom: 0.5px solid #5B6062;
    padding: 39.5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
}

.slider-section .swiper-slide:first-child {
    border-left: 0.5px solid #5B6062;
}

.slider-section .slide-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

.slider-section .slide-num {
    color: #D9D9D9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.slider-section .slide-tag {
    color: #D9D9D9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.2px;
    padding: 7.5px 9.5px;
    text-transform: uppercase;
    border: 0.5px solid #D9D9D9;
}

.slider-section .slide-icon {
    margin-bottom: 82px;
}

.slider-section .hex-wrap {
    width: 80px;
    height: 92px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-section .hex-wrap svg.hex-bg {
    width: 80px;
    height: 92px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.slider-section .hex-wrap .icon-svg {
    position: absolute;
    width: 60.66px;
    height: 60.66px;
}

.slider-section .slide-title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 14px;
}

.slider-section .slide-desc {
    color: #D9D9D9;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
}

.slider-section .mobile-nav {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 0;
}

.slider-section .pag-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.slider-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    cursor: pointer;
    display: inline-block;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.slider-section .swiper-pagination-bullet-active {
    background: #c8e000;
}

/* Pagination dots */
.slider-section .custom-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

.slider-section .pag-dot {
    width: 7.43px;
    height: 7.43px;
    border-radius: 0.619px;
    background-color: #FFF;
    -webkit-transition: background 0.2s, -webkit-transform 0.2s;
    transition: background 0.2s, -webkit-transform 0.2s;
    -o-transition: background 0.2s, transform 0.2s;
    transition: background 0.2s, transform 0.2s;
    transition: background 0.2s, transform 0.2s, -webkit-transform 0.2s;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.slider-section .pag-dot:hover {
    background-color: #E7FF00;
}

.slider-section .pag-dot.active {
    width: 13px;
    height: 15px;
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"15\" viewBox=\"0 0 13 15\" fill=\"none\"><path d=\"M6.47363 14.4932L0.530273 11.0244C0.51309 11.0143 0.500079 10.9936 0.5 10.9688L0.499999 4.03125C0.500113 4.00643 0.513091 3.98572 0.530272 3.97559L6.47363 0.507813C6.49015 0.498171 6.50985 0.498171 6.52637 0.507813L12.4697 3.97559C12.4869 3.9857 12.4999 4.0064 12.5 4.03125L12.5 10.9688L12.4912 11.002C12.4858 11.0114 12.4783 11.0193 12.4697 11.0244L6.52637 14.4932C6.51815 14.4979 6.50899 14.5 6.5 14.5L6.47363 14.4932Z\" fill=\"%23E7FF00\" stroke=\"%231E2426\"/><\/svg>");
    border-radius: 0;
    background-color: transparent;
}

/* Tablet pagination wrapper */
.slider-section .tablet-pag-wrap {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

/* Mobile bottom nav */
.slider-section .mobile-nav {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 0;
    border-top: 1px solid #e0e0e0;
}

/* DESKTOP: 3 slides equal width, static */
@media(min-width:1025px) {
    .slider-section .section-header .nav-arrows {
        display: none;
    }

    .slider-section .swiper-slide {
        width: calc(100%/3) !important;
    }

    .slider-section .mobile-nav {
        display: none !important;
    }

    .slider-section .swiper-slide {
        width: calc(100% / 3) !important;
    }

    .slider-section .tablet-pag-wrap,
    .slider-section .mobile-nav {
        display: none !important;
    }
}

/* TABLET */
@media(max-width:1024px) {
    .slider-section {
        padding: 121px 0 152px;
    }

    .slider-section .section-title {
        max-width: 586px;
        font-size: 56px;
        margin-right: 20px;
    }

    .slider-section .section-header {
        padding: 0 32px;
        margin-bottom: 79px;
    }

    .slider-section .section-header .nav-arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .slider-section .swiper-slide {
        width: 480px !important;
        border-left: none;
    }

    .slider-section .swiper-slide:first-child {
        border-left: 1px solid #5B6062;
    }

    .slider-section .mobile-nav {
        display: none !important;
    }
}

@media (min-width: 956px) and (max-width: 1024px) {
    .slider-section .custom-pagination .pag-dot:nth-child(2) {
        display: none;
    }
}

/* Slide widths per breakpoint */
@media (min-width: 481px) and (max-width: 1024px) {
    .slider-section .swiper-slide {
        width: 480px !important;
    }

    .slider-section .tablet-pag-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .slider-section .mobile-nav {
        display: none !important;
    }
}

/* MOBILE */
@media(max-width:480px) {
    .slider-section {
        padding: 121px 0 28px;
    }

    .slider-section .section-title {
        font-size: 40px;
        line-height: 40px;
        margin-right: 0;
    }

    .slider-section .section-header {
        margin-bottom: 63px;
        padding: 0 24px;
    }

    .slider-section .section-header .nav-arrows {
        display: none;
    }

    .slider-section .slide-meta {
        margin-bottom: 24px;
    }

    .slider-section .slide-title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .slider-section .slide-icon {
        margin-bottom: 57px;
    }

    .slider-section .slide-desc {
        font-size: 18px;
    }

    .slider-section .swiper-slide {
        width: 100% !important;
        border-left: 1px solid #5B6062;
        padding: 39.5px 22.5px 29.5px;
    }

    .slider-section .mobile-nav {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 32px 24px;
        border-top: none;
    }

    .slider-section .swiper-slide {
        width: 100% !important;
    }

    .slider-section .tablet-pag-wrap {
        display: none !important;
    }
}

/* Slider section ends */

/* Review section started  */
.review-section {
    background: #1E2426;
    padding: 83px 0 79px;
}

.review-section .review-wrapper {
    position: relative;
    padding-left: 66px;
    max-width: 1280px;
    margin: 0 auto;
}

.review-section .review-wrapper::before {
    content: '';
    position: absolute;
    width: 48px;
    height: 36px;
    left: 0;
    top: -1px;
    background-image: url("https://res.cloudinary.com/spiralyze/image/upload/f_svg/v1778241700/tenable/5059/icon.svg");
}

.review-section .review-copy {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
    position: relative;
}

.review-section .review-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.review-section .review-name {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.review-section .review-designation {
    color: #969696;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media(max-width: 991.98px) {
    .review-section {
        padding: 21px 0 80px;
    }

    .review-section .container {
        padding: 0 32px;
    }

    .review-section .review-wrapper {
        padding-left: 68px;
    }
}

@media(max-width: 767.98px) {
    .review-section {
        padding: 149px 0 79px;
    }

    .review-section .container {
        padding: 0 24px;
    }

    .review-section .review-wrapper {
        padding-left: 0;
    }

    .review-section .review-wrapper::before {
        top: -69px;
    }

    .review-section .review-copy {
        margin-bottom: 26px;
    }

    .review-section .review-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 4px;
    }
}

/* Review section end  */

/* Management section start  */
.management-section {
    border-top: 0.5px solid #5B6062;
    background: #1E2426;
    padding: 66px 0 72px;
}

.management-title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 16px;
}

.management-subtitle {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 62px;
}

.management-section .management-img {
    width: 100%;
}

.management-section .tablet-wrapper {
    display: none;
}

@media(max-width: 991.98px) {
    .management-section {
        padding: 80px 0 132px;
    }

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

    .management-section .tablet-wrapper {
        display: block;
    }

    .management-section .management-img {
        display: none;
    }

    .management-title {
        text-align: left;
        margin-bottom: 20px;
        padding: 0 32px;
    }

    .management-subtitle {
        text-align: left;
        margin-bottom: 105px;
        padding: 0 32px;
    }

    .management-list {
        list-style-type: none;
        position: relative;
        width: calc(100% - 64px);
        margin: 0 auto;
    }

    .management-list::before {
        content: '';
        position: absolute;
        width: 2px;
        height: calc(100% + 4px);
        top: 16px;
        left: 0;
        background-color: #FFF;
    }

    .management-list li {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        padding: 3px 0 3px 36px;
        margin-bottom: 26px;
        position: relative;
    }

    .management-list li::before {
        content: '';
        position: absolute;
        width: 26px;
        height: 36px;
        top: -1px;
        left: 0;
        background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"26\" height=\"36\" viewBox=\"0 0 26 36\" fill=\"none\"><path d=\"M19.9405 19.125H1.75L1.75 16.875H19.9405L11.3961 8.33063L13 6.75L24.25 18L13 29.25L11.3961 27.6694L19.9405 19.125Z\" fill=\"white\"/><\/svg>");
    }

    .management-accordian {
        padding-top: 18px;
    }

    .management-accordian .management-accordian-item:first-child {
        border-top: 0.5px solid #5B6062;
    }

    .management-accordian .management-accordian-item {
        border-bottom: 0.5px solid #5B6062;
        padding-left: 61px;
        position: relative;
    }

    .management-accordian .management-accordian-item:has(.accordian-btn.active) {
        background: #2B2F31;
    }

    .management-accordian .accordian-btn {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        background: transparent;
        border: none;
        position: relative;
        width: 100%;
        text-align: left;
        font-family: 'Aeonik Pro';
        padding: 35px 0 49px 0;
    }

    .management-accordian .accordian-btn.active {
        padding-bottom: 24px;
    }

    .management-accordian .accordian-btn .plus-icon {
        position: absolute;
        width: 40px;
        height: 40px;
        right: 49px;
        top: 29px;
        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\"><path d=\"M11.5559 19.7776V12.8887H4.66699V11.5554H11.5559V4.6665H12.8892V11.5554H19.7781V12.8887L12.8892 12.8887L12.8892 19.7776H11.5559Z\" fill=\"white\"/><\/svg>");
        background-repeat: no-repeat;
        background-position: center;
        border: 1px solid #FFF;
    }

    .management-accordian .accordian-btn.active .plus-icon {
        border: 1px solid #1E2426;
        background-color: #FFF;
        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\"><path d=\"M19.2803 5.78027L5.78027 19.2803L4.71973 18.2197L18.2197 4.71973L19.2803 5.78027Z\" fill=\"%231E2426\"/><path d=\"M19.2803 18.2197L18.2197 19.2803L4.71973 5.78027L5.78027 4.71973L19.2803 18.2197Z\" fill=\"%231E2426\"/><\/svg>");
    }

    .management-accordian .accordian-btn .plus-icon:hover {
        background-color: #E7FF00;
        border-color: #E7FF00;
        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\"><path d=\"M11.5559 19.7776V12.8887H4.66699V11.5554H11.5559V4.6665H12.8892V11.5554H19.7781V12.8887L12.8892 12.8887L12.8892 19.7776H11.5559Z\" fill=\"%231E2426\"/><\/svg>");
    }

    .management-accordian .accordian-btn.active .plus-icon:hover {
        border-color: #1E2426;
        background-color: #E7FF00;
        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\"><path d=\"M19.2803 5.78027L5.78027 19.2803L4.71973 18.2197L18.2197 4.71973L19.2803 5.78027Z\" fill=\"%231E2426\"/><path d=\"M19.2803 18.2197L18.2197 19.2803L4.71973 5.78027L5.78027 4.71973L19.2803 18.2197Z\" fill=\"%231E2426\"/><\/svg>");
    }

    .management-accordian-item.exposure .accordian-btn {
        color: #E7FF00;
    }

    .management-accordian .management-accordian-item::before {
        content: '';
        position: absolute;
        width: 36px;
        height: 36px;
        left: 15px;
        top: 12px;
        background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\"><path d=\"M16.875 11.0595L16.875 29.25L19.125 29.25L19.125 11.0595L27.6694 19.6039L29.25 18L18 6.75L6.75 18L8.33063 19.6039L16.875 11.0595Z\" fill=\"white\"/><\/svg>");
    }

    .management-accordian .management-accordian-item.exposure::before {
        background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\"><path d=\"M16.875 11.0595L16.875 29.25L19.125 29.25L19.125 11.0595L27.6694 19.6039L29.25 18L18 6.75L6.75 18L8.33063 19.6039L16.875 11.0595Z\" fill=\"%23E7FF00\"/><\/svg>");
    }

    .management-accordian .accordian-btn::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 82px;
        background: #FFF;
        top: 24px;
        left: -29px;
    }

    .management-accordian .management-accordian-item.exposure .accordian-btn::before {
        background: #E7FF00;
    }

    .management-accordian .accordian-content {
        padding-bottom: 32px;
        position: relative;
        display: none;
    }

    .management-accordian .accordian-btn.active+.accordian-content {
        display: block;
    }

    .management-accordian .accordian-content::before {
        content: '';
        position: absolute;
        width: 2px;
        height: calc(100% - 10px);
        background: #FFF;
        top: -12px;
        left: -29px;
    }

    .management-accordian .management-accordian-item.exposure .accordian-content::before {
        background: #E7FF00;
    }

    .management-accordian .accordian-content p {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        margin: 10px 0 24px;
    }

    .management-accordian .management-accordian-item:first-child .accordian-content ul {
        list-style-type: disc;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .management-accordian .management-accordian-item:first-child .accordian-content ul li {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .management-accordian .management-accordian-item:nth-child(2) .accordian-content ul li {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 24px;
    }

    .management-accordian .accordian-content ul li img {
        margin-right: 16px;
    }

    .management-accordian .signle-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 48px;
        max-width: 608px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .management-accordian .management-accordian-item .signle-wrapper .signal-item:first-child {
        position: relative;
    }

    .management-accordian .management-accordian-item .signle-wrapper .signal-item:first-child::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        border: 1px dashed rgba(255, 255, 255, 0.6);
        top: 0;
        right: -24px;
    }

    .management-accordian .management-accordian-item .signle-wrapper:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .signal-item {
        max-width: 280px;
        width: 100%;
        text-align: center;
    }

    .signal-item p {
        color: #FFF;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .management-accordian-bottom-arrow {
        text-align: center;
        position: relative;
        padding-left: 15px;
        padding-right: 32px;
        margin-top: 32px;
    }

    .management-accordian-bottom-arrow::before,
    .management-accordian-bottom-arrow::after {
        content: '';
        position: absolute;
        width: 264px;
        height: 33.5px;
        top: -12px;
        background-repeat: no-repeat;
    }

    .management-accordian-bottom-arrow::before {
        left: 22px;
        background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"264\" height=\"34\" viewBox=\"0 0 264 34\" fill=\"none\"><path d=\"M10.125 33.5298V4.3095L1.58063 12.8539L0 11.25L11.25 0L22.5 11.25L20.9194 12.8539L12.375 4.3095V31.1713H263.653V33.5298H12.375H10.125Z\" fill=\"white\"/><\/svg>");
    }

    .management-accordian-bottom-arrow::after {
        right: 62px;
        background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"264\" height=\"34\" viewBox=\"0 0 264 34\" fill=\"none\"><path d=\"M253.528 33.5298V4.3095L262.073 12.8539L263.653 11.25L252.403 0L241.153 11.25L242.734 12.8539L251.278 4.3095V31.1713H3.05176e-05V33.5298H251.278H253.528Z\" fill=\"white\"/><\/svg>");
    }

    .management-accordian-bottom-arrow p {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        padding: 0 16px;
        -webkit-transform: translateX(-12px);
        -ms-transform: translateX(-12px);
        transform: translateX(-12px);
    }

    .management-accordian-bottom-arrow p::before,
    .management-accordian-bottom-arrow p::after {
        content: '';
        position: absolute;
        width: 100%;
        top: 19.1px;
        height: 2.4px;
        background: #FFF;
    }

    .management-accordian-bottom-arrow p::before {
        left: -150px;
    }

    .management-accordian-bottom-arrow p::after {
        right: -150px;
    }
}

@media(max-width: 767.98px) {
    .management-list {
        width: calc(100% - 48px);
    }

    .management-accordian .management-accordian-item {
        padding-left: 52px;
    }

    .management-accordian .management-accordian-item::before {
        left: 7px;
    }

    .management-accordian .accordian-btn::before {
        left: -28px;
    }

    .management-accordian .accordian-btn .plus-icon {
        right: 24px;
    }

    .management-accordian-bottom-arrow::before {
        width: 114px;
        left: 13px;
        background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"114\" height=\"34\" viewBox=\"0 0 114 34\" fill=\"none\"><path d=\"M10.125 33.5298V4.3095L1.58063 12.8539L0 11.25L11.25 0L22.5 11.25L20.9194 12.8539L12.375 4.3095V31.1713H113.653V33.5298H12.375H10.125Z\" fill=\"white\"/><\/svg>");
    }

    .management-accordian-bottom-arrow::after {
        width: 114px;
        right: 12px;
        background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"114\" height=\"34\" viewBox=\"0 0 114 34\" fill=\"none\"><path d=\"M103.528 33.5298V4.3095L112.073 12.8539L113.653 11.25L102.403 0L91.1533 11.25L92.7339 12.8539L101.278 4.3095V31.1713H3.05176e-05V33.5298H101.278H103.528Z\" fill=\"white\"/><\/svg>");
    }

    .management-accordian-bottom-arrow p {
        -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px);
    }

    .management-accordian-bottom-arrow p::before,
    .management-accordian-bottom-arrow p::after {
        display: none;
    }

    .management-accordian .accordian-content::before {
        left: -28px;
    }

    .management-accordian .signle-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border: none;
    }

    .signal-item {
        max-width: 263px;
        padding: 24px 0;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
    }

    .accordian-content .signle-wrapper:last-child .signal-item {
        padding-bottom: 20px;
        border-bottom: none;
    }

    .management-accordian .accordian-content p {
        font-size: 18px;
        margin-top: 0;
    }

    .management-accordian .management-accordian-item .signle-wrapper .signal-item:first-child::after {
        display: none;
    }
}

/* Management section end  */

/* exposure section start  */
.exposure-section {
    padding: 182px 0 34px;
}

.exposure-section .container {
    padding: 0;
    max-width: 100%;
}

.exposure-section .title {
    color: #1E2426;
    text-align: center;
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    max-width: 911px;
    margin: 0 auto 30px;
}

.exposure-section .title span {
    position: relative;
}

.exposure-section .title span::after {
    content: '';
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + -9px);
    background: #E7FF00;
    top: 11px;
    left: -11px;
    z-index: -1;
}

.exposure-section .subtitle {
    color: #5B6062;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 486px;
    margin: 0 auto 80px;
}

.exposure-section .outer-wrapper {
    border-top: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
}

.exposure-section .inner-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.exposure-section .left-menu {
    max-width: 313px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 28px 32px;
    position: sticky;
    top: 32px;
    left: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.exposure-section .menu-title {
    color: #5B6062;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 137px;
}

.exposure-section .menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.exposure-section .menu-list .list {
    color: #5B6062;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 7.5px 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
}

.exposure-section .menu-list .list:hover {
    color: #1e2426;
}

.exposure-section .menu-list .list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--Yellow, #E7FF00);
    z-index: -1;
    -webkit-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
}

/* Active state triggers the left-to-right fill */
.exposure-section .menu-list .list.active::before {
    width: 100%;
}

/* Keep text color change on active */
.exposure-section .menu-list .list.active {
    color: #1E2426;
}

.exposure-section .menu-list .list sup {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 6px;
    display: inline-block;
}

.exposure-section .right-contents {
    width: 100%;
    border-left: 0.5px solid #D9D9D9;
}

.exposure-section .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 180px 32px 180px 68px;
    margin-bottom: 32px;
    position: relative;
}

.exposure-section .right-contents .content:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 32px;
    background: #F2F2F2;
}

.exposure-section .content-left {
    max-width: 445px;
    margin-right: 16px;
}

.exposure-section .content-title {
    color: #1E2426;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 22px;
}

.exposure-section .content-title span {
    display: inline-block;
}

.exposure-section .content-subtitle {
    color: #5B6062;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 22px;
    max-width: 396px;
}

.exposure-section .content-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 4px;
    position: relative;
}

.exposure-section .content-link span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    background: #1E2426;
    border: 1px solid #1E2426;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 23px;
    height: 46px;
    position: relative;
}

.exposure-section .content-link:hover .copy {
    color: #1E2426;
    background: #E7FF00;
}

.exposure-section .content-link .arrow {
    width: 46px;
    height: 46px;
    position: relative;
    border: 1px solid #1E2426;
    background-color: #E7FF00;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M22.1693 17H6V15H22.1693L14.5743 7.405L16 6L26 16L16 26L14.5743 24.595L22.1693 17Z\" fill=\"%231E2426\"/><\/svg>");
}

.exposure-section .content-link:hover .arrow {
    background: transparent;
    border: none;
}

.exposure-section .content-link:hover .arrow::after {
    content: '';
    position: absolute;
    width: 55px;
    height: 64px;
    right: -9px;
    border: none;
    background: transparent;
    top: -10px;
    background-image: url("data:image/svg+xml,<svg width=\"55\" height=\"64\" viewBox=\"0 0 55 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M54.5303 16.1436V47.8555L27.5 63.709L0.469727 47.8555V16.1436L27.5 0.290039L54.5303 16.1436Z\" fill=\"%23E7FF00\" stroke=\"%231E2426\" stroke-width=\"1\"/><path d=\"M44.6838 38.603L34.2949 44.8363V43.3378L44.6838 37.1045L39.804 34.3416L40.72 32.7392L47.145 36.377L40.72 47.7249L39.804 47.2217L44.6838 38.603Z\" fill=\"%231E2426\"/><\/svg>");
    background-size: contain;
}

.exposure-section .content-link:focus:not(:hover)::after {
    content: '';
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-radius: 10px;
    top: -6px;
    left: -6px;
    border: 2px solid #1E2426;
}

.exposure-section .content-right img {
    max-width: 503px;
    border: 1px solid #D9D9D9;
}

.exposure-section .tablet-navbar {
    display: none;
}

@media(max-width: 1279.98px) {
    .exposure-section .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .exposure-section .content-right img {
        max-width: 100%;
    }

    .exposure-section .content-left {
        max-width: 100%;
        margin: 16px 0 32px;
    }
}

@media(max-width: 991.98px) {
    .exposure-section .title {
        padding: 0 32px;
    }

    .exposure-section .subtitle {
        margin-bottom: 110px;
    }

    .exposure-section .outer-wrapper {
        border: none;
    }

    .exposure-section .left-menu {
        display: none;
    }

    .exposure-section .content-left {
        margin: 24px 0 0;
    }

    .exposure-section .right-contents {
        border-left: none;
    }

    .exposure-section .content {
        padding: 80px 32px 40px;
    }

    .exposure-section .right-contents .content:last-child {
        margin-bottom: 0;
    }

    .exposure-section .content-title {
        font-size: 40px;
    }

    .exposure-section .content-subtitle {
        max-width: 100%;
        margin-bottom: 24px;
    }

    .exposure-section .tablet-navbar {
        display: block;
        overflow: auto;
        padding: 0 24px;
        margin-bottom: 32px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .exposure-section .tablet-navbar::-webkit-scrollbar {
        display: none;
    }

    .exposure-section .tablet-navbar-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 9px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        position: relative;
    }

    .exposure-section .tablet-navbar a {
        color: #5B6062;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        padding: 8px 4px;
        text-decoration: none;
    }

    .exposure-section .tablet-navbar-wrapper a.active {
        background: #E7FF00;
    }

    .exposure-section .tablet-navbar a sup {
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        text-transform: uppercase;
        position: relative;
        margin-right: 6px;
        top: 2px;
    }

    .exposure-section .tablet-navbar a.active {
        color: #1E2426;
        background: #E7FF00;
    }
}

@media(max-width: 767.98px) {
    .exposure-section {
        padding: 122px 0 0;
        border-bottom: 0.5px solid #D9D9D9;
    }

    .exposure-section .title {
        font-size: 48px;
        padding: 0 24px;
    }

    .exposure-section .title span::after {
        display: none;
    }

    .exposure-section .subtitle {
        padding: 0 24px;
        margin-bottom: 89px;
    }

    .exposure-section .content {
        padding: 80px 24px 40px;
    }

    .exposure-section .content-left {
        margin: 40px 0 0;
    }

    .exposure-section .content-title {
        margin-bottom: 38px;
    }
}

/* exposure section end  */

/* ── Outcomes section starts ── */
.outcomes-section {
    padding: 146px 0 80px;
    background: #fff;
}

.outcomes-section .outcomes-inner {
    max-width: 1440px;
    margin: 0 auto;
}

/* ── Section header ── */
.outcomes-section .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 79px;
    padding: 0 32px;
}

.outcomes-section .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

.outcomes-section .section-title {
    color: #1E2426;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    max-width: 675px;
}

.outcomes-section .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 380px;
}

.outcomes-section .section-desc {
    color: #5B6062;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 405px;
    margin-right: 40px;
}

.outcomes-section .nav-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.outcomes-section .arrow-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #1E2426;
    padding: 0;
    background: #1E2426;
    cursor: pointer;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background 0.2s, border-color 0.2s;
    -o-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s;
}

.outcomes-section .arrow-btn.disabled {
    border: 1px solid #C4C4C4;
    background: transparent;
    opacity: 0.4;
    cursor: default;
}

.outcomes-section .arrow-btn:not(.disabled):hover {
    background: #E7FF00;
    border-color: #1E2426;
}

.outcomes-section .arrow-btn svg {
    width: 24px;
    height: 24px;
}

.outcomes-section .arrow-btn:not(.disabled) svg path {
    fill: #fff;
}

.outcomes-section .arrow-btn:not(.disabled):hover svg path {
    fill: #1E2426;
}

.outcomes-section .arrow-btn.disabled svg path {
    fill: #5B6062;
}

/* ── Swiper ── */
.outcomes-section .swiper {
    width: 100%;
    overflow: hidden;
}

.outcomes-section .swiper-slide {
    border-top: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    padding: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    background: #fff;
}

.outcomes-section .swiper-slide:first-child {
    border-left: 0.5px solid #D9D9D9;
}

/* ── Slide internals ── */

.outcomes-section .stat-label {
    color: #1E2426;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 16px;
}

.outcomes-section .stat-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0;
    margin-bottom: 16px;
    line-height: 1;
}

.outcomes-section .stat-suffix {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #1E2426;
    line-height: 1.4;
    letter-spacing: -1px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 8px;
}

.outcomes-section .slide-desc {
    color: #1E2426;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/* ── Tablet pagination ── */
.outcomes-section .tablet-pag-wrap {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

/* ── Mobile bottom nav ── */
.outcomes-section .mobile-nav {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 24px;
}

/* ── Pagination dots ── */
.outcomes-section .custom-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

.outcomes-section .pag-dot {
    width: 7.43px;
    height: 7.43px;
    border-radius: 0.619px;
    background-color: #1E2426;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.outcomes-section .pag-dot:hover {
    background-color: #E7FF00;
}

.outcomes-section .pag-dot.active {
    width: 13px;
    height: 15px;
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"15\" viewBox=\"0 0 13 15\" fill=\"none\"><path d=\"M6.47363 14.4932L0.530273 11.0244C0.51309 11.0143 0.500079 10.9936 0.5 10.9688L0.499999 4.03125C0.500113 4.00643 0.513091 3.98572 0.530272 3.97559L6.47363 0.507814C6.49015 0.498171 6.50985 0.498171 6.52637 0.507814L12.4697 3.97559C12.4869 3.9857 12.4999 4.0064 12.5 4.03125L12.5 10.9688L12.4912 11.002C12.4858 11.0115 12.4783 11.0193 12.4697 11.0244L6.52637 14.4932C6.51815 14.4979 6.50899 14.5 6.5 14.5L6.47363 14.4932Z\" fill=\"%23E7FF00\" stroke=\"%231E2426\"/><\/svg>");
    border-radius: 0;
    background-color: transparent;
}

/* ── Responsive ── */

/* DESKTOP: 3 columns, no nav */
@media (min-width: 1025px) {
    .outcomes-section .swiper-slide {
        width: calc(100% / 3) !important;
    }

    .outcomes-section .nav-arrows {
        display: none;
    }

    .outcomes-section .tablet-pag-wrap,
    .outcomes-section .mobile-nav {
        display: none !important;
    }

    .outcomes-section .header-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/* TABLET */
@media (max-width: 1024px) {
    .outcomes-section {
        padding: 113px 0 92px;
    }

    .outcomes-section .section-title {
        margin-bottom: 32px;
    }

    .outcomes-section .section-header {
        padding: 0 32px;
        margin-bottom: 79px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .outcomes-section .nav-arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .outcomes-section .swiper-slide {
        width: 480px !important;
        border-left: none;
    }

    .outcomes-section .swiper-slide:first-child {
        border-left: 0.5px solid #D1D5D6;
    }

    .outcomes-section .mobile-nav {
        display: none !important;
    }

    .outcomes-section .tablet-pag-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .outcomes-section .header-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .outcomes-section .section-desc {
        text-align: left;
    }

    .outcomes-section .header-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 956px) and (max-width: 1024px) {
    .outcomes-section .custom-pagination .pag-dot:nth-child(2) {
        display: none;
    }
}

/* MOBILE */
@media (max-width: 480px) {
    .outcomes-section {
        padding: 62px 0 28px;
    }

    .outcomes-section .section-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 24px;
        margin-bottom: 63px;
    }

    .outcomes-section .header-right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 100%;
    }

    .outcomes-section .section-title {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 30px;
    }

    .outcomes-section .nav-arrows {
        display: none;
    }

    .outcomes-section .swiper-slide {
        width: 100% !important;
        border-left: 0.5px solid #D1D5D6;
        padding: 40px 24px 40px;
    }

    .outcomes-section .stat-label {
        margin: 0 0 7px;
    }

    .outcomes-section .stat-value {
        margin-bottom: 25px;
    }

    .outcomes-section .mobile-nav {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        border-top: none;
    }

    .outcomes-section .tablet-pag-wrap {
        display: none !important;
    }
}

/* ── Outcomes section ends ── */

/* Customer section start  */
.customer-review {
    background: #1E2426;
    padding: 142px 0 140px;
}

.customer-review .title {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    max-width: 658px;
    margin-bottom: 23px;
}

.customer-review .subtitle {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 23px;
}

.customer-review .cta {
    color: #1E2426;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    background: #FFF;
    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;
    width: 186px;
    position: relative;
    height: 46px;
    border: 1px solid #1E2426;
}

.customer-review .cta:hover,
.customer-review .cta:focus {
    background: #E7FF00;
}

.customer-review .cta:focus::after {
    content: '';
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 2px solid #FFF;
    border-radius: 10px;
    top: -6px;
    left: -6px;
    pointer-events: none;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.customer-review #customer-review {
    padding: 87px 0;
}

.customer-review .swiper-wrapper {
    height: 100%;
}

.customer-review .swiper-wrapper .swiper-slide {
    height: auto;
}

.customer-review .swiper-slide-inner {
    border: 0.5px solid #000;
    background: #2B2F31;
    padding: 40px;
    height: 100%;
    min-height: 525px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.customer-review .swiper-slide-inner>* {
    pointer-events: none;
}

.customer-review .customer-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.customer-review .review-copy {
    max-width: 773px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 31px;
    position: relative;
}

.customer-review .review-copy::before {
    content: '“';
    position: absolute;
    top: 0px;
    left: -16px;
}

.customer-review .review-about {
    color: #D9D9D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 12px;
}

.customer-review .review-about b {
    color: #FFF;
    font-weight: 700;
}

.customer-review .review-link {
    position: absolute;
    top: 40px;
    right: 44px;
    width: 46px;
    height: 46px;
    border: 1px solid #FFF;
    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;
}

/* .customer-review .review-link:hover {
    background: #E7FF00;
    border-color: #E7FF00;
}

.customer-review .review-link:hover svg path {
    fill: #1E2426;
}

.customer-review .review-link:focus {
    background: #FFF;
    border: none;
}

.customer-review .review-link:focus::after {
    content: '';
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 2px solid #FFF;
    border-radius: 10px;
    top: -6px;
    left: -6px;
    pointer-events: none;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.customer-review .review-link:focus svg path {
    fill: #1E2426;
} */

.customer-review .arrow-wrapper {
    position: absolute;
    top: 24px;
    right: 6px;
    width: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.customer-review .swiper-button-prev:after,
.customer-review .swiper-button-next:after {
    display: none;
}

.customer-review .swiper-button {
    width: 40px;
    height: 40px;
    border: 1px solid #1E2426;
    background: #FFF;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    opacity: 1;
}

.customer-review .swiper-button:hover {
    background: #E7FF00;
}

.customer-review .swiper-button:focus {
    background: #E7FF00;
}

.customer-review .swiper-button:focus::before {
    content: '';
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 2px solid #FFF;
    border-radius: 10px;
    top: -6px;
    left: -6px;
    pointer-events: none;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.customer-review .swiper-button svg {
    width: 15px;
    height: 15px;
}

.customer-review .swiper-button.swiper-button-disabled {
    border-color: rgba(255, 255, 255, 0.3);
    background: transparent;
}

.customer-review .swiper-button.swiper-button-disabled svg path {
    fill: rgba(255, 255, 255, 0.3);
}

.customer-review .review-bottom-logo {
    height: 43px;
}

.customer-review .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.customer-review .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 7.4px;
    height: 7.4px;
    border-radius: 0.619px;
    background: #FFF;
    opacity: 1;
    margin: 0 7.5px !important;
}

.customer-review .swiper-pagination-clickable .swiper-pagination-bullet:hover {}

.customer-review .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 13px;
    background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"15\" viewBox=\"0 0 13 15\" fill=\"none\"><path d=\"M6.47363 14.4932L0.530273 11.0244C0.51309 11.0143 0.500079 10.9936 0.5 10.9688L0.499999 4.03125C0.500113 4.00643 0.513091 3.98572 0.530272 3.97559L6.47363 0.507814C6.49015 0.498171 6.50985 0.498171 6.52637 0.507814L12.4697 3.97559C12.4869 3.9857 12.4999 4.0064 12.5 4.03125L12.5 10.9688L12.4912 11.002C12.4858 11.0115 12.4783 11.0193 12.4697 11.0244L6.52637 14.4932C6.51815 14.4979 6.50899 14.5 6.5 14.5L6.47363 14.4932Z\" fill=\"%23E7FF00\" stroke=\"%231E2426\"/><\/svg>");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1.4px !important;
    margin-left: 5.4px !important;
}

.customer-review .swiper-pagination {
    bottom: 40px;
    left: 6px;
}

.customer-review .preview-outer-bottom-copy {
    color: #969696;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 559px;
    margin-top: -54px;
}

@media(max-width: 991.98px) {
    .customer-review .container {
        padding: 0 32px;
    }

    .customer-review .swiper-slide-inner {
        min-height: 269px;
        padding: 16px 20px 20px;
    }

    .customer-review .swiper-slide-inner .review-logo {
        height: 10px;
    }

    .customer-review .review-copy {
        font-size: 12.3px;
        margin-top: 15px;
        max-width: 397px;
    }

    .customer-review .review-copy::before {
        left: -10px;
    }

    .customer-review .review-link {
        width: 24px;
        height: 24px;
        top: 20px;
        right: 21px;
    }

    .customer-review .review- svg {
        width: 11.5px;
        height: 11.5px;
    }

    .customer-review .customer-bottom-wrapper .review-star-wrapper img {
        height: 15.4px;
    }

    .customer-review .review-about {
        font-size: 7.183px;
        margin-top: 4px;
    }

    .customer-review .review-bottom-logo {
        height: 22px;
    }

    .customer-review .preview-outer-bottom-copy {
        max-width: 495px;
    }
}

@media(max-width: 767.98px) {
    .customer-review {
        padding: 61px 0 60px;
    }

    .customer-review .container {
        padding: 0;
    }

    .customer-review .title {
        font-size: 40px;
        margin-bottom: 16px;
        padding: 0 24px;
    }

    .customer-review .subtitle {
        max-width: 218px;
        margin-left: 24px;
    }

    .customer-review .cta {
        margin-left: 24px;
    }

    .customer-review #customer-review {
        padding: 24px 0 70px 24px;
    }

    .customer-review .swiper-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .customer-review .arrow-wrapper {
        position: relative;
        right: 0;
        width: 100%;
        top: 44px;
        padding-right: 24px;
    }

    .customer-review .swiper-slide-inner {
        padding: 32px 24px 30px;
    }

    .customer-review .swiper-slide-inner .review-logo {
        height: 20px;
    }

    .customer-review .review-copy {
        font-size: 20px;
        margin-bottom: 22px;
        margin-top: 35px;
    }

    .customer-review .review-copy::before {
        left: -14px;
    }

    .customer-review .customer-bottom-wrapper .review-star-wrapper img {
        height: 30px;
    }

    .customer-review .review-about {
        font-size: 14px;
        margin-top: 22px;
    }

    .customer-review .review-about b {
        display: block;
        margin-bottom: 8px;
    }

    .customer-review .review-bottom-logo {
        height: 32px;
    }

    .customer-review .review-link {
        width: 40px;
        height: 40px;
        bottom: 80px;
        right: 25px;
        top: auto;
    }

    .customer-review .review-link svg {
        width: 24px;
        height: 24px;
    }

    .customer-review .preview-outer-bottom-copy {
        max-width: 495px;
        margin-top: 18px;
        padding: 0 24px;
    }
}

/* Customer section end  */

/* FAQ section start  */
.faq-section {
    padding: 141px 0;
}

.faq-section .title {
    color: #1E2426;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 79px;
}

.faq-section .faq-item {
    border: 0.5px solid #5B6062;
    background: #1E2426;
    position: relative;
    overflow: hidden;
}

.faq-section .faq-item.active {
    background: #2B2F31;
}

.faq-section .faq-item:last-child {
    border-bottom: 0.5px solid #D9D9D9;
}

.faq-section .faq-item--hidden {
    display: none;
}

.faq-section .faq-item.active::before {
    width: 100%;
}

.faq-section .faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 40px 110px 39px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.faq-section .faq-question h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    font-family: 'Aeonik Pro';
}

.faq-section .faq-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 50%;
    transition: all .35s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-section .faq-item:hover .faq-icon {
    background: #E7FF00;
    border-color: #E7FF00;
}

.faq-section .faq-item.active .faq-icon {
    background: #FFF;
}

.faq-section .faq-item.active:hover .faq-icon {
    border-color: #E7FF00;
}

.faq-section .faq-question:hover .faq-icon svg path {
    fill: #1E2426;
}

.faq-section .faq-icon::after {
    content: '';
    position: absolute;
    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\"><path d=\"M11.5559 19.7781V12.8892H4.66699V11.5559H11.5559V4.66699H12.8892V11.5559H19.7781V12.8892L12.8892 12.8892L12.8892 19.7781H11.5559Z\" fill=\"white\"/><\/svg>");
}

.faq-section .faq-question:hover .faq-icon::after {
    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\"><path d=\"M11.5559 19.7781V12.8892H4.66699V11.5559H11.5559V4.66699H12.8892V11.5559H19.7781V12.8892L12.8892 12.8892L12.8892 19.7781H11.5559Z\" fill=\"%231E2426\"/><\/svg>");
}

/* .faq-section .faq-question:focus .faq-icon:before {
    content: '';
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 2px solid #FFF;
    border-radius: 10px;
    top: -6px;
    left: -6px;
} */

.faq-section .faq-item.active .faq-icon::after {
    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\"><path d=\"M19.2803 5.78027L5.78027 19.2803L4.71973 18.2197L18.2197 4.71973L19.2803 5.78027Z\" fill=\"%231E2426\"/><path d=\"M19.2803 18.2197L18.2197 19.2803L4.71973 5.78027L5.78027 4.71973L19.2803 18.2197Z\" fill=\"%231E2426\"/><\/svg>");
}

.faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0 72px 0 24px;
    transition: max-height 0.8s ease;
}

.faq-section .faq-answer-inner {
    padding: 0 0 32px 0;
    color: #5B6062;
    font-size: 16px;
    line-height: 160%;
}

.faq-section .faq-answer-inner p,
.faq-section .faq-answer-inner ul li,
.faq-section .faq-answer-inner a {
    margin-bottom: 16px;
    color: #D9D9D9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.faq-section .faq-answer-inner ul li {
    margin-bottom: 0;
}

.faq-section .faq-answer-inner p:last-child {
    margin-bottom: 0;
}

.faq-section .faq-answer-inner ul {
    padding-left: 20px;
    margin-top: 12px;
}

.faq-section .faq-answer-inner a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.faq-section .faq-show-more-wrapper {
    padding: 32px 24px;
    border: 0.5px solid #5B6062;
    background: #1E2426;
}

.faq-section .faq-show-more-btn {
    background: none;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 23px;
    cursor: pointer;
    -webkit-transition: background 0.25s ease, color 0.25s ease;
    -o-transition: background 0.25s ease, color 0.25s ease;
    transition: background 0.25s ease, color 0.25s ease;
    font-family: inherit;
}

.faq-section .faq-show-more-btn:hover {
    color: #1e2426;
    border-color: #e7ff00;
    background-color: #e7ff00;
}

@media(max-width: 991.98px) {
    .faq-section {
        padding: 141px 0 102px;
    }

    .faq-section .container {
        padding: 0 32px;
    }
}

@media(max-width: 991.98px) {
    .faq-section {
        padding: 61px 0 102px;
    }

    .faq-section .container {
        padding: 0 24px;
    }

    .faq-section .faq-question h3 {
        font-size: 20px;
    }

    .faq-section .faq-question {
        padding: 32px 76px 31px 24px;
    }

    .faq-section .faq-show-more-wrapper {
        padding: 24px;
    }
}

/* FAQ section end  */

/* see tenable section start */
.see-tenable {
    padding: 61px 0 107px;
}

.see-tenable .see-tenable-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.see-tenable .see-tenable-wrapper .see-tenable-title {
    color: #1E2426;
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    max-width: 550px;
}

.see-tenable .see-tenable-wrapper .see-tenable-title span {
    line-height: 100px;
    -webkit-transform: translate(-19px, -2px);
    -ms-transform: translate(-19px, -2px);
    transform: translate(-19px, -2px);
    display: inline-block;
    background: #e7ff00;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 5px 19px 25px;
}

.see-tenable .see-tenable-wrapper .right-wrap {
    max-width: 329px;
    padding-right: 13px;
    padding-bottom: 13px;
}

.see-tenable .see-tenable-wrapper .see-tenable-subtitle {
    color: #1E2426;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 31px;
}

.see-tenable .see-tenable-wrapper #lottie-container {
    width: 97px;
    position: absolute;
    top: -4px;
    right: 0px;
}

.see-tenable .see-tenable-wrapper .cta-wrap {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 178px;
    gap: 4px;
}

.see-tenable .see-tenable-wrapper .cta-wrap a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    border-radius: 0;
    width: 129px;
    height: 46px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    border: none;
    cursor: pointer;
    background: #1e2426;
    border: 1px solid #1e2426;
    font-family: inherit;
}

.see-tenable .see-tenable-wrapper .cta-wrap a span {
    width: 4px;
    height: 100%;
    right: 46px;
    position: absolute;
}

.see-tenable .see-tenable-wrapper .cta-wrap a::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    top: 0;
    right: 0;
    background-color: #e7ff00;
    border: 1px solid #1e2426;
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M22.1693 17H6V15H22.1693L14.5743 7.405L16 6L26 16L16 26L14.5743 24.595L22.1693 17Z\" fill=\"%231E2426\"/><\/svg>");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.see-tenable .see-tenable-wrapper .cta-wrap a:hover {
    background: #E7FF00;
    color: #1E2426;
}

.see-tenable .see-tenable-wrapper .cta-wrap a:hover::after {
    width: 55px;
    height: 64px;
    right: -8px;
    border: none;
    background: transparent;
    top: -10px;
    background-image: url("data:image/svg+xml,<svg width=\"55\" height=\"64\" viewBox=\"0 0 55 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M54.5303 16.1436V47.8555L27.5 63.709L0.469727 47.8555V16.1436L27.5 0.290039L54.5303 16.1436Z\" fill=\"%23E7FF00\" stroke=\"%231E2426\" stroke-width=\"1\"/><path d=\"M44.6838 38.603L34.2949 44.8363V43.3378L44.6838 37.1045L39.804 34.3416L40.72 32.7392L47.145 36.377L40.72 47.7249L39.804 47.2217L44.6838 38.603Z\" fill=\"%231E2426\"/><\/svg>");
    background-size: contain;
}

.see-tenable .see-tenable-wrapper .cta-wrap a:focus:not(:hover)::before {
    content: '';
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 2px solid #1E2426;
    border-radius: 10px;
    top: -6px;
    left: -6px;
}

.see-tenable .see-tenable-wrapper .cta-wrap a:focus:not(:hover)::after {
    border: 1px solid #1E2426;
}

@media(max-width: 991.98px) {
    .see-tenable {
        padding: 40px 0 47px;
    }

    .see-tenable .see-tenable-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .see-tenable .see-tenable-wrapper .see-tenable-subtitle {
        margin-top: 27px;
    }
}

@media(max-width: 767.98px) {
    .see-tenable {
        padding: 19px 0 47px;
    }

    .see-tenable .see-tenable-wrapper .see-tenable-title {
        font-size: 64px;
        line-height: 64px;
        max-width: 280px;
    }

    .see-tenable .see-tenable-wrapper .see-tenable-title span {
        line-height: 54px;
        -webkit-transform: translate(-10px, -3px);
        -ms-transform: translate(-10px, -3px);
        transform: translate(-10px, -3px);
        padding: 1px 10px 11px;
    }

    .see-tenable .see-tenable-wrapper .see-tenable-logo {
        width: 40px;
        height: 40px;
    }

    .see-tenable .see-tenable-wrapper .see-tenable-subtitle {
        margin-top: 7px;
        margin-bottom: 30px;
    }

    .see-tenable .see-tenable-wrapper #lottie-container {
        width: 40px;
        top: -2px;
    }
}

/* see tenable section end */

/* footer section start*/
.footer {
    padding: 32px 0;
    text-align: center;
    background: #1E2426;
}

.footer .container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .container::before,
.footer .container::after {
    display: none;
}

.footer .copyright {
    color: #969696;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    margin-top: 16px;
}

.footer-links a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
    margin-right: 12px;
    position: relative;
}

.footer-links a:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -9px;
    top: 2px;
    width: 1px;
    height: 15px;
    background: #757575;
}

.footer-links a:focus::before {
    content: '';
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 2px solid #FFF;
    border-radius: 10px;
    top: -6px;
    left: -6px;
}

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

.footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1023.98px) {
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer .copyright {
        text-align: center;
    }

    .hidden-separator {
        display: none;
    }

    .footer-logos {
        margin-bottom: 20px;
    }

    .footer-links a {
        margin: 0 4px;
    }

    .footer-links a:not(:last-child)::after {
        right: -7px;
    }
}

@media(max-width:767.98px) {
    .footer .container {
        padding: 0 32px;
    }

    .footer-logos {
        margin-bottom: 22px;
    }

    .footer-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 328px;
        margin: 0 auto;
    }

    .footer-links a {
        margin: 0 8px 8px;
    }

    .footer .copyright {
        margin-top: 8px;
    }

    .footer-links a:first-child::after,
    .footer-links a:nth-child(2)::after {
        display: none;
    }

    .footer-links a:not(:last-child)::after {
        top: 0;
        right: -10px;
    }
}

/* footer section ends*/