.wk-gated-asset{
    min-height: 100vh;
    padding: 0 0 60px 0;
    color: var(--text-primary-color);
    background-size: cover;
    background-position: top center;
    background: radial-gradient(99.04% 96.35% at 14.48% 67.18%, #180D36 14%, #05030B 100%);
    position: relative;
    overflow-x: hidden;
}
.wk-gated-asset:after {
    content: "";
    position: absolute;
    right: -200px;
    background: #51043C;
    width: 700px;
    height: 700px;
    top: 100px;
    filter: blur(200px);
    opacity: 1;
}
.gated-asset, .resource-gated-asset, .content-with-form .top-section, .wk-gated-asset .pdf-resource-details{
    position: relative;
    z-index: 1;
}
.wk-gated-asset.single-template:after {
    display: none;
}
.wk-gated-asset .section-heading {
    color: var(--text-primary-color);
}
.wk-gated-asset .section-heading, .wk-gated-asset .section-desc{
    max-width: 100% !important;
}
.wk-gated-asset .section-desc p {
    margin-bottom: 1em;
}
.wk-gated-asset .section-desc p:last-child{
    margin-bottom: 0;
}
.wk-gated-asset .lead-gen .mb-3 {
    margin-bottom: 20px !important;
}
.wk-gated-asset .logo {
    height: 92px;
    display: flex;
    margin-bottom: 100px;
    align-items: center;
    width: 100%;
}

.wk-lead-form .col-lg-6:nth-child(1) {
    text-align: center;
}

.wk-lead-form {
    background: #fff;
    border-radius: 30px;
    padding: 30px 50px;
}

.wk-lead-form .asset-detail {
    display: flex;
    align-items: center;
}
.wk-lead-form .asset-detail .img {
    margin-top: -118px;
    max-width: 40%;
    flex: 0 0 40%;
    margin-right: 32px;
}
.wk-lead-form .report {
    font-size: 20px;
    color: #000;
    line-height: 130.5%;
    font-weight: 500;
}
.wk-lead-form .report .eyebrow-txt{
    display: block;
}

.wk-lead-form .asset-form {
    margin-top: 10px;
}
.wk-lead-form .asset-form .asset-download {
    text-align: center;
    border-top: 2px solid #efefef;
    padding: 40px 0;
}

.wk-lead-form .lead-gen {
    width: 390px;
    margin: 0 auto;
    padding-bottom: 48px;
}
.lead-gen .form-floating > label {
    color: #000;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    font-size: 10px;
}
.form-check > label {
    color: #000;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    border: 1px solid #773dbe;
    background: #e8e7eb;
    font-size: 14px;
    line-height: 18px;
}

.wk-lead-form .col-lg-6 img {
    margin-top: -30%;
}


/* For Event */
.wk-gated-asset.events .section-heading {
    margin-bottom: 0;
}
.wk-gated-asset.events .location {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 28px;
    line-height: 125%;
}
.wk-gated-asset.events .wk-lead-form{
    padding: 60px 30px;
}
.wk-gated-asset .events .event-detail{
    color: var(--body-bg-color);
}
.wk-gated-asset .events .event-detail.thanks{
    text-align: center;
}
.wk-gated-asset.events .asset-form .asset-download {
    border-top: none;
    padding: 0;
}
.wk-gated-asset .events .event-detail .date{
    color: var(--wk-color-opt3);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    letter-spacing: 0.05em
}
.wk-gated-asset .events .event-detail .title,
.wk-gated-asset .events .event-detail .location{
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}


.wk-way-finding {
    background: rgba(255,255,255, 0.05);
    width: 100%;
    display: flex;
    text-align: center;
    height: 144px;
    border-radius: 30px;
    align-items: center;
    margin: 85px 0 0 0;
    justify-content: center;
}
.wk-way-finding .way-finding {
    background: transparent;
    color: var(--text-primary-color);
    padding: 4px 0;
    position: relative;
    width: fit-content;
    font-weight: 500;
    font-size: 20px;
    line-height: 130.5%;
    width: 33.33%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid rgb(227, 220, 235, 0.3);
}
.wk-way-finding .way-finding a{
    color: var(--text-primary-color);   
}
.wk-way-finding  .way-finding:last-child{
    border-right: none;
}
.wk-way-finding .way-finding img {
    margin-left: 10px;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-repeat: no-repeat;
}
.lp-template .type-lp .submitted-message p {
    font-size: 20px;
    color: #000;
    line-height: 26px;
    font-weight: 500;
margin-bottom: 15px;
}
.lp-template .type-lp .submitted-message p a{
    text-decoration: underline;
    color: #000;
}
.lp-template .type-lp .submitted-message p a:hover{
    text-decoration: none;
}
.lp-template .type-lp .submitted-message p strong {
    font-weight: 500;
}
@media (max-width: 1024px) {
    .wk-way-finding .way-finding{
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .wk-lead-form {
        width: 100%;
    }
}
@media (max-width: 990px) {
    .wk-lead-form {
        margin-top: 10%;
    }
    .wk-lead-form .asset-detail .img{
        margin-top: -12%;
    }
}
@media(min-width: 768px){
    /* .wk-gated-asset{
        background-image: url(../images/gated-lp-bg.jpg);
    } */
}
@media (max-width: 767px) {
    .wk-lead-form {
        margin-top: 60px;
    }
    .wk-lead-form .lead-gen {
        width: 90%;
    }
    .wk-lead-form .asset-detail{
        flex-direction: column;
    }
    .wk-lead-form .asset-detail .img{
        margin-top: -30%;
    }
    .wk-lead-form .report {
        margin-top: 0px;
        margin-bottom: 40px;
        margin-left: 0;
        text-align: center;
    }
    .submit-button {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .wk-way-finding{
        height: auto;
        flex-direction: column;
        padding: 20px 0;
        border-radius: 20px;
        margin: 50px 0;
    }
    .wk-way-finding .way-finding{
        height: auto;
        width: 100%;
        border: none;
        padding: 15px 0;
    }
}

/* Asset LP Related and Upcoming Resources Option 1 */
.wk-gated-resource-opt1,
.wk-gated-resource-opt2{
    background-color: transparent;
    padding:0;
}
.wk-gated-resource-opt1 .title,
.wk-gated-resource-opt2 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.wk-gated-resource-opt1 .title h4,
.wk-gated-resource-opt2 .title h4{
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    position: relative;
}
.wk-gated-resource-opt1 .title h4:after,
.wk-gated-resource-opt2 .title h4:after {
    content: "";
    position: absolute;
    width: calc(100% - -185px);
    height: 1px;
    background-color: rgb(239, 239, 239, 0.3);
    top: 55%;
    left: 100%;
    margin-left: 10px;
}
@media (max-width: 1024px){
    .wk-gated-resource-opt1 .title h4:after,
    .wk-gated-resource-opt2 .title h4:after{
        display: none;
    }
}
@media (max-width: 991px){
    .wk-gated-resource-opt1 .title h4,
    .wk-gated-resource-opt2 .title h4 {
        font-size: 30px;
        line-height: 36px;
    }
    .wk-gated-resource-opt1 .title h4:after,
    .wk-gated-resource-opt2 .title h4:after{
        display: none;
    }
}
@media (max-width: 767px){
    .wk-gated-resource-opt1 .title,
    .wk-gated-resource-opt2 .title{
        flex-direction: column;
    }       
}

/* Asset LP Related and Upcoming Resources Option 2 */
.wk-gated-resource-opt2 .resources .column{
    flex-basis: calc(33.33% - 26px);
}
.wk-gated-resource-opt2 .resources .res-card{
    padding: 30px 40px;
    min-height: 280px;
}



/* Footer Minimal */
.wk-footer-minimal {
    display: flex;
    padding-top: 100px;
}
.wk-footer-minimal .eyebrow-txt {
    border-bottom: 1px solid #efefef;
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 5px;
}
.wk-footer-minimal .col2 {
    width: 30%;
}
.wk-footer-minimal .col1, .wk-footer-minimal .col3 {
    width: 40%;
}
.wk-footer-minimal .social-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.wk-footer-minimal .social-group ul li {
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wk-footer-minimal .social-group ul li .bi {
    font-size: 32px;
}
.wk-footer-minimal .social-group svg{
    width: 32px;
    height: 32px;
}

.wk-footer-minimal .about-footer {
    margin-top: 20px;
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
}
.wk-footer-minimal .about-footer ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    line-height: 200%;
}
.wk-footer-minimal .about-footer ul li {
    margin-right: 1rem;
}
.wk-footer-minimal .about-footer ul li a {
    color: var(--text-primary-color);
}
.wk-footer-minimal .about-footer ul li a:hover {
    text-decoration: underline;
}

.wk-footer-minimal .get-in-touch{
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
}
.wk-footer-minimal .get-in-touch ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wk-footer-minimal .our-podcast ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.wk-footer-minimal .our-podcast ul li {
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wk-footer-minimal .our-podcast svg{
    width: 32px;
    height: 32px;
}
.wk-footer-minimal .our-podcast ul li .bi {
    font-size: 32px;
}


@media (max-width: 991px){
    .wk-footer-minimal {
        flex-direction: column;
        text-align: center;
    }
    .wk-footer-minimal .col1, 
    .wk-footer-minimal .col2,
    .wk-footer-minimal .col3{
        width: 100%;
        margin-bottom: 30px;
    }
    .wk-footer-minimal .col3{
        margin-bottom: 0;
    }
    .wk-footer-minimal .social-group ul,
    .wk-footer-minimal .about-footer ul,
    .wk-footer-minimal .our-podcast ul{
        justify-content: center;
    }
}

@media (max-width: 767px){
    .wk-gated-asset:after {
        width: 200px;
        height: 300px;
        top: 100px;
        right: -50px;
        filter: blur(100px);
    }
    .wk-footer-minimal{
        padding-top: 0;
    }

    .wk-lead-form{
        padding: 30px 10px;
    }
    .resource-gated-asset .wk-lead-form {
        margin-top: 100px;
    }
    .resource-gated-asset .wk-lead-form .asset-detail .img {
    margin-top: -20%;
    }
}

@media (max-width: 575px){
    .wk-lead-form .asset-form{
        margin-top: 0;
    }

    .wk-lead-form .report{
        margin-bottom: 10px;
    }
    .resource-gated-asset .wk-lead-form .asset-detail .img {
    margin-top: -30%;
}
}