:host, :root{
    --fa-li-margin: 1.5em;
    --subnav-height:85px;
    --black-matte: rgb(15, 15, 15);
    --black: rgba(0, 0, 0, 1);
    --persimmon: rgb(255, 129, 112);
    --oxford: #002147;
    --rich-black: #011020;
    --ice-blue: #BEDDFF;
    --accent-green: #40C6A7;
    --cdata-primary: #00A0FF;
    --peach: #FFAC81;
    --pale-red: #FF928B;
    
    
}
html {
   scroll-behavior: smooth;
}
body{
    background: var(--black-matte);
    
}
.container{
    width:100%;
    max-width: 1400px;
}
a.anchor {
   position: absolute;
   width: 100%;
   visibility: hidden;
   top: 0;
   left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: var(--roboto);
}
.eyebrow{
    color:var(--seasonalColor, #FFF);
    font-family: var(--roboto);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}
.eyebrowXL{
    font-size: 20px;
    letter-spacing: 12px;
    line-height: 135%;
}
.pageUpper, .speakers{
    /* background: var(--black-matte); */
    position: relative;
    background: var(--grid, url(_img/product-showcase/grid.svg)) no-repeat 0 -2px / cover;
    overflow: hidden;
    
}
*.summer{
    --grid: url(_img/product-showcase/grid-summer.svg);
    --accentBar: linear-gradient(90deg, var(--peach) 0%, var(--pale-red) 100%);
    --spotlight: #EEEAE0 url(_img/product-showcase/color-spotlight-summer.svg);
    --spotlight2:  url(_img/product-showcase/color-spotlight-summer2.svg);
    --seasonalBtnGradient: linear-gradient(271deg, #FF9952 -13.91%, #FACF32 102.98%);
    --seasonalColor: #013d55;
    --navLinkColor: #041B35;
    --navLinkColorReverse: #FFF;
    --accentLine1:#FF8270;
    --accentLine2: var(--pale-red);
    --speakerWrapOuter: linear-gradient(222deg, var(--accentLine1) -5.98%, var(--pale-red) 87.81%);
    --speakerWrapInner: rgb(190 221 255 / 75%);
    --card-border-left: var(--accentLine1);
    --footerbg: url(_img/product-showcase/footer-cta-summer.svg)

}
.pageUpper::after{
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    border-radius: 2217px;
    background: radial-gradient(128.89% 50% at 50% 53.47%, var(--oxford) 0%, var(--rich-black) 100%);
    filter: blur(280px);
    width: 2217px;
    height: 1234px;
    z-index: -1;
}
.pageUpper.summer::after{
    display: none;
}
.pageUpper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--spotlight, url(_img/product-showcase/color-spotlight.svg))  no-repeat 0 0 / cover;
    width:100%;
    height:100%;
    z-index: -1;
}
.pageUpper.reg{
    min-height:100vh
}
#top-navigation-cloud{
    box-shadow:none;
    background: transparent;
    -webkit-backdrop-filter: blur(10px); 
    backdrop-filter: blur(10px);
    transition: top 0.3s;

}
#top-navigation-cloud.darkHeader{
    background: rgb(5 55 125 / 35%)
}
#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: 14px;
    font-weight: 500;
    color: var(--navLinkColor, #FFF);
}
         
