@import"https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Righteous&family=Roboto+Mono&family=Varela+Round&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Readex+Pro:wght@160..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";body::-webkit-scrollbar{display:none}*{margin:0;padding:0;box-sizing:border-box;font-family:Outfit,sans-serif}body{background-color:var(--background-color)}h1{color:var(--primary-text);font-size:1.875rem;font-style:normal;font-weight:700;line-height:1.71875rem;margin-bottom:1rem}p{color:var(--secondary-text);text-align:justify;font-family:Roboto,sans-serif;font-size:.9375rem;font-style:normal;font-weight:400;line-height:2.5rem}.content-container{display:flex;justify-content:center;align-items:center;flex-direction:column}.transition-line{margin-top:5rem;margin-bottom:5rem}@media screen and (max-width: 768px){h1{font-size:1.5rem}p{font-size:.875rem;line-height:2rem}}@media screen and (max-width: 480px){h1{font-size:1.5rem}p{font-size:.875rem;line-height:2rem}}.navbar-container{margin-top:3rem;height:4rem;display:flex;justify-content:center;align-items:center;position:fixed;z-index:100;width:100%}.navbar-logo{position:absolute;left:0;top:0;margin-top:-1rem;margin-left:2rem}.concordia-logo{width:4rem}.navbar-links{display:flex;justify-content:center;align-items:center;position:absolute;border-radius:2rem;box-shadow:var(--box-shadow);border:var(--header-border);background:var(--header-background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tab-button{position:relative;border-radius:9999px;padding:.75rem 1rem;font-size:14px;font-weight:500;color:var(--header-text);transition:color .3s;cursor:pointer;text-decoration:none}.tab-button:hover{color:var(--header-text-hover)}.tab-button.active{color:#fff}.bubble{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background-color:#fff;border-radius:9999px;mix-blend-mode:difference;box-shadow:var(--box-shadow);transition:all .3s ease}.nav-btn{cursor:pointer;background:transparent;border:none;outline:none;color:var(--header-text);visibility:hidden;opacity:0;font-size:1.8rem}.page-options{display:flex;justify-content:center;align-items:center;position:relative;width:100%;margin-right:3rem}@media only screen and (max-width: 1024px){.nav-btn{visibility:visible;opacity:1;width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;z-index:100;border-radius:100rem;box-shadow:var(--box-shadow);border:var(--header-border);background:var(--header-background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:2rem;right:2rem}.navbar-links{position:fixed;top:-100vh;left:0;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;transition:transform 1s;border:none;box-shadow:none;background:var(--header-background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:var(--header-border)}.responsive_nav{transform:translateY(100vh)}.nav-close-btn{position:absolute;top:2rem;right:2rem}.tab-button{font-size:1.5rem}.page-options{display:none}}#toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1rem;width:2rem;background-color:#fff;position:absolute;right:0;border-radius:20px;outline:none;cursor:pointer}#toggle:after{content:"";position:absolute;height:.7rem;width:.7rem;background-color:#000;top:2.5px;left:4px;border-radius:50%}.dark-theme #toggle{background-color:#000}.dark-theme #toggle:after{background-color:#fff;left:18px}.hero-container{background-color:var(--background-color);width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.hero-bars{width:100%;height:100%;position:absolute;bottom:0;opacity:.4;display:flex;justify-content:center;align-items:start}.hero-bar1,.hero-bar2,.hero-bar3,.hero-bar4,.hero-bar5{width:calc(4vw + 20px);margin:0 calc(.3vw + 2px);opacity:.5}.hero-bar1{height:56.735rem;background:linear-gradient(180deg,#862532,#862532 70%,#86253200 99%)}.hero-bar2{height:59.26375rem;background:linear-gradient(180deg,#de6039,#de6039 67%,#de603900)}.hero-bar3{height:61rem;background:linear-gradient(180deg,#e6863c,#e6863c 69%,#e6863c00)}.hero-bar4{height:59.638125rem;background:linear-gradient(180deg,#dcaa43,#dcaa43 73%,#dcaa4300)}.hero-bar5{height:57.25875rem;background:linear-gradient(180deg,#ad8f67,#ad8f67 75%,#ad8f6700)}.hero-text{font-family:Readex Pro,sans-serif;display:grid;grid-template-rows:1fr 1fr;grid-gap:3rem;justify-content:center;align-items:center;text-align:center;z-index:1}.hero-title{color:var(--accent-color);font-size:12rem;font-weight:700;line-height:2.75rem}@media screen and (max-width: 1024px) and (min-width: 768px){.hero-title{font-size:8rem;line-height:2rem}.hero-text{grid-gap:2rem}.hero-bar1,.hero-bar2,.hero-bar3,.hero-bar4,.hero-bar5{height:100vh}.hero-bar1{height:90vh}.hero-bar2{height:95vh}.hero-bar3{height:100vh}.hero-bar4{height:95vh}.hero-bar5{height:90vh}}@media screen and (max-width: 767px){.hero-title{font-size:4rem;line-height:1.5rem}.hero-text{grid-gap:1.5rem}.hero-bar1,.hero-bar2,.hero-bar3,.hero-bar4,.hero-bar5{width:calc(3vw + 15px);margin:0 calc(.2vw + 1px)}.hero-bar1{height:80vh}.hero-bar2{height:85vh}.hero-bar3{height:90vh}.hero-bar4{height:85vh}.hero-bar5{height:80vh}}@media screen and (max-height: 500px){.hero-container{height:500px}}.about-container{width:100%;background-color:var(--background-color);display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:20rem;padding:2rem}.about-content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:6rem;max-width:75rem}.concordia-sae,.about-us{display:flex;justify-content:center;align-items:center;gap:3rem;width:100%}.concordia-sae .left,.about-us .right{width:30.23519rem;height:26.60713rem;flex-shrink:0;border-radius:1.25rem;background-size:cover;background-position:center;box-shadow:var(--box-shadow)}.concordia-sae .left{background-image:url(/assets/sae-image-Dfb0_zsI.jpg)}.about-us .right{background-image:url(/assets/about-us-image-gLm0QO_7.jpg)}.concordia-sae .right,.about-us .left{width:60%;height:26.60713rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;padding:2rem}@media screen and (max-width: 1024px){.about-container{margin-top:10rem}.concordia-sae,.about-us{flex-direction:column;gap:2rem}.concordia-sae .left,.about-us .right,.concordia-sae .right,.about-us .left{width:100%;height:auto;max-width:30.23519rem}.concordia-sae .left,.about-us .right{height:26.60713rem}}@media screen and (max-width: 768px){.about-container{margin-top:5rem;padding:1rem}.about-content{gap:3rem}.concordia-sae,.about-us{gap:1.5rem}.concordia-sae .left,.about-us .right{height:20rem}.concordia-sae .right,.about-us .left{height:auto;padding:1.5rem}}.subsystems-container{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr);width:min(90%,60rem);height:44.75rem;flex-shrink:0;gap:.5rem;font-family:Outfit}.subsystem1-wrapper,.subsystem2-wrapper,.subsystem3-wrapper,.subsystem4-wrapper,.subsystem5-wrapper,.subsystem6-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--alternate-color);padding:1.25rem;gap:.5rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;z-index:1}.subsystem1-wrapper:hover,.subsystem3-wrapper:hover,.subsystem4-wrapper:hover,.subsystem5-wrapper:hover,.subsystem6-wrapper:hover{transform:scale(1.05);box-shadow:var(--box-shadow);z-index:2}.overlay-text{width:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:justify;color:var(--overlay-text);font-size:.8rem;opacity:0;transition:opacity .3s ease;z-index:3}.subsystem1-wrapper:hover .overlay-text,.subsystem3-wrapper:hover .overlay-text,.subsystem4-wrapper:hover .overlay-text,.subsystem5-wrapper:hover .overlay-text,.subsystem6-wrapper:hover .overlay-text{opacity:1}.subsystem1-wrapper:after,.subsystem3-wrapper:after,.subsystem4-wrapper:after,.subsystem5-wrapper:after,.subsystem6-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--overlay-color);opacity:0;transition:opacity .3s ease;z-index:1}.subsystem1-wrapper:hover:after,.subsystem3-wrapper:hover:after,.subsystem4-wrapper:hover:after,.subsystem5-wrapper:hover:after,.subsystem6-wrapper:hover:after{opacity:1}.subsystem1-image,.subsystem3-image,.subsystem4-image,.subsystem5-image,.subsystem6-image,.subsystem1-title,.subsystem3-title,.subsystem4-title,.subsystem5-title,.subsystem6-title{position:relative}.subsystem1-title,.subsystem3-title,.subsystem4-title,.subsystem5-title,.subsystem6-title{font-size:1.25rem;font-weight:400;color:var(--primary-text)}.subsystem1-wrapper{grid-column:span 2 / span 2;grid-row:span 3 / span 3;box-shadow:var(--box-shadow);border-radius:var(--border-radius)}.subsystem1-image{width:80%;height:80%;object-fit:cover;border-radius:var(--border-radius)}.subsystem2-wrapper{grid-column-start:3;grid-row-start:3;box-shadow:var(--box-shadow);border-radius:var(--border-radius);color:var(--primary-text);font-weight:600}.subsystem3-wrapper{grid-column:span 3 / span 3;grid-row:span 2 / span 2;grid-column-start:3;grid-row-start:1;box-shadow:var(--box-shadow);border-radius:var(--border-radius)}.subsystem3-image{width:80%;height:80%;object-fit:cover;border-radius:var(--border-radius)}.subsystem4-wrapper{grid-column:span 2 / span 2;grid-column-start:4;grid-row-start:3;flex-direction:row;box-shadow:vsr(--box-shadow);border-radius:var(--border-radius)}.subsystem5-wrapper{grid-column:span 2 / span 2;grid-row:span 2 / span 2;grid-row-start:4;box-shadow:var(--box-shadow);border-radius:var(--border-radius)}.subsystem5-image{width:80%;height:80%;object-fit:cover;border-radius:var(--border-radius)}.subsystem6-wrapper{grid-column:span 3 / span 3;grid-row:span 2 / span 2;grid-column-start:3;grid-row-start:4;box-shadow:var(--box-shadow);border-radius:var(--border-radius)}.subsystem6-image{width:80%;height:80%;object-fit:cover;border-radius:var(--border-radius)}@media screen and (max-width: 768px){.subsystems-container{width:100%;height:auto;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto repeat(4,1fr);padding:2rem;gap:1rem}.subsystem1-wrapper,.subsystem2-wrapper,.subsystem3-wrapper,.subsystem4-wrapper,.subsystem5-wrapper,.subsystem6-wrapper{padding:.5rem}.subsystem2-wrapper{grid-column:1 / -1;grid-row:1;order:1;min-height:6rem;display:flex;justify-content:center;align-items:center;font-size:1.5rem}.subsystem1-wrapper{grid-column:1 / -1;grid-row:2;order:2}.subsystem3-wrapper{grid-column:span 2;grid-row:span 2;order:3}.subsystem4-wrapper{grid-column:span 1;grid-row:span 2;order:4}.subsystem5-wrapper{grid-column:span 1;grid-row:span 2;order:5}.subsystem6-wrapper{grid-column:span 2;grid-row:span 2;order:6}.subsystem1-image,.subsystem3-image,.subsystem4-image,.subsystem5-image,.subsystem6-image{width:100%;height:100%;object-fit:cover}.subsystem4-image{object-fit:none;width:4rem}.subsystem1-wrapper{order:2}.subsystem2-wrapper{order:1}.subsystem3-wrapper{order:3}.subsystem4-wrapper{order:4}.subsystem5-wrapper{order:5}.subsystem6-wrapper{order:6}}@media screen and (max-width: 480px){.subsystems-container{grid-template-columns:1fr;grid-template-rows:repeat(6,auto);width:100%;height:auto;gap:1rem;padding:1rem}.subsystem1-wrapper,.subsystem2-wrapper,.subsystem3-wrapper,.subsystem4-wrapper,.subsystem5-wrapper,.subsystem6-wrapper{grid-column:1 / -1;grid-row:auto;height:auto;min-height:200px;padding:1rem;border-radius:var(--border-radius)}.subsystem1-image,.subsystem3-image,.subsystem4-image,.subsystem5-image,.subsystem6-image{width:100%;height:200px;object-fit:cover}.subsystem4-image{object-fit:none;width:5rem}.subsystem1-title,.subsystem3-title,.subsystem4-title,.subsystem5-title,.subsystem6-title{font-size:1.2rem;margin-top:.5rem}.overlay-text{font-size:.9rem}.subsystem2-wrapper{min-height:100px;display:flex;justify-content:center;align-items:center;font-size:1.5rem}.subsystem1-wrapper{order:2}.subsystem2-wrapper{order:1}.subsystem3-wrapper{order:3}.subsystem4-wrapper{order:4}.subsystem5-wrapper{order:5}.subsystem6-wrapper{order:6}}.sponsors-container{width:100%;background-color:var(--alternate-color);display:flex;justify-content:center;align-items:center;flex-direction:column;padding:5rem;border-radius:var(--border-radius)}.sponsors-text{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}.sponsors-text p{width:min(90%,60rem);font-size:.9375rem;color:var(--secondary-text);text-align:center;margin-bottom:2rem;text-align:justify;line-height:2.5rem}.sponsor-logos{width:100%;display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}@media screen and (max-width: 768px){.sponsors-container{padding:3rem}.sponsor-text{font-size:1rem}.sponsor-logos{gap:1.5rem}}@media screen and (max-width: 480px){.sponsors-container{padding:2rem}.sponsors-text p{min-width:90%;font-size:.8125rem;line-height:1.8rem}.sponsor-logos{gap:1rem}}.sponsors-wrapper{display:flex;flex-direction:column;align-items:center}.tier{display:flex;flex-direction:column;justify-content:center;margin:3rem 0;width:100%}.tier-row{display:flex;justify-content:center;margin:.5rem 0;flex-wrap:wrap}.sponsor-item{display:flex;flex-direction:column;align-items:center;margin:1rem 2rem}.sponsor-item img{object-fit:contain}.platinum .sponsor-item img{height:4.375rem}.gold .sponsor-item img{height:3.75rem}.silver .sponsor-item img{height:3.125rem}.bronze .sponsor-item img{max-height:2.5rem}.sponsor-item span{margin-top:.5rem;text-align:center;font-weight:700}@media screen and (max-width: 768px){.sponsors-wrapper{padding:2rem}.tier-row{margin:.25rem 0}.sponsor-item{margin:1rem}.platinum .sponsor-item img{height:3.75rem}.gold .sponsor-item img{height:3.125rem}.silver .sponsor-item img{height:2.8125rem}.bronze .sponsor-item img{height:2.1875rem}}@media screen and (max-width: 480px){.sponsors-wrapper{padding:1rem}.tier{margin:2rem 0}.tier-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%}.sponsor-item{margin:0;width:100%;display:flex;justify-content:center}.sponsor-item img{width:100%;max-width:150px;height:auto;margin:1rem}.platinum .sponsor-item img,.gold .sponsor-item img,.silver .sponsor-item img,.bronze .sponsor-item img{height:auto;max-height:60px}.tier-row .sponsor-item:last-child:nth-child(odd){grid-column:1 / -1;justify-self:center}}.footer-container{background-color:var(--background-color);width:100%;min-height:50vh;position:relative;display:flex;justify-content:center;align-items:center}.footer-text{width:100%;display:flex;justify-content:space-evenly;align-items:center;z-index:1}.footer-contact{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;min-height:10rem}.location{display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--accent-color)}.location:hover p{color:var(--secondary-accent-color);text-decoration:underline}.footer-contact p{color:var(--accent-color);cursor:pointer}a{text-decoration:none}#email{margin-top:1rem}#email:hover{color:var(--secondary-accent-color);text-decoration:underline}.footer-socials{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;min-height:10rem}.social-link{padding:1rem}.social-link:hover{filter:invert(52%) sepia(94%) saturate(4936%) hue-rotate(-15deg) brightness(97%) contrast(102%)}.footer-contact h1,.footer-socials h1{margin-bottom:2rem}.footer-bars{width:100%;position:absolute;bottom:0;opacity:.4;display:flex;justify-content:center;align-items:flex-end}.footer-bar1,.footer-bar2,.footer-bar3,.footer-bar4,.footer-bar5{width:calc(4vw + 20px);margin:0 calc(.3vw + 2px);opacity:.5}.footer-bar1{height:25vh;background:linear-gradient(0deg,#862532,#862532 70%,#86253200 99%)}.footer-bar2{height:28vh;background:linear-gradient(0deg,#de6039,#de6039 67%,#de603900)}.footer-bar3{height:31vh;background:linear-gradient(0deg,#e6863c,#e6863c 69%,#e6863c00)}.footer-bar4{height:27vh;background:linear-gradient(0deg,#dcaa43,#dcaa43 73%,#dcaa4300)}.footer-bar5{height:24vh;background:linear-gradient(0deg,#ad8f67,#ad8f67 75%,#ad8f6700)}@media screen and (max-width: 1024px){.footer-bar1,.footer-bar2,.footer-bar3,.footer-bar4,.footer-bar5{width:calc(3vw + 15px);margin:0 calc(.25vw + 1.5px)}}@media screen and (max-width: 768px){.footer-text{padding-top:6rem;flex-direction:column;gap:2rem}.footer-contact,.footer-socials{justify-content:center}.footer-bar1,.footer-bar2,.footer-bar3,.footer-bar4,.footer-bar5{width:calc(3vw + 15px);margin:0 calc(.2vw + 1px)}.footer-bar1{height:20vh}.footer-bar2{height:23vh}.footer-bar3{height:26vh}.footer-bar4{height:22vh}.footer-bar5{height:19vh}}:root{--header-background: rgba(255, 255, 255, .2);--header-border: .1px solid rgba(255, 255, 255, .3);--header-text: rgba(255, 255, 255, .7);--header-text-hover: rgba(255, 255, 255, .9);--background-color: #0E1116;--alternate-color: #161A1F;--overlay-color: rgba(255, 255, 255, .9);--primary-text: #FFFFFF;--secondary-text: #707680;--accent-color: #DCAA43;--overlay-text: black;--secondary-accent-color: rgb(230, 65, 42);--box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);--border-radius: 1.25rem}.dark-theme{--background-color: rgb(255, 255, 255);--alternate-color: rgb(244, 244, 246);--overlay-color: rgba(0, 0, 0, .9);--primary-text: #000000;--secondary-text: #707680;--accent-color: rgb(125, 41,51);--overlay-text: white;--secondary-accent-color: rgb(230, 65, 42);--box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);--border-radius: 1.25rem}
