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

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

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

@font-face {
    font-family: 'Aeonik Pro';
    src: url("../fonts/AeonikPro-Bold.woff") format('woff');
    font-weight: 700;
    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;
    background: linear-gradient(180deg, #E3F0FC 0%, #FFF 100%);
}

/* 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 {
    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;
}

.no-scroll {
    overflow: hidden;
}

.invisible {
    visibility: hidden;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

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

/* page css */
.font-weight-600 {
    font-weight: 600;
}

.font-weight-bold {
    font-weight: bold;
}

.desktop-only,
.tablet-only,
.mobile-only {
    display: none;
}

@media screen and (max-width: 991.98px) {
    .container {
        max-width: 734px;
    }

    .open-lightbox-btn {
        top: 50%;
    }
}

@media screen and (min-width: 992px) {
    .desktop-only {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .tablet-only {
        display: block;
    }
}

@media screen and (max-width: 767.98px) {
    .mobile-only {
        display: block;
    }

    .container {
        padding: 0 16px;
        max-width: 360px;
        position: relative;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .open-lightbox-btn {
        max-width: 64px;
        max-height: 64px;
    }

    .buy-tenable-link {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 359.98px) {
    .buy-tenable-link {
        font-size: 16px;
    }
}

.show-only-hero {
    overflow: hidden;
}

.mfp-hide {
    display: block !important;
    margin: auto;
}

/* Hero Section */
.hero-section {
    background-image: url("https://www.tenable.com/lp/campaigns/22/try-tenable-vm/images/hero_1920.svg");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 24px 0 249px;
}

@media (min-width: 1024px) {
    .hero-section {
        min-height: 790px;
    }
}

.hero-section .hero-logo img {
    height: 29px;
}

.show-only-hero .hero-section {
    height: 100%;
    padding: 0;
}

.hero-section .container {
    height: 100%;
    padding: 0 15px;
    position: relative;
}

.hero-section .hero-section-inner {
    display: grid;
    grid-template-columns: 1fr 529px;
    column-gap: 60px;
    margin-top: 41px;
    align-items: start;
}

.hero-section-txt {
    padding-top: 155px;
}

.hero-section .hero-section-heading {
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
}

.hero-section .hero-section-heading span {
    color: #FFA400;
}

@media screen and (min-width: 1921px) {
    .hero-section {
        background-image: url("https://www.tenable.com/lp/campaigns/22/try-tenable-vm/images/hero_4k.svg");
        padding: 24px 0 208px;
    }
}

@media screen and (max-width: 1140px) {
    .hero-section .container {
        padding: 0 40px;
    }

    .hero-section .hero-section-inner {
        grid-template-columns: 1fr 1fr;
        column-gap: 24px;
    }
}

@media screen and (max-width: 1023.98px) {
    .container {
        max-width: 768px;
    }

    .hero-logo {
        text-align: center;
    }

    .hero-section {
        background-image: url("https://www.tenable.com/lp/campaigns/22/try-tenable-vm/images/hero_768.svg");
        background-position: left 78% bottom;
        padding: 24px 0 0;
    }

    .hero-section:after {
        content: '';
        width: 100%;
        height: 400px;
        position: absolute;
        left: 0;
        top: 0;
        background: rgb(0, 0, 80);
        background: linear-gradient(0deg, rgb(0 0 80 / 5%) 0%, rgba(0, 0, 84, 1) 58%);
    }

    .hero-section .container {
        position: relative;
        z-index: 2;
    }

    .hero-section-txt {
        padding-top: 0;
    }

    .hero-section .hero-section-inner {
        grid-template-columns: 100%;
        margin-top: 66px;
    }

    .hero-section .hero-section-heading {
        font-size: 46px;
        text-align: center;
        margin-bottom: 58px;
        font-weight: 500;
    }
}

@media screen and (max-width: 767.98px) {
    .container {
        max-width: 375px;
    }

    .hero-section {
        background-image: url("https://www.tenable.com/lp/campaigns/22/try-tenable-vm/images/hero_375.svg");
        background-position: center bottom;
        padding: 24px 0 148px;
    }

    .hero-section .container {
        padding: 0 20px;
    }

    .hero-section .hero-logo img {
        height: 65.2px;
        margin: auto;
        display: block;
    }

    .hero-section .hero-section-inner {
        margin-top: 50px;
    }

    .hero-section .hero-section-heading {
        font-size: 34px;
        line-height: 124%;
        margin-bottom: 27px;
    }
}

/* Hero form states */
.hero-section .hero-form-wrap {
    margin-top: 23px;
    display: block;
    max-width: 536px;
    width: 100%;
    padding: 25px 40px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    background: #FFF;
    background: linear-gradient(180deg, #FFF 68.91%, rgba(255, 255, 255, 0.96) 100%);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
}

.try-buy-modal .content-01 .modal-heading {
    color: #041E42;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    padding: 0 20px;
    margin: 0 0 13px;
}

.try-buy-modal .content-01 p.textcenter {
    color: #64748B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 22px;
}

.progress-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.try-buy-modal .content-01 p.textcenter[style="display: none;"]+.progress-dots {
    flex-direction: row-reverse;
}

.progress-dots svg {
    display: block;
    margin: 0 8px;
}

.first-step {
    display: flex;
    flex-direction: column;
}

.first-step .clearfix {
    display: flex;
    justify-content: space-between;
}

.first-step .clearfix>div {
    max-width: calc(50% - 10px);
    width: 100%;
}

.try-buy-modal__form input {
    border-radius: 9px;
    border: 1.5px solid #CBD5E1;
    border-radius: 9px;
    width: 100%;
    color: #041E42;
    height: 50px;
    outline: none;
    padding: 0 16px;
}

.try-buy-modal__form .blue input {
    border-color: #0079DD;
}

.try-buy-modal .content-01 .form-item label {
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #64748B;
    overflow: unset;
    width: auto;
    height: auto;
    clip: unset;
    margin: 0px;
    top: 16px;
    left: 11px;
    padding: 0 5px;
    pointer-events: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: white;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.try-buy-modal .content-01 .form-item.focused label {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    top: -10px;
}

.try-buy-modal .content-01 .form-item.blue label {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    top: -10px;
    color: #0079DD;
}

.try-buy-modal .content-01 .form-item.has-error label {
    color: #E94A6F !important;
}

/* Buy Now Form */
.nessus-pro-buy-now-modal label {
    padding: 4px 10px;
}

.nessus-pro-buy-now-modal .nessus-bundle-button {
    margin-top: 16px;
    margin-bottom: 10px;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
}

#buy-nessus-pro {
    padding-bottom: 10px;
    padding-top: 10px;
}

.nessus-pro-buy-vat {
    margin-bottom: 0;
}

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

    .try-buy-modal .content-01 .modal-heading {
        max-width: 460px;
        margin: 0 auto 13px;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        background-position: center top;
        padding: 24px 0 0px;
        background-size: auto 874px;
    }

    .hero-section .hero-form-wrap {
        padding: 25px 20px 30px;
    }

    .try-buy-modal .content-01 .modal-heading {
        font-size: 24px;
    }

    .first-step .clearfix {
        flex-wrap: wrap;
    }

    .first-step .clearfix>div {
        max-width: 100%;
    }

    .try-buy-modal .content-01 .form-item {
        margin: 0 0 20px;
    }
}

/*form style*/
.mfp-wrap .mfp-close {
    display: none;
}

/* Award section */
.award-section h2 {
    color: #041E42;
    text-align: center;
    font-size: 46px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 58px;
}

.award-section h2 span {
    display: inline-block;
}

.award-section .award-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.award-section .award-wrapper .award-box {
    max-width: calc(33% - 51.4px);
    width: 100%;
    background: #FFF;
    text-align: center;
    padding: 0 5px;
    box-shadow: 0px 2px 40px 0px rgba(0, 121, 221, 0.30);
}

.award-section .award-wrapper .award-box img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #E5F2FC;
}

.award-section .award_content {
    padding: 31px 0 35px;
}

.award-section .award-wrapper .award-box h3 {
    color: #041E42;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin: 0 0 18px;
}

.award-section .award-wrapper .award-box a {
    color: #041E42;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    max-width: fit-content;
}

.award-section .award-wrapper .award-box a svg {
    position: relative;
    top: 5px;
}

.award-section .award-wrapper .award-box a:hover svg {
    transform: translateX(4px);
}

@media (max-width: 1023.98px) {
    .award-section {
        padding: 82px 0 0;
    }

    .award-section .container {
        padding: 0 40px;
    }

    .award-section h2 {
        font-size: 34px;
        line-height: 124%;
    }

    .award-section .award-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .award-section .award-wrapper .award-box {
        max-width: 100%;
        display: flex;
        padding: 0 40px 0 10px;
        margin: 0 0 40px;
    }

    .award_img {
        max-width: 306px;
        width: 100%;
        flex-shrink: 0;
        margin-right: 20px;
    }

    .award-section .award_content {
        padding: 30px 0 38px;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .award-section .award-wrapper .award-box h3 {
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .award-section {
        padding: 68px 0 0;
    }

    .award-section .container {
        padding: 0 20px;
    }

    .award-section h2 {
        font-size: 28px;
        line-height: 120%;
        margin: 0 0 60px;
    }

    .award-section .award-wrapper .award-box {
        flex-direction: column;
        padding: 0 3px;
        margin: 0 0 20px;
    }

    .award_img {
        max-width: 100%;
        margin: 0;
    }

    .award-section .award_content {
        padding: 30px 8px 37px;
    }

    .award-section .award-wrapper .award-box h3 {
        text-align: center;
        margin: 0 0 16px;
    }

    .award-section .award-wrapper .award-box a {
        margin: 0 auto;
    }
}

/* Badge Section */
.badge-section {
    padding: 106px 0 66px;
}

.badge-section .badge-title {
    color: #041E42;
    text-align: center;
    font-size: 46px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 60px;
}

.badge-wrapper {
    max-width: 803px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.badge-wrapper img {
    max-width: 114px;
    width: 100%;
}

@media (max-width: 1023.98px) {
    .badge-section {
        padding: 64px 0 0;
    }

    .badge-section .container {
        padding: 0 40px;
    }

    .badge-section .badge-title {
        font-size: 34px;
        line-height: 124%;
        font-weight: 500;
    }
}

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

    .badge-section .container {
        padding: 0 20px;
    }

    .badge-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 60px;
    }

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

    .badge-section .badge-title br {
        display: none;
    }

    .badge-wrapper img {
        margin: 0 0 12px;
    }

    .badge-wrapper img:last-child {
        margin: -12px 0 0;
    }
}

/* Try tenable vernalibily management section */
.try-tenable-vulnerability-section {
    padding: 94px 0 0;
}

.try-tenable-vulnerability-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 0 104px;
}

.try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box {
    max-width: calc(33.313% - 64px);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}

.try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    top: -130px;
    width: 329.28px;
    height: 366px;
    filter: drop-shadow(0px 2px 55px rgba(0, 135, 245, 0.18));
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"440\" height=\"477\" viewBox=\"0 0 440 477\" fill=\"none\"><g opacity=\"0.304308\" filter=\"url(%23filter0_d_4668_1340)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M204.346 415.394C211.972 419.74 221.119 420.548 229.307 417.795C231.14 417.179 232.918 416.397 234.629 415.419L368.663 339.172C378.213 333.753 384.153 323.555 384.159 312.558L384.28 160.487C384.29 149.504 378.374 139.293 368.84 133.846L234.934 57.4002C225.607 52.0687 214.001 52.0543 204.651 57.3736L70.6163 133.622C61.0675 139.04 55.1323 149.254 55.1227 160.236L54.9999 312.307C54.9958 323.304 60.912 333.516 70.441 338.947L204.346 415.394Z\" fill=\"url(%23paint0_linear_4668_1340)\"/><\/g><defs><filter id=\"filter0_d_4668_1340\" x=\"0\" y=\"0.392822\" width=\"439.28\" height=\"476\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"2\"/><feGaussianBlur stdDeviation=\"27.5\"/><feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0.529412 0 0 0 0 0.960784 0 0 0 0.180679 0\"/><feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_4668_1340\"/><feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_4668_1340\" result=\"shape\"/><\/filter><linearGradient id=\"paint0_linear_4668_1340\" x1=\"79.0514\" y1=\"380.479\" x2=\"79.0514\" y2=\"67.946\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"%23C9E3F8\" stop-opacity=\"0.01\"/><stop offset=\"1\" stop-color=\"white\"/><\/linearGradient><\/defs><\/svg>");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 329px;
    height: 100%;
    filter: drop-shadow(0px 2px 55px rgba(0, 135, 245, 0.18));
}

.try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box-title {
    color: #041E42;
    font-size: 46px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 19px;
}

.try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box-subtitle {
    color: #041E42;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.try-tenable-vulnerability-section .dummy-cta {
    max-width: 359px;
    width: 100%;
    height: 56px;
    border-radius: 100px;
    background: #041E42;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    line-height: 56px;
    text-align: center;
    margin: 0 auto;
}

.try-tenable-vulnerability-section .dummy-cta:hover,
.try-tenable-vulnerability-section .dummy-cta:active {
    background-color: #FFB900;
    color: #041E42;
}

@media (max-width: 1099.98px) and (min-width: 1023.98px) {
    .try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box::after {
        width: 270px;
    }
}

@media (max-width: 1023.98px) {
    .try-tenable-vulnerability-section {
        padding: 158px 0 0;
    }

    .try-tenable-vulnerability-section .container {
        padding: 0 40px;
    }

    .try-tenable-vulnerability-wrapper {
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 69px;
        margin: 0 auto 49px;
    }

    .try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box {
        max-width: 261px;
    }

    .try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box:not(:last-child) {
        margin: 0 0 61px;
    }

    .try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box-title {
        font-size: 34px;
        line-height: 124%;
    }

    .try-tenable-vulnerability-wrapper .try-tenable-vulnerability-box::after {
        top: -93px;
    }
}

@media (max-width:767.98px) {
    .try-tenable-vulnerability-section .container {
        padding: 0 20px;
    }

    .try-tenable-vulnerability-section {
        padding: 90px 0 0;
    }
}

/* accordion section */
.risks-section {
    padding: 301px 0 47px;
    background-image: url("https://www.tenable.com/lp/campaigns/22/try-tenable-vm/images/desktop-tablet.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.risks-section .container {
    margin: 0 auto;
    max-width: 1210px;
    width: 100%;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.risks-section .heading {
    color: #ffffff;
    font-size: 46px;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    max-width: 936px;
    width: 100%;
    margin: 0 auto 64px;
}

.risks-section .risks-section-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 0 140px;
}

.risks-section .risks-img-wrapper {
    height: 100%;
    max-width: 550px;
    width: 100%;
    margin-right: 20px;
    position: relative;
}

.risks-faq-wapper {
    max-width: 550px;
    width: 100%;
}

.risks-section .risks-img-wrapper .faq-img {
    display: none;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    margin-top: 28px;
}

.risks-section .risks-img-wrapper .faq-img img {
    width: 100%;
    border-radius: 6.154px;
    box-shadow: 0px 32.308px 64.615px 0px rgba(0, 0, 0, 0.08);
}

.risks-section .risks-img-wrapper .faq-img.open {
    display: block;
}

.risks-section-wrapper img.active {
    display: block;
}

.risks-section .faq-item .faq-img-mbl {
    display: none !important;
}

.risks-section .faq-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 68px;
    color: rgba(255, 255, 255, 0.80);
    position: relative;
    cursor: pointer;
    height: 68px;
    border-bottom: 1px solid rgba(255, 254, 254, 0.20);
}

.risks-section .faq-title:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_4807_1798)'%3E%3Cpath d='M3.75 12.1069H20.25' stroke='%23FFA400' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 3.85693V20.3569' stroke='%23FFA400' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4807_1798'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.106934)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 24px 24px;
    content: "";
    position: absolute;
    right: 0;
    top: 22px;
    width: 24px;
    height: 24px;
}

.risks-section .faq-title .border-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

.risks-section .faq-title .border-wrap .progress {
    background-color: #FFA400;
    width: 0%;
    height: 2px;
    -webkit-transition: width 5s linear;
    -o-transition: width 5s linear;
    transition: width 5s linear;
    visibility: hidden;
}

.risks-section .faq-title.open .border-wrap .progress {
    width: 100%;
    visibility: visible;
}

.risks-section .faq-title.open:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_4807_1790)'%3E%3Cpath d='M3.75 12.1069H20.25' stroke='%23FFA400' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4807_1790'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.106934)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.risks-section .faq-title.selected .border-wrap {
    background-color: #FFA400;
}

.risks-section .faq-title.selected .border-wrap .progress {
    visibility: hidden;
}

.risks-section .faq-text {
    display: none;
    padding: 23px 0 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.risks-section .faq-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px;
    color: var(--Utility-300, #CBD5E1);
}

.risks-section .faq-title.open {
    color: var(--Accents-Sunrise, #FFA400);
}

/* try ree section */
.try-free {
    padding: 81px 0 80px;
    border-radius: 60px;
    text-align: center;
    background: linear-gradient(180deg, #000075 -0.11%, rgba(0, 0, 57, 0.00) 52.82%, rgba(0, 0, 38, 0.00) 88.02%);
}

.try-free h4 {
    color: #FFF;
    font-size: 46px;
    font-weight: 500;
    line-height: 56px;
    margin: 0 auto 35px;
}

.try-free a {
    display: block;
    width: 335px;
    height: 46px;
    margin: 0 auto;
    border-radius: 100px;
    border: 2px solid #FFB900;
    color: #FFB900;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    line-height: 46px;
}

.try-free a:hover,
.try-free a:active {
    background-color: #FFA400;
    color: #041E42;
}

@media screen and (min-width: 1921px) {
    .risks-section {
        background-image: url("data:image/svg+xml,<svg width=\"1440\" height=\"1568\" viewBox=\"0 0 1440 1568\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M-1431.5 755.042L436.913 70.9654C518.076 41.6782 606.923 41.6782 688.086 70.9654L1544.82 380.114L3775.5 1184.65L3707.5 3098.5H688.086H-2509V1184.65L-1431.5 755.042Z\" fill=\"%23FFB900\"/><path d=\"M-1164 706.393L704.413 22.3169C785.576 -6.97022 874.423 -6.97023 955.586 22.3169L1812.32 331.465L4043 1136V2951H955.586H-2241.5V1136L-1164 706.393Z\" fill=\"url(%23paint0_linear_4668_1360)\"/><defs><linearGradient id=\"paint0_linear_4668_1360\" x1=\"866.5\" y1=\"1386.5\" x2=\"900.427\" y2=\"0.351428\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"%23000026\"/><stop offset=\"1\" stop-color=\"%2300005B\"/><\/linearGradient><\/defs><\/svg>");
        background-size: 100%;
    }
}

@media screen and (max-width: 1140px) {
    .risks-section {
        padding: 308px 0 100px;
    }

    .risks-section .container {
        padding: 0 40px;
    }

    .risks-section .heading {
        padding: 0 100px;
    }
}

@media screen and (max-width: 1023.98px) {
    .risks-section {
        background-image: url("https://www.tenable.com/lp/campaigns/22/try-tenable-vm/images/feature_768.svg");
        padding: 182px 0 0;
        margin-top: 98px;
        background-position: top left 60%;
    }

    .risks-section .container {
        padding: 0 40px;
        max-width: 768px;
    }

    .risks-section .heading {
        padding: 0;
        margin-bottom: 65px;
        font-size: 34px;
        line-height: 124%;
    }

    .risks-section .risks-section-wrapper {
        width: 100%;
        margin-bottom: 108px;
    }

    .risks-section .risks-img-wrapper {
        display: none !important;
    }

    .risks-section .faq-item .faq-img-mbl {
        display: block !important;
        width: 100%;
        margin-bottom: 13px;
    }

    .risks-section .faq-item .faq-img-mbl img {
        width: 100%;
        border-radius: 10px;
    }

    .risks-section .risks-img-wrapper {
        grid-row: 1;
        max-width: 100%;
    }

    .risks-section .risks-img-wrapper .faq-img {
        margin-top: 0;
    }

    .risks-section .risks-img-wrapper .faq-img img {
        max-width: 100%;
        border-radius: 16px;
    }

    .risks-section .risks-faq-wapper {
        max-width: 100%;
    }
}

@media screen and (max-width: 767.98px) {
    .risks-section {
        background-image: url("https://www.tenable.com/lp/campaigns/22/try-tenable-vm/images/feature_375.svg");
        padding: 100px 0 0;
        margin-top: 78px;
    }

    .risks-section .container {
        padding: 0 20px;
        max-width: 375px;
    }

    .risks-section .risks-section-wrapper {
        margin: 0 0 76px;
    }

    .risks-section .heading {
        font-size: 28px;
        line-height: 120%;
        padding: 0;
        margin-bottom: 32px;
    }

    .risks-section .faq-title:before {
        top: 50%;
        transform: translateY(-50%);
    }

    .risks-section .faq-item .faq-img-mbl img {
        max-width: 100%;
        border-radius: 3px;
    }

    .risks-section .faq-title {
        font-size: 20px;
        line-height: 150%;
        height: auto;
        padding: 16px 60px 16px 0;
    }

    .try-free {
        padding: 30px 0;
        border-radius: 30px;
        margin: 0 0 60px;
    }

    .try-free h4 {
        font-size: 28px;
        line-height: 120%;
        margin: 0 auto 37px;
    }
}

/* accordion section ends*/

/* footer section start*/
.footer {
    padding: 22px 0 26px;
    text-align: center;
}

.footer .container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .copyright {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    font-weight: 400;
    margin-right: 90px;
}

.footer .footer-links {
    color: #FFFFFF;
}

.footer .hidden-separator {
    color: #FFFFFF;
    margin: 0 4px;
}

.footer-links a {
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    margin: 0 4px;
}

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

@media screen and (max-width: 1023.98px) {
    .footer .container {
        max-width: 768px;
    }

    .footer .copyright {
        margin: 0 0 16px;
    }

    .hidden-separator {
        display: none;
    }

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

@media(max-width:767.98px) {
    .footer .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .footer-links {
        display: grid;
        grid-template-columns: repeat(5, auto);
        justify-content: center;
    }

    .footer .footer-links a:nth-child(2) {
        grid-column: 1 / 6;
        grid-row: 1;
        margin: 0 -4px 16px;
    }

    .footer .footer-links span {
        display: none;
    }
}

/* footer section ends*/
/* Popup for Image */
/* popup */
.lightbox-opened-mask.img {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.lightbox-opened.img {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: auto;
    top: 0px;
    left: 0px;
    padding: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.lightbox-opened.img .lightbox-content {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}

.lightbox-opened.img .main-img {
    max-height: -o-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
}

.lightbox-opened.img .close {
    position: absolute;
    max-width: 48px;
    width: 100%;
    max-height: 48px;
    height: 100%;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.1);
    right: -48px;
    padding: 0;
    top: -48px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.lightbox-opened.img .close:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.lightbox-opened.img .close:focus {
    outline: none;
}

.lightbox-opened.img .close img {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: auto;
    width: 14px;
    height: 14px;
}

@media screen and (max-width: 991.98px) {
    .lightbox-opened.img .close {
        right: -41px;
    }
}

@media screen and (max-width: 767.98px) {
    .lightbox-opened.img .close {
        max-width: 48px;
        max-height: 48px;
        right: 16px;
        top: 16px;
        position: fixed;
    }

    .lightbox-opened.img .close img {
        width: 14px;
        height: 14px;
    }

    .lightbox-opened.img {
        padding: 0 0 0 16px;
    }

    .lightbox-opened.img .lightbox-inner {
        overflow-x: scroll;
    }

    .lightbox-opened.img .main-img {
        max-height: -o-calc(100vh - 172px);
        max-height: calc(100vh - 172px);
        max-width: none;
        margin-right: 16px;
    }
}

@media screen and (max-device-width: 767.98px) and (orientation: landscape) {
    .lightbox-opened.img .lightbox-inner {
        overflow-x: initial;
    }

    .lightbox-opened.img .main-img {
        max-height: -o-calc(100vh - 100px);
        max-height: calc(100vh - 100px);
    }

    .lightbox-opened.img .close {
        position: absolute;
        top: -12px;
        right: 5px;
        max-width: 25px;
        max-height: 25px;
    }

    .lightbox-opened.img .close img {
        width: 9px;
        height: 9px;
    }
}

/* Scroll Up Button */
.scrollup {
    opacity: 1;
    position: fixed;
    bottom: 36px;
    right: 0px;
    display: none;
    width: 150px;
    height: 48px;
    border-radius: 30px 0px 0px 30px;
    background-color: #0079DD;
    color: #fff;
    text-decoration: none;
    z-index: 1;
}

.scrollup>div {
    padding: 4px 0 0 5px;
}

.scrollup img {
    float: left;
    margin-right: 5px;
    width: 40px;
}

.scrollup span {
    font-family: Fira Sans, system-ui, -apple-system, roboto, "segoe ui", sans-serif;
    padding: 10px 0;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
}

.scrollup:hover,
.scrollup:active,
.scrollup:focus {
    -webkit-box-shadow: 0 5px 27px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 27px 2px rgba(0, 0, 0, 0.08);
    background-color: #006BC4;
}

.scrollup:focus,
.scrollup:visited {
    outline: 0;
}

/*///
  ////// MODAL //////////
  /////*/
.overflow-hidden {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.mfp-wrap ::-moz-selection {
    background: #00a5b5;
    color: #fff;
    text-shadow: none;
}

.mfp-wrap ::selection {
    background: #00a5b5;
    color: #fff;
    text-shadow: none;
}

.mfp-wrap h1,
.mfp-wrap h2,
.mfp-wrap h3,
.mfp-wrap h4,
.mfp-wrap h5,
.mfp-wrap h6,
.mfp-wrap p {
    margin: 0;
}

.mfp-wrap h3 {
    font-size: 1.5em;
    margin: 1em 0 .25em;
    color: #00839b;
}

.mfp-wrap p {
    margin: 0 0 1em;
}

.mfp-wrap .line {
    line-height: 1.1;
}

.mfp-wrap b,
.mfp-wrap strong,
.mfp-wrap .field-label {
    font-weight: 600;
    color: #425363;
}

.mfp-wrap .white-text,
.mfp-wrap .text-white {
    color: #fff !important;
}

.mfp-wrap .clearfix,
.mfp-wrap .org-question,
.mfp-wrap .in-title-nav,
.try-buy-modal.banner-title,
.mfp-wrap .container,
.mfp-wrap .row,
.mfp-wrap .mobile-grid,
.mfp-wrap .page-title .menu,
.mfp-wrap .page-title .subnav,
.mfp-wrap .subnav nav,
.mfp-wrap .subnav .menu,
.mfp-wrap .legend__content,
.mfp-wrap .tech-select__item {
    zoom: 1;
}

.mfp-wrap [id^=t-eval-] .invalid,
.mfp-wrap [id^=t-npo-] .invalid {
    border-color: #e24301 !important;
}

.mfp-wrap .eval-error {
    color: #e24301;
}

.mfp-wrap .clearfix:after,
.mfp-wrap .org-question:after,
.mfp-wrap .in-title-nav:after,
.mfp-wrap .banner-title:after,
.mfp-wrap .container:after,
.mfp-wrap .row:after,
.mfp-wrap .mobile-grid:after,
.mfp-wrap .page-title .menu:after,
.mfp-wrap .page-title .subnav:after,
.mfp-wrap .subnav nav:after,
.mfp-wrap .subnav .menu:after,
.mfp-wrap .legend__content:after,
.mfp-wrap .tech-select__item:after {
    clear: both;
}

.last {
    margin-right: 0 !important;
}

select {
    background: #fff;
    border: 1px solid #ccc;
    display: block !important;
    width: 100%;
    height: 2.5em;
    padding: .5em;
}

/* IE Buy now setting */

.mfp-wrap .try-buy-modal__form input[type=range]::-ms-thumb {
    -webkit-box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #00a5b5;
    cursor: pointer;
    margin-top: -0.5em;
}

.mfp-wrap .try-buy-modal__form input[type=range]::-ms-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}

.mfp-wrap .try-buy-modal__form input[type=range]:focus::-ms-fill-lower {
    background: #ddd;
}

.mfp-wrap .try-buy-modal__form input[type=range]::-ms-fill-lower {
    background: #ddd;
    border: 0px solid #000101;
    border-radius: 50px;
}

.mfp-wrap .try-buy-modal__form input[type=range]:focus::-ms-fill-upper {
    background: #ddd;
}

.mfp-wrap .try-buy-modal__form input[type=range]::-ms-fill-upper {
    background: #ddd;
    border: 0px solid #000101;
    border-radius: 50px;
}

.mfp-wrap .try-buy-modal__form select {
    border: 1.5px solid #CBD5E1 !important;
    border-radius: 9px !important;
    display: block;
    height: 50px;
    padding: 12px 32px 12px 12px !important;
    width: 100%;
    outline: none;
    vertical-align: middle;
    font-size: 14px;
    color: #041E42 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M13.3334 8.3335L10.0001 11.6668L6.66675 8.3335\" stroke=\"%2365758C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><\/svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.mfp-wrap .hmb {
    margin-bottom: .5em;
}

.mfp-wrap .hmt {
    margin-top: .5em;
}

.mfp-wrap .btn-large {
    font-size: 1.25em;
    padding: .5em 1em;
}

.mfp-wrap .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.mfp-wrap .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

button,
.mfp-wrap input[type="button"],
input[type="reset"],
.mfp-wrap input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.mfp-wrap .btn,
.mfp-wrapbutton,
.mfp-wrap.mfp-wrap .form-submit,
.mfp-wrapinput[type=submit] {
    color: #425363;
    background: #eeeff0;
    line-height: 1.1;
    text-align: center;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    padding: .5em 1.5em;
    vertical-align: middle;
    cursor: pointer;
}

.btn-primary,
.form-submit,
.mfp-wrap input[type=submit] {
    color: #fff !important;
    background-color: #00a5b5;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
.mfp-wrap input[type="button"].btn-block {
    width: 100%;
}

.mfp-wrap input[type="submit"] {
    background-color: #f87b1e;
    width: 100%;
}

.mfp-wrap input[type="submit"]:hover,
.mfp-wrap input[type="submit"]:focus {
    background-color: #d16617;
}

.mfp-wrap small {
    font-size: .75em;
}

.mfp-wrap a {
    background: transparent;
    color: #00a5b5;
    text-decoration: none;
}

.mfp-wrap a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.mfp-wrap a:active,
a:hover {
    outline: 0;
}

.mfp-wrap .hidden {
    display: none;
}

.mfp-wrap .textcenter {
    text-align: center;
}

.mfp-wrap a.btn,
.mfp-wrap .btn>a {
    font-weight: normal;
}

.mfp-wrap [id^=t-eval-] .error-msg,
.mfp-wrap [id^=t-npo-] .error-msg {
    background: #e24301;
    color: #fff;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 3px;
}

.mfp-wrap form {
    max-width: none !important;
    width: 100% !important;
}

.mfp-wrap form fieldset,
.mfp-wrap .form-item {
    margin: 0 0 1em;
}

.mfp-wrap label {
    color: #425363;
}

.mfp-wrap .visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

.mfp-wrap form fieldset label,
.mfp-wrap form .form-item label {
    display: block;
    margin: 0 0 .25em;
    font-weight: 600;
}

.mfp-wrap .btn-2017,
.mfp-wrap .mediasub--pr .mediasub__group .views-submit-button input {
    display: inline-block;
    -webkit-transition: background-color .3s ease, border-color .3s ease, color .3s ease;
    -o-transition: background-color .3s ease, border-color .3s ease, color .3s ease;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease;
    margin: 0 0.1em 0.5em 0.1em;
    padding: .5em 1.58em;
    font-size: 1.0625em;
    border-radius: 4px;
}

.mfp-wrap .btn-2017--large,
.mfp-wrap .mediasub--pr .mediasub__group .views-submit-button input {
    padding: .75em 2em;
}

.mfp-wrap .btn-2017--orange {
    border: 2px solid #f87b1e;
    background-color: #f87b1e;
    color: #fff;
}

.mfp-wrap .btn-2017--orange:hover {
    background-color: #d16617;
    border-color: #d16617;
    text-decoration: none;
}

.mfp-wrap .mt {
    margin-top: 1em;
}

.mfp-wrap h1,
.mfp-wrap h2,
.mfp-wrap h3,
.mfp-wrap h4,
.mfp-wrap .field-collection-container .field-name-field-event-topic,
.mfp-wrap h5,
.mfp-wrap h6 {
    line-height: 1.2;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    color: #425363;
}

.mfp-wrap h2 {
    font-size: 2.5em;
    margin: 0 0 .25em;
    color: #00839b;
}

/* MFP */
.mfp-container>.mfp-content {
    margin-top: 2em;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-bg {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-wrap .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 2.5em;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-wrap .mfp-close {
    bottom: -50px;
    right: -11px;
    top: auto;
    color: #fff;
}

button.mfp-close:hover {
    background: transparent;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

/* Modal */
.mfp-wrap .try-buy-modal__nav {
    width: 100%;
    border-bottom: 0px solid #005f9b;
}

.mfp-wrap .try-buy-modal__nav a {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    background-color: #ffffff;
    color: #64748B;
    font-size: 16px;
    line-height: 150%;
    padding: 10px 0px;
    text-align: center;
    position: relative;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    border-radius: 5px 0 0 0;
    font-family: 'Aeonik Pro';
}

.mfp-wrap .try-buy-modal__nav a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0px;
    background-color: #E9EBED;
}

.mfp-wrap .try-buy-modal__nav a:nth-of-type(2) {
    border-radius: 0 5px 0 0;
}

.mfp-wrap .try-buy-modal__nav::after {
    display: block;
    content: "";
    clear: both;
}

.mfp-wrap .try-buy-modal__nav a span {
    display: none;
}

.mfp-wrap .try-buy-modal__nav a.js-active span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-wrap .try-buy-modal__nav a.js-active {
    color: #041E42;
    font-weight: 700;
}

.mfp-wrap .try-buy-modal__nav a.js-active:after {
    background-color: #041E42;
}

.mfp-wrap .js-tab-content {
    display: none;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.mfp-wrap .try-buy-modal__content {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 25px;
    display: none;
    -webkit-animation-name: fadeIn !important;
    animation-name: fadeIn !important;
}

.mfp-wrap .js-tab-content.js-active {
    display: block;
}

.mfp-wrap .try-buy-modal__content.js-active {
    display: block;
}

.mfp-wrap .try-buy-modal__content h3 {
    color: #575757;
    font-weight: 400;
    font-size: 24px;
    margin-top: 0;
    line-height: 1.2;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.mfp-wrap .try-buy-modal__content .tagline {
    display: block;
    color: #00a5b5;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.mfp-wrap .try-buy-modal__form {
    margin-top: 20px;
}

.mfp-wrap .mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-wrap .try-buy-modal__form .error-msg {
    display: none !important;
}

.try-buy-modal .content-01 .form-item {
    position: relative;
}

.try-buy-modal .content-01 .form-item select option {
    padding: 0px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #425363;
}

.try-buy-modal input:-webkit-autofill,
.try-buy-modal input:-webkit-autofill:hover,
.try-buy-modal input:-webkit-autofill:focus,
.try-buy-modal input:-webkit-autofill:active,
.try-buy-modal select:-webkit-autofill,
.try-buy-modal select:-webkit-autofill:hover,
.try-buy-modal select:-webkit-autofill:focus,
.try-buy-modal select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #041E42;
}

.try-buy-modal .content-01 .form-item input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-01 .form-item input::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-01 .form-item input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-01 .form-item input:-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-01 .form-item.has-error input,
.try-buy-modal .content-01 .form-item.has-error select {
    border-: 1px solid #FF0000 !important;
}

/* first step */
.first-step.hide {
    display: none;
}

.first-step .input-errors {
    background: rgba(255, 0, 0, 0.04);
    border-radius: 3px;
    padding: 8px 16px;
    margin-top: 10px;
    display: none;
}

.first-step .input-errors.active {
    display: block;
}

.first-step .input-errors p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FF0000;
    margin-bottom: 0px;
    text-align: left;
}

.first-step .btn-next img {
    display: none;
}

.first-step .btn-next:hover img,
.first-step .btn-next:active img {
    background: url("data:image/svg+xml,<svg width=\"16\" height=\"12\" viewBox=\"0 0 16 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.57244 1L14.6667 6M14.6667 6L9.57244 11M14.6667 6H1.33334\" stroke=\"%23041E42\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><\/svg>");
    font-size: 0;
    object-position: -99999px 99999px;
}

.first-step .btn-next {
    display: block;
    background: transparent;
    width: 100%;
    height: 56px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #041E42;
    margin-top: 8px;
    padding: 16px 0px;
    border-radius: 100px;
    border: 2px solid #041E42;
    cursor: pointer;
}

@media (hover:hover) {

    .first-step .btn-next:hover,
    .first-step .btn-next:active {
        background-color: #041E42;
        color: #FFFFFF;
    }
}

/*second tab*/
.second-step.hide {
    display: none;
}

.second-step {
    margin-top: -39px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    grid-column-gap: 25px;
}

.second-step .second-step-head {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 17px;
    margin-bottom: 40px;
}

.second-step .second-step-head .back-arrow {
    color: #0079DD;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.second-step .second-step-head .back-arrow img {
    margin-right: 10px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.second-step .second-step-head .back-arrow:hover {
    cursor: pointer;
}

.second-step .second-step-head .step-no {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #425363;
    margin-bottom: 0px;
}

.try-buy-modal .content-01 .second-step .form-item {
    margin-bottom: 36px;
}

.try-buy-modal .content-01 .second-step .form-item:nth-child(6),
.try-buy-modal .content-01 .second-step .form-item:nth-child(7) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.try-buy-modal .content-01 .second-step .input-checkbox {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-top: -16px;
    margin-bottom: 18px;
}

.try-buy-modal .content-01 .second-step .input-checkbox p {
    margin-bottom: -1px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #64748B;
    max-width: 540px;
    text-align: left;
}

.try-buy-modal .content-01 .second-step .input-checkbox small {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px !important;
    display: inline-block;
    color: #768693;
    text-align: left;
}

.try-buy-modal .content-01 .second-step .input-checkbox a {
    color: #041E42;
}

.try-buy-modal .content-01 .second-step .wrap-btn {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.try-buy-modal .content-01 .second-step .wrap-btn input {
    background: transparent;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    color: #041E42 !important;
    line-height: normal;
    padding: 15px 16px 14px;
    margin-top: 6px;
    border: 2px solid #041E42;
}

@media (hover:hover) {
    .try-buy-modal .content-01 .second-step .wrap-btn input:hover {
        background: #041E42;
        color: #FFFFFF !important;
    }
}

.second-step .input-errors {
    background: rgba(255, 0, 0, 0.04);
    border-radius: 3px;
    padding: 8px 16px;
    margin-top: -14px;
    margin-bottom: 34px;
    display: none;
}

.second-step .input-errors.active {
    display: -ms-grid;
    display: grid;
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.second-step .input-errors p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FF0000;
    margin-bottom: 0px;
    text-align: left;
}

.second-step .input-errors p strong {
    display: none;
}

.second-step .input-errors br:nth-child(2) {
    display: none;
}

@-webkit-keyframes shake {
    from {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
}

@keyframes shake {
    from {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
}

/*second tab*/
.try-buy-modal .content-02 .modal-heading {
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    color: #041E42;
    text-align: center;
    margin-bottom: 12px;
    max-width: 540px;
}

.try-buy-modal .content-02 .tagline {
    display: none;
}

.try-buy-modal .content-02 p.textcenter {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #415465;
    margin-bottom: 25px;
    max-width: 540px;
}

.try-buy-modal .content-02 p.textcenter strong {
    font-weight: 400 !important;
    color: #425363 !important;
}

.try-buy-modal .content-02 .try-buy-modal__slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    color: #425363;
}

.try-buy-modal .content-02 .try-buy-modal__slider .minus-one {
    left: 0px;
    top: 0px;
    font-size: 46px;
    line-height: 0px;
    padding: 0px 0px 6px;
    margin: 0px;
    width: 44px;
    height: 44px;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    color: #0079DD;
    background: #FFFFFF;
    border: 1px solid #E9EBED;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
}

@media(hover: hover) {
    .try-buy-modal .content-02 .try-buy-modal__slider .minus-one:hover {
        border: 1px solid #0079DD;
    }
}

.try-buy-modal .content-02 .try-buy-modal__slider span {
    font-weight: 600;
    font-size: 52px;
    line-height: 100%;
    color: #041C3C;
    margin: 0 9px 0 0;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.try-buy-modal .content-02 .try-buy-modal__slider .plus-one {
    left: 0px;
    top: 0px;
    font-size: 41px;
    line-height: 0px;
    padding: 0;
    margin: 0px;
    width: 44px;
    height: 44px;
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    color: #0079DD;
    background: #FFFFFF;
    border: 1px solid #0079DD;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
}

@media(hover: hover) {
    .try-buy-modal .content-02 .try-buy-modal__slider .plus-one:hover {
        border: 1px solid #0079DD;
    }
}

.try-buy-modal .content-02 .tio-vm-assets {
    max-width: 540px;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 23px 0px 30px;
    background-color: #E9EBED;
    background-image: -o-linear-gradient(#0079DD, #0079DD);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0079DD), to(#0079DD));
    background-image: linear-gradient(#0079DD, #0079DD);
    -webkit-appearance: none;
    background-size: 0% 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    height: 12px;
}

.try-buy-modal .content-02 input[type=range]::-webkit-slider-runnable-track {
    height: 12px !important;
    background: transparent;
    border-radius: 5px;
}

.try-buy-modal .content-02 input[type=range]::-moz-range-track {
    height: 12px !important;
    background: transparent;
    border-radius: 5px;
}

.try-buy-modal .content-02 input[type=range]::-ms-track {
    height: 12px !important;
    background: transparent;
    border-radius: 5px;
}

.try-buy-modal .content-02 input[type=range]::-webkit-slider-thumb {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #00a5b5;
    margin-top: -7px;
    background-image: radial-gradient(#fbfbfb 30%, #0079DD 34%);
    border: 2px solid #FFFFFF;
}

.try-buy-modal .content-02 input[type=range]::-moz-range-thumb {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #00a5b5;
    margin-top: -7px;
    background-image: radial-gradient(#fbfbfb 30%, #0079DD 34%);
    border: 2px solid #FFFFFF;
}

.try-buy-modal .content-02 input[type=range]::-ms-thumb {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #00a5b5;
    margin-top: -7px;
    background-image: radial-gradient(#fbfbfb 30%, #0079DD 34%);
    border: 2px solid #FFFFFF;
}

.try-buy-modal .content-02 .indicators+p.textcenter {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #425363;
}

.try-buy-modal .content-02 .tio-vm-pricing {
    margin-top: -13px;
    max-width: 540px;
}

.try-buy-modal .content-02 .tio-vm-pricing .clearfix {
    display: flex;
}

.try-buy-modal .content-02 .tio-vm-pricing .col-sm-4 {
    padding: 0px;
}

.try-buy-modal .content-02 .tio-vm-pricing label {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #005CB9;
    padding: 12px 0px;
    border: 1px solid transparent;
    min-height: unset;
    border-radius: 5px;
    cursor: pointer;
}

.try-buy-modal .content-02 .tio-vm-pricing label br {
    display: none;
}

.try-buy-modal .content-02 .tio-vm-pricing label strong {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #425363;
    display: block;
    margin-top: 3px;
}

.try-buy-modal .content-02 .tio-vm-pricing input:checked+label,
.try-buy-modal .content-02 .tio-vm-pricing input:hover+label {
    background: rgba(0, 121, 221, 0.05);
    border: 1px solid #0079DD;
}

.try-buy-modal .content-02 .tio-vm-pricing input:checked+label strong,
.try-buy-modal .content-02 .tio-vm-pricing input:hover+label strong {
    color: #041C3C;
}

.try-buy-modal .content-02 .tio-vm-pricing a {
    height: 50px;
    background: transparent;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    color: #041E42;
    padding: 14.5px 0px;
    display: block;
    border: 0px;
    width: 100%;
    margin: 48px auto 0px;
    border: 2px solid #041E42;
}

.try-buy-modal .content-02 .tio-vm-pricing a img {
    display: none;
}

@media(hover:hover) {

    .try-buy-modal .content-02 .tio-vm-pricing a:hover,
    .try-buy-modal .content-02 .tio-vm-pricing a:active {
        background-color: #041E42;
        color: #FFFFFF;
    }

    .try-buy-modal .content-02 .tio-vm-pricing a:hover img,
    .try-buy-modal .content-02 .tio-vm-pricing a:active img {
        background: url("data:image/svg+xml,<svg width=\"16\" height=\"12\" viewBox=\"0 0 16 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.57244 1L14.6667 6M14.6667 6L9.57244 11M14.6667 6H1.33334\" stroke=\"%23041E42\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><\/svg>");
        font-size: 0;
        object-position: -99999px 99999px;
    }
    .try-buy-modal .content-02 .tio-vm-pricing a:hover img, 
    .try-buy-modal .content-02 .tio-vm-pricing a:active img {
        background: url("data:image/svg+xml,<svg width=\"16\" height=\"12\" viewBox=\"0 0 16 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.57244 1L14.6667 6M14.6667 6L9.57244 11M14.6667 6H1.33334\" stroke=\"%23041E42\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><\/svg>");
        font-size: 0;
        object-position: -99999px 99999px;
    }
}

/*second tab form with input states*/
.try-buy-modal .content-02 .tio-vm-contact-info {
    margin-top: -14px;
}

.try-buy-modal .content-02 .tio-vm-contact-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #425363;
    margin-bottom: 25px;
    max-width: 100%;
    text-align: center;
}

.try-buy-modal .content-02 .tio-vm-contact-info p a {
    color: #0079DD;
    padding: 0;
}

.try-buy-modal .content-02 .tio-vm-contact-info form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-column-gap: 20px;
    row-gap: 10px;
    grid-row-gap: 10px;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(4) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(9) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.try-buy-modal .content-02 .tio-vm-contact-info form textarea {
    height: 120px !important;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoButtonRow {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-top: -22px;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoButtonRow button {
    width: 100% !important;
    background: transparent !important;
    border-radius: 100px;
    color: #041E42 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: normal;
    border: 2px solid #041E42;
    margin-top: 0px !important;
    padding: 14.5px 0px !important;
}

@media(hover: hover) {
    .try-buy-modal .content-02 .tio-vm-contact-info form .mktoButtonRow button:hover {
        background-color: #041E42 !important;
        color: #FFFFFF !important;
    }
}

.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap {
    position: relative;
}

.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap label {
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 125%;
    color: #64748B !important;
    overflow: unset;
    height: auto;
    clip: unset;
    margin: 0px;
    top: 16px;
    left: 16px;
    pointer-events: none;
    width: auto !important;
    max-width: 90%;
    display: block !important;
    position: absolute;
    padding: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

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

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

.try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap input[name="triggerGDPR"] {
    height: auto;
    padding: 0 !important;
    border: none !important;
}

.try-buy-modal .content-02 .mktoFieldWrap input::-webkit-input-placeholder,
.try-buy-modal .content-02 .mktoFieldWrap textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-02 .mktoFieldWrap input::-moz-placeholder,
.try-buy-modal .content-02 .mktoFieldWrap textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-02 .mktoFieldWrap input:-ms-input-placeholder,
.try-buy-modal .content-02 .mktoFieldWrap textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
}

.try-buy-modal .content-02 .mktoFieldWrap input:-moz-placeholder,
.try-buy-modal .content-02 .mktoFieldWrap textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}

/*input stats*/
.try-buy-modal .content-02 .mktoFieldWrap.blue label {
    color: #0079DD !important;
}

.try-buy-modal .content-02 .mktoFieldWrap.blue input {
    border: 1px solid #0079DD !important;
}

.try-buy-modal .content-02 .mktoFieldWrap.focused label {
    font-size: 14px;
    line-height: 150%;
    top: -11px;
    background: white;
    left: 10px;
    padding: 0px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.try-buy-modal .content-02 .mktoFieldWrap.focused label .mktoAsterix {
    font-size: 12px !important;
}

.try-buy-modal .content-02 .mktoFieldWrap input:focus,
.try-buy-modal .content-02 .mktoFieldWrap select:focus {
    border-bottom: 1px solid #0079DD;
}

.try-buy-modal .content-02 .mktoFieldWrap.has-error label {
    color: #FF0000 !important;
}

.try-buy-modal .content-02 .mktoFieldWrap.has-error input,
.try-buy-modal .content-02 .mktoFieldWrap.has-error select {
    border: 1px solid #FF0000 !important;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(10) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(10) .mktoFormCol {
    margin-top: 5px;
    margin-bottom: 0px !important;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(10) .mktoCheckboxList {
    padding: 0px;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(10) label {
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 24px;
    color: #54606C !important;
    max-width: 100% !important;
    top: 0px;
    padding-left: 12px;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoLogicalField label {
    position: relative;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(10) label:before {
    width: 20px;
    height: 20px;
    border: 1px solid #C8CED4;
    border-radius: 5px !important;
    top: 3px;
    left: 0px;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(10) input:checked+label:before {
    content: '';
    background: url("https://www.tenable.com/lp/campaigns/22/try-tenable-vm/images/check.svg") no-repeat center #0072EF;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(11) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(11) .mktoHtmlText {
    width: 100%;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(11) .gdpr-text {
    max-width: 100% !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px !important;
    color: #828E99;
    text-align: left;
}

.try-buy-modal .content-02 .tio-vm-contact-info form .mktoFormRow:nth-child(11) .gdpr-text small {
    font-size: inherit;
    padding: 0;
}

@media (max-width: 1023.98px) {
    .mfp-wrap .try-buy-modal__content {
        padding-top: 25px;
    }
}

@media (max-width: 900.98px) {
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 767.98px) {
    .mfp-wrap .try-buy-modal__content {
        padding-top: 24px;
    }

    .first-step .btn-next,
    .try-buy-modal .content-02 .tio-vm-pricing a {
        width: 100%;
    }

    .first-step .btn-next {
        margin-top: 5px;
    }

    .try-buy-modal .content-02 .modal-heading {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .try-buy-modal .content-02 .try-buy-modal__slider span {
        font-size: 40px;
    }

    .try-buy-modal .content-02 .tio-vm-pricing .clearfix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 374.98px) {
    .mfp-wrap .try-buy-modal__nav a span {
        right: 15px;
    }
}

.mfp-wrap .btn-link {
    color: #00a5b5;
    background: transparent;
}

.btn:hover,
button:hover,
.form-submit:hover,
input[type=submit]:hover {
    background-color: #e0e2e4;
    text-decoration: none;
    -webkit-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn-link:hover {
    color: #00839b;
    background: transparent;
}

.btn,
button,
.form-submit,
input[type=submit] {
    color: #425363;
    background: #eeeff0;
    line-height: 1.1;
    text-align: center;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    padding: .5em 1.5em;
    vertical-align: middle;
    cursor: pointer;
}

.assets-value {
    text-align: center;
    font-weight: bold;
    font-size: 3em;
    margin: 30px auto;
    color: #425363;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    background: #ddd;
    border-radius: 5px;
}

input[type=range] {
    -webkit-appearance: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 30em;
}

input[type=range]::-webkit-slider-thumb {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #00a5b5;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
    border: 0;
}

input[type="range"]::-moz-range-thumb {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #00a5b5;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
    border: 0;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    background: #ddd;
    border-radius: 5px;
}

input[type=range]:focus {
    outline: none;
}

.mfp-wrap .plus-one,
.mfp-wrap .minus-one {
    font-size: 2em;
    padding: 0 .25em;
    margin: 0 .5em;
    display: inline;
    top: -.3em;
    position: relative;
    border: 1px solid #ddd;
}

.mb {
    margin-bottom: 1em;
}

.mb2 {
    margin-bottom: 2em;
}

.mfp-wrap p {
    margin: 0 0 1em;
}

.col-sm-4 {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 33.3333333333%;
    }
}

@media (min-width: 38em) {
    .tio-vm-pricing label {
        min-height: 132px;
    }
}

.tio-vm-pricing label:hover {
    color: #fff;
    background: #0067B6;
    border: 3px solid #0067B6;
}

.tio-vm-pricing label {
    display: block !important;
    text-align: center;
    border: 3px solid #ececec;
    padding: 1em 2em;
    width: 100%;
    min-height: none;
}

.tio-option {
    display: none;
}

.mfp-wrap .mt2 {
    margin-top: 2em;
}

.tio-vm-price-two-years-discount,
.tio-vm-price-three-years-discount {
    color: #f87b1e;
}

.try-buy-modal__content p,
.try-buy-modal__content strong {
    color: #041E42;
}

.tio-vm-pricing label:hover {
    color: #fff;
    background: #0067B6;
    border: 3px solid #0067B6;
}

.tio-vm-pricing label:hover {
    color: #fff;
    background: #0067B6;
    border: 3px solid #0067B6;
}

.tio-vm-pricing label:hover {
    color: #fff;
    background: #0067B6;
    border: 3px solid #0067B6;
}

.tio-vm-pricing label:hover strong {
    color: #fff;
}

.indicators {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 30em;
    position: relative;
    height: .5em;
    background-image: -o-linear-gradient(left, transparent 50%, #aaa 50%, #aaa 51%, transparent 51%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #aaa), color-stop(51%, #aaa), color-stop(51%, transparent));
    background-image: linear-gradient(90deg, transparent 50%, #aaa 50%, #aaa 51%, transparent 51%);
    background-size: 10%;
    z-index: -1;
}

.mt4 {
    margin-top: 4em;
}

.kilo {
    font-size: 1.25em;
}

.mktoForm .mktoFormRow {
    clear: both;
}

.try-buy-modal__form .tio-vm-contact-info label {
    display: none !important;
}

.try-buy-modal__form .mktoForm input[type=text],
.try-buy-modal__form .mktoForm input[type=password],
.try-buy-modal__form .mktoForm input[type=email],
.try-buy-modal__form .mktoForm input[type=tel],
.try-buy-modal__form .mktoForm input[type=date],
.try-buy-modal__form .mktoForm input[type=datetime-local],
.try-buy-modal__form .mktoForm input[type=number],
.try-buy-modal__form .mktoForm input[type=search],
.try-buy-modal__form .mktoForm input[type=time],
.try-buy-modal__form .mktoForm input[type=url],
.try-buy-modal__form .mktoForm textarea,
.try-buy-modal__form .mktoForm select {
    border: 1px solid #6e757b !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 3px !important;
    display: block;
    padding: 12px 16px !important;
    width: 100%;
    vertical-align: middle;
    font-size: 17px;
    color: #777779 !important;
}

.marketo-2017 .mktoFormCol,
.marketo-2017 .mktoFieldWrap {
    width: 100%;
}

.try-buy-modal__form .mktoForm .mktoField {
    width: 100% !important;
}

.marketo-2017 .mktoGutter,
.marketo-2017 .mktoOffset {
    display: none;
}

.try-buy-modal__form .mktoForm .mktoButton {
    background-color: #f87b1e !important;
}

.marketo-2017 .mktoButton {
    margin-top: 1em !important;
    padding: 1em 1.58em !important;
    font-size: 17px !important;
    border-radius: 4px;
}

.try-buy-modal__form .mktoForm * {
    font-family: 'Barlow', system-ui, -apple-system, roboto, "segoe ui", sans-serif;
}

.btn[disabled],
.btn.disabled,
button[disabled],
button.disabled,
.form-submit[disabled],
.form-submit.disabled,
input[type=submit][disabled],
input[type=submit].disabled {
    cursor: default;
    opacity: 0.375;
}

@media (max-width: 767px) {
    .first-step .clearfix .onehalf {
        margin: 0;
        width: 100%;
    }
}

.badges-wrapper.desk-only img {
    max-width: 160px;
    width: 100%;
}

@media(max-width: 480px) {
    .try-buy-modal .content-02 .tio-vm-contact-info .mktoFieldWrap label, .try-buy-modal .content-01 .form-item label {
        font-size: 14px;
    }

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