@import"https://fonts.googleapis.com/css2?family=Bree+Serif&family=Lexend:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Lexend,sans-serif;scrollbar-width:thin;scrollbar-color:var(--teamgreen) #000}html{scroll-behavior:auto!important;overflow-x:hidden}:root{--teamgreen: #00ff00;--bordergreen: var(--teamgreen);--gap: 24px}body{background-color:#000;overflow-x:hidden;width:100%;min-height:100vh}::-webkit-scrollbar{width:12px;background:#000}::-webkit-scrollbar-thumb{background:var(--teamgreen);border-radius:6px;border:2px solid #000}::-webkit-scrollbar-thumb:hover{background:#0c0}::-webkit-scrollbar-corner{background:#000}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .5s ease;padding:.5rem 2rem;box-shadow:0 2px 10px #0000004d}.navbar.transparent{background-color:transparent!important;box-shadow:none}.navbar.transparent.tint,.navbar.scroll-override{background:#00000080!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(3px);box-shadow:0 2px 10px #0000004d}.navbar.black{background-color:#000!important}.navbar-brand{color:#fff!important;font-weight:700;font-size:1.5rem;padding-top:0}.navbar-nav .nav-link{color:#fff!important;margin:0 .5rem;text-decoration:none;position:relative}.nav-text{position:relative;display:inline-block;transition:color .3s ease}.nav-text:after{content:"";position:absolute;bottom:-3px;left:50%;transform:translate(-50%);width:0;height:1.5px;background-color:var(--teamgreen);transition:width .3s ease}.navbar-nav .nav-link:hover .nav-text{color:var(--teamgreen)!important}.navbar-nav .nav-link:hover .nav-text:after{width:102%}.navbar-nav-icons .nav-icon-text{display:none}.custom-toggler{border:none;background:transparent;padding:8px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.custom-toggler:focus{box-shadow:none;outline:none}.hamburger-lines{width:24px;height:18px;display:flex;flex-direction:column;justify-content:space-between}.line{height:2px;width:100%;background-color:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}.custom-toggler:not(.collapsed) .line1{transform:translateY(8px) rotate(45deg)}.custom-toggler:not(.collapsed) .line2{opacity:0;transform:scaleX(0)}.custom-toggler:not(.collapsed) .line3{transform:translateY(-8px) rotate(-45deg)}.custom-toggler:hover .line,.custom-toggler:not(.collapsed):hover .line1,.custom-toggler:not(.collapsed):hover .line3{background-color:var(--teamgreen)}@media(max-width:992px){.navbar-collapse.collapse,.navbar-collapse.collapsing{margin:8px 0}.navbar-nav-center{width:100%;margin-bottom:1rem}.navbar-nav-center .nav-item{width:100%}.navbar-nav-icons{width:100%;display:flex!important;flex-direction:column}.navbar-nav-icons .nav-icon-text{display:inline-block}}@media(min-width:992px){.custom-toggler{display:none}.navbar-expand-lg .navbar-collapse{display:flex!important;align-items:center}.navbar-nav-center{flex-grow:1;justify-content:center;display:flex}.navbar-nav-icons{margin-left:auto}}h1,h2,h3,h4,h5,h6{color:var(--teamgreen);font-weight:700;text-transform:uppercase}section{padding:4rem 0;color:#fff}section.dark{background-color:#0f0f0f}section.light{background-color:#1a1a1a}.card624{background:#0000004d;border:2px solid var(--bordergreen);border-radius:24px;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);height:100%}.card-header-624{color:var(--teamgreen);font-size:1.8rem;font-weight:700;text-align:center;padding:6px;margin:12px;background-color:#ffffff0a;border-radius:12px 12px 8px 8px}.no-img .card-header-624{border-radius:12px!important}.card-img-624{width:calc(100% - 24px);height:200px;object-fit:cover;border:2px solid var(--bordergreen);border-radius:8px;margin:0 12px}.card-content-624{padding:1.5rem}.card-content-624 ul{list-style:none;margin:0;padding:0}.card-content-624 li{padding:.1rem 0;font-size:.9rem;color:#fff;border-top:1px solid rgba(255,255,255,.25)}.card-content-624 li:first-child,.card-content-624.list-card li{border-top:none}.card-content-624.list-card li:before{content:" - ";font-weight:700;color:var(--teamgreen)}.card-content-624.list-card ul ul{margin-left:2rem;margin-top:.5rem}.top-bg{position:relative;width:100%;height:50vh;overflow:hidden;z-index:1}.bg-75{height:75vh}.top-bg:after{content:"";position:absolute;inset:0;background:#000000bf;z-index:2}.top-bg video,.top-bg img{width:100%;height:100%;object-fit:cover;object-position:center;z-index:1}.title-banner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:32px;text-align:center;z-index:3;width:100%;color:#fff}.title-banner:before,.title-banner:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:100vw;height:2px;background:var(--teamgreen)}.title-banner:before{top:-40px}.title-banner:after{bottom:-40px}.title-banner h1{font-weight:700;color:var(--teamgreen);text-transform:uppercase;letter-spacing:3px;margin:0;padding:0 2rem;font-size:min(64px,12vw)}a{color:#fff;text-decoration:underline;transition:color .3s ease}a:hover{color:var(--teamgreen)!important}.section-header{text-align:center;margin-bottom:3rem;width:100%}.section-header h2{font-size:min(3rem,10vw);font-weight:700;color:var(--teamgreen);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#ccc;max-width:700px;margin:0 auto}.section-header.lined{position:relative;display:flex;justify-content:center;margin-bottom:32px}.section-header.lined h2{background-color:inherit;padding:0;z-index:2;margin-bottom:0;padding:0 1.5rem}.section-header.lined:after{content:"";position:absolute;top:50%;width:100%;height:2px;background-color:var(--teamgreen);left:0;z-index:1}.dark .section-header.lined h2{background-color:#0f0f0f}.light .section-header.lined h2{background-color:#1a1a1a}#topCarousel,#topCarousel .carousel-item,#topCarousel .carousel-item img{height:75vh;width:100%;object-fit:cover}@media(max-width:768px){h1,h2,h3,h4,h5,h6{text-align:center}footer .social-links{justify-content:center;gap:1rem}footer .col-md-4{text-align:center;margin-bottom:2rem}}#mainCarousel{height:100vh;position:relative}#mainCarousel .carousel-item{height:100vh;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}#mainCarousel .carousel-item>img{width:100%;height:100vh;object-fit:cover}#mainCarousel .carousel-item.first-slide img{filter:blur(6px)}#mainCarousel .carousel-item.first-slide:before{content:"";position:absolute;inset:0;background:#0000004d;z-index:1}.logo-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.logo-container img{width:500px;max-width:80vw;height:auto;filter:none!important}.logo-container p{font-family:Lexend,sans-serif;color:#fff;font-size:1.5rem;text-align:center}.weakness-text{position:absolute;top:6.5rem;left:5rem;color:var(--teamgreen);opacity:.5;font-size:2.5rem;font-weight:700;z-index:2;font-family:Lexend,sans-serif}.cryptonite-text{position:absolute;bottom:5rem;right:5rem;color:var(--teamgreen);opacity:.5;font-size:4rem;font-weight:700;font-style:italic;z-index:2;font-family:Lexend,sans-serif}#mainCarousel .carousel-control-prev,#mainCarousel .carousel-control-next{width:5%}#mainCarousel .carousel-indicators{bottom:2rem}.who-we-are-section,.where-we-work-section{padding:4rem 0;color:#fff}.who-we-are-section.light,.where-we-work-section.light{background:#1a1a1a}.where-we-work-section.dark{background:#0f0f0f}.section-title{font-size:2.5rem;font-weight:700;color:var(--teamgreen);margin-bottom:2rem;font-family:Lexend,sans-serif}.section-text{font-size:1.1rem;line-height:1.6;color:#e6e6e6;font-family:Lexend,sans-serif}.section-text:last-child{margin-bottom:0}.who-we-are-section .row.g-3{align-items:center;justify-content:center}.who-we-are-section .row.g-3 .col-6{display:flex;align-items:center;justify-content:center}.who-we-are-section .row.g-3 img{width:100%;max-height:200px;object-fit:contain}#rscCarousel{width:100%}#rscCarousel .carousel-inner{border-radius:10px;overflow:hidden;height:300px}#rscCarousel .carousel-item{position:relative;height:300px}#rscCarousel .carousel-item img{width:100%;height:300px;object-fit:cover;display:block}@media(max-width:992px){.section-title{font-size:2rem;text-align:center}.section-text{font-size:1rem;text-align:center}#rscCarousel .carousel-inner,#rscCarousel .carousel-item,#rscCarousel .carousel-item img{height:250px}}html{scroll-behavior:auto!important}.grade-groups{margin-top:2rem}.grade-groups .col-lg-3{padding:calc(var(--gap) / 2)}.grade-card{background:#000000b3;border:2px solid var(--bordergreen);border-radius:15px;padding:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);height:100%;margin-bottom:2rem}.grade-card h3{color:var(--teamgreen);font-size:1.8rem;font-weight:700;text-align:center;text-transform:uppercase;border-bottom:2px solid var(--bordergreen);padding-bottom:1rem;margin-bottom:1.5rem;overflow:hidden;text-overflow:ellipsis}.student-list{list-style:none;padding:0;margin:0}.student-list li{padding:.2rem 0;font-size:1rem;font-weight:500;color:#fff;border-top:1px solid rgba(255,255,255,.25)}.student-list li:first-child{border-top:none;padding-top:0}.student-list li:last-child{padding-bottom:0}.mentors-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap)}@media(max-width:768px){.mentors-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.mentors-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:450px){.mentors-grid{grid-template-columns:1fr}}.mentor-card{background:#000c;border:2px solid var(--bordergreen);border-radius:15px;padding:1rem;text-align:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;margin-bottom:0}.mentor-card h4{color:var(--teamgreen);font-size:1.1rem;font-weight:700;margin:0}.mentor-card h4 small{display:block;font-size:.8rem;font-weight:400;color:#ccc;margin-top:.25rem}.alumni-grid{margin-top:2rem}.alumni-grid .col-lg-4{padding:calc(var(--gap) / 2)}.impact-section{padding:5rem 0;background:#0f0f0f;color:#fff}.section-title{font-size:3rem;font-weight:700;color:var(--teamgreen);font-family:Lexend,sans-serif;text-transform:uppercase;letter-spacing:2px}.impact-subtitle{font-size:2rem;font-weight:700;color:var(--teamgreen);font-family:Lexend,sans-serif}.impact-text{font-size:1.1rem;line-height:1.7;color:#e6e6e6;font-family:Lexend,sans-serif}.impact-image-container{text-align:center}.impact-image-container img{max-width:100%;height:auto;border:2px solid var(--bordergreen)}@media(max-width:992px){.carousel-text p{font-size:1.2rem}.section-title{font-size:2.5rem}.impact-subtitle{font-size:1.5rem;text-align:center}.impact-text{text-align:center}.impact-section{padding:3rem 0}}.sponsors-grid-section{padding:5rem 0;background:#1a1a1a}.sponsors-grid-section .section-title{font-size:3rem;font-weight:700;color:var(--teamgreen);font-family:Lexend,sans-serif;text-transform:uppercase;letter-spacing:2px;margin-bottom:3rem}.sponsors-grid{display:flex;flex-wrap:wrap;gap:1rem;padding:2rem 0;justify-content:center}.sponsor-card{display:flex;align-items:center;justify-content:center;width:200px;height:120px;background:#fff;border-radius:10px;padding:.25rem;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;border:2px solid transparent}.sponsor-logo{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden}.sponsor-logo img{width:100%;height:100%;object-fit:contain;object-position:center;transition:filter .3s ease;-webkit-user-select:none;user-select:none}@media(max-width:992px){.sponsors-grid-section{padding:3rem 0}.sponsors-grid-section .section-title{font-size:2.5rem}.sponsors-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem}.sponsor-logo{height:100px}}@media(max-width:768px){.sponsors-grid-section .section-title{font-size:2rem}.sponsors-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}.sponsor-logo{height:80px}}#outreachCarousel{height:100vh;position:relative}#outreachCarousel .carousel-item{height:100vh;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}#outreachCarousel .carousel-item img{width:100%;height:100vh;object-fit:cover}.carousel-overlay{position:absolute;inset:0;background:#00000080;z-index:1}.carousel-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2}.carousel-text p{font-size:1.5rem;font-family:Lexend,sans-serif;text-shadow:1px 1px 2px rgba(0,0,0,.8)}#outreachCarousel .carousel-control-prev,#outreachCarousel .carousel-control-next{width:5%}#outreachCarousel .carousel-indicators{bottom:2rem}.inspiration-container{width:100%;height:100%;display:flex;flex-direction:column}.inspiration-container .section-subtitle-small{color:var(--teamgreen);font-size:1.5rem;font-weight:700;font-family:Lexend,sans-serif;margin-bottom:1rem}.inspiration-image-wrapper{position:relative;width:100%}.inspiration-image{width:100%;height:100%;object-fit:cover;border-radius:10px}.inspiration-content{width:100%}.video-container{position:relative;width:100%;border-radius:10px;overflow:hidden;box-shadow:0 8px 20px #0000004d;border:2px solid var(--bordergreen)}.video-wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media(max-width:992px){.carousel-text p{font-size:1.2rem}.section-title{font-size:2.5rem;text-align:center}.section-subtitle{font-size:1.8rem;text-align:center}.section-subtitle-small{font-size:1.3rem;text-align:center}.section-text{font-size:1.1rem;text-align:center}.programs-section{padding:3rem 0}.inspiration-container .section-subtitle-small{font-size:1.3rem;text-align:center}.inspiration-image{min-height:180px}}@media(max-width:768px){.carousel-text p{font-size:1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.5rem}.section-subtitle-small{font-size:1.2rem}.section-text{font-size:1rem}.inspiration-container .section-subtitle-small{font-size:1.2rem}.inspiration-image{min-height:150px}}.robot-demos-section{padding:5rem 0;background:#1a1a1a;color:#fff}.robotDemosSwiper{width:100%;padding:2rem 0 4rem}.demo-slide{background:none;border-radius:0;padding:0;box-shadow:none;border:none;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.demo-image{width:100%;height:200px;object-fit:cover;border-radius:0}.demo-title{font-size:1.3rem;font-weight:700;color:var(--teamgreen);font-family:Lexend,sans-serif;margin:1.5rem 0 .5rem}.demo-date{font-size:1rem;color:#888;font-family:Lexend,sans-serif;margin:0 0 .5rem;font-style:italic}.demo-author{font-size:.9rem;color:#666;font-family:Lexend,sans-serif;margin:0 0 1rem;font-weight:500}.demo-text{font-size:.95rem;line-height:1.6;color:#e6e6e6;font-family:Lexend,sans-serif;margin:0 0 1.5rem;flex-grow:1}@media(max-width:992px){.robot-demos-section{padding:3rem 0}.demo-image{height:180px}.demo-title{font-size:1.2rem}}@media(max-width:768px){.demo-image{height:160px}.demo-title{font-size:1.1rem}.demo-text{font-size:.9rem}}.headlines-section{padding:5rem 0;background:#1a1a1a;color:#fff}.headlines-list{display:flex;flex-direction:column}.headline-item{display:grid;grid-template-columns:450px 1fr;gap:2rem;align-items:center;padding:3rem 0;border-bottom:1px solid rgba(0,255,0,.2)}.headline-item:last-child{border-bottom:none}.headline-image-wrapper{width:100%;height:300px;overflow:hidden;border-radius:8px}.headline-image-wrapper .carousel,.headline-image-wrapper .carousel-inner,.headline-image-wrapper .carousel-item{height:100%}.headline-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.headline-content-wrapper{display:flex;flex-direction:column;justify-content:center}.headline-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.headline-title{font-size:2rem;font-weight:700;color:var(--teamgreen);font-family:Lexend,sans-serif;margin:0}.headline-date-dot{font-size:1.1rem;color:#aaa;line-height:1}.headline-date{font-size:1.1rem;color:#aaa;font-family:Lexend,sans-serif;margin:0}.headline-text{font-size:1.1rem;line-height:1.8;color:#e6e6e6;font-family:Lexend,sans-serif;margin:0}@media(max-width:992px){.headline-item{grid-template-columns:1fr;gap:1.5rem;padding:2rem 0}.headline-image-wrapper{height:250px}.headline-title{font-size:1.5rem}.headlines-section{padding:3rem 0}}@media(max-width:768px){.headline-item{gap:1rem;padding:1.5rem 0}.headline-image-wrapper{height:180px}.headline-title{font-size:1.2rem}.headline-date{font-size:.9rem}.headline-text{font-size:1rem}.headlines-section{padding:2rem 0}}.carousel-section{background:#0f0f0f;padding:2rem 0;display:flex;flex-direction:column;justify-content:center}.carousel-section .section-header{margin-top:2rem}.carousel-section .carousel{width:100%;height:50vh}.carousel-section .carousel-inner{width:100%;height:100%}.carousel-section .carousel-item{height:100%}.carousel-section .carousel-item img{height:100%;width:100%;object-fit:contain;object-position:center}@media(max-width:768px){.carousel-section .carousel{height:100vh}}.robots-list{display:flex;flex-direction:column;gap:0}.robot-list-item-link{text-decoration:none;color:inherit}.robot-list-item{display:flex;gap:2rem;align-items:center;padding:2rem}.robot-list-image{flex-shrink:0;width:500px;object-fit:contain;object-position:center}.robot-list-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;height:330px}.robot-list-content h2{font-size:2rem;margin-bottom:1rem;font-weight:600}.robot-list-content p{font-size:1rem;line-height:1.6;color:#ccc;margin:0;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}.read-more{color:#0f0;font-weight:600;margin-top:.5rem;cursor:pointer}.robot-divider{margin:1.5rem 0;width:80%;margin-left:auto;margin-right:auto;border:none;border-top:1px solid #333}@media(max-width:768px){.robot-list-item{flex-direction:column;align-items:center;text-align:center;gap:1rem}.robot-list-image{width:180px}}.robot-detail-bg{height:50vh}.robot-detail-bg:after{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.robot-detail-section{padding:2rem 0;background:#1a1a1a}.robot-detail-section .card-header-624{font-size:1.3rem}.robot-info-container{display:flex;gap:2rem;flex-wrap:nowrap}.robot-main-content{height:fit-content;flex:1;width:100%}.robot-main-content p{font-size:1rem;line-height:1.5}.robot-picture{height:30vw;aspect-ratio:15 / 16;object-fit:cover;object-position:center}.robot-features{grid-area:features}@media(max-width:768px){.robot-info-container{flex-wrap:wrap;flex-direction:column}.robot-picture{height:auto;width:100%;aspect-ratio:9 / 16}}.subsystems-section h2{margin-bottom:2rem}.subsystem-item{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:1rem}.subsystem-image{flex-shrink:0;width:150px;height:150px;background-color:#fff;padding:10px;display:flex;align-items:center;justify-content:center;object-fit:contain}.subsystem-content h4{font-size:1rem;margin-bottom:.5rem}.subsystem-content p{font-size:.95rem;margin:0}.subsystem-divider{margin:1.5rem 0;width:80%;margin-left:auto;margin-right:auto}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem;margin-bottom:2rem}@media(max-width:768px){.events-grid{grid-template-columns:1fr}}.videos-section h2{margin-bottom:2rem}.videos-list{display:flex;gap:2rem}.video-item{width:50%;display:flex;flex-direction:column;gap:1rem}.video-item h3{margin:0;font-size:1.3rem}.video-item iframe{width:100%;aspect-ratio:16 / 9;border:none}@media(max-width:768px){.videos-list{flex-direction:column}.video-item{width:100%}}.split-container{display:flex;height:100vh;margin-top:0}.split-section{flex:1;position:relative;overflow:hidden;transition:flex .5s ease}h1{margin-bottom:0;font-size:3rem;overflow:hidden;text-overflow:ellipsis}.split-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .5s ease}.split-section:hover .split-background{transform:scale(1.1)}.split-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;transition:background .3s ease}.split-section:hover .split-overlay{background:#0003}.split-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;width:80%}.section-bar{background:#000000b3;padding:2rem;text-align:center;border:2px solid var(--teamgreen);border-radius:10px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease}.section-link{text-decoration:none;color:var(--teamgreen);display:block;width:100%;height:100%;transition:all .3s ease}.section-link:hover{transform:scale(1.1)}@media(max-width:768px){.split-container{flex-direction:column}#first-section{margin-top:62px;display:flex;align-items:center;justify-content:center;overflow:visible}#first-section .split-background{height:calc(100% + 62px);top:-62px}}.first-section{background:#1a1a1a;color:#fff;padding:4rem 0;min-height:100vh;display:flex;justify-content:center}.first-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap);width:100%}.first-section .row{margin-bottom:var(--gap);--bs-gutter-x: var(--gap);--bs-gutter-y: var(--gap)}.first-section .row:last-child{margin-bottom:0}.first-section .mt-4{margin-top:var(--gap)!important}.grid-item{background:#000000b3;border:2px solid var(--teamgreen);border-radius:15px;padding:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);height:100%}.robot-image{text-align:center;margin-top:2rem}.robot-image img{max-width:100%;height:auto;border-radius:10px;border:2px solid var(--teamgreen)}.first-description{font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.first-description strong{color:var(--teamgreen)}.founder-images{display:flex;justify-content:space-around;margin-top:2rem}.founder{text-align:center;max-width:150px}.founder img{width:100px;height:140px;border-radius:8px;border:3px solid var(--teamgreen);object-fit:cover;margin-bottom:1rem}.founder p{font-size:1rem;font-weight:700;color:var(--teamgreen)}.cryptonite-item{background:#28a7451a;border:2px solid var(--teamgreen);text-align:center;border-radius:15px;padding:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.cryptonite-description p{font-size:1.2rem;line-height:1.8;margin:0}.cryptonite-description strong{color:var(--teamgreen);font-weight:700}.program-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;border-radius:10px;height:100%;position:relative;overflow:hidden}.program-item h3{color:#fff}.program-item p{color:#fff;font-size:1rem;opacity:.9;margin:0}.lego{background:#f44336;border:5px solid #b71c1c}.tech{background:#ff9800;border:5px solid #e65100}.robotics{background:#2196f3;border:5px solid #0d47a1}.frc-subsection{margin-top:6rem;width:100%}.frc-banner{text-align:center;margin-bottom:3rem;position:relative}.frc-banner:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:var(--teamgreen);z-index:1}.frc-layout{width:100%}.frc-main-grid{display:grid;grid-template-columns:1fr 2fr 1fr;grid-template-rows:auto 1fr 1fr;gap:var(--gap);margin:2rem 0;width:100%;min-height:600px}.frc-text-top{grid-column:1 / -1;grid-row:1}.frc-image-left{grid-column:1;grid-row:2 / 4;height:100%}.frc-image-middle{grid-column:2;grid-row:2;height:100%}.frc-image-right{grid-column:3;grid-row:2 / 4;height:100%}.frc-text-bottom{grid-column:2;grid-row:3;height:100%}.frc-text-top,.frc-text-bottom{background:#000000b3;border:2px solid var(--teamgreen);border-radius:15px;padding:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center}.frc-text-top p,.frc-text-bottom p{font-size:1.1rem;line-height:1.8;margin:0;text-align:center;color:#fff}.frc-image-left,.frc-image-middle,.frc-image-right{overflow:hidden;border-radius:10px;border:2px solid var(--teamgreen)}.frc-image-left img,.frc-image-middle img,.frc-image-right img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.seasons-subsection{margin-top:6rem;width:100%}.seasons-banner{text-align:center;margin-bottom:4rem;position:relative}.seasons-banner:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:var(--teamgreen);z-index:1}.seasons-row{margin-bottom:var(--gap);align-items:stretch;min-height:auto}.seasons-row:last-child{margin-bottom:0}.seasons-image{padding-right:var(--gap);display:flex;align-items:stretch;padding-left:0}.seasons-row-reverse .seasons-image{padding-right:0;padding-left:var(--gap)}.seasons-image img{width:100%;height:100%;object-fit:cover;border-radius:10px;border:2px solid var(--teamgreen);transition:transform .3s ease}.seasons-text{background:#000000b3;border:2px solid var(--teamgreen);border-radius:15px;padding:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);height:auto;min-height:200px;display:flex;flex-direction:column;justify-content:center}.seasons-text p{color:#fff;font-size:1rem;line-height:1.6;margin:0}.competitions-subsection{margin-top:6rem;width:100%}.competitions-banner{text-align:center;margin-bottom:4rem;position:relative}.competitions-banner:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:var(--teamgreen);z-index:1}.competitions-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap);margin:2rem 0;width:100%;align-items:stretch}.competitions-info{display:grid;grid-template-rows:auto auto auto;gap:var(--gap);height:fit-content}.competitions-right-column{display:grid;grid-template-rows:auto 1fr;gap:var(--gap);height:100%;overflow:hidden}.more-than-robots-header{background:#000000b3;border:2px solid var(--teamgreen);border-radius:15px;padding:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);text-align:center;grid-row:1}.more-than-robots-header p{color:#fff;font-size:1.1rem;line-height:1.6;margin:0}.more-than-robots-header a{color:var(--teamgreen);text-decoration:none;font-weight:700}.competition-info-item{background:#000000b3;border:2px solid var(--teamgreen);border-radius:15px;padding:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center}.competition-info-item p{color:#fff;font-size:1rem;line-height:1.6;margin:0}.competitions-awards{display:flex;grid-row:2;overflow:hidden;min-height:0}.awards-container{background:#000000b3;border:2px solid var(--teamgreen);border-radius:15px;padding:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;height:100%;max-height:100%;display:flex;flex-direction:column;overflow:hidden}.awards-title{margin-bottom:1rem;flex-shrink:0;text-align:center}.awards-intro{margin-bottom:1rem;flex-shrink:0}.awards-intro p{color:#fff;text-align:center;margin:0}.awards-intro a{color:var(--teamgreen);text-decoration:none;font-weight:700}.accordion{flex:1;overflow-y:auto;padding:4px;min-height:0}.accordion::-webkit-scrollbar{width:6px}.accordion::-webkit-scrollbar-track{background:#0000004d;border-radius:3px}.accordion::-webkit-scrollbar-thumb{background:var(--teamgreen);border-radius:3px}.accordion-item{background:transparent;border:1px solid rgba(40,167,69,.3);margin-bottom:.5rem;border-radius:8px!important;flex-shrink:0}#awardsAccordion{overflow-y:auto!important;max-height:100%!important}.accordion-button{background:#28a7451a;color:var(--teamgreen);font-weight:700;font-size:.95rem;border:none;border-radius:8px!important}.accordion-button:not(.collapsed){background:#28a74533;color:var(--teamgreen);box-shadow:none}.accordion-button:focus{box-shadow:0 0 0 .25rem #28a74540;border-color:var(--teamgreen)}.accordion-button:after{filter:brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%)}.accordion-body{background:#00000080;color:#fff;font-size:.9rem;line-height:1.5;border-top:1px solid rgba(40,167,69,.3)}@media(max-width:768px){.first-content-row{flex-direction:column}.founder-images{flex-direction:column;align-items:center}.founder{margin-bottom:2rem}.first-programs{flex-direction:column}.program-item{margin-bottom:1rem}.frc-main-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto auto}.frc-text-top{grid-column:1;grid-row:1}.frc-image-left{grid-column:1;grid-row:2;height:200px}.frc-image-middle{grid-column:1;grid-row:3;height:200px}.frc-image-right{grid-column:1;grid-row:4;height:200px}.frc-text-bottom{grid-column:1;grid-row:5}.seasons-row{flex-direction:column;margin-bottom:var(--gap);min-height:auto;justify-content:center;align-items:center}.seasons-image,.seasons-row-reverse .seasons-image{padding-right:0;padding-left:0}.seasons-image img{height:200px}.seasons-text{height:auto;min-height:auto}.competitions-main-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.competitions-info{grid-template-rows:auto auto auto;grid-row:1}.more-than-robots-header{grid-row:2;grid-column:1}.competitions-awards{grid-row:3;grid-column:1}.awards-container{height:400px}.accordion-button{font-size:.85rem;padding:.75rem 1rem}.accordion-body{font-size:.85rem;padding:1rem}}.stats-section{background:#1a1a1a;color:#fff;padding:4rem 0}.split-section{background:#0f0f0f;color:#fff;padding:4rem 0}.stat-item{text-align:center}.stat-item .stat-number{color:var(--teamgreen);line-height:1}.stat-item .stat-label{color:#fff;font-size:larger;margin-top:.25rem;font-weight:600;letter-spacing:.3px}.sticky-col{position:sticky;top:96px;align-self:flex-start;height:fit-content}@media(max-width:992px){.sticky-col{position:static;top:auto;align-self:auto;height:auto}}.history-carousel .carousel-inner img{border-radius:10px}.journey{color:var(--teamgreen);padding:10px 0;border-bottom:2px solid var(--teamgreen)}.timeline-list .list-group-item{background:transparent;color:#fff;border-color:#ffffff26}.timeline-list p{color:#e6e6e6}.awards-section{background:#0f0f0f;color:#fff;padding:4rem 0}.awards-section .card-content-624.list-card ul{margin-bottom:1.5rem}.awards-section .card-content-624.list-card ul:last-child{margin-bottom:0}.notfound-container{width:100%;height:100vh;background-color:#000;display:flex;align-items:center;justify-content:center}.notfound-content{display:flex;align-items:center;justify-content:center;gap:20px}.notfound-number{font-size:250px;font-weight:900;color:#0f0;line-height:1;margin:0;padding:0}.notfound-logo{height:250px;width:auto;aspect-ratio:1;object-fit:contain}
