:host, :root{
    --fa-li-margin: 1.5em;
    --subnav-height:85px;

    --black-matte: rgb(15, 15, 15);
    --black-matte2: rgb(21, 21, 21);
    --black: rgba(0, 0, 0, 1);

    --persimmon100: rgba(255, 229, 225, 1);
    --persimmon200: rgba(255, 206, 199, 1);
    --persimmon300: rgba(255, 172, 160, 1);
    --persimmon: rgb(255, 129, 112);
    --persimmon500: rgba(247, 83, 58, 1);
    --persimmon600: rgba(229, 54, 29, 1);
    --persimmon900: rgba(132, 38, 24, 1);

    --purple100: rgba(223, 229, 255, 1);
    --purple200:rgba(197, 207, 255, 1);
    --purple300:rgba(162, 175, 255, 1);
    --purple400:rgb(125, 132, 252);
    --purple:rgb(113, 111, 247);
    --purpledark:rgb(82, 43, 128);
    --purple900:rgba(31, 25, 77, 1);

    --blue100:rgba(214, 230, 255, 1);
    --blue200:rgba(182, 219, 255, 1);
    --blue300:rgba(133, 190, 255, 1);
    --blue400:rgba(75, 159, 255, 1);
    --bluedark:rgba(11, 89, 206, 1);
}
html {
   scroll-behavior: smooth;
}
body{
    background: var(--black-matte);
}
a.anchor {
   position: absolute;
   width: 100%;
   visibility: hidden;
   top: 0;
   left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: var(--roboto);
}
.eyebrow{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 6px;
}
.pageUpper{
    background: var(--black-matte);
}
.pageUpper.reg{
    min-height:100vh
}
#top-navigation-cloud{
    box-shadow:none;
    background: rgb(15 15 15 / 89%);
    -webkit-backdrop-filter: blur(10px); 
    backdrop-filter: blur(10px);

}
#top-navigation-cloud .accentGradient{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.lp-logo-wrapper{
    padding: 23px 0 32px;
    margin-right: 40px;
    line-height:24px;
}
.lp-navbar-brand{
    margin-right:16px;
    padding-top:5px;
    padding-bottom:5px;
    line-height:30px;
}
.lp-logo-wrapper img{
    width:100px;
}
.lp-navbar-collapse{
    display:flex;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
}
.lp-navbar-collapse h1{
    font-size:16px;
    font-weight:500;
    line-height:24px;
}
.lp-navbar-collapse h1 a{
    color:#FFF;
}
.lp-navbar-collapse .sub-nav-links{
    display: flex;
    margin:0 35px 0;
}
.lp-navbar-collapse .sub-nav-links .sub-nav-links_link{
    margin:0 15px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
}
         
.cta-btn_gradient, .cta-btn_outline{
    border-radius: 5.75px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-family: var(--roboto);
    font-style: normal;
    transition: all 0.3s ease-in-out;
}
.cta-btn_gradient{
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: linear-gradient(94deg, var(--purple) -15%, var(--persimmon) 50%, var(--purple) 115%);
    background-size: 200% auto;
    font-weight: 700;
    font-size: 23px;
    padding: 16px 32px;
}
.cta-btn_gradient span{
    position: relative;
    z-index:2;
}

.cta-btn_gradient:hover, .cta-btn_gradient:focus{
    color: #FFF;
    background-position: right center;
}

.cta-btn_outline{
    background-color: transparent;
    border:2px solid #FFF ;
    padding: 8px 20px;
}
.cta-btn_outline:hover, .cta-btn_outline:focus{
    background-color: #FFF;
    color: var(--black-matte);
}
.heroTop, .speakers{
    padding: 130px 0;
    position:relative;
    background: url(_img/grid.svg) no-repeat 0 -2px / cover;
    z-index: 1;
    overflow: hidden;
}

.heroTop::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(_img/color-spotlight.png) no-repeat 50% / contain;
    width:100%;
    height:100%;
}
.heroTop::after, .speakers::after{
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    border-radius: 2217px;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.00) -28.65%, var(--black-matte) 59.22%);
    filter: blur(280px);
    width: 2217px;
    height: 1234px;
    z-index: -1;
}

