.marquee-wrapper{flex-direction:column;gap:1.5rem;width:100vw;max-width:100%;min-height:220px;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}@media (max-width:768px){.marquee-wrapper{gap:1.25rem;min-height:180px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 2% 98%,#0000);mask-image:linear-gradient(90deg,#0000,#000 2% 98%,#0000)}}.marquee-row{gap:2.5rem;width:max-content;padding-right:2.5rem;display:flex}@media (max-width:768px){.marquee-row{gap:1.5rem;padding-right:1.5rem}}.marquee-item{background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:180px;height:90px;padding:.75rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex}.marquee-item:hover{transform:scale(1.08)}.scroll-left{animation:40s linear infinite scrollLeft}.scroll-right{animation:40s linear infinite scrollRight}@media (max-width:768px){.scroll-left,.scroll-right{animation-duration:25s}}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width:768px){.marquee-item{width:150px;height:80px;padding:.5rem}}@media (max-width:480px){.marquee-item{width:130px;height:75px;padding:.35rem}}
.venue{color:var(--color-white);align-items:center;min-height:600px;display:flex;position:relative;overflow:hidden}.venue__slides{width:100%;height:100%;position:absolute;top:0;left:0}.venue__slide{opacity:0;width:100%;height:100%;transition:transform .8s ease-in-out,opacity .8s ease-in-out;position:absolute;top:0;left:0;transform:translate(100%)}.venue__overlay{z-index:1;background:linear-gradient(#0003,#00000059);width:100%;height:100%;position:absolute;top:0;left:0}.venue__slide.active{opacity:1;z-index:1;transform:translate(0)}.venue__slide.active.next{animation:.8s ease-in-out slideInFromRight}.venue__slide.active.prev{animation:.8s ease-in-out slideInFromLeft}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.venue__controls-bottom{z-index:3;align-items:center;gap:2rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.venue__arrow{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.venue__arrow:hover{background:var(--color-primary-gradient);border-color:#0000;transform:scale(1.15);box-shadow:0 0 20px #3478df99}.venue__indicators{align-items:center;gap:.75rem;display:flex}.venue__indicator{cursor:pointer;background:#fff6;border:2px solid #fff9;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.venue__indicator.active{background:#fff;border-radius:6px;width:40px}.venue__indicator:hover{background:#ffffffb3}@media (max-width:768px){.venue{min-height:400px}.venue__arrow{width:38px;height:38px;font-size:1.5rem}.venue__controls-bottom{gap:1.5rem;bottom:1.5rem}}
.universities-marquee{background-color:var(--color-background-alt,#f8f9fa);white-space:nowrap;border-bottom:1px solid #0000000d;padding:2rem 0;position:relative;overflow:hidden}.marquee-track{gap:2rem;padding-left:2rem;animation:30s linear infinite scroll;display:inline-flex}.university-item{background:var(--color-white);border-radius:var(--radius-md,8px);justify-content:center;align-items:center;min-width:250px;height:140px;padding:.5rem 1rem;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000000d}.university-item:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000001a}.university-logo{object-fit:contain;max-width:100%;max-height:100%;display:block}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.universities-marquee{padding:1.5rem 0}.university-item{min-width:150px;height:80px;padding:.5rem 1rem}.marquee-track{gap:2rem;animation-duration:20s}}
.home-page{min-height:100vh}
