:root{--globalBlue:#224793;--globalPink:#f2758a;--globalBlack:#111}*{margin:0;padding:0}body{margin:0;padding:0;font-family:NeueMontreal,Helvetica,sans-serif}button,input,select,textarea{font:inherit}.flex{display:flex}.column{flex-direction:column}.wrap{flex-wrap:wrap}.jc-center{justify-content:center}.jc-between{justify-content:space-between}.jc-around{justify-content:space-around}.jc-evenly{justify-content:space-evenly}.jc-start{justify-content:flex-start}.jc-end{justify-content:flex-end}.ai-center{align-items:center}.ai-between{align-items:space-between}.ai-around{align-items:space-around}.ai-start{align-items:flex-start}.ai-end{align-items:flex-end}.ai-stretch{align-items:stretch}@font-face{font-family:NeueMontreal;src:url(/fonts/NeueMontreal-Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:NeueMontreal;src:url(/fonts/NeueMontreal-Medium.otf)format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:NeueMontreal;src:url(/fonts/NeueMontreal-Bold.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}.blueBg{background-color:var(--globalBlue)}.mobileBr{display:none}.dottedBlue{background:radial-gradient(circle closest-side, var(--globalBlue) 98%, #0000) 50%/20px 100%, linear-gradient(90deg, var(--globalBlue) 50%, #0000 0) 50%/40px 100%;z-index:5;width:100%;height:6px;margin:1em 0 2em;display:block;position:relative}.dottedWhite{z-index:5;background:radial-gradient(circle closest-side,#fff 98%,#0000) 50%/20px 100%,linear-gradient(90deg,#fff 50%,#0000 0) 50%/40px 100%;width:100%;height:6px;margin:1em 0 2em;display:block;position:relative}.bodyBounds{width:65%}.hover{transition:all .3s ease-in-out}.hover:hover{transform:scale(1.05)}.banner{background-color:var(--globalBlue);height:95dvh}.bannerWrapper{gap:2em;height:80%}.bannerCoverImg{object-fit:cover;width:100%;height:100%;position:relative}.bannerTextOverlay{text-align:right;position:absolute;top:100px}.text-lg{font-size:clamp(20pt,2.5vw,30pt)}.text-md{font-size:clamp(18pt,2vw,30pt)}.text-sm{font-size:clamp(11pt,1.5vw,30pt)}.text-btn{font-size:2vw}.text-bold{font-weight:700}.text-blue{color:var(--globalBlue)}.text-pink{color:var(--globalPink)}.text-white{color:#fff}.heading-primary{color:var(--globalBlue);font-size:clamp(20pt,2.5vw,30pt);font-weight:700}.heading-secondary{color:var(--globalBlue);font-size:clamp(18pt,2vw,30pt);font-weight:700}.body-large{color:#fff;font-size:clamp(15pt,2vw,30pt);font-weight:700}.button-text{color:#fff;font-size:2vw;font-weight:700}.accent-text{color:var(--globalPink)}:where(p,li,figcaption,blockquote,dd,dt,small){text-wrap:pretty}@media (width<=1024px){.bodyBounds{width:80%}}@media (width<=768px){.banner{height:80dvh}}.banner{--banner-overlay:#00000073;background-image:linear-gradient(var(--banner-overlay), var(--banner-overlay)), url(/imgs/hand-splash-comp.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.bannerLogo{width:70%}.bannerLogo img{width:100%}.bannerLogo img.isMobileLogo{width:min(72vw,320px);margin-inline:auto;display:block}.intro{text-align:center;margin:1em 0 2em}.pages{box-sizing:border-box;gap:2em;width:100%;margin:4em 0}.homeChoiceBounds{box-sizing:border-box;width:min(92%,1600px);max-width:1600px;padding:0 clamp(.75rem,3vw,1.5rem);overflow-x:hidden}.pageChoices{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:clamp(1rem,2.5vw,2.5em);width:100%}.pages img{border-radius:15px;width:100%;height:auto;display:block}.pageSplash{box-sizing:border-box;flex:220px;width:auto;min-width:min(220px,100%);max-width:560px;padding:0 .25rem;position:relative}.pageCaption{text-align:end;margin:0 2em 2em 0;position:absolute;bottom:0;right:0}.pageCaption h3,.mobHead{background-color:#fff;border-radius:15px;padding:.5em}.mobHead{display:none}.more{background-color:#fff;border-radius:15px;flex-wrap:wrap;justify-content:center;gap:1em;padding:1em 2em}.more a{background-color:var(--globalBlue);border-radius:15px;padding:.5em}@media (width<=1024px){.bannerLogo{width:80%}.homeChoiceBounds{width:95%}.more{padding:1em}.more a{font-size:clamp(12pt,2.5vw,30pt)}}@media (width<=768px){.homeChoiceBounds{width:100%;padding:0 1rem}.pageChoices{flex-direction:row;align-items:stretch}.pageSplash{flex:220px;width:calc(50% - .5rem);min-width:220px;max-width:calc(50% - .5rem);padding:0 .25rem}.pageCaption{text-align:center;justify-content:center;align-items:center;width:100%;margin:0 0 .75rem;padding:0;position:relative;left:auto;transform:none}.pageCaption h3{display:none}.mobHead{margin-bottom:.5rem;display:block}.mobileBr{display:inline}.largeScreenBr{display:none}.more a{font-size:clamp(11pt,4vw,15pt)}}@media (width<=650px){.intro{font-size:clamp(15pt,2.5vw,30pt)}.pageChoices{flex-direction:column;align-items:center}.pageSplash{width:100%;min-width:0;max-width:100%}.pageCaption{margin-bottom:.5rem}}@media (width<=500px){.more{place-content:space-around;width:fit-content;padding:1rem .75rem}}@media (width<=370px){.pages img,.pageCaption{width:100%}.pageSplash{flex-direction:column;justify-content:center;align-items:center;padding:0 .125rem;display:flex}.more{width:fit-content;padding:1rem .5rem}}footer{color:var(--globalBlue);padding-bottom:2em;font-family:NeueMontreal,Helvetica,sans-serif;font-size:clamp(1rem,1.3vw,25pt);font-weight:500}input[type=email]{background-color:var(--globalBlue);color:#fff;border:none;border-radius:7px;width:100%;height:25px;padding:5px}input[type=submit]{background-color:var(--globalPink);color:#fff;border:none;border-radius:8px;width:30%;margin-left:.5em;font-weight:700}.pinkText{color:var(--globalPink)}h5{font-size:clamp(1rem,1.3vw,25pt);font-weight:700}.emailBar{padding-top:.5em}address{font-style:normal}address span{font-weight:500}.footer address a,.footer nav a{color:var(--globalPink)}address a:hover,nav a:hover{color:#ff3254}input[type=submit]:hover{background-color:#ff3254}.cic{text-align:center;margin-inline:auto;font-size:10pt;display:block}@media (width<=650px){.footerWrapper{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:start;gap:3rem;padding-inline:1rem}.footerWrapper form,.footerWrapper address,.footerWrapper nav{box-sizing:border-box;width:100%}.CIC{box-sizing:border-box;padding-inline:1rem}.cic{width:100%}footer,h5{font-size:12pt}}.timeBox{text-align:center;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:clamp(.4rem,2vw,1.4rem);display:flex}.time{aspect-ratio:1;box-sizing:border-box;background-color:#fff;border-radius:10px;justify-content:center;align-items:center;width:clamp(4.4rem,8.2vw,6.4rem);padding:clamp(.35rem,.8vw,.6rem);display:flex}.time,.time time,.time h2,.time p{font-family:NeueMontreal,Helvetica,sans-serif}.time time{width:100%;height:100%;color:var(--globalBlue);flex-direction:column;justify-content:center;align-items:center;gap:clamp(.1rem,.3vw,.25rem);display:flex}.time h2{white-space:nowrap;margin:0;font-size:clamp(1.25rem,3vw,2.2rem);font-weight:700;line-height:1}.time p{letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:clamp(.52rem,1.15vw,.85rem);font-weight:600;line-height:1.1}@media (width<=768px){.time{width:clamp(4.2rem,18vw,6rem)}.time h2{font-size:clamp(1.2rem,6vw,2rem)}.time p{font-size:clamp(.5rem,2.1vw,.8rem)}}@media (width<=425px){#secs{display:none}}.navBar{z-index:100;background-color:var(--globalBlue);border-bottom:3px solid #fff;padding:.5em 0;position:sticky;top:0}.navBarContent{width:90%}.navbarLogo{height:40px}.ctaLogo{height:30px}.ctaLogoMail{height:26px}.navbarLogo img,.ctaLogo img,.ctaLogoMail img{height:100%}.emailToggle{justify-content:center;align-items:center;height:100%;display:flex}.emailToggle img{width:auto;height:100%;display:block}.links{gap:1em;list-style-type:none}.mobileNavToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:.25rem;padding:0;display:none}.mobileNavToggle span{background:#fff;border-radius:999px;width:24px;height:2px;display:block}.mobileNavMenu{background:var(--globalBlue);z-index:20;border:2px solid #fff;border-radius:12px;flex-direction:column;gap:.6rem;min-width:220px;padding:.75rem;display:none;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 8px 20px #00000026}.mobileNavMenuOpen{display:flex}.mobileNavLink,.mobileNavIconButton{color:#fff;align-items:center;gap:.6rem;padding:.35rem 0;font-size:1rem;font-weight:700;line-height:1.2;text-decoration:none;display:flex}.mobileNavIconButton{cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:none;padding:.35rem 0}.mobileNavIconButton img{width:20px;height:20px}.mobileNavIconButton span{font-size:1rem;font-weight:700;line-height:1.2}.mobileEmailMenuWrapper{flex-direction:column;gap:.35rem;display:flex}.mobileEmailDropdown{color:var(--globalPink);background:#fff;border-radius:8px;padding:.45rem .6rem;font-size:.95rem;font-weight:600}.mobileEmailDropdown a{color:var(--globalPink);text-decoration:none}.tix{background-color:#fff;border-radius:8px;padding:.5em}.tix a{color:var(--globalBlue);font-weight:700}.cta{color:#fff}.emailMenuWrapper{position:relative}.emailToggle{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.emailDropdown{white-space:nowrap;z-index:10;background:#fff;border-radius:8px;padding:.6rem .8rem;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 8px 20px #00000026}.emailDropdown a{color:var(--globalPink);font-size:.95rem;font-weight:600;text-decoration:none}@media (width<=600px){.navBarContent{position:relative}.mobileNavToggle{display:flex}.links{display:none}}@media (width<=425px){.ctaLogo{height:20px}.ctaLogoMail{height:16px}.tix{font-size:14px}}.logos{width:100%;margin:0;padding:0;overflow:hidden}.logos-slide{justify-content:flex-start;align-items:center;width:100vw;display:flex;overflow:hidden}.logos-track{will-change:transform;align-items:center;gap:2rem;min-width:max-content;animation:20s linear infinite scroll-left;display:flex;transform:translate(0)}.logo-item{flex:none}.partner-logo{max-height:60px;display:block}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=600px){.partner-logo{width:90px}}.subtitle{margin-bottom:1rem}.subtitle-2{margin-bottom:3rem}.showsGrid{gap:1em;margin-bottom:2em}.tixButton{background-color:var(--globalBlue);border-radius:15px;margin-bottom:3rem;padding:.5em}@media (width<=500px){.showsGrid{gap:5em}}.performerWrapper{flex:0 calc(50% - .5em);min-width:180px;max-width:calc(50% - .5em);position:relative}.performerWrapperDouble{flex-basis:100%;min-width:0;max-width:100%}.performerButton{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;gap:.6rem;width:100%;padding:0;transition:transform .3s ease-in-out;display:flex;position:relative}.performerButtonDouble{gap:.75rem}.performerWrapper:hover .performerButton{transform:scale(1.05)}@media (hover:none),(pointer:coarse){.performerWrapper:hover .performerButton{transform:none}.performerHoverHint{display:none}}.performerImageStack{flex-direction:column;gap:.5rem;display:flex}.performerImageStackDouble{flex-direction:row;align-items:stretch;gap:.75rem}.performerImage,.performerModalImage{object-fit:cover;border-radius:15px;width:100%}.performerImageDouble{flex:1 1 0;height:clamp(180px,28vw,320px);min-height:180px;max-height:320px}.performerButton:after{content:"";pointer-events:none;z-index:1;border-radius:15px;position:absolute;inset:0}.performerImage{z-index:0;display:block;position:relative}.performerText{text-align:left;pointer-events:none;z-index:2;flex-direction:column;gap:.25rem;padding:0 .25rem .25rem;display:flex}.performerHoverHint{z-index:1100;pointer-events:none;color:var(--globalPink);white-space:nowrap;background:#fffffff2;border-radius:999px;padding:.35rem .6rem;position:fixed;box-shadow:0 8px 20px #00000026}.performerDesc{color:var(--globalPink);font-size:clamp(.95rem,1.4vw,1rem);font-weight:500;line-height:1.4;display:block}.performerModalOverlay{z-index:1000;background:#111111c7;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow-y:auto}.performerModal{background:#fff;border-radius:24px;flex-direction:column;width:min(92vw,720px);max-height:min(90vh,760px);display:flex;position:relative;overflow:auto;box-shadow:0 20px 50px #00000040}.performerModalImageGroup{gap:.75rem;padding:1.25rem 1.25rem 0;display:flex}.performerModalImage{border-radius:0;flex-shrink:0;max-height:320px}.performerModalImageDouble{border-radius:12px;flex:1 1 0;max-height:260px}.performerModalContent{flex-direction:column;flex:auto;gap:.75rem;padding:1.5rem;display:flex}.performerModalCopy{white-space:pre-line;line-height:1.7}.performerReviewItem{flex-direction:column;gap:.15rem;display:flex}.performerReviewQuote{font-style:italic}.performerReviewReviewer{font-size:.85rem;font-weight:700}.mondalExtraInfo{white-space:pre-line}.performerModalClose{color:#fff;cursor:pointer;background:#111111bf;border:none;border-radius:999px;width:2.5rem;height:2.5rem;font-size:1.5rem;position:absolute;top:.75rem;right:.75rem}.logo-container{gap:2em;width:100%;height:100px}.performer-logo{height:100%}@media (width<=500px){.performerWrapper{flex-basis:100%;min-width:0;max-width:100%}.performerImageStackDouble{flex-direction:column}.performerImageDouble{width:100%;height:clamp(180px,45vw,240px);min-height:180px;max-height:240px}.performerModalImageGroup{flex-direction:column}.performerModalContent{padding:1.25rem}.performerIframe{height:200px}}.convention-header-section{color:var(--globalBlue);background:#fff}.convention-header-section .bodyBounds{gap:.35em}.convention-header-panel{border-radius:24px;padding:1.4em 1.6em}.convention-disclaimer{margin:0;font-size:clamp(11pt,1.2vw,14pt);font-weight:600}.convention-intro-section{background:#fff;padding:1.5em 0 2em}.convention-intro-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:1.2em;display:grid}.convention-desc-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:1.2em;margin-top:2em;display:grid}.convention-intro-copy{align-items:center;margin-top:1em;display:flex}.convention-desc-copy{align-items:center;display:flex}.convention-intro-image{background:#f5f5f5;border-radius:15px;height:100%;min-height:220px;max-height:400px;overflow:hidden}.convention-intro-image img{object-fit:cover;border-radius:15px;width:100%;height:100%}.convention-schedule-section{background:var(--globalBlue);padding-bottom:2.5em}.convention-schedule-wrapper{flex-direction:column;gap:1.2em;display:flex}.convention-schedule-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1em;display:grid}.schedule-day-card{background:#fffffff7;border-radius:22px;flex-direction:column;gap:.9em;padding:1.2em;display:flex}.schedule-day-title{color:var(--globalBlue);margin:0}.schedule-item{border-bottom:1px solid #0a43b524;padding:.9em 0}.schedule-item:last-child{border-bottom:none;padding-bottom:0}.schedule-time{background:var(--globalBlue);color:#fff;border-radius:999px;margin:0 0 .35em;padding:.25em .55em;font-size:clamp(10pt,1.1vw,12pt);font-weight:700;display:inline-block}.schedule-type{color:var(--globalPink);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:clamp(10pt,1.1vw,12pt);font-weight:700}.schedule-title{color:var(--globalBlue);margin:.15em 0 .45em;font-size:clamp(12pt,1.25vw,16pt);font-weight:700}.schedule-text{color:var(--globalBlue);text-wrap:pretty;-webkit-hyphens:auto;hyphens:auto;orphans:2;widows:2;max-width:64ch;margin:0 auto .5em 0;font-size:clamp(10.5pt,1.05vw,13.5pt);line-height:1.6}.schedule-text:last-child{margin-bottom:0}.tix-content{padding:2em 0 4em}.tix-wrapper{gap:1.5em}.tix-intro,.tix-text-body,.ticket-detail{color:#fff;text-wrap:pretty;-webkit-hyphens:auto;hyphens:auto;orphans:2;widows:2;font-size:clamp(13pt,1.5vw,18pt);line-height:1.8}.tix-intro{margin-bottom:.5em}.tix-link{color:var(--globalPink);text-decoration:none;transition:all .3s ease-in-out}.tix-link:hover{text-decoration:underline}.tix-cta{width:fit-content;color:var(--globalBlue);background-color:#fff;border-radius:999px;justify-content:center;align-items:center;margin-bottom:1em;padding:.9em 1.4em;font-weight:700;text-decoration:none;display:inline-flex}.ticket-panel{background:#fff;border-radius:20px;flex-direction:column;gap:.9em;margin:1em 0 .5em;padding:1.2em 1.4em;display:flex;box-shadow:0 8px 24px #0000001f}.ticket-row{border-bottom:1px solid #0000001a;flex-direction:column;gap:.25em;padding-bottom:.9em;display:flex}.ticket-row:last-child{border-bottom:none;padding-bottom:0}.ticket-row-content{justify-content:space-between;align-items:flex-start;gap:1em;display:flex}.ticket-title{color:var(--globalBlue);margin:0;font-size:clamp(14pt,1.4vw,18pt)}.ticket-price{color:var(--globalPink);white-space:nowrap;margin:0}.ticket-detail{color:var(--globalBlue);margin:0;font-size:clamp(11pt,1.2vw,14pt)}.tix-notes{flex-direction:column;gap:.5em;margin-top:.5em;display:flex}.terms-box{border:2px solid #fff6;border-radius:18px;margin-top:.5em;padding:0;overflow:hidden}.terms-toggle{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.2em 1.4em;display:flex}.terms-toggle .heading-secondary{color:#fff;margin:0}.terms-arrow{font-size:1.2rem;transition:transform .3s}.terms-arrow.open{transform:rotate(180deg)}.terms-content{color:#fff;padding:0 1.4em 1.4em}.terms-section-title{color:var(--globalPink);margin:1em 0 .5em;font-size:clamp(13pt,1.4vw,16pt);font-weight:700}.terms-list{flex-direction:column;gap:.6em;padding-left:1.2em;font-size:clamp(11pt,1.2vw,14pt);line-height:1.7;display:flex}.terms-list li,.introBlock,.convention-intro-text-block p{text-wrap:pretty;-webkit-hyphens:auto;hyphens:auto;orphans:2;widows:2}.introBlock{padding-bottom:2em}@media (width<=768px){.convention-intro-grid,.convention-desc-grid,.convention-schedule-grid{grid-template-columns:1fr}.convention-schedule-section{padding:1.5em 0 2em}.tix-intro,.tix-text-body,.ticket-detail{font-size:clamp(11pt,2vw,15pt)}.ticket-row-content{flex-direction:column;align-items:flex-start}.ticket-price{white-space:normal}.schedule-text{max-width:52ch}}@media (width<=500px){.schedule-text{max-width:38ch}}.about-hero{text-align:center;gap:1em;margin:2em 0 1em}.about-hero .heading-primary{margin:1em 0}.about-content{padding:2em 0 4em}.about-wrapper{align-items:flex-start;gap:3em}.about-text{color:#fff;flex:1 1 0;min-width:0}.about-image img{border-radius:15px;width:80%;padding-bottom:2em}.gallery-column{flex:1 1 0;gap:2em;min-width:0}.about-intro{color:#fff;margin-bottom:1.5em;font-size:clamp(15pt,1.8vw,20pt);font-weight:500;line-height:1.6}.about-subheading{color:#fff;margin-top:1.5em;margin-bottom:.5em}.about-text-body{color:#fff;text-align:left;overflow-wrap:anywhere;word-break:break-word;margin-bottom:1em;font-size:clamp(13pt,1.5vw,18pt);font-weight:400;line-height:1.8}.about-link{color:var(--globalPink);text-decoration:none;transition:all .3s ease-in-out}.about-link:hover{text-decoration:underline}.gallery-item{aspect-ratio:1;background-color:#fff;border-radius:15px;flex:1;width:100%}.gallery-item img{object-fit:cover;border-radius:15px;width:100%;height:100%}@media (width<=1024px){.about-wrapper{flex-direction:column;gap:2em}.gallery-column{flex-direction:column;min-width:100%}.gallery-item{width:100%}.about-text-body{text-align:left;font-size:clamp(12pt,2vw,18pt)}.about-intro{font-size:clamp(14pt,2vw,20pt)}}@media (width<=768px){.about-wrapper{gap:1.5em}.about-content{padding:1.5em 0 3em}.about-intro{font-size:clamp(12pt,2vw,16pt)}.about-subheading{font-size:clamp(14pt,1.8vw,20pt)}.about-text-body{font-size:clamp(11pt,1.8vw,14pt)}}