.heroTop.reg{
    min-height:calc(100vh - 85px);
}

.heroTop img.logo-tag{
    width:1048px;
    height:auto;
    max-width: 100%;
    display: block;
    margin:0 auto 60px;
}
.heroTop img.logo-tag-sm{
    width:786px;
    height:auto;
    max-width: 100%;
    display: block;
    margin:0 auto 60px;
}

.heroTop .dateWrapper h3{
    margin-bottom:26px;
}

.whyAttend, .agenda, .whoAttend{
    background:var(--black-matte2);
    padding: 120px 0;
}
.whyAttend h2, .agenda h2, .speakers h2, .whoAttend h2{
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%; /* 67.2px */
    letter-spacing: 0.64px;
    margin: 0;
}
.whoAttend h2{
    text-align: left;
}
.whoAttend .who-item{
    display: flex;
    gap: 15px;
    margin-bottom: 1.5rem;
}
.whoAttend .who-item img{
    width:60px;
}
@media (min-width:768px){
    .whoAttend .who-item.spacer{
        margin-top: 75px;
    }
}

.whoAttend .who-item p.lg{
    margin-bottom: 0.75rem;
}
.whoAttend::before{
    top: 0;
    left: 0;
    background: url(_img/color-spotlight_who.svg) no-repeat 0 0 / cover;
    z-index: -1;
    height: 100%;
}
.whyAttend h3{
    color: #FFF;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.whyAttend .card-border-left img{
    width: 90px;
    height:auto;
    display: block;
    margin-bottom: 20px;
}
.whyAttend .card-border-left p{
    text-align: center;
}
.glassTile{
    position: relative;
    border-radius: 9px;
    box-shadow: 15px 20px 35px 0px rgba(0, 0, 0, 0.20);

}
.glassTile::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(21,21,21,1) 0%, rgba(21,21,21,1) 100%) padding-box,radial-gradient(63.19% 115.44% at 96.38% 103.67%, var(--persimmon) 0%, rgba(113, 111, 247, 0.10) 100%) border-box, radial-gradient(110.53% 89.32% at 2% 3%, #716FF7 0%, rgba(255, 130, 112, 0.00) 100%) border-box;
    inset:0;
    border: 1.5px solid transparent;
    border-radius: 9px;
    z-index: -1;
    opacity: 1;
    transition: all .2s ease-in-out;
}
.glassTile::before{
    background: url(_img/texture.png) 0% 0% / 150px 150px repeat, radial-gradient(151.92% 127.02% at 15.32% 21.04%, rgba(255, 255, 255, 0.03) 0%, rgba(190, 221, 255, 0.02) 77.08%, rgba(23, 57, 85, 0.01) 100%);
    content: '';
    position: absolute;
    inset: 1.5px;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    border-radius: 9px;
    opacity: 0.25;
}
.speakers{
    background-color: var(--black-matte);
    background-size: 100%;
}
.speakers::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(_img/dots.svg) no-repeat 0 50% / 100%;
    width:100%;
    height:100%;

}
.speakers .card-border-left{
    padding:55px 25px 30px;
}
.speakers .card-border-left img.speakerHead{
    width: 140px;
    height:140px;
    border-radius: 100%;
    border: 5px solid var(--persimmon);
    display: block;
    margin-bottom: 20px;
}
.speakers .card-border-left .logo, .onDemand-hdr .speaker-tile .logo{
    background: linear-gradient(316deg, var(--persimmon) 0%, #a676c5 103.96%, var(--purple) 165.02%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 9px 0 9px 0;
    width:170px;
    height: 40px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.speakers .card-border-left .logo img, .onDemand-hdr .speaker-tile .logo img{
    width: 110px;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.speakers .card-border-left h3{
    font-size: 21px;
    line-height: 26px;
}

.agenda, .whoAttend, .whyAttend{
    position: relative;
    overflow: hidden;
}
.agenda::before, .agenda::after,.whoAttend::before, .whoAttend::after, .whyAttend::before{
    content: "";
    position: absolute;
    width: 100%;
    
}
.agenda::before{
    top: 0;
    left: 0;
    background: url(_img/color-spotlight_agenda-upper.svg) no-repeat 0 0 / 100%;
    z-index: -1;
    height: 100%;
}

.agenda::after{
    bottom: 0;
    right:0;
    background: url(_img/color-spotlight_agenda-lower.svg) no-repeat 0 100% / 100%;
    z-index: -1;
    opacity: 0.8;
    height: 1300px;
}
.agenda .glassTile{
    display: block;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.agenda .glassTile::after, .whyAttend .glassTile::after{
    background: radial-gradient(63.19% 115.44% at 96.38% 103.67%, var(--persimmon) 0%, rgba(113, 111, 247, 0.10) 100%) border-box, radial-gradient(110.53% 89.32% at 2% 3%, var(--purple) 0%, rgba(255, 130, 112, 0.00) 100%) border-box;;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(rgba(255, 255, 255, 0.95) 0 0) padding-box, linear-gradient(#fff 0 0);
    /* -webkit-mask-composite: destination-out; */
    mask-composite: exclude;
} 
.agenda .glassTile.trackDE::after{
    background:radial-gradient(86.84% 164.96% at 99.97% 93.79%, var(--persimmon) 0%, rgba(255, 206, 199, 0.10) 100%) border-box, radial-gradient(145.26% 90.32% at 0.07% -0.04%, #FFCEC7 0%, rgba(255, 130, 112, 0.00) 100%) border-box;
} 
.agenda .glassTile.trackDA::after{
    background:radial-gradient(86.84% 164.96% at 99.97% 93.79%, #716FF7 0%, rgba(197, 207, 255, 0.10) 100%) border-box, radial-gradient(145.26% 90.32% at 0.07% -0.04%, #C5CFFF 0%, rgba(113, 111, 247, 0.00) 100%) border-box;
} 
.agenda .glassTile.trackPT::after{
    background:radial-gradient(86.84% 164.96% at 99.97% 93.79%, #0B59CE 0%, rgba(75, 193, 255, 0.10) 100%) border-box, radial-gradient(145.26% 90.32% at 0.07% -0.04%, #4BC1FF 0%, rgba(11, 89, 206, 0.00) 100%) border-box;
}
.agenda .card-border-left{
    padding: 1.5px;
}
.agenda .onDemand-card{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 310px 1fr min-content;
    height: 100%;
}
.agenda .onDemand-card a.simple{
    color: var(--persimmon);
    background-image: url(../../ui/img/redesign/btn-long-arrow-persimmon.svg);
}

.onDemand-hdr{
    background: url(_img/on-demand-card.svg) no-repeat 0 0 / cover;
    border-radius: 9px 9px 0 0;
    padding: 20px;
    display: flex;
    align-items: center;
}
.onDemand-hdr .speaker-tile{
    align-self: stretch;
    flex: 1;
    backdrop-filter: blur(21.5px);
    padding: 55px 25px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.onDemand-hdr .speaker-tile p{
    color:#ffffff;
    text-align: center;
    line-height: normal;
}
.onDemand-hdr .speaker-tile .multiSpeakers{
    display: flex;
}
.onDemand-hdr .speaker-tile .multiSpeakers .speakerImgWrapper:first-child{
    margin-right:-10px
}
.onDemand-hdr .speaker-tile .multiSpeakers .speakerImgWrapper:last-child{
    margin-left:-10px
}
.onDemand-hdr .speaker-tile .multiSpeakers.threeSpeakers .speakerImgWrapper:first-child{
    margin-right:-15px
}
.onDemand-hdr .speaker-tile .multiSpeakers.threeSpeakers .speakerImgWrapper:last-child{
    margin-left:-15px
}
.onDemand-card .speakerImgWrapper{
    flex:0 0 auto;
    width:128px;
    height:128px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    box-sizing: border-box;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.onDemand-card .multiSpeakers.threeSpeakers .speakerImgWrapper{
    width:95px;
    height: 95px;
}
.onDemand-card .speakerImgWrapper::before{
    content: '';
    position: absolute;
    inset:0;
    z-index: 1;
    border-radius: inherit; 
    background: linear-gradient(94deg, var(--purple) -31.44%, var(--persimmon) 100.23%);
    
} 
.onDemand-card .speakerImgWrapper .speakerHead{
    width:115px;
    height:115px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.onDemand-card .multiSpeakers.threeSpeakers .speakerHead{
    width:82px;
    height:82px;
}
.onDemand-card .speakerImgWrapper .speakerHead::before{
    width: 122px;
    height: 122px;
    content: '';
    background: rgb(255 255 255 / 35%);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index: 2;
}
.onDemand-card .multiSpeakers.threeSpeakers .speakerImgWrapper .speakerHead::before{
    width: 89px;
    height: 89px;
}
@media (min-width:992px) and (max-width:1199px){
    /* .onDemand-card .speakerImgWrapper{
        width: 90px;
        height: 90px;
    }
    .onDemand-card .speakerImgWrapper .speakerHead{
        width: 78px;
        height: 78px;
    }
    .onDemand-card .speakerImgWrapper .speakerHead::before{
        width: 82px;
        height: 82px;
    } */
    .onDemand-card .multiSpeakers.threeSpeakers .speakerImgWrapper{
        width:105px;
        height: 105px;
    }
    .onDemand-card .multiSpeakers.threeSpeakers .speakerHead{
        width:92px;
        height:92px;
    }
    .onDemand-card .multiSpeakers.threeSpeakers .speakerImgWrapper .speakerHead::before{
        width: 99px;
        height: 99px;
    }
} 
@media (max-width:400px){
    .onDemand-card .multiSpeakers.threeSpeakers .speakerImgWrapper{
        width:87px;
        height: 87px;
    }
    .onDemand-card .multiSpeakers.threeSpeakers .speakerHead{
        width:74px;
        height:74px;
    }
    .onDemand-card .multiSpeakers.threeSpeakers .speakerImgWrapper .speakerHead::before{
        width: 81px;
        height: 81px;
    }
}
.onDemand-card .speakerImgWrapper .speakerHead  img{
    width:100%;
    height: auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 3;
}
.onDemand-card .sessionTitle{
    color: #ffffff;
    
}
.onDemand-card .sessionTitle .session{
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 5px;
}
.onDemand-card .sessionTitle, .onDemand-card .sessionCTA{
    padding-left: 25px;
    padding-right: 25px;
    
}
.onDemand-card .sessionTitle{
    padding-top: 15px;
    padding-bottom: 15px;
}
.onDemand-card .sessionCTA{
    padding-bottom: 20px;
    padding-top: 5px;
}
ul.dayToggles{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 50px;
    grid-column: 1 / 3
}
ul.dayToggles li a{
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}
ul.dayToggles.trackToggles{
    justify-content: center;
    gap: 25px;
    flex-flow: row wrap;
}
ul.dayToggles.trackToggles li a{
    font-size: 16px;
    font-weight: 500;
}
ul.dayToggles li a::before{
    width: 100%;
    height: 2px;
    content: '';
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, var(--purple) -44.57%, var(--persimmon) 100%);
    position: absolute;
}
ul.dayToggles li a, ul.dayToggles li a::before{
    transition:opacity 0.2s ease-in-out;
    opacity: 0.4;
}
ul.dayToggles li.active a, ul.dayToggles li.active a::before{
    opacity: 1;
}
@media (min-width:1024px){
    .accordion-tabs, .agendaContent, .trackLabels{
        display: grid;
        grid-template-columns: 150px 1fr;
    }
    .agendaSession.trackCols{
        display:grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        align-items: start;
    }
    
    .accordionParent.row1{
        min-height: 190px;
    }
    .accordionParent.row2{
        min-height: 251px;
    }
    .accordionParent.row3{
        min-height: 238px;
    }
    .accordionParent.row4{
        min-height: 273px;
    }
    .accordionParent.row6{
        min-height: 265px;
    }
    .accordionParent.row5{
        min-height: 284px;
    }
    
}
.trackLabels .tracks{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-column: 2 / 3;
    border-bottom: 1px solid #FFF;
}
.tracks > div{
    text-align: center;
    font-size: 19px;
    color: #FFF;
    padding: 16px 12px;
    font-weight: 500;
}
.tracks > div span{
    display: block;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.agendaContent{
    padding: 26px 0;
}
.agendaTime{
    color: #FFF;
    font-size: 17.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.4px; /* 150% */
    text-transform: uppercase;
}

.agendaSession *{
    color:#FFF;
}
.agendaSession .trackDE *:not(p.white){
    color:var(--persimmon300);
}
.agendaSession .trackDA *:not(p.white){
    color:var(--purple300);
}
.agendaSession .trackPT *:not(p.white){
    color:var(--blue300);
}
.agendaSession h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}
.agendaSession p.breakoutSpeakerLabel, .speakers .card-border-left p{
    font-size: 14px;
    line-height: 20px;
}
.agendaSession .accordionParent .collapse p, .agendaSession .accordionParent .collapsing p{
    margin-left: 0;
    
}
.agendaSession .accordionParent ul{
    margin-left: 0;
    margin-bottom: 1.5em;
}
.agendaSession .accordionParent ul li{
    margin: 0 0 .75em 15px;
    padding: 0 0 0 .5em;
    line-height: 1.5em;
}
.agendaSession .accordionParent ul li::marker {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: var(--persimmon);
}
@media (max-width:1023px){
    .agendaSession .glassTile{
        margin:1rem 0;
    }
    .trackLabels{
        display: none;
    }
}
.accordion-sections .tab-content{
    padding: 0;
}
.accentLine{
    width: 100px;
    height: 4px;
    background: var(--persimmon);
    margin: 50px auto;
}
.accentLine.leftAccent{
    margin: 50px 0;
}
.accentGradient{
    background: var(--bluedark);
    background: -moz-linear-gradient(90deg, var(--bluedark) 0%, var(--purpledark) 50%, var(--persimmon) 100%);
    background: -webkit-linear-gradient(90deg, var(--bluedark) 0%, var(--purpledark) 50%, var(--persimmon) 100%);
    background: linear-gradient(90deg, var(--bluedark) 0%, var(--purpledark) 50%, var(--persimmon) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b59ce",endColorstr="#ff8270",GradientType=1);
    width:100%;
    height:3px
}
.accentGradient.reverse{
    background: var(--bluedark);
    background: -moz-linear-gradient(270deg, var(--bluedark) 0%, var(--purpledark) 50%, var(--persimmon) 100%);
    background: -webkit-linear-gradient(270deg, var(--bluedark) 0%, var(--purpledark) 50%, var(--persimmon) 100%);
    background: linear-gradient(270deg, var(--bluedark) 0%, var(--purpledark) 50%, var(--persimmon) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b59ce",endColorstr="#ff8270",GradientType=1);
    width:100%;
    height:3px
}
.accentGradient.accentGradient-thin{
    height:1px
}

.card-border-left{
    padding:25px;
}

.card-border-left p{
    margin: 0;
}
.card-border-left p+p{
    margin-top: 1rem;
}
.card-border-left::before{
    background: var(--purple);
    background: -moz-linear-gradient(180deg, var(--purple) 0%, var(--persimmon) 100%);
    background: -webkit-linear-gradient(180deg, var(--purple) 0%, var(--persimmon) 100%);
    background: linear-gradient(180deg, var(--purple) 0%, var(--persimmon) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#716ff7",endColorstr="#ff8270",GradientType=1);
}
.card-border-left .accordionParent p{
    position: relative;
    z-index: 2;
}
.trackDE .card-border-left::before{
    background: var(--persimmon200);
    background: -moz-linear-gradient(180deg, var(--persimmon200) 0%, var(--persimmon) 100%);
    background: -webkit-linear-gradient(180deg, var(--persimmon200) 0%, var(--persimmon) 100%);
    background: linear-gradient(180deg, var(--persimmon200) 0%, var(--persimmon) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcec7",endColorstr="#ff8270",GradientType=1);
}
.trackDA .card-border-left::before{
    background: var(--purple200);
    background: -moz-linear-gradient(180deg, var(--purple200) 0%, rgba(111,123,247,1) 100%);
    background: -webkit-linear-gradient(180deg, var(--purple200) 0%, rgba(111,123,247,1) 100%);
    background: linear-gradient(180deg, var(--purple200) 0%, rgba(111,123,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5cfff",endColorstr="#6f7bf7",GradientType=1);
}
.trackPT .card-border-left::before{
    background: rgb(75,193,255);
    background: -moz-linear-gradient(180deg, rgba(75,193,255,1) 0%, var(--bluedark) 100%);
    background: -webkit-linear-gradient(180deg, rgba(75,193,255,1) 0%, var(--bluedark) 100%);
    background: linear-gradient(180deg, rgba(75,193,255,1) 0%, var(--bluedark) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4bc1ff",endColorstr="#0b59ce",GradientType=1);
}
.whyAttend .card-border-left::before, .speakers .card-border-left::before, .agenda .card-border-left::before{
    display: none;
}
.countdown{
    margin-top: 60px;
}
.time-value, .time-label{
    text-align: center;
    color:#FFF;
}
.time-value i.fa-spin{
    opacity:0.25;
    color:var(--blue100)
}
.time-value{
    
    font-size: 72px;
    line-height: normal;
    font-family: var(--roboto);
    font-weight: 700;
}
.time-label{
    
    font-size: 24px;
    font-family: var(--roboto);
    font-weight: 400;
}



.lp-cta{
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: var(--black-matte) url(_img/footer-cta.svg) no-repeat 0 0 / cover;
}
.lp-cta.dots-abstract-circles.variant5::before{
    background-size: cover;
    background-position: 0 50%;
}



@media (min-width:1200px){
    .heroTop h3.subHead{
        max-width: 735px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width:1199px){
    .sessions .speakerImgWrapper{
        width:180px;
        height:180px;
    }
    .sessions .speakerImgWrapper .speakerHead{
        width:150px;
        height:150px;
    }
    .sessions .speakerImgWrapper .speakerHead::before{
        width: 165px;
        height: 165px;
    }
    .sessions .speakerBadge .speakerNameWrapper .speakerName{
        font-size: 18px;
    }
    .sessions .speakerBadge .speakerBadgeBuffer{
        height:100px;
    }
    .heroTop img.partner-logo.forrester, .heroTop img.partner-logo.scorpion{
        width:160px;
    }
    .lp-navbar-collapse h1{
        font-size:13px;
        line-height:18px;
        font-weight:400;
        padding-right:20px;
    }
    .lp-navbar-collapse .sub-nav-links{
        margin: 0 15px 0
    }
    
}
@media (max-width:991px){
    .lp-logo-wrapper{
        margin-right:20px;
    }
    .speakers::before{
        background-size: 1200px;
        background-position: 0 100%;
        opacity: 0.75;
    }
    .speakers .card-border-left img.speakerHead{
        width:150px;
        height: 150px;
    }
    
    .heroTop.registerPage .formWrapper .formInner {
        padding: 40px 50px;
    }
    .lp-navbar-collapse .sub-nav-links{
        display: none;
    }
   
}
@media (max-width:767px){
   
    
    #top-navigation-cloud{
        padding-top:0;
        padding-bottom:0;
    }
    #top-navigation-cloud .container{
        width:100%;
    }
    .agendaSlot .sessionTime{
        font-size: 1.2rem;
    }
    .agendaSlot > .row.d-flex{
        gap:15px
    }
    .heroTop{
        padding-top:80px;
        padding-bottom: 80px;
    }
    
    .time-value{
        font-size:60px;
    }
    .time-label{
        font-size: 20px;
    }
    .heroTop img.partner-logo.forrester, .heroTop img.partner-logo.scorpion{
        width:140px;
    }
}
@media (max-width:575px){
    .lp-navbar-collapse h1{
        display:none;
    }
    #top-navigation-cloud, #top-navigation-cloud-buffer{
        display:block;
    }
    .heroTop.registerPage .formWrapper .formInner{
        padding: 40px 30px;
    }
    .heroTop .dateWrapper h3 span{
        display: block;
    }
    .heroTop .dateWrapper h3 span.pipe{
        display: none;
    }
    .speakers{
        background-position: 100% -2px;
        background-size: 1200px;
    }
    .time-value{
        font-size:44px;
    }
    .time-label{
        font-size: 14px;
    }
    .heroTop img.partner-logo.forrester, .heroTop img.partner-logo.scorpion{
        width:180px;
    }
    .whyAttend h3{
        font-size: 26px;
    }
}