/*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;
}
@font-face {
	font-family: 'Radix';
	src: url("../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;
    background: linear-gradient(180deg, rgba(0, 121, 221, 0.23) 0%, rgba(255, 255, 255, 0.06) 43.03%), #FFF;
}

/* 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 */
/* Hero Section */
.hero-section {
    background-image: url("https://www.tenable.com/lp/vulnerability-intelligence/images/hero_1920.svg");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 24px 0 0;
    min-height: 770px;
}
.hero-section .hero-logo h1{
    font-family: 'Radix';
    font-size: 23.34px;
    font-weight: 500;
    line-height: 28.24px;
    color: #fff;
}
.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: 118px;
    margin-top: 67px;
    align-items: start;
}
.hero-section .hero-section-txt{

}
.hero-section .hero-section-heading{
    font-size: 46px;
    font-weight: 500;
    line-height: 120%; 
    color: #fff;
    margin-bottom: 29px;
}
.hero-section .hero-section-heading span{
    color: #FFA400;
}
.hero-section .hero-section-desc{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #CBD5E1;
    margin-bottom: 26px;
}
.hero-section .hero-section-desc:nth-child(3){
    margin-bottom: 0;
}
.hero-section .hero-section-cta a{
    width: 196px;
    height: 56px;
    border: 2px solid #FFA400;
    border-radius: 100px;
    font-size: 16px;
    color: #FFA400 !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin: 29px 0 0;
    justify-content: center;
    text-decoration: none !important;
}
.hero-section .hero-section-cta a svg{
    margin-right: 9px;
}
@media (hover: hover){
    .hero-section .hero-section-cta a:hover{
        background-color: #FFA400;
        color: #041E42 !important;
    }
    .hero-section .hero-section-cta a:hover path{
        fill: #041E42;
    }
}
.hero-section .hero-section-cta a:active{
    background-color: #FFA400;
    color: #041E42 !important;
}
.hero-section .hero-section-cta a:active path{
    fill: #041E42;
}
@media screen and (min-width: 1921px) {
    .hero-section {
        background-image: url("https://www.tenable.com/lp/vulnerability-intelligence/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-section {
        background-image: url("https://www.tenable.com/lp/vulnerability-intelligence/images/hero_768.svg");
        background-position: center bottom;
        padding: 24px 0 208px;
    }
    .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 .hero-section-inner {
        grid-template-columns: 100%;
        margin-top: 35px;
    }
    .hero-section .hero-section-heading{
        font-size: 40px;
        margin-bottom: 39px;
    }
    .hero-section .hero-section-cta a{
        width: 198px;
        margin: 40px 0 0;
    }
}
@media screen and (max-width: 767.98px) {
    .container{
        max-width: 375px;
    }
    .hero-section {
        background-image: url("https://www.tenable.com/lp/vulnerability-intelligence/images/hero_375.svg");
        background-position: center bottom;
        padding: 24px 0 148px;
    }
    .hero-section .container{
        padding: 0 20px;
    }
    .hero-section .hero-logo img {
        height: 54px;
        margin: auto;
        display: block;
    }
    .hero-section .hero-section-heading {
        font-size: 28px;
        margin-bottom: 21px;
    }
    .hero-section .hero-section-desc {
        font-size: 16px;
    }
    .hero-section .hero-section-cta a{
        width: 100%;
        margin: 19px 0 0;
    }
}

/* hero form starts*/
.hero-section .hero-form-wrap {
    margin-top: 23px;
    display: block;
    max-width: 536px;
    width: 100%;
    padding: 25px 40px 40px;
    -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);
}
.hero-section .hero-form-wrap .hero-form-heading{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: var(--Accents-Midnight, #041E42);
    margin: 0 0 24px;
}
.hero-section .hero-form-wrap .hero-form-para{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Accents-Midnight, #041E42);
    margin: 0px 0 23px;
}
.hero-section form input,
.hero-section form textarea,
.hero-section form select {
    border-radius: 9px !important;
    border: 1.5px solid #CBD5E1 !important;
    width: 100% !important;
    height: 56px !important;
    min-height: auto !important;
    background-color: #fff !important;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: var(--Accents-Midnight, #041E42) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    outline: none !important;
}

.hero-section form textarea {
    padding-top: 16px;
    min-height: 120px;
}
.hero-section form{
    max-width: 100% !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hero-section form .wrap-steps > .form-step-2:not(.hidden){
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    grid-column-gap: 20px;
}
.hero-section form .wrap-steps > .form-step-2 > .clearfix,
.hero-section form .wrap-steps > .form-step-2 > .input-checkbox,
.hero-section form .wrap-steps > .form-step-2 > .wrap-btn{
    grid-column: span 2;
}
.hero-section form .wrap-steps > .form-step-2 > .form-item{
    position: relative;
}
.hero-section form .wrap-steps > .form-step-2 > .input-checkbox p{
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: var(--Accents-Midnight, #041E42);
    margin-bottom: 0;
}
.hero-section form .wrap-steps > .form-step-2 > .input-checkbox p small{
    font-size: 1em;
}
.hero-section form .wrap-steps > .form-step-2 > .input-checkbox p a{
    color: var(--Accents-Midnight, #041E42);
    text-decoration: underline;
}
.hero-section form .wrap-steps > .form-step-2 > .wrap-btn a,
.hero-section form .wrap-steps > .form-step-2 > .wrap-btn .step-status{
    display: none;
}
.hero-section form label {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 18px;
    color: var(--Neutrals-N2, #65758C);
    text-transform: none;
    padding: 0 5px;
    position: absolute;
    top: 19px;
    left: 11px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block !important;
    width: auto !important;
    padding-bottom: 0 !important;
    pointer-events: none;
    max-width: calc(100% - 25%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hero-section form label[id="LblComments__c"]{
    width: 155px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hero-section .product-get-started__form input,
.hero-section .product-get-started__form select,
.hero-section .product-get-started__form textarea {
    width: 100% !important;
}

.hero-section form .focused label,
.hero-section form .error-in label,
.hero-section form .filled label {
    top: -5px;
    background-color: rgba(255, 255, 255, 0.98) !important;
    z-index: 99;
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 13px;
    left: 10px;
}
.hero-section form .focused input,
.hero-section form .focused select,
.hero-section form .focused textarea {
    border: 1px solid #94A3B8 !important;
    color: #334155 !important;
}
.hero-section form .typing input,
.hero-section form .typing select,
.hero-section form .typing textarea {
    border: 1.5px solid #041E42 !important;
    color: #041E42 !important;
}
.hero-section form .invalid input,
.hero-section form .invalid select,
.hero-section form .invalid textarea {
    border: 1.5px solid #E94A6F !important;
    color: #334155 !important;
}
.hero-section form .eval-error1{
    display: none;
}
.hero-section form .onehalf:has(.invalid){
    z-index: 119;
    position: relative;
}
.hero-section form .invalid .eval-error{
    font-size: 12px;
    color: #E94A6F;
    margin-top: 3px;
}
.hero-section form .invalid .eval-error1{
    font-size: 12px;
    color: #ffffff;
    border-radius: 8px;
    background: #50627b;
    padding: 6px 10px;
    text-align: center;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 63px;
    z-index: 4;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 187px;
}
.hero-section form .invalid .eval-error1:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #50627b;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.hero-section form .focused label {
    color: #65758C;
}
.hero-section form .typing label {
    color: #041E42;
}
.hero-section form .invalid label{
    color: #E94A6F !important;
}
.hero-section form label[for="triggerGDPR"] {
    position: relative;
    top: -16px;
    left: -2px;
    margin: 0;
    padding: 0;
    width: 16px !important;
    height: 16px !important;
    background-color: transparent !important;
    z-index: 0;
}

.hero-section form input[name="triggerGDPR"] {
    width: 16px !important;
    display: inline-block !important;
    height: 16px !important;
    padding: 0 !important;
    position: relative;
    left: -6px;
    top: -8px;
}
.hero-section p.gdpr-text {
    padding-bottom: 0 !important;
    font-family: Barlow;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 24px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #828E99;
    max-width: 100% !important
}

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

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

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

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

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

.hero-section form select option {
    font-family: 'Barlow', Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #828E99 !important;
}
.hero-section .product-get-started hr {
    display: none;
}

.hero-section form input:-webkit-autofill,
.hero-section form input[type="text"]:-webkit-autofill,
.hero-section form input[type="email"]:-webkit-autofill,
.hero-section form input[type="tel"]:-webkit-autofill,
.hero-section form input[type=number]:-webkit-autofill,
.hero-section form input[type=date]:-webkit-autofill,
.hero-section form textarea:-webkit-autofill,
.hero-section form input[type=text]:-webkit-autofill:focus,
.hero-section form input[type=url]:-webkit-autofill:focus,
.hero-section form input[type=email]:-webkit-autofill:focus,
.hero-section form input[type=tel]:-webkit-autofill:focus,
.hero-section form input[type=number]:-webkit-autofill:focus,
.hero-section form input[type=date]:-webkit-autofill:focus{
    outline: none;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #041C3C !important;
}
@media screen and (max-width: 1023.98px) {
    .hero-section .hero-form-wrap{
        max-width: 100%;
        margin-top: 35px;
    }
}
@media screen and (max-width: 767.98px) {
    .hero-section .hero-form-wrap {
        padding: 26px 19px 40px;
    }
    .hero-section .hero-form-wrap .hero-form-heading{
        font-size: 24px;
        margin: 0 0 22px;
    }
    .hero-section .hero-form-wrap .hero-form-para{
        margin: 0px 0 25px;
    }
    .hero-section form{
        padding: 0;
    }
    .hero-section form .wrap-steps > .form-step-2:not(.hidden){
        display: block;
    }
}
/* hero form ends*/
/* about section */
.about-section {
    padding-top: 91px;
}
.about-section h3 {
    font-size: 46px;
    font-weight: 500;
    line-height: 54px;
    color: var(--Accents-Midnight, #041E42);
    text-align: center;
    margin-bottom: 64px;
}
.about-section .about-section-inner {
    display: grid;
    grid-template-columns: 1fr 440px;
    column-gap: 40px;
    align-items: center;
}
.about-section .about-section-video {
    border-radius: 16px;
    overflow: hidden;
    isolation: isolate;
}
.about-section .video-thumb {
    max-width: 100%;
    display: block;
}
.about-section .sm-logo {
    max-width: 100%;
    width: 382px;
}
.about-section .about-section-heading{
    font-family: 'Radix';
    font-size: 24px;
    font-weight: 400;
    line-height: 28.24px;
    color: var(--Accents-Midnight, #041E42);
}
.about-section .about-section-desc {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: var(--Accents-Midnight, #041E42);
    margin-top: 17px;
}
@media screen and (max-width: 1140px) {
    .about-section .container{
        padding: 0 34px;
    }
}
@media screen and (max-width: 1023.98px) {
    .about-section h3 br{
        display: none;
    }
    .about-section .about-section-inner{
        grid-template-columns: 100%;
    }
    .about-section .about-section-txt{
        margin-top: 39px;
    }
}
@media screen and (max-width: 767.98px) {
    .about-section {
        padding-top: 43px;
    }
    .about-section .container{
        padding: 0 20px;
    }
    .about-section h3{
        font-size: 22px;
        line-height: 26.4px;
        margin-bottom: 34px;
    }
    .about-section .about-section-video {
        border-radius: 9.57px;
    }
    .about-section .about-section-txt {
        margin-top: 20px;
    }
    .about-section .sm-logo {
        max-width: initial;
        width: 290px;
        height: 23px;
        display: block;
        margin: auto;
    }
    .about-section .about-section-heading{
        text-align: center;
    }
    .about-section .about-section-desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        margin: 19px auto 0;
    }
}
/* about section ends*/
/* feature section */
.feature-section {
    margin-top: 62px;
}
.feature-section .feature-section-inner {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
}
.feature-section .feature-item {
    text-align: center;
    padding: 0 27px;
    position: relative;
}
.feature-section .feature-item:after{
    content: '';
    width: 2px;
    height: calc(100% - 54px);
    background-color: #E2E8F0;
    position: absolute;
    bottom: 0;
    right: -2px;
}
.feature-section .feature-item:last-child:after{
    content: none;
}
.feature-section .feature-icon {
    margin-bottom: 22px;
}
.feature-section .feature-icon img {
    max-width: 100%;
}
.feature-section h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: var(--Accents-Midnight, #041E42);
    margin: -58px 0 16px;
    padding: 0 10px;
}
.feature-section h4 br{
    display: none;
}
.feature-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--Accents-Midnight, #041E42);
}
@media screen and (max-width: 1140px) {
    .feature-section .container{
        padding: 0 30px;
    }
    .feature-section h4 {
        font-size: 25px;
        line-height: 28px;
    }
    .feature-section p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1023.98px) {
    .feature-section {
        margin-top: 35px;
    }
    .feature-section .feature-section-inner{
        grid-template-columns: repeat(3, 1fr);
    }
    .feature-section .feature-item{
        padding: 0;
    }
    .feature-section .feature-item:after{
        height: calc(100% - 40px);
    }
    .feature-section .feature-item:nth-child(1){
        padding-right: 16px;
    }
    .feature-section .feature-item:nth-child(1) img{
        transform: translate(-2px, 0px);
    }
    .feature-section .feature-item:nth-child(2){
        padding: 0 16px;
    }
    .feature-section .feature-item:nth-child(2) img{
        transform: translate(-10px, 0px);
    }
    .feature-section .feature-item:nth-child(3){
        padding-left: 16px;
    }
    .feature-section .feature-item:nth-child(3) img{
        transform: translate(-2px, 0px);
    }
    .feature-section .feature-icon img{
        max-width: 124%;
    }
    .feature-section h4 {
        font-size: 22px;
        line-height: 26.4px;
        margin: -43px 0 16px;
    }
    .feature-section h4 br{
        display: block;
    }
}
@media screen and (max-width: 767.98px) {
    .feature-section {
        margin-top: -1px;
    }
    .feature-section .container {
        padding: 0 20px;
    }
    .feature-section .feature-section-inner {
        grid-template-columns: 100%;
    }
    .feature-section h4{
        margin: -44px 0 16px;
    }
    .feature-section p{
        font-size: 16px;
        line-height: 24px;
    }
    .feature-section .feature-item{
        margin: 0 0 -10px;
    }
    .feature-section .feature-item:after{
        content: none;
    }
    .feature-section .feature-item:nth-child(1),
    .feature-section .feature-item:nth-child(1) img,
    .feature-section .feature-item:nth-child(2),
    .feature-section .feature-item:nth-child(2) img,
    .feature-section .feature-item:nth-child(3),
    .feature-section .feature-item:nth-child(3) img{
        transform: translate(0px, 0px);
        padding: 00;
    }
}
/* feature section ends*/
/* accordion section */
.risks-section {
    padding: 400px 0 100px;
    background-image: url("https://www.tenable.com/lp/vulnerability-intelligence/images/feature_1920.svg");
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 86px;
    position: relative;
    overflow: hidden;
}
.risks-section::after{
    content: '';
    height: 500px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(203deg, rgb(0 0 38) -189.11%, #00005B 115.96%);
    z-index: 0;
}
.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: 54px;
    text-align: center;
    margin-bottom: 62px;
}
.risks-section .risks-section-wrapper {
    display: grid;
    grid-template-columns: 494px 1fr;
    column-gap: 80px;
}
.risks-section .risks-img-wrapper {
    height: 100%;
    max-width: 550px;
    width: 100%;
    position: relative;
    margin-top: 3px;
}
.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: 38px;
}
.risks-section .risks-img-wrapper .faq-img img{
    max-width: 755px;
    width: 755px;
    border-radius: 8px;
    box-shadow: 0px 42px 84px 0px rgba(0, 0, 0, 0.08);
}
.risks-section .risks-img-wrapper .faq-img.open {
    display: block;
}
.risks-section .risks-img-wrapper .icon-wrapper{
    max-width: 755px;
    width: 755px;
    position: relative;
}
.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 .mbl-icon-wrap{
    position: relative;
}
.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);
}
@media screen and (min-width: 1921px) {
    .risks-section {
        background-image: url("https://www.tenable.com/lp/vulnerability-intelligence/images/feature_4k.svg");
    }
    .risks-section::after{
        opacity: 0;
    }
}
@media screen and (max-width: 1140px) {
    .risks-section {
        padding: 308px 0 100px;
    }
    .risks-section .container{
        padding: 0 40px;
    }
    .risks-section .heading{
        padding: 0 100px;
    }
    .risks-section .risks-section-wrapper{
        grid-template-columns: 416px 1fr;
        column-gap: 60px;
    }
}
@media screen and (max-width: 1023.98px) {
    .risks-section{
        background-image: url("https://www.tenable.com/lp/vulnerability-intelligence/images/feature_768.svg");
        padding: 248px 0 100px;
    }
    .risks-section .container {
        padding: 0 40px;
        max-width: 768px;
    }
    .risks-section .heading {
        padding: 0;
        margin-bottom: 58px;
    }
    .risks-section .risks-section-wrapper{
        width: 100%;
        grid-template-columns: 100%;
    }
    .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-img-wrapper .icon-wrapper{
        max-width: 100%;
    }
    .risks-section .risks-faq-wapper{
        grid-row: 2;
    }
}
@media screen and (max-width: 767.98px) {
    .risks-section{
        background-image: url("https://www.tenable.com/lp/vulnerability-intelligence/images/feature_375.svg");
        padding: 118px 0 59px;
        margin-top: 47px;
    }
    .risks-section::after{
        opacity: 0;
    }
    .risks-section .container {
        padding: 0 20px;
        max-width: 375px;
    }
    .risks-section .heading {
        font-size: 28px;
        line-height: 33.6px;
        padding: 0px 36px;
        margin-bottom: 36px;
    }
    .risks-section .faq-item .faq-img-mbl{
        display: block !important;
        width: 100%;
        margin-bottom: 14px;
    }
    .risks-section .faq-item .faq-img-mbl img{
        max-width: 100%;
        border-radius: 7.79px;
    }
    .risks-section .risks-img-wrapper{
        display: none !important;
    }
    .risks-section .faq-title{
        font-size: 20px;
    }
    .risks-section .faq-text p{
        font-size: 16px;
        line-height: 24px;
    }
}
/* IE Specific Issue */
@media all and (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* Risk section */
    .risks-section .risks-section-wrapper .risks-img-wrapper,
    .risks-section .risks-section-wrapper .risks-faq-wapper {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        height: 100%;
    }
}
/* accordion section ends*/
/* usefullinks section */
.usefull-links-section {
    padding: 52px 0 77px;
    background: linear-gradient(180deg, rgba(0, 121, 221, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
}
.usefull-links-section .container {
    max-width: 1140px;
}
.usefull-links-section .heading {
    font-size: 46px;
    font-weight: 500;
    line-height: 54px;
    color: #041E42;
    margin-bottom: 10px;
    text-align: center;
}
.usefull-links-section .sub-heading {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #041E42;
    margin-bottom: 67px;
    text-align: center;
}
.usefull-links-section .usefull-links-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
}
.usefull-links-section .usefull-links-item {
    min-height: 438px;
    background: #FFF;
    box-shadow: 0px 1.667px 33.333px 0px rgba(0, 121, 221, 0.30);
    position: relative;
}
.usefull-links-section .usefull-links-icon {
    margin-bottom: 30px;
}
.usefull-links-section .usefull-links-item h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    color: #041E42;
    padding: 0 26px;
}
.usefull-links-section .down-btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #041E42;
    position: absolute;
    bottom: 18px;
    left: 26px;
}
.usefull-links-section .down-btn svg {
    float: right;
    margin-left: 6px;
    margin-top: 1px;
}
@media (min-width: 1600px){
    .usefull-links-section .sub-heading{
        margin-bottom: 69px;
    }
    .usefull-links-section .usefull-links-icon {
        margin-bottom: 36px;
    }
    .usefull-links-section .usefull-links-item h4{
        padding: 0 30px;
    }
    .usefull-links-section .down-btn{
        bottom: 26px;
        left: 30px;
        font-size: 16px;
    }
    .usefull-links-section .down-btn svg{
        margin-left: 11px;
        margin-top: 0px;
        width: 20px !important;
        height: 20px !important;
    }
}
@media screen and (max-width: 1140px) {
    .usefull-links-section .container{
        padding: 0 40px;
    }
    .usefull-links-section .usefull-links-inner{
        column-gap: 35px;
    }
}
@media screen and (max-width: 1023.98px) {
    .usefull-links-section .container {
        padding: 0 54px;
        max-width: 768px;
    }
    .usefull-links-section .usefull-links-inner {
        column-gap: 60px;
        row-gap: 60px;
        grid-template-columns: repeat(4, 1fr);
    }
    .usefull-links-section .usefull-links-item{
        grid-column: span 2;
    }
    .usefull-links-section .usefull-links-item:nth-child(3){
        grid-column: 2 / 4;
    }
    .usefull-links-section .usefull-links-item h4{
        padding: 0 16px;
    }
    .usefull-links-section .down-btn{
        left: 16px;
    }
    .usefull-links-section .down-btn svg{
        margin-top: 0;
    }
}
@media screen and (max-width: 767.98px) {
    .usefull-links-section {
        padding: 52px 0 74px;
    }
    .usefull-links-section .container {
        padding: 0 30px;
        max-width: 375px;
    }
    .usefull-links-section .heading {
        font-size: 28px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .usefull-links-section .sub-heading {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 69px;
    }
    .usefull-links-section .usefull-links-inner {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 60px;
        max-width: 250px;
        margin: auto;
    }
    .usefull-links-section .usefull-links-item {
        min-height: 355px;
    }
    .usefull-links-section .usefull-links-item:nth-child(3){
        grid-column: 1;
    }
    .usefull-links-section .usefull-links-icon {
        margin-bottom: 27px;
    }
    .usefull-links-section .usefull-links-item h4 {
        font-size: 24px;
        line-height: 28.33px;
        padding: 0 16px;
    }
    .usefull-links-section .down-btn {
        bottom: 19px;
        left: 16px;
        font-size: 14px;
    }
    .usefull-links-section .down-btn svg {
        margin-left: 8px;
        margin-top: 1px;
    }
}
/* usefullinks section ends*/
/* footer section start*/
.footer {
    padding: 28px 0;
    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: var(--Accents-Midnight, #041E42);
    position: relative;
    font-weight: 400;
    margin-right: 11px;
    transform: translateX(6px);
}
.footer .footer-links{
    color: #C3D3E0;
}
.footer .hidden-separator{
    color: #C3D3E0;
    margin: 0 4px;
}
.footer-links a {
    color: #041E42;
    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-bottom: 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 9px;
    }
    .footer .footer-links span{
        display: none;
    }
}
/* footer section ends*/


/* form style start */
/*///
  ////// 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 input {
    line-height: normal;
}

.mfp-wrap input[type=text],
.mfp-wrap input[type=password],
.mfp-wrap input[type=email],
.mfp-wrap input[type=tel],
.mfp-wrap input[type=date],
.mfp-wrap input[type=datetime-local],
.mfp-wrap input[type=number],
.mfp-wrap input[type=search],
.mfp-wrap input[type=time],
.mfp-wrap input[type=url],
.mfp-wrap textarea {
    border: 1px solid #ccc;
    -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;
    display: block;
    padding: .5em;
    width: 100%;
    vertical-align: middle;
}

.mfp-wrap .try-buy-modal__form input,
.mfp-wrap .try-buy-modal__form select {
    border-color: #C8CED4;
    font-size: 17px;
    padding: 12px 16px;
    color: inherit;
}
.mfp-wrap .onesixth,
.mfp-wrap .onefifth,
.mfp-wrap .onefourth,
.mfp-wrap .view-related-industries .views-row,
.mfp-wrap .view-product-resources .views-row,
.mfp-wrap .onethird,
.mfp-wrap .field-collection-container .field-name-field-speaker,
.mfp-wrap .onehalf,
.mfp-wrap .twothirds,
.mfp-wrap .threefourths,
.mfp-wrap .onethird--nmr,
.mfp-wrap .twothirds--nmr,
.mfp-wrap .onehalf--nmr {
    margin-bottom: 2em;
}

@media (min-width: 38em) {

    .mfp-wrap .onesixth,
    .mfp-wrap .onethird,
    .mfp-wrap .field-collection-container,
    .mfp-wrap .field-name-field-speaker,
    .mfp-wrap .twothirds,
    .mfp-wrap .onefourth,
    .mfp-wrap .view-related-industries,
    .mfp-wrap .views-row,
    .mfp-wrap .view-product-resources .views-row,
    .mfp-wrap .onefifth,
    .mfp-wrap .threefourths,
    .mfp-wrap .onehalf,
    .mfp-wrap .onethird--nmr,
    .mfp-wrap .twothirds--nmr,
    .mfp-wrap .onehalf--nmr {
        float: left;
        margin: 0 20px 0 0;
    }

    .mfp-wrap .onehalf,
    .mfp-wrap .onefourth,
    .mfp-wrap .view-related-industries .views-row,
    .mfp-wrap .view-product-resources .views-row {
        width: calc(50% - 10px);
        position: relative;
    }
}

.mfp-wrap .clearfix:before,
.mfp-wrap .org-question:before,
.mfp-wrap .in-title-nav:before,
.mfp-wrap .banner-title:before,
.mfp-wrap .container:before,
.mfp-wrap .row:before,
.mfp-wrap .mobile-grid:before,
.mfp-wrap .page-title .menu:before,
.mfp-wrap .page-title .subnav:before,
.subnav nav:before,
.mfp-wrap .subnav .menu:before,
.mfp-wrap .legend__content:before,
.mfp-wrap .tech-select__item:before,
.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 {
    content: " ";
    display: table;
}

.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;
    cursor: pointer;
}

.mfp-wrap .try-buy-modal__form input,
.mfp-wrap .try-buy-modal__form select {
    border-color: #6e757b;
    font-size: 17px;
    padding: 12px 16px;
}

/*media all*/
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

/* 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: 1px solid #C8CED4 !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;
    height: 2.8em;
    padding: 12px !important;
    width: 100%;
    vertical-align: middle;
    font-size: 17px;
    color: #041E42 !important;
}

.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-wrap input[type=submit] {
    height: 56px !important;
    border-radius: 100px !important;
    background: #fff !important;
    border: 2px solid #041E42;
    font-size: 16px;
    font-weight: 700 !important;
    color: #041E42 !important;
    padding: 18px 0px;
    cursor: pointer !important;
    text-decoration: none !important;
}
@media (hover: hover){
    .mfp-wrap .btn:hover,
    .mfp-wrap input[type=submit]:hover{
        background: var(--Basic-Midnight-Blue, #041E42) !important;
        color: #fff !important;
        font-weight: 700;
    }
}
.mfp-wrap .btn:active,
.mfp-wrap input[type=submit]:active{
    background: var(--Basic-Midnight-Blue, #041E42) !important;
    color: #fff !important;
    font-weight: 700;
}
.btn-primary,
.form-submit,
.mfp-wrap input[type=submit] {
    color: #fff !important;
    background-color: #00a5b5;
}

.try-buy-modal__form input,
.mfp-wrap .try-buy-modal__form select {
    border-color: #6e757b;
    font-size: 17px;
    padding: 12px 16px;
}

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

.mfp-wrap input[type="submit"] {
    border: 2px solid #041E42 !important;
    background-color: #fff !important;
    color: var(--Accents-Midnight, #041E42) !important;
    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 .confirmation-box{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Utility-500, #64748B);
}
.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;
    display: block;
}

.mfp-wrap form fieldset,
.mfp-wrap .form-item {
    margin: 0 0 20px;
    position: relative;
}

.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 {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 620px;
    border: 0px solid #fff;
    padding: 24px 40px 40px 40px;
    border-radius: 20px;
    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);
}

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

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

.try-buy-modal__content p,
.mfp-wrap .try-buy-modal__content strong {
    color: #77777a;
}

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

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

.try-buy-modal .content-01 .modal-heading {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #041E42;
    text-align: center;
    max-width: 449px;
    margin: 0 auto;
    margin-bottom: 16px;
    padding: 0 20px;
}
.try-buy-modal .content-01 p.textcenter {
    max-width: 540px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #415465;
    margin-bottom: 55px;
    position: relative;
}
.try-buy-modal .content-01 p.textcenter::after{
    content: '';
    position: absolute;
    background-image: url("https://www.tenable.com/lp/vulnerability-intelligence/images/pagi-1.svg");
    width: 36px;
    height: 15px;
    left: 0;
    right: 0;
    bottom: -34px;
    margin: auto;
    opacity: 0;
}
.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 input, .try-buy-modal .content-01 .form-item select {
    padding: 3px 16px;
    height: 50px;
    border-radius: 9px;
    border: 1.5px solid var(--Utility-300, #CBD5E1);
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #041E42;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.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 .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: 17px;
    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: -9px;
    color: #65758C;
}
.try-buy-modal .content-01 .form-item.focused input {
    border: 1.5px solid #94A3B8;
    color: #334155;
}
.try-buy-modal .content-01 .form-item input:focus,
.try-buy-modal .content-01 .form-item select:focus {
    border-color: #0079DD !important;
}

.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: #3F4E6E;
}

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

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

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

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

.first-step .clearfix {
    display: block;
}

.first-step .clearfix .onehalf {
    margin: 0 3.6% 0 0;
    width: 48.2%;
}

.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: inline-block;
    -webkit-transform: translate(7px, -2px);
    -ms-transform: translate(7px, -2px);
    transform: translate(7px, -2px);
    position: relative;
    top: 2px;
}

.first-step .btn-next {
    display: block;
    background: #041E42;
    width: 100%;
    height: 56px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: white;
    margin-top: 17px;
    padding: 16px 0px;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    border-radius: 100px;
    cursor: pointer;
}

@media (hover:hover) {

    .first-step .btn-next:hover,
    .first-step .btn-next:active {
        background: #006BC4;
    }
}

/*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: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-column-gap: 20px;
}

.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: 25px;
    margin-bottom: 27px;
}

.second-step .second-step-head .back-arrow {
    color: #041E42;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
}

.second-step .second-step-head .back-arrow svg {
    margin-right: 5px;
    transform: translateY(2px);
}

.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;
    display: none;
}

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

/*.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: 6px;
    margin-bottom: 15px;
}

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

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

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

.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: #041E42;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    padding: 15px 16px 14px;
    margin-top: 6px;
}

@media (hover:hover) {
    .try-buy-modal .content-01 .second-step .wrap-btn input:hover {
        background: #006BC4;
    }
}

.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: 500;
    font-size: 28px;
    line-height: 33.6px;
    color: #041E42;
    text-align: center;
    margin: 0px 0 15px;
    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: 18px;
    line-height: 120%;
    color: #425363;
}

.try-buy-modal .content-02 .try-buy-modal__slider .minus-one {
    left: -28px;
    top: -2px;
    font-size: 46px;
    line-height: 0px;
    padding: 0px 0px 10px;
    margin: 0px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    color: #0079DD;
    background: #FFFFFF;
    border: 0px solid #041E42;
    border-radius: 40px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41' fill='none'%3E%3Crect x='1' y='1' width='39' height='39' rx='19.5' stroke='%23041E42'/%3E%3Cg clip-path='url(%23clip0_22_348)'%3E%3Cpath d='M14.3125 20.5H26.6875' stroke='black' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_348'%3E%3Crect width='18' height='18' fill='white' transform='translate(11.5 11.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

@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: 700;
    font-size: 56px;
    line-height: 67.2px;
    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: -1px;
    font-size: 41px;
    line-height: 0px;
    padding: 0px 0px 9px;
    margin: 0px;
    width: 40px;
    height: 40px;
    border: 0;
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
    color: #0079DD;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41' fill='none'%3E%3Crect x='1' y='1' width='39' height='39' rx='19.5' stroke='%23041E42'/%3E%3Cg clip-path='url(%23clip0_22_355)'%3E%3Cpath d='M14.3125 20.5H26.6875' stroke='black' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5 14.3125V26.6875' stroke='black' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_355'%3E%3Crect width='18' height='18' fill='white' transform='translate(11.5 11.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

@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: 16px;
    line-height: 150%;
    color: #64748B;
}

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

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

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

.try-buy-modal .content-02 .tio-vm-pricing label {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #005CB9;
    padding: 9.5px 0px;
    border: 1px solid transparent;
    min-height: unset;
    border-radius: 10px;
    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: 56px;
    background: #041E42;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 14.5px 0px;
    display: block;
    border: 0px;
    width: 100%;
    margin: 23px auto 0px;
}

.try-buy-modal .content-02 .tio-vm-pricing a img {
    margin-left: -3px;
    -webkit-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px);
}

@media(hover:hover) {
    .try-buy-modal .content-02 .tio-vm-pricing a:hover {
        background: #006BC4;
    }
}

/*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: #64748B;
    margin-bottom: 25px;
    max-width: 100%;
    text-align: center;
}

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

.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 textarea {
    height: 120px !important;
}
@media (max-width: 991.98px) {
    .mfp-wrap .try-buy-modal__content {
        padding-top: 21px;
    }

    .try-buy-modal .content-01 .modal-heading {
        margin-bottom: 10px;
    }
}

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

@media (max-width: 767.98px) {
    .mfp-wrap .try-buy-modal__nav a {
        font-size: 14px;
        padding: 16px 15px 15px;
    }

    .mfp-wrap .try-buy-modal__content {
        padding-top: 24px;
    }

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

    .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;
    }
    .mfp-wrap .onehalf{
        margin-bottom: 0;
        width: 100%;
    }
}

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

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

.try-buy-modal__form input,
.try-buy-modal__form select {
    border-color: #6e757b;
    font-size: 17px;
    padding: 12px 16px;
}

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: #77777a;
}

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

.try-buy-modal__form .tio-vm-contact-info label {
    display: none !important;
}
.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) {
    .mfp-wrap .try-buy-modal {
        padding: 0px 20px 44px 20px;
    }

    .try-buy-modal .content-01 .modal-heading {
        font-size: 18px;
        line-height: 120%;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .try-buy-modal .content-01 p.textcenter {
        font-size: 14px;
    }

    .first-step .clearfix .onehalf {
        margin: 0;
        width: 100%;
    }
}

.badges-wrapper.desk-only img {
    max-width: 160px;
    width: 100%;
}
/* form style ends */

/* Popup for Image */
.open-lightbox-btn {
    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;
    position: absolute;
    border-radius: 50%;
    background: transparent;
    height: 60px;
    width: 60px;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    -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;
}

.open-lightbox-btn:hover,
.open-lightbox-btn:active,
.open-lightbox-btn:focus {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.2;
}

.open-lightbox-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
/* 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: 28px;
    height: 28px;
}

@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: 30px;
        height: 30px;
    }

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