.showcase-module__bkjDOW__page{--background:#071a2f;--text-header:#60a5fa;--text-body-primary:#bfdbfee6;--text-body-secondary:#fff;--button-primary:#5f69a6;--button-border:#ebebeb;--button-primary-hover:#f2f2f2;background-color:var(--background);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-family:Book Antiqua,Georgia,serif;display:flex}.showcase-module__bkjDOW__hero{width:100%;height:100vh;position:relative;overflow:hidden}.showcase-module__bkjDOW__heroSlide{opacity:0;background-position:50%;background-size:cover;transition:opacity 1.4s ease-in-out;position:absolute;inset:0}.showcase-module__bkjDOW__heroSlideActive{opacity:1}.showcase-module__bkjDOW__heroTint{z-index:1;background-color:#071a2fb3;position:absolute;inset:0}.showcase-module__bkjDOW__heroContent{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;row-gap:60px;padding:0 24px;display:flex;position:absolute;inset:0}.showcase-module__bkjDOW__heroTitle{color:var(--text-body-secondary);margin:0;font-family:Book Antiqua,Georgia,serif;font-size:96px;font-weight:800}.showcase-module__bkjDOW__heroSubtitle{color:var(--text-body-primary);font-family:Book Antiqua,Georgia,serif;font-size:36px}.showcase-module__bkjDOW__countdown{color:var(--text-body-secondary);font-variant-numeric:tabular-nums;text-shadow:0 0 10px #ffffff4d;font-family:JetBrains Mono,monospace;font-size:80px;font-weight:700}.showcase-module__bkjDOW__mainContent{flex-direction:column;gap:40px;width:100%;max-width:1120px;margin:0 auto;padding:72px 0;display:flex}.showcase-module__bkjDOW__sectionContainer{flex-direction:column;row-gap:30px;padding:40px;display:flex}.showcase-module__bkjDOW__sectionHeadingContainer{flex-direction:column;row-gap:16px;display:flex}.showcase-module__bkjDOW__title{color:var(--text-header);text-align:center;align-items:center;gap:18px;font-family:Book Antiqua,Georgia,serif;font-size:36px;font-weight:700;display:flex}.showcase-module__bkjDOW__title:before,.showcase-module__bkjDOW__title:after{content:"";background-color:var(--text-header);border-radius:1px;flex:1;height:2px}.showcase-module__bkjDOW__subtitle{color:var(--text-body-primary);font-family:Book Antiqua,Georgia,serif;font-size:20px}.showcase-module__bkjDOW__sectionHeadingContainer .showcase-module__bkjDOW__subtitle{font-style:italic}.showcase-module__bkjDOW__mapContainer{flex-direction:row;justify-content:center;column-gap:80px;display:flex}.showcase-module__bkjDOW__map{border:0;width:400px;height:300px}.showcase-module__bkjDOW__thumbnail{cursor:pointer;transition:transform .25s}.showcase-module__bkjDOW__thumbnail:hover{transform:scale(1.03)}.showcase-module__bkjDOW__overlay{z-index:1000;background:#000000d1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.showcase-module__bkjDOW__modal{max-width:90vw;max-height:90vh;position:relative}.showcase-module__bkjDOW__expandedImage{width:100%;max-width:1100px;height:auto;max-height:85vh}.showcase-module__bkjDOW__closeBtn{cursor:pointer;color:#000;background:#fff;border:none;border-radius:50%;width:42px;height:42px;font-size:28px;position:absolute;top:-18px;right:-18px}.showcase-module__bkjDOW__projectsContainer{flex-direction:column;row-gap:20px;display:flex}.showcase-module__bkjDOW__project{border-style:solid;border-color:var(--text-body-primary);border-radius:8px;flex-direction:row;align-items:flex-start;column-gap:24px;padding:24px;display:flex}.showcase-module__bkjDOW__project .showcase-module__bkjDOW__imageFrame{background-color:#ffffff0d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:220px;height:160px;display:flex;overflow:hidden}.showcase-module__bkjDOW__project .showcase-module__bkjDOW__imageFrame .showcase-module__bkjDOW__image{object-fit:cover;width:100%!important;height:100%!important}.showcase-module__bkjDOW__project .showcase-module__bkjDOW__projectDetailsContainer{flex-direction:column;flex:1;row-gap:10px;min-height:160px;display:flex}.showcase-module__bkjDOW__project .showcase-module__bkjDOW__projectTitle{color:var(--text-body-primary);font-family:Book Antiqua,Georgia,serif;font-size:24px;font-weight:600}.showcase-module__bkjDOW__project .showcase-module__bkjDOW__projectDetails{color:var(--text-body-secondary);font-family:Book Antiqua,Georgia,serif;font-size:16px}.showcase-module__bkjDOW__project .showcase-module__bkjDOW__btn{background-color:var(--button-primary);cursor:pointer;border:none;border-radius:8px;width:150px;margin-top:10px;padding:12px;font-family:Book Antiqua,Georgia,serif;font-size:16px}.showcase-module__bkjDOW__faqsContainer{flex-direction:column;row-gap:16px;display:flex}.showcase-module__bkjDOW__faq{border-style:solid;border-color:var(--text-body-primary);border-radius:8px;flex-direction:column;row-gap:10px;padding:16px;display:flex}.showcase-module__bkjDOW__faqHeader{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;display:flex}.showcase-module__bkjDOW__arrow{color:var(--text-body-primary);justify-content:center;align-items:center;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex}.showcase-module__bkjDOW__arrowRotated{transform:rotate(180deg)}.showcase-module__bkjDOW__faqContent{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out,opacity .2s;display:grid;overflow:hidden}.showcase-module__bkjDOW__faqContent.showcase-module__bkjDOW__show{opacity:1;grid-template-rows:1fr;padding-bottom:5px}.showcase-module__bkjDOW__faq .showcase-module__bkjDOW__faqQues{color:var(--text-body-primary);font-family:Book Antiqua,Georgia,serif;font-size:20px;font-weight:600}.showcase-module__bkjDOW__faq .showcase-module__bkjDOW__faqAns{color:var(--text-body-secondary);min-height:0;font-family:Book Antiqua,Georgia,serif;font-size:16px}.showcase-module__bkjDOW__sponsorsContainer{flex-direction:row;justify-content:center;column-gap:30px;display:flex}.showcase-module__bkjDOW__sponsor{border-style:solid;border-color:var(--text-body-primary);width:150px;height:150px}@media (max-width:768px){.showcase-module__bkjDOW__heroTitle{font-size:40px}.showcase-module__bkjDOW__heroSubtitle{padding:0 12px;font-size:18px}.showcase-module__bkjDOW__countdown{word-break:break-all;font-size:32px}.showcase-module__bkjDOW__heroContent{row-gap:24px;padding:0 16px}.showcase-module__bkjDOW__mainContent{padding:40px 0}.showcase-module__bkjDOW__sectionContainer{padding:24px 16px}.showcase-module__bkjDOW__title{white-space:normal;font-size:24px}.showcase-module__bkjDOW__subtitle{font-size:16px}.showcase-module__bkjDOW__project{flex-direction:column;align-items:stretch}.showcase-module__bkjDOW__project .showcase-module__bkjDOW__imageFrame{width:100%;height:200px}.showcase-module__bkjDOW__project .showcase-module__bkjDOW__projectDetailsContainer{min-height:unset}.showcase-module__bkjDOW__project .showcase-module__bkjDOW__projectDetails{word-break:break-word;white-space:normal;overflow:visible}.showcase-module__bkjDOW__mapContainer{flex-direction:column;align-items:center;gap:24px 0}.showcase-module__bkjDOW__map{width:100%;height:250px}.showcase-module__bkjDOW__sponsorsContainer{flex-wrap:wrap;justify-content:center;row-gap:20px}}