.cta-btn_gradient, .cta-btn_outline{
    border-radius: 5.75px;
    display: inline-block;
    color: var(--navLinkColor, #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:var(--seasonalBtnGradient, linear-gradient(93deg, var(--cdata-primary) 0%, var(--accent-green) 100%));
    background-position: left center;

    background-size: 150% 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_gradient.arrow{
    color: var(--oxford);
    background-image: var(--seasonalBtnGradient);
    padding: 12px 57px 12px 24px;;
    position: relative;
    border-radius: 0;

}
.cta-btn_gradient.arrow::after{
    background: url(_img/product-showcase/btn-arrow-drk.svg) no-repeat 0 50% / 25px;
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: all .15s ease-in-out;
}
.cta-btn_gradient.arrow:hover::after{
    right: 20px;
}

.cta-btn_outline{
    background-color: transparent;
    border:2px solid var(--navLinkColor, #FFF) ;
    padding: 8px 20px;
}
.cta-btn_outline:hover, .cta-btn_outline:focus{
    background-color: var(--navLinkColor, #FFF);
    color: var(--navLinkColorReverse, var(--black-matte));
}
.heroTop, .speakers{
    padding: 130px 0;
    position:relative;
    
    z-index: 1;
    overflow: hidden;
}

.heroTop h1, .heroTop h2, .heroTop h3{
    color: var(--seasonalColor, #FFF);
    font-family: var(--roboto);
}
.heroTop h1{
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.heroTop h2{
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.heroTop h3{
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.25px;
}
.heroTop .cta-btn_outline{
    font-size: 26.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 105.962% */
    letter-spacing: 0.4px;
    padding: 10.5px 57px 10.5px 22px;
    background-image: url(_img/product-showcase/btn-arrow.svg);
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: right 22px center;
    transition: all .15s ease-in-out;
}
.heroTop .cta-btn_outline:hover{
    background-position: right 18px center;
    background-image: url(_img/product-showcase/btn-arrow-drk.svg);
}

.heroTop.reg{
    min-height:calc(100vh - 85px);
    padding-top: 90px;
}

.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;
}
.heroTop .roadmap{
    position: absolute;
    inset: 0;
    background: url(_img/product-showcase/roadmap-graphic.svg) no-repeat 98% 100% / auto 100%;
}
.heroTop .roadmap.summer{
    background: url(_img/product-showcase/roadmap-graphic-summer.svg) no-repeat 98% 100% / auto 100%;
}
.whyAttend, .agenda, .whoAttend{

    padding: 120px 0;
}
.whyAttend h2, .agenda h2, .speakers h2, .whoAttend h2{
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%; /* 67.2px */
    letter-spacing: 0.64px;
    margin: 0;
}
.whoAttend{
    background: linear-gradient(180deg, #FFF -1.27%, #B6D8FF 143.51%);
}
.whoAttend p{
    text-align: left;
    color: var(--oxford);
}
.whoAttend .who-item{
    display: flex;
    gap: 15px;
    margin-bottom: 1.5rem;
}
.whoAttend .who-item img{
    width:60px;
}


.whoAttend .who-item p.lg{
    margin-bottom: 0.75rem;
}

.whyAttend{
    background: #E3F1FF;
}
.whyAttend h2, .agenda h2, .whoAttend h2 {
    text-align: center;
    color: var(--oxford);
}
.whyAttend h3{
    color:var(--oxford);
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.whyAttend p.lg{
    background: linear-gradient(270deg, #0B59CE 0%, var(--oxford) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.glassTile{
    border-radius: 5px;
    border: 1.5px solid #FFF;
    background: linear-gradient(123deg, rgba(255, 255, 255, 0.31) 0%, rgba(255, 255, 255, 0.18) 100%);
    box-shadow: 0px 0px 35px 0px rgba(0, 33, 71, 0.25);
    backdrop-filter: blur(22.5px);
    padding: 30px;
    position: relative;

}
.speakers .glassTile{
    background: linear-gradient(112deg, rgba(190, 221, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: 0px 0px 25px 0px rgba(4, 27, 53, 0.40);
    border-color: rgb(255 255 255 / 50%)
}
.speakers.summer .glassTile{
    border-color: rgb(255 255 255);
    background: linear-gradient(112deg, rgba(190, 221, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 99.99%);
}



.speakers::after{
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    border-radius: 2217px;
    background: radial-gradient(118.29% 64.81% at 50% 53.47%, var(--oxford) 0%, var(--rich-black) 100%);
    filter: blur(180px);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.speakers::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--spotlight2, url(_img/product-showcase/color-spotlight_speakers.svg)) no-repeat 50% / cover;
    width:100%;
    height:100%;
}
.speakers.summer::after{
    display: none;
}
.speakers.summer{
    background-color: #EEEAE0;
}
.speakers h2{
    color: #FFFFFF;
}
.speakers h3{
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}
.speakers.summer h2, .speakers.summer h3, .speakers.summer p{
    color: var(--oxford);
}

.speakers .speakerImgWrapper{
    flex:0 0 auto;
    width:180px;
    height:180px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1rem;
}
.speakers .speakerImgWrapper::before{
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 1;
    border-radius: inherit; 
    border-radius: 180px;
    background: var(--speakerWrapOuter, linear-gradient(222deg, var(--accent-green) -5.98%, var(--cdata-primary) 87.81%));

} 
.speakers .speakerImgWrapper .speakerHead{
    width:160px;
    height:160px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.speakers .speakerImgWrapper .speakerHead::before{
    width: 170px;
    height: 170px;
    content: '';
    background: var(--speakerWrapInner,#BEDDFF);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index: 2;
}
.speakers .speakerImgWrapper .speakerHead  img{
    width:100%;
    height: auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 3;
}
.speakers .card-border-left .logo{

    position: absolute;
    top: 0;
    left: 0;
    
    
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.speakers .card-border-left .logo img{
    width: 85px;
    max-width: 100%;
    height: auto;
    margin: auto;
}


.agenda, .whoAttend, .whyAttend{
    position: relative;
    overflow: hidden;
}
.agenda{
    background: linear-gradient(180deg, #FFF -49.86%, #B6D8FF 99.2%);
}
.agenda::before, .agenda::after{
    content: "";
    position: absolute;
    width: 100%;
    
}


.agenda::after{
    bottom: 0;
    right:0;
    background: url(_img/product-showcase/agenda-spotlight.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);
}

@media (min-width: 1024px) {
    .accordion-tabs, .agendaContent, .trackLabels {
        display: grid
;
        grid-template-columns: 150px 1fr;
    }
    .agendaContent.onDemand{
        grid-template-columns: 1fr;
    }
}





.agendaContent{
    padding: 26px 0;
}
.agendaTime{
    color: var(--oxford);
    font-size: 17.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.4px; /* 150% */
    text-transform: uppercase;
}

.agendaSession *{
    color:var(--oxford);
}
.agenda .glassTile{

    background: linear-gradient(123deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.50) 100%);
    box-shadow: 0px 0px 35px 0px rgba(0, 33, 71, 0.25);
    backdrop-filter: blur(22.5px);
}

.agendaSession h3{
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}
.agendaSession p.breakoutSpeakerLabel{
    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;
    }
    
}
.accordion-sections .tab-content{
    padding: 0;
}
.accentLine{
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--accentLine1, var(--cdata-primary)) 0%, var(--accentLine2, var(--accent-green)) 100%);
    margin: 50px auto;
}
.accentLine.leftAccent{
    margin: 50px 0;
}
.accentBar{
    background: var(--accentBar, var(--accent-green));
    height: 10px;
    width:100%
}


.accentGradient.accentGradient-thin{
    height:1px;
    background: var(--ice-blue);
}

.card-border-left{
    padding:25px;
}
.card-border-left::before{
    border-radius: 5px 0 0 5px;
}

.card-border-left p{
    margin: 0;
}
.card-border-left p+p{
    margin-top: 1rem;
}
.card-border-left::before{
    background: var(--accent-green);
    background: -moz-linear-gradient(180deg, var(--accent-green) 0%, var(--cdata-primary) 100%);
    background: -webkit-linear-gradient(180deg, var(--accent-green) 0%, var(--cdata-primary) 100%);
    background: var(--card-border-left, linear-gradient(180deg, var(--accent-green) 0%, var(--cdata-primary) 100%));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40C6A7",endColorstr="#00a0ff",GradientType=1);
}
.card-border-left .accordionParent p{
    position: relative;
    z-index: 2;
}

.whyAttend .card-border-left::before, .speakers .card-border-left::before{
    display: none;
}




.lp-cta{
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: var(--black-matte) var(--footerbg, url(_img/product-showcase/footer-cta.svg)) no-repeat 0 0 / cover;
}
.lp-cta.dots-abstract-circles.variant5::before{
    background-size: cover;
    background-position: 0 50%;
}
.lp-cta h2{
    color: var(--seasonalColor, #FFF)
}



@media (min-width:1200px){
    .heroTop h3.subHead{
        max-width: 735px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:991px){
    .lp-logo-wrapper{
        margin-right:20px;
    }
    /* .speakers::before{
        background-size: 1200px;
        background-position: 0 100%;
        opacity: 0.75;
    } */
    
    .roadmap{
        opacity: 0.35;
    }
    .heroTop.registerPage .formWrapper .formInner {
        padding: 40px 50px;
    }
    
}
@media (max-width:767px){
   
    
    #top-navigation-cloud{
        padding-top:0;
        padding-bottom:0;
    }
    #top-navigation-cloud .container{
        width:100%;
    }
    .lp-navbar-collapse .sub-nav-links{
        display: none;
    }
   
    .agendaSlot .sessionTime{
        font-size: 1.2rem;
    }
    .agendaSlot > .row.d-flex{
        gap:15px
    }
    .heroTop{
        padding-top:80px;
        padding-bottom: 80px;
    }
    
    
}
@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;
    }
    
    
    .whyAttend h3{
        font-size: 30px;
    }
}