@import url(https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10..0,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{font-family:Inter,sans-serif}body{scroll-behavior:smooth}body,html{height:100%;margin:0;padding:0}.wrapper{display:flex;flex-direction:column;min-height:100vh}.content{flex:1 1}nav{background-color:#fff;box-shadow:0 4px 10px #0000001a;left:0;position:fixed;top:0;width:100%;z-index:1000}.scrolled nav{background-color:#fffffff2}.main_navbar{align-items:center;display:flex;height:80px;justify-content:space-between;padding:0 2rem;transition:height .3s ease-in-out}.navbar_logo{display:flex;width:max(25%,320px)}.navbar_logo img{display:block;height:auto;transition:transform .3s ease-in-out;width:100%}.navbar_logo img:hover{transform:scale(1.05)}.navbar_items{display:flex;gap:40px;justify-content:right}.navbar_items li{list-style:none}.navbar_items a{color:#000;font-weight:500;padding-bottom:5px;position:relative;text-decoration:none;transition:color .3s ease-in-out}.navbar_items a:after{background-color:red;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease-in-out;width:0}.navbar_items a:hover:after{width:100%}.navbar_items a:hover{color:red}.hamburger_icon{cursor:pointer;display:none;height:max(30%,30px)}.hamburger_icon img{display:block;height:100%}.mobile_nav_menu{background-color:#c21717f2;height:0;overflow:hidden;padding:0;position:fixed;transition:.5s;width:100%}.mobile_nav_menu ul{list-style:none;margin-top:40px}.mobile_nav_menu ul li{margin-bottom:20px;margin-top:20px}.mobile_nav_menu ul li a{color:#fff;font-size:1.2rem;text-decoration:none}.dropdown_content{display:flex;flex-direction:column;margin-top:10px}.dropdown_content a{font-size:1rem!important;margin-bottom:10px;margin-top:10px;padding-left:20px}.outreach-logo{height:50px;width:50px}.highlight-tab a{-webkit-text-fill-color:#0000;animation:gradientMove 5s ease infinite;background:linear-gradient(270deg,#007bff,#ff073a,#28a745,#007bff);-webkit-background-clip:text;background-size:600% 600%;font-weight:700}@keyframes gradientMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:1080px){.navbar_items{display:none}.hamburger_icon{display:block}}@media (max-width:420px){.main_navbar{height:80px;padding:0 1rem}.navbar_logo{width:max(30%,250px)}}.carousel{height:100vh;margin-top:80px;position:relative;width:100%}.carousel div{height:100%}.carousel_image{animation:kenBurns 10s ease-in-out infinite alternate;height:100%;object-fit:cover;width:100%}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.1)}}.carousel h3{animation:uplift_text 2s forwards;font-size:clamp(1.5rem,2.5rem,2rem);opacity:0;top:calc(30% + 100px)}.carousel h1,.carousel h3{color:#fff;left:10%;position:absolute}.carousel h1{animation:typing 5s steps(25) infinite,blink .7s infinite;border-right:3px solid #fff;font-size:clamp(2rem,4rem,5rem);max-width:0;overflow:hidden;top:37%;white-space:nowrap}@keyframes typing{0%{max-width:0}50%{max-width:25ch}90%{max-width:25ch}to{max-width:0}}@keyframes blink{50%{border-color:#0000}}.carousel button{animation:uplift_text 2s 1s forwards;background-color:#c21717;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;left:10%;opacity:0;padding:14px 30px;position:absolute;text-transform:uppercase;top:calc(63% + 100px);transition:.3s}.carousel button:hover{background-color:#fff;color:#c21717}.home-overlay{bottom:-100px;display:flex;left:50%;position:absolute;transform:translate(-50%);width:80%;z-index:2}.home-overlay-section{height:220px;overflow:hidden;position:relative;transition:transform .3s ease,background-color .3s ease;width:300px}.home-overlay-section:nth-child(odd){background-color:#dfdfdf;color:#000}.home-overlay-section:nth-child(2n){background-color:#fdfdfd;color:#fff}.home-overlay-section img{height:60%;left:0;object-fit:contain;padding-bottom:20px;padding-top:10px;position:absolute;top:0;width:100%}.home-overlay-section span{align-items:center;border-radius:10px;bottom:0;color:#000;display:flex;font-size:.9rem;font-weight:400;height:40%;justify-content:center;padding:5px 10px;position:absolute;text-align:center;width:90%;z-index:2}.home-overlay-section:hover{cursor:pointer}.home-overlay-section:nth-child(odd):hover{background-color:#bababa;transform:translateY(-10px)}.home-overlay-section:nth-child(2n):hover{background-color:#f3f3f3;transform:translateY(-10px)}@keyframes fade{0%{opacity:0}5%{opacity:1}95%{opacity:1}to{opacity:0}}@keyframes uplift_text{0%{opacity:0}to{opacity:1;transform:translateY(-100px)}}@media (max-width:768px){.carousel h1{animation:none;border-right:none;font-size:2rem;max-width:none;overflow:visible;white-space:normal}}@media (max-width:420px){.carousel{height:80vh}.carousel h3{font-size:1.5rem;left:20px;top:calc(35% + 100px)}.carousel h1{font-size:2.5rem;left:20px;top:calc(42% + 100px)}.carousel button{left:20px;padding:10px 20px;top:calc(63% + 100px)}.home-overlay-section{height:100px;width:200px}.home-overlay{bottom:-50px;width:90%}.home-overlay-section img{height:60%}.home-overlay-section span{font-size:.3rem;left:50%;padding-left:0;padding-right:0;transform:translateX(-50%)}}.event-slide{opacity:0;transform:translateY(50px);transition:opacity .5s ease-in-out,transform .5s ease-in-out}.slick-active .event-slide{opacity:1;transform:scale(1.05)}.upcoming_events{margin-top:5.5rem;padding:3% 5%}.upcoming_events h2{font-size:2.25rem;text-align:center}.upcoming_events span{color:#d32f2f}.upcoming_events_container{align-items:center;display:flex;flex-wrap:wrap;gap:60px;justify-content:center;margin-top:40px}.upcomings_events_slider{max-width:600px;width:45%}.slick-arrow:hover{cursor:pointer}.event_card{border-radius:10px;box-shadow:0 5px 20px 0 #00000021;height:310px;margin:auto;overflow:hidden;width:350px}.event_image{height:60%}.event_image img{height:100%;object-fit:cover;width:100%}.event_details{padding:10px 15px}.event_details h3{color:#c21717;font-size:1rem;margin-bottom:8px}.event_date,.event_venue{align-items:center;display:flex;font-size:.8rem;margin-bottom:5px}.event_date img,.event_venue img{height:20px;margin-right:5px;width:20px}.past_event_card{filter:grayscale(100%)}.past_events{padding:0 5% 3%}.past_events h2{font-size:1.5rem;text-align:center}.past_events_inner{padding:3% 0}.events,.past_events_inner{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.events{margin-top:100px;padding:3% 5%}@media (max-width:1080px){.events,.past_events_inner{grid-template-columns:repeat(2,1fr)}.upcomings_events_slider{width:60%}}@media (max-width:768px){.upcoming_events{padding:3% 5% 16%}.upcomings_events_slider{width:100%}.event-slide{margin-bottom:2rem}.events,.past_events_inner{grid-template-columns:1fr}.upcoming_events_container{flex-direction:column;gap:2rem}.event_card{width:90%}}@media (max-width:480px){.upcoming_events h2{font-size:1.75rem;padding:0 5%}.upcoming_events .slick-active{margin-top:8rem}.event_card{height:auto;width:95%}.event_details{padding:10px}}.calender{height:450px;width:500px}@media (max-width:768px){.calender{height:400px;margin-top:2rem;width:100%}}.about_iitd{background-color:#f5f5f5;padding:max(5%,20px)}.about_iitd h2{font-size:2rem}.about_iitd_container{align-items:center;display:flex;justify-content:space-around}.about_iitd_text{line-height:1.5;margin-right:20px;width:60%}.about_iitd_image_carousel{width:max(30%,350px)}.about_iitd_text li{font-size:1.2rem;font-weight:500;margin-bottom:10px}@media (max-width:1080px){.about_iitd_image_carousel{display:none}.about_iitd_text{width:100%}}@media (max-width:420px){.about_iitd_container{flex-direction:column}.about_iitd_image_carousel{display:block;width:90%}.about_iitd_text li{font-size:1rem;width:95%}}.distinguished_alumni{padding:0 max(5%,20px) max(5%,20px)}.distinguished_alumni h3{font-size:2rem;margin:50px 0;text-align:center}.alumni_card{background-color:green;margin:auto;position:relative;width:90%}.alumni_card img{width:100%}.almuni_detail{background-color:#fff;bottom:0;height:40px;margin:auto;opacity:.8;overflow:hidden;position:absolute;text-align:center;transition:.5s;width:100%}.almuni_detail h4{color:#c21717;margin:10px 0}.almuni_detail p{color:#000;font-size:.8rem;margin:auto;text-align:center;width:90%}.alumni_card:hover>.almuni_detail{height:70%;opacity:.9}.about_outreach{background-color:#f5f5f5;padding-bottom:4rem;padding-top:2rem;text-align:center}.about_outreach span{color:#d32f2f}.about_outreach h2{color:#333;font-size:2.25rem;font-weight:700;letter-spacing:1.5px;margin-bottom:2rem;text-transform:uppercase}.about_outreach_container{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-content:center;margin:auto;width:80%}.about_outreach_box{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;height:270px;justify-content:center;padding:20px;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.about_outreach_box:hover{box-shadow:0 6px 15px #00000026;transform:translateY(-5px)}.about_outreach_title{color:#222;font-size:1.5rem;font-weight:700;margin-bottom:10px;position:absolute;top:10px}.about_outreach_text{color:#555;font-size:1.1rem;font-weight:400;line-height:1.6;margin-top:30px}@media (max-width:768px){.about_outreach h2{font-size:2rem}.about_outreach_container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));width:90%}.about_outreach_box{padding:15px}.about_outreach_title{font-size:1.3rem}.about_outreach_text{font-size:1rem}}@media (max-width:480px){.about_outreach_container{gap:15px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.about_outreach h2{font-size:1.8rem}.about_outreach h3{margin:0}.about_outreach_title{position:relative}.about_outreach_box{align-items:center;display:flex;flex-direction:column;gap:1.3rem;height:180px;justify-content:center}.about_outreach_text{margin:0}}.messages-container{padding:40px 20px;text-align:center}.messages-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:40px}.messages-title span{color:#d32f2f}.messages-list{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin:auto}@media (max-width:768px){.messages-title{margin-bottom:30px}.messages-list{align-items:center;flex-direction:column;gap:1.5rem}}.message-card{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;padding:16px;transition:transform .3s ease;width:550px}.message-card:hover{transform:scale(1.02)}.message-card-image{border:1px solid #d32f2f;border-radius:50%;height:120px;object-fit:cover;width:120px}.message-card-content{flex:1 1;margin-left:16px;text-align:left}.message-card-text{color:#555;font-size:14px;font-style:italic}.message-card-footer{margin-top:8px}.message-card-name{color:#333;font-size:16px;font-weight:700}.message-card-designation{color:#777;font-size:14px}@media (max-width:768px){.message-card{flex-direction:column;padding:20px;text-align:center;width:90%}.message-card-image{height:90px;margin-bottom:12px;width:90px}.message-card-content{margin-left:0;text-align:center}.message-card-text{font-size:13px}.message-card-name{font-size:15px}.message-card-designation{font-size:13px}}.gallery-section{margin:0 auto;max-width:80rem;padding:3rem 0}.gallery-title{color:#342b47;font-family:CabinetGrotesk-Extrabold;font-size:3rem;font-weight:700;letter-spacing:-.025em;text-align:center;-webkit-user-select:none;user-select:none}.gallery-container{margin:0 2rem;padding-top:2.5rem;position:relative;width:90%}@media (min-width:1024px){.gallery-container{width:100%}}.gallery-scroll-container{height:500px;overflow-x:hidden;overflow-y:hidden;width:100%}.gallery-grid{grid-gap:1rem;align-content:center;display:grid;gap:1rem;grid-auto-columns:200px;grid-auto-flow:column;grid-template-rows:repeat(2,1fr);height:100%}@media (min-width:768px){.gallery-grid{grid-auto-columns:400px}}.gallery-item{align-items:center;background-color:#3b82f6;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;height:100%;justify-content:center;overflow:hidden;transform:scale(1);transition:transform .3s ease}.gallery-item:hover{transform:scale(1.05)}.gallery-item img{height:100%;object-fit:cover;width:100%}.gallery-item.span-large{grid-column:span 2;grid-row:span 2}.gallery-item.span-tall{grid-row:span 2}.gallery-item.span-wide{grid-column:span 2}.scroll-button{background-color:#1f2937b3;border:none;border-radius:.25rem;cursor:pointer;padding:.5rem .75rem;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s ease}.scroll-button:hover{background-color:#1f2937}.scroll-button-left{left:0}.scroll-button-right{right:0}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;inset:0;position:fixed;z-index:50}.modal-content,.modal-overlay{align-items:center;display:flex;justify-content:center}.modal-content{background-color:initial;border-radius:.5rem;box-shadow:0 25px 50px -12px #00000040;cursor:pointer;height:80vh;width:67vw}.modal-image{max-height:100%;max-width:100%;object-fit:contain}.grid-span-1-3-1-3{grid-column:1/3;grid-row:1/3}.grid-span-3-4-1-3{grid-column:3/4;grid-row:1/3}.grid-span-4-5-1-3{grid-column:4/5;grid-row:1/3}.grid-span-6-8{grid-column:6/8}.grid-span-5-7{grid-column:5/7}.grid-span-7-8{grid-column:7/8}.announcements-container{background:#f9f9f9;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:20px auto 3rem;padding:15px;text-align:center;width:70%}.announcements-heading{color:#c21717;font-size:1.5rem;font-weight:700;margin-bottom:10px}.announcements-slider{overflow:hidden;width:100%}.announcement-slide{color:#333;font-size:1.2rem;font-weight:500;padding:10px;transition:transform .5s ease-in-out}.announcement-link{border-bottom:1px solid #0000;color:#1a73e8;display:inline-block;font-weight:500;padding:4px 2px;text-decoration:none;transition:all .2s ease}.announcement-link:hover{border-bottom:1px solid #0c47b7;color:#0c47b7}.footer{align-items:flex-start;background-color:#c21717;display:flex;justify-content:space-between;padding:1.5% 5%}.footer-bg{margin-bottom:-10px}.footer-bg img{max-width:100%}.footer_logo{width:30%}.footer_logo img{width:100%}.footer_social{align-items:flex-start;display:flex;justify-content:left}.footer_social a{margin-left:10px;margin-right:10px}.footer_social img{width:25px}.footer_navs{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;width:65%}.footer_links{display:flex;flex:1 1;flex-direction:column;max-width:50%}.footer_links h4{color:#fff;font-size:1.1rem;margin-bottom:.8em;margin-top:.8em;text-transform:uppercase}.footer_links a{color:#fff;font-size:1rem;font-weight:500;margin-bottom:1em;text-decoration:none;transition:.3s ease-in-out;width:max-content}.footer_links a:hover{color:#eae0e0;transition:.3s}.contact_link{align-items:flex-start;display:flex;justify-content:left}.contact_link img{margin-right:10px;width:25px}.contact_link p{color:#fff;font-size:1rem;font-weight:500;line-height:150%;margin:0 0 1em}.contact_link .email_link{align-items:flex-start;display:flex;justify-content:left;margin-bottom:0;overflow:hidden}.footer_links:first-child,.footer_links:nth-child(2){width:30%}.footer_links:nth-child(3){width:40%}.footer_bar{background-color:#1a1a1a;padding:max(2%,20px) 5%}.footer_bar p{color:#aaa;line-height:150%;margin:0}.footer_bar p span{color:#fff;font-weight:600}@media (max-width:1080px){.footer{flex-direction:column}.footer_logo,.footer_navs{width:100%}.footer_logo{align-items:center;display:flex;justify-content:space-between;margin-bottom:1em}.footer_logo a:first-child{width:max(40%,320px)}.footer_social{margin-top:0}}@media (max-width:420px){.footer_logo{align-items:flex-start;flex-direction:column;margin-top:10px}.footer_social{margin:10px auto auto}.footer_navs{flex-wrap:wrap}.footer_links:first-child,.footer_links:nth-child(2){width:50%}.footer_links:nth-child(3){width:100%}}.about_film{align-items:center;display:flex;height:70vh;justify-content:center;margin-top:80px;overflow:hidden;position:relative;width:100%}.background_video{filter:blur(10px);opacity:.7;width:100%}.background_video,.main_video{height:100%;object-fit:cover;position:absolute}.main_video{z-index:2}.fullscreen{bottom:20px;cursor:pointer;height:25px;opacity:0;position:absolute;right:-30px;transition:.5s;width:25px;z-index:3}.fullscreen img{height:100%;object-fit:cover;width:100%}.about_film:hover>.fullscreen{opacity:1;right:20px}.about_text{color:#999;font-weight:500;line-height:150%;padding:3% 5%;text-align:justify}.about_timeline{display:grid;grid-template-columns:1fr 1fr;margin:3% 5%;position:relative}.timeline_line{background-color:#f7f7f7;height:100%;left:50%;position:absolute;transform:translateX(-50%);width:3px}.timeline_box{border:1px solid #fff;box-shadow:0 5px 20px 0 #00000021;height:max-content;margin:25px auto;padding:20px;position:relative;transition:.5s;width:80%}.timeline_box:nth-child(odd){margin-top:75px}.timeline_box img{object-fit:cover;width:100%}.timeline_box h4{font-size:1.5rem}.timeline_box p{color:#999;font-size:1rem;line-height:150%}.timeline_box:hover{border:1px solid #c21717}.timeline_connector{display:flex;justify-content:space-between;position:absolute;top:10%;transform:translateY(-50%);width:calc(12.5% - 15px);z-index:2}.timeline_connector_right{right:calc(-12.5% + 20px)}.timeline_connector_left{left:calc(-12.5% + 20px)}.connector_circle{border-radius:50%;height:10px;width:10px;z-index:2}.connector_circle,.connector_line{background-color:#999;transition:.5s}.connector_line{height:3px;left:5%;position:absolute;top:50%;transform:translateY(-50%);width:90%;z-index:1}.timeline_box:hover>.timeline_connector>.connector_circle,.timeline_box:hover>.timeline_connector>.connector_line{background-color:#c21717}.about_gallery{padding:0 5% 3%}.about_gallery h3{color:#404040;font-size:1.5rem;font-weight:600}.about_gallery_images{display:grid;grid-template-columns:repeat(3,1fr);margin-top:50px}.about_gallery_image{align-items:center;display:flex;justify-content:center;margin-bottom:20px;overflow:hidden;position:relative;width:100%}.about_gallery_image img{width:90%}.about_gallery_image_expand_btn{align-items:center;background-color:#fff;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:40px;top:-50px;transition:.3s;width:40px}.about_gallery_image_expand_btn img{height:15px;object-fit:cover;transition:.3s;width:15px}.about_gallery_image:hover>.about_gallery_image_expand_btn{top:20px}.about_gallery_image_expand_btn:hover{background-color:#c21717}.about_gallery_image_expand_btn:hover>img{filter:invert(1)}@media (max-width:768px){.about_film{height:30vh}.main_video{height:auto;width:100%}.about_gallery_images{grid-template-columns:repeat(2,1fr)}}@media (max-width:420px){.about_film{margin-top:80px}.about_timeline{grid-template-columns:1fr}.timeline_connector,.timeline_line{display:none}.timeline_box{margin-top:30px!important}.about_gallery_images{grid-template-columns:repeat(1,1fr)}}.know-more-link{color:#c21717;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s ease,-webkit-text-decoration .3s ease;transition:color .3s ease,text-decoration .3s ease;transition:color .3s ease,text-decoration .3s ease,-webkit-text-decoration .3s ease}.know-more-link:hover{color:#c21717ed;text-decoration:underline}.image_overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:200}.image_overlay_inner{margin:auto;position:relative;width:70%;z-index:201}.image_overlay_inner div p{background:linear-gradient(0deg,#000 30%,#0009 60%,#0000);bottom:0;color:#fff;font-weight:600;left:10%;margin:auto;padding:20px 0;position:absolute;text-align:center;width:80%;z-index:201}.image_overlay_image{align-items:center;display:flex;height:80%;justify-content:center;margin:auto;position:relative;width:80%;z-index:201}.image_overlay_close{color:#fff;cursor:pointer;font-size:2rem;position:absolute;right:50px;top:50px;z-index:202}@media (max-width:420px){.image_overlay_inner{width:100%}.image_overlay_inner div p{left:5%;width:90%}.image_overlay_image{width:90%}.image_overlay_close{right:20px;top:20px}}.gallery{display:grid;grid-template-columns:repeat(3,1fr);margin-top:100px;padding:3% 5%}.gallery_image{align-items:center;display:flex;justify-content:center;margin-bottom:20px;overflow:hidden;position:relative;width:100%}.gallery_image img{width:90%}.gallery_image_description{background:#000000b3;bottom:0;color:#fff;font-size:.9rem;left:50%;opacity:0;overflow:hidden;padding-bottom:10px;padding-top:10px;position:absolute;text-align:center;transform:translate(-50%);transition:opacity .3s ease-in-out;width:90%}.gallery_image:hover .gallery_image_description{opacity:1}.gallery_image_expand_btn{align-items:center;background-color:#fff;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:40px;top:-50px;transition:.3s;width:40px}.gallery_image_expand_btn img{height:15px;object-fit:cover;transition:.3s;width:15px}.gallery_image:hover>.gallery_image_expand_btn{top:20px}.gallery_image_expand_btn:hover{background-color:#c21717}.gallery_image_expand_btn:hover>img{filter:invert(1)}@media (max-width:768px){.gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:420px){.gallery{grid-template-columns:repeat(1,1fr)}}.mini-gallery-container{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;padding-bottom:5rem;padding-top:1rem}.mini-gallery-container h2{font-size:2rem}.mini-gallery-container .gallery_image_expand_btn{right:20px;top:-60px}.mini-gallery-container .gallery_image_expand_btn img{height:10px;width:10px}.mini-gallery{display:grid;grid-template-columns:repeat(4,1fr);width:50%}.releases_navbar{border-top:1px solid #d9d9d9;left:0;position:fixed;top:80px;width:100%;z-index:1}.releases_navbar ul{align-items:center;display:flex;justify-content:space-between;list-style:none;margin:0;padding:0}.releases_navbar_link{background-color:#fff;margin:auto;padding:16px 0;text-align:center;text-decoration:none;width:50%}.releases_navbar_link li{color:#000;font-weight:500;margin:auto}.releases_navbar_active{background-color:#c21717}.releases_navbar_active li{color:#fff!important}.releases_navbar_link:hover{outline:2px solid #c21717;outline-offset:-2px}@media (max-width:1080px){.releases_navbar{display:none}}.podcast_section{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(3,1fr);margin-top:140px;padding:5%}.podcast_item{align-items:center;display:flex;height:240px;justify-content:center;position:relative;width:100%}.thumbnail-container{box-shadow:0 2px 10px #0003;cursor:pointer;overflow:hidden;position:relative}.thumbnail,.thumbnail-container{border-radius:8px;height:100%;width:100%}.thumbnail{object-fit:cover;transition:transform .2s ease-in-out}.thumbnail:hover{transform:scale(1.05)}.play-button{align-items:center;background:#0009;border-radius:50%;color:#fff;display:flex;font-size:2rem;height:60px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background .2s ease-in-out;width:60px}.thumbnail-container:hover .play-button{background:#000c}iframe{border-radius:8px;box-shadow:0 2px 10px #0003;height:100%;width:100%}@media (max-width:768px){.podcast_section{gap:30px;grid-template-columns:repeat(2,1fr)}.podcast_item{height:200px}.play-button{font-size:1.5rem;height:50px;width:50px}}@media (max-width:480px){.podcast_section{gap:20px;grid-template-columns:repeat(1,1fr)}.podcast_item{height:180px}.play-button{font-size:1.25rem;height:40px;width:40px}}.coming_soon{align-items:center;display:flex;height:80vh;justify-content:center;margin-top:130px}.coming_soon img{width:max(320px,40%)}@media (max-width:420px){.coming_soon{margin-top:60px}}.newsletter-section{margin-top:140px;padding:20px;text-align:center}.newsletter-section h2{margin-bottom:15px}.newsletter-section ul{list-style:none;padding:0}.newsletter-section li{margin:2rem 0}.newsletter-section a{border:1px solid #e52727;border-radius:5px;color:#e52727;font-weight:700;padding:8px 15px;text-decoration:none;transition:.3s}.newsletter-section a:hover{background-color:#e52727;color:#fff}.programs{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(3,1fr);padding:5%}.programs-container{margin-top:80px}.programs-header{background-image:url(/static/media/programs_bg.1a37bf68746f11dcc7e3.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:5%}.programs-header:after{background:linear-gradient(180deg,#00000080,#0000);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.programs-title{display:inline-block;font-size:3.25rem;font-weight:700;left:50%;letter-spacing:1.5px;margin:0;transform:translateX(-50%);z-index:2}.programs-description,.programs-title{color:#fff;position:relative;text-align:center}.programs-description{font-size:1.25rem;font-weight:300;z-index:5}.program_card{align-items:center;display:flex;flex-direction:column;text-decoration:none;transition:transform .3s ease-in-out;width:100%;z-index:2}.program_card:hover{transform:scale(1.03)}.program_image{border-radius:10px;box-shadow:0 0 10px #0000004d;height:250px;object-fit:cover;width:100%}.program_title{color:#000;font-size:1.25rem;font-weight:500;margin-top:10px;text-align:center}@media (max-width:768px){.programs{gap:30px;grid-template-columns:repeat(2,1fr)}.programs-title{font-size:2.5rem}.programs-description{font-size:1rem}}@media (max-width:480px){.programs{gap:40px;grid-template-columns:repeat(1,1fr)}.programs-title{font-size:2rem}.programs-description{font-size:.9rem}.program_card{margin:0 auto;width:90%}.program_image{height:200px}.program_title{font-size:1rem}}.program{margin-top:100px;max-width:100%;overflow-x:hidden;padding:2% 5%}.program h1{color:#fff;font-size:2.5em;font-weight:700;letter-spacing:2px;margin-bottom:0;margin-top:0;padding:20px;position:relative;text-align:center;text-transform:uppercase}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes waveMotion{0%{transform:translateX(-50%) rotate(0deg)}50%{transform:translateX(-50%) rotate(5deg)}to{transform:translateX(-50%) rotate(0deg)}}.main-program-data{background:url(/static/media/program-desc-bg-4.00339fde468c2556beea.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:5rem}.main-program-data,.program_desc{border-radius:10px;box-shadow:0 4px 10px #0000001a}.program_desc{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff6;color:#000;font-size:1.2em;line-height:150%;margin-bottom:20px;margin-top:0;padding:20px;text-align:justify}.inline-link-icon{align-items:center;color:#07c;display:inline-flex;text-decoration:none}.inline-link-icon:hover{color:#004b99}.main-program-data .program_desc{margin:auto;text-align:center;width:70%}.subcontent_desc{background:linear-gradient(135deg,#c8c8c833,#91919133);border-radius:10px;box-shadow:0 4px 10px #0000000d;color:#000;padding:15px 20px;text-align:center;transition:box-shadow .3s ease-in-out,background .3s ease-in-out}.subcontent_desc:hover{box-shadow:0 6px 15px #00000026}.program h2{color:#c21717;font-size:1.6em;text-transform:uppercase}.program h2,.program h3{margin-bottom:20px;text-align:center}.program h3{font-size:1.2em;font-weight:600}.content_gallery{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:40px;margin-top:40px}.content_gallery_1{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}.content_gallery_1 .program_image_1{width:400px}.program .slider-container{margin:auto;padding:10px;width:100%}.program .slider-item img{border-radius:8px;height:auto;object-fit:contain;width:100%}.program .slick-slider{margin:auto;width:45%}.content_gallery .slick-track{align-items:center!important;display:flex!important}.slick-next,.slick-prev{height:40px;width:40px;z-index:100}.slick-next:before,.slick-prev:before{color:#333;font-size:32px}.slick-dots{bottom:-30px}.slick-dots li button:before{color:#666;font-size:10px}.slick-dots li.slick-active button:before{color:#333}@media (max-width:768px){.program{padding:5%}.program h1{font-size:clamp(1.8rem,5vw,2.2rem);padding:10px}.main-program-data{padding:2rem}.program_desc{font-size:clamp(.9rem,2.5vw,1.1rem);margin:0;padding:12px;width:90%}.content_gallery_1{gap:10px;grid-template-columns:repeat(2,1fr)}.program .slick-slider{width:80%}}@media (max-width:480px){.program{padding:3%}.program h1{font-size:clamp(1.3rem,4vw,1.7rem);padding:8px}.program_desc{font-size:.8rem;padding:10px;text-align:center;width:100%}.main-program-data{padding-left:0;padding-right:0}.content_gallery_1{grid-template-columns:repeat(1,1fr)}.program .slick-slider{width:95%}}.team{flex-wrap:wrap;justify-content:center;margin-top:100px}.team,.team-heading{display:flex;flex-direction:column}.team-heading{align-items:center}.team-heading-hr{background-color:#a50b02;border:0;border-radius:40%;height:2px;margin-top:-8px;width:10%}.team-heading2{font-style:italic;font-weight:lighter}.team-heading-highlight{color:#a50b02}.faculty-head-title,.staff-members-title,.student-members-title{font-size:24px;font-weight:600}.faculty-head,.staff-members,.student-members{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin-bottom:35px}.faculty-head-list,.staff-members-list{align-items:center;display:flex;flex-wrap:wrap;gap:8vw;justify-content:center}.staff-members-list{margin-left:10%;margin-right:10%}.team-split-hr{background-color:#a50b02;border:0;border-radius:40%;height:2px;margin-bottom:3rem;margin-top:3rem;width:80%}.student-vertical{margin-bottom:2rem}.student-vertical-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;text-align:center}.student-vertical-list{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.team-card{border-radius:10px;box-shadow:0 4px 8px #0003;overflow:hidden;transition:transform .3s ease}.team-card.faculty{width:300px}.team-card.staff{width:250px}.team-card.student{width:200px}.team-card:hover{transform:scale(1.05)}.team-card-image{height:100%;position:relative;width:100%}.team-card-image img{display:block;height:100%;object-fit:cover;width:100%}.team-card-overlay{background:linear-gradient(0deg,#a50b02,#0000);bottom:0;color:#fff;font-family:Arial,sans-serif;position:absolute;text-align:left;width:100%}.team-card-name{font-size:18px;font-weight:700;margin:0;padding-left:10px}.team-card-role{font-size:14px;margin:5px 0 0;padding-bottom:15px;padding-left:10px}@media (max-width:768px){.team{margin-top:80px}.team-heading{margin-bottom:2rem}.team-heading-hr{width:20%}.team-heading2{font-size:1.2rem}.faculty-head-title,.staff-members-title,.student-members-title{font-size:1.5rem}.faculty-head-list,.staff-members-list{gap:1.5rem}.faculty-head-list{gap:3rem}.team-split-hr{width:90%}.student-vertical-title{font-size:1.2rem}.student-vertical-list{gap:1.5rem}.team-card.faculty{width:230px}.team-card.staff{width:160px}.team-card.student{width:140px}.team-card-name{font-size:14px}.team-card-role{font-size:12px}}.contact-us-container{margin-top:100px;text-align:center}.contact-us-container h1{color:#c21717}.contact-us-info span{font-weight:700}.contact-us-info p{font-size:1.1rem}.follow-us-info{align-items:center;flex-direction:column;margin-bottom:3rem}.follow-us-info,.images-container{display:flex;justify-content:center}.images-container{flex-wrap:wrap;gap:3rem;padding:0 20%}.images-container img{height:250px;width:250px}.images-container span{font-size:1.25rem;font-weight:700;margin-top:1rem}.qr-image{align-items:center;display:flex;flex-direction:column;justify-content:center}.navbar{background:#fff;box-shadow:0 1px 4px #00000014;font-family:Poppins,sans-serif;width:100%}.navbar-top{align-items:center;display:flex;justify-content:space-between;padding:.75rem 1rem}.navbar-logo{height:4rem;object-fit:contain;width:auto}@media (min-width:640px){.navbar-logo{height:6rem}}@media (min-width:768px){.navbar-logo{height:10rem}}.navbar-toggle{align-items:center;background:#0000;border:none;color:#7a5140;cursor:pointer;display:inline-flex;justify-content:center;padding:.4rem;transition:color .3s ease}.navbar-toggle:hover{color:#ef4444}.toggle-icon{height:1.75rem;transition:transform .3s ease;width:1.75rem}.toggle-icon.rotate{transform:rotate(90deg)}.navbar-links{text-align:center;transition:all .3s ease}.navbar-links.desktop{display:none}.navbar-links.mobile{max-height:0;overflow:hidden}.navbar-links.mobile.open{max-height:24rem}.navbar-links.mobile .nav-link{display:block;margin:.5rem 0}.nav-link{color:#7a5140;font-size:1.1rem;font-weight:600;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#ef4444}.nav-link:after{background-color:#ef4444;bottom:-2px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.nav-link:hover:after{transform:scaleX(1)}@media (min-width:768px){.navbar-top{justify-content:center}.navbar-toggle{display:none}.navbar-links.desktop{align-items:center;display:flex;gap:2.5rem;justify-content:center;padding:.75rem 0 1rem}.navbar-links.mobile{display:none}}.herosection_about-hero__UjFOl{background:linear-gradient(90deg,#091e27,#48f0e7);font-family:Poppins,sans-serif;height:18vh;width:100%}@media (min-width:640px){.herosection_about-hero__UjFOl{height:22vh}}@media (min-width:1024px){.herosection_about-hero__UjFOl{height:44vh}}.herosection_about-hero__inner__WUEr-{align-items:center;display:flex;height:100%;justify-content:space-between;overflow:hidden;position:relative;width:100%}.herosection_about-hero__left__7L-Lk{align-items:flex-start;color:#fff;display:flex;flex-direction:column;font-size:.9rem;font-weight:700;gap:.3rem;justify-content:center;padding-left:1.5rem}.herosection_about-hero__left__7L-Lk h3{margin:0;padding:0}@media (min-width:640px){.herosection_about-hero__left__7L-Lk{font-size:1.25rem}}@media (min-width:768px){.herosection_about-hero__left__7L-Lk{font-size:1rem}}@media (min-width:1024px){.herosection_about-hero__left__7L-Lk{font-size:2.5rem}}.herosection_about-hero__logos__ohTQK{align-items:center;display:flex;gap:.5rem;margin-top:.3rem}.herosection_about-hero__logo1__Nr6zO{height:auto;object-fit:contain;width:1.5rem}@media (min-width:640px){.herosection_about-hero__logo1__Nr6zO{width:2rem}}@media (min-width:1024px){.herosection_about-hero__logo1__Nr6zO{width:4rem}}.herosection_about-hero__logo2__tGh11{height:auto;object-fit:contain;width:2.5rem}@media (min-width:640px){.herosection_about-hero__logo2__tGh11{width:4rem}}@media (min-width:1024px){.herosection_about-hero__logo2__tGh11{width:7rem}}.herosection_about-hero__title__53Dhb{color:#fff;font-size:.9rem;font-weight:700;text-align:center;z-index:20}@media (min-width:640px){.herosection_about-hero__title__53Dhb{font-size:1.25rem}}@media (min-width:768px){.herosection_about-hero__title__53Dhb{font-size:2rem}}@media (min-width:1024px){.herosection_about-hero__title__53Dhb{font-size:2.5rem}}.herosection_about-hero__image__k-Fxk{height:18vh;object-fit:cover}@media (min-width:640px){.herosection_about-hero__image__k-Fxk{height:22vh}}@media (min-width:1024px){.herosection_about-hero__image__k-Fxk{height:44vh}}:root{--teal-800:#115e59;--teal-700:#0f766e;--neutral-900:#111827;--neutral-700:#374151;--neutral-600:#4b5563;--bg:#fff;--gap:2.5rem;--gap-lg:2.5rem;--container-max:1200px}.home{background:#fff;background:var(--bg);color:#111827;color:var(--neutral-900);font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;padding-bottom:2.5rem;width:100%}.about-row,.home{gap:2.5rem;gap:var(--gap)}.about-row{align-items:center;display:flex;flex-direction:column;padding-inline:1.25rem}@media (min-width:1024px){.about-row{flex-direction:row;gap:2.5rem;gap:var(--gap-lg);padding-inline:7.5rem}}.about-image{border-radius:.75rem;box-shadow:0 6px 18px #00000014;display:none;height:auto;object-fit:cover}@media (min-width:1024px){.about-image{display:block;width:30%}.about-row{flex-direction:row;gap:2.5rem;gap:var(--gap-lg);padding-inline:7.5rem}}.about-copy{align-items:flex-start;display:flex;flex-direction:column;width:100%}.about-title{color:#115e59;color:var(--teal-800);font-size:1.125rem;font-weight:700;margin:0 0 .5rem}@media (min-width:768px){.about-title{font-size:1.5rem}}.about-text{color:#4b5563;color:var(--neutral-600);font-size:1rem;font-weight:600;line-height:1.8}@media (min-width:768px){.about-text{font-size:1.25rem;line-height:1.9}}.about-extended{color:#4b5563;color:var(--neutral-600);font-size:1rem;font-weight:600;line-height:1.9;padding-inline:1.25rem}@media (min-width:1024px){.about-extended{font-size:1.25rem;padding-inline:7.5rem}}.about-extended p+p{margin-top:1rem}.committee-wrapper{font-family:Poppins,sans-serif;margin:0 auto;max-width:1100px;padding:3rem 1.5rem;width:100%}.accordion-section{border-bottom:1px solid #d1d5db;padding:.75rem 0}.accordion-header{background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;justify-content:space-between;text-align:left;transition:color .3s ease;width:100%}.accordion-header:hover{color:#dc2626}.accordion-icon{height:1.25rem;transition:transform .3s ease;width:1.25rem}.accordion-icon.open{transform:rotate(180deg)}.accordion-body{overflow:hidden;transition:height .3s ease}.accordion-inner{padding-top:.75rem}.card{align-items:center;background:#fff;border-radius:1rem;box-shadow:0 4px 15px #0000000d;display:flex;flex-direction:column;gap:2rem;margin-top:1rem;padding:2.5rem 2rem}@media (min-width:768px){.card{flex-direction:row;justify-content:space-between;padding:2.5rem 4rem}}.card-text{text-align:center}@media (min-width:768px){.card-text{text-align:left}}.card-text h2{color:#1f2937;font-size:1.5rem;font-weight:700}.card-text p{color:#4b5563;font-size:1rem;line-height:1.6;margin-top:.25rem}.inst-name{color:#6b7280;font-size:.95rem;margin-top:.5rem}.card-img img{border:4px solid #e5e7eb;border-radius:50%;box-shadow:0 4px 10px #00000026;height:11rem;object-fit:cover;width:11rem}.team-list{color:#374151;line-height:1.6;list-style:disc;margin-top:1rem;padding-left:1.25rem}.team-list li{font-size:1rem;margin-bottom:.4rem}.team-list strong{color:#0d9488}.home{align-items:center;display:flex;flex-direction:column;justify-content:center}.keynote-speakers-page{overflow:hidden;padding-bottom:8rem;padding-top:5rem;position:relative;width:100%}.background-image{opacity:.6}.speaker-section{font-size:1.125rem;line-height:1.75rem;margin-left:auto;margin-right:auto;max-width:100%;padding-bottom:4rem;padding-left:1rem;padding-right:1rem;position:relative;z-index:10}@media (min-width:640px){.speaker-section{padding-left:2rem;padding-right:2rem}}@media (min-width:1024px){.speaker-section{font-size:1.25rem;padding-left:10rem;padding-right:10rem}}.speaker-container{align-items:flex-start;display:flex;flex-direction:column;gap:2.5rem}@media (min-width:768px){.speaker-container{gap:4rem}}@media (min-width:1024px){.speaker-container{flex-direction:row}}.speaker-image-wrapper{flex-shrink:0}.speaker-image-group{position:relative}.speaker-image{border:4px solid #fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;object-fit:cover;transition:border-color .3s ease-in-out;width:100%}.speaker-image-group:hover .speaker-image{border-color:#99f6e4}.speaker-image-overlay{background-image:linear-gradient(0deg,#0d727233,#0000);border-radius:1rem;inset:0;opacity:0;position:absolute;transition:opacity .3s ease-in-out}.speaker-image-group:hover .speaker-image-overlay{opacity:1}@media (min-width:768px){.speaker-image{width:20rem}}.speaker-info-content{display:flex;flex-direction:column;justify-content:flex-start}.speaker-name{color:#171717;font-size:1.875rem;font-weight:800;letter-spacing:-.025em;line-height:2.25rem}@media (min-width:640px){.speaker-name{font-size:2.25rem}}.speaker-title{color:#0f766e;font-size:1.125rem;font-weight:600;margin-top:.5rem}.divider{border-color:#d1fae5;border-top-width:2px;margin-bottom:1.5rem;margin-top:1rem;width:5rem}.speaker-bio{color:#404040;line-height:1.625}.keynote-focus-box{background-image:linear-gradient(90deg,#eff6f6,#fff,#fff);border:1px solid #99f6e4;border-radius:1rem;box-shadow:0 1px 2px 0 #0000000d;margin-top:2rem;padding:1.5rem;position:relative;transition:box-shadow .3s ease-in-out}.keynote-focus-box:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.keynote-accent-bar{background-color:#047857;border-bottom-left-radius:1rem;border-top-left-radius:1rem;height:100%;left:0;position:absolute;top:0;width:.375rem}.keynote-title-heading{color:#064e3b;font-size:1.25rem;font-weight:700;letter-spacing:-.025em;line-height:1.75rem}@media (min-width:640px){.keynote-title-heading{font-size:1.5rem;line-height:2rem}}.keynote-title{color:#404040;font-size:1.125rem;line-height:1.625;margin-top:.5rem}.keynote-title-highlight{color:#0f766e;font-weight:600}.closing-note{color:#525252;font-style:italic;margin-top:2rem}.closing-note-highlight{color:#0f766e;font-weight:600}.meet-page-main{overflow:hidden;padding-bottom:9rem;padding-top:5rem;position:relative;width:100%}.tabs-container-wrapper{border-bottom:1px solid #e5e7eb;width:100%}.tabs-container{margin-left:auto;margin-right:auto;max-width:72rem;padding:0 1rem}@media (min-width:1024px){.tabs-container{padding:0 2rem}}.tabs-content{align-items:center;display:flex;gap:.75rem;padding:1rem 0}.tab-button{border-radius:9999px;font-size:.875rem;font-weight:600;outline:none;padding:.625rem 1.25rem;transition:all .15s ease-in-out}.tab-active{background-color:#047857;box-shadow:0 1px 2px 0 #0000000d;color:#fff}.tab-active:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #10b981}.tab-idle{background-color:#fff;border:1px solid #e5e7eb;color:#7a5140}.tab-idle:hover{color:#ef4444}.tab-idle:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #10b981}.venue-section-container{display:flex;flex-direction:column;gap:2.5rem;margin-left:auto;margin-right:auto;max-width:72rem;padding:2.5rem 1rem;width:100%}@media (min-width:1024px){.venue-section-container{padding:2.5rem 2rem}}.access-note-box{background-color:#fff;border:1px solid #5eead4;border-radius:.5rem;box-shadow:0 1px 2px 0 #0000000d;padding:1rem}@media (min-width:768px){.access-note-box{padding:1.25rem}}.access-note-heading{color:#0f766e;font-size:1rem;font-weight:600}@media (min-width:768px){.access-note-heading{font-size:1.125rem}}.access-note-text{color:#404040;margin-top:.25rem}.venue-details-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.venue-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.venue-detail-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 2px 0 #0000000d;padding:1.5rem;transition:box-shadow .15s ease-in-out}.venue-detail-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card-heading{color:#0d9488;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.date-time-content{gap:1.25rem;margin-top:1rem}.date-box,.date-time-content{align-items:center;display:flex}.date-box{background-color:#f0fdfa;border-radius:.75rem;height:5rem;justify-content:center;width:5rem}.date-day{color:#0f766e;font-size:2.25rem;font-weight:800}.date-text-group{flex:1 1}.date-month{color:#171717;font-size:1.5rem;font-weight:700}.date-year{color:#525252}.time-pill-wrapper{margin-left:0}@media (min-width:640px){.time-pill-wrapper{margin-left:auto}}.time-pill{background-color:#0d9488;border-radius:9999px;box-shadow:0 1px 2px 0 #0000000d;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;padding:.5rem 1rem}.location-group{display:flex;flex-direction:column;gap:1rem}.location-content{align-items:flex-start;display:flex;gap:.75rem;margin-top:1rem}.location-icon{color:#0d9488;flex-shrink:0;height:1.5rem;margin-top:.125rem;width:1.5rem}.location-venue{color:#171717;font-size:1.125rem;font-weight:700}.location-campus{color:#525252}.wayfinding-note-box{background-color:#f0fdfa;border:1px solid #99f6e4;border-radius:.5rem;padding:1rem}.wayfinding-note-text{color:#404040}.map-embed-container{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.map-heading{align-items:center;color:#171717;display:flex;font-size:1.25rem;font-weight:700;gap:.5rem}.map-heading-icon{color:#0d9488;height:1.5rem;width:1.5rem}.map-frame-wrapper{border:1px solid #99f6e4;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.schedule-section-container{margin-left:auto;margin-right:auto;max-width:72rem;padding:2.5rem 1rem;width:100%}@media (min-width:1024px){.schedule-section-container{padding-left:2rem;padding-right:2rem}}.schedule-header{margin-bottom:.75rem}.schedule-tag{color:#0f766e;font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.schedule-title{color:#171717;font-size:1.5rem;font-weight:800;margin-top:.35rem}@media (min-width:768px){.schedule-title{font-size:1.875rem}}.schedule-subtitle{color:#404040;margin-top:.25rem}.schedule-card{background-color:#f0fdfa;margin-top:.75rem}.tl{list-style:none;margin:.75rem 0 0;padding-left:2.25rem;position:relative}.tl:before{background:linear-gradient(180deg,#0d948840,#0d94880f);border-radius:9999px;bottom:.5rem;content:"";left:1.05rem;position:absolute;top:.5rem;width:3px}.tl-item{padding:.9rem 0 .9rem .25rem;position:relative}.tl-item+.tl-item{border-top:1px dashed #0000000f}.tl-pin{background:#fff;border:2px solid #0d9488;border-radius:9999px;box-shadow:0 0 0 .18rem #0d94881f;display:grid;height:.9rem;left:.75rem;place-items:center;position:absolute;top:1.05rem;width:.9rem}.tl-pin-inner{background:#0d9488;border-radius:9999px;height:.45rem;width:.45rem}.tl-row{grid-gap:.65rem .9rem;align-items:center;display:grid;gap:.65rem .9rem;grid-template-columns:auto 1fr}.tl-time{line-height:1;padding:.4rem .7rem;white-space:nowrap}.tl-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 2px #0000000a;padding:.75rem .9rem;transition:box-shadow .15s ease,transform .15s ease}.tl-title{color:#171717;font-size:1rem;line-height:1.35}@media (hover:hover) and (pointer:fine){.tl-item:hover .tl-card{box-shadow:0 8px 14px -8px #00000026;transform:translateY(-1px)}}@media (min-width:720px){.tl-row{grid-template-columns:200px 1fr}}.contact-page-main{overflow:hidden;padding-bottom:6rem;padding-top:5rem;position:relative;width:100%}.background-layers{inset:0;position:absolute;z-index:-10}.background-gradient{background-image:linear-gradient(to bottom right,#eff6f6,#fff,#fff);inset:0;position:absolute}.background-image{background-position:100% 100%;background-repeat:no-repeat;background-size:60%;inset:0;opacity:.5;position:absolute}@media (min-width:768px){.background-image{background-size:45%}}@media (min-width:1024px){.background-image{background-size:30%}}.contact-main-content{display:flex;flex-direction:column;gap:2.5rem;margin-left:auto;margin-right:auto;max-width:72rem;padding:3rem 1rem;position:relative;width:100%;z-index:10}@media (min-width:1024px){.contact-main-content{padding-left:2rem;padding-right:2rem}}.contact-cards-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.contact-cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.contact-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 2px 0 #0000000d;padding:1.5rem;transition:box-shadow .15s ease-in-out}.contact-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.contact-card-content{align-items:flex-start;display:flex;gap:.75rem}.contact-icon-wrapper{align-items:center;background-color:#f0fdfa;border-radius:.5rem;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.contact-icon{color:#0d9488;height:1.5rem;width:1.5rem}.contact-card-title{color:#0d9488;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.contact-card-text{color:#262626;margin-top:.5rem}.contact-card-text p{margin:0;padding:0}.contact-card-text .font-medium{font-weight:500}.contact-card-text .subtext{color:#525252}.contact-map-section{display:flex;flex-direction:column;gap:.75rem}.contact-map-heading{align-items:center;color:#171717;display:flex;font-size:1.25rem;font-weight:700;gap:.5rem}.contact-map-icon{color:#0d9488;height:1.5rem;width:1.5rem}.contact-map-frame-wrapper{border:1px solid #99f6e4;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.contact-map-frame-wrapper iframe{display:block}
/*# sourceMappingURL=main.4ccc45ac.css.map*/