.artcards-wrapper{opacity:0}.art-cards{width:95dvw;margin:0 auto;padding-bottom:1rem;display:grid;grid-template-columns:repeat(3,1fr);gap:5px;max-width:1600px}.art-card{height:850px;overflow:hidden;position:relative;display:flex;justify-content:flex-start;align-items:center}.art-card .image-background,.art-card .video-background{position:absolute;height:100%;width:100%}.art-card .image-background img,.art-card .video-background video{width:100%;height:100%;object-fit:cover;display:block}.art-card .inner{position:relative;width:fit-content;height:max-content;padding:2.5rem}.art-card .inner .heading{font-size:3em;font-weight:400;max-width:250px}.art-card .inner .heading span{margin-left:1rem}.art-card .inner .heading span img{width:35px}.art-card .inner .thumbnail{max-width:300px}.art-card .inner .tags{max-width:400px;min-height:70px;margin-bottom:2rem}.art-card .inner .cta{display:inline-block;height:100%;position:relative;border:2px solid #000;padding:1rem 3rem;text-decoration:none;color:#000;font-weight:500;transition:all .3s ease-in-out;cursor:pointer}.art-card .inner .cta:hover{color:#fff;background-color:#000}.art-cards .text-box-container{position:fixed;height:100%;width:100%;top:0;left:0;opacity:0;background-color:#000000bf;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1;display:flex;justify-content:center;align-items:center;pointer-events:none;transition:all .2s ease-out;overflow:auto}.art-cards .text-box-container.show{opacity:1;pointer-events:all}.art-cards .text-box-container .text-box{color:#fff;width:50vw}.art-cards .text-box-container .text-box p{font-weight:400;opacity:.9}.art-cards .text-box-container .back-button{display:flex;gap:10px;align-items:center;cursor:pointer;opacity:.8;transition:all .2s ease-in}.art-cards .text-box-container .back-button:hover{opacity:1}.art-cards .text-box-container .back-button img{transform:rotate(180deg);filter:invert(1);width:20px}@media only screen and (max-width: 768px){.art-cards{grid-template-columns:repeat(1,1fr);width:100%;margin:0}.art-card{position:relative;align-items:flex-start;height:fit-content}.art-card .inner{padding:0 1rem 2.5rem}.art-card .inner .thumbnail{max-height:150px;max-width:100%;height:auto;width:100%;object-fit:cover;object-position:0 -100px}.art-cards .text-box-container{position:absolute;background-color:transparent}.art-cards .text-box-container .text-box{width:80%;background-color:#000000bf;padding:2rem}}@media only screen and (min-width: 769px) and (max-width: 1024px){.art-cards{width:90vw;gap:10px;grid-template-columns:repeat(3,1fr)}.art-card{height:fit-content;min-height:600px;align-items:flex-start}.art-card .inner{padding:2rem}.art-card .inner .heading{font-size:2.2em;max-width:220px}.art-card .inner .thumbnail{max-width:150px}.art-card .inner .tags{min-height:60px}}@media only screen and (orientation: portrait) and (min-width: 769px) and (max-width: 1024px){.art-card{min-height:600px}.art-card .inner .cta{font-size:.8em}}.profile-card{position:relative;text-decoration:none}.profile-card .redirect-icon{position:absolute;z-index:3;top:0rem;right:0rem;background-color:#ff53;padding:.8rem;border:3px solid #ffff55;border-bottom-left-radius:28px;text-decoration:none}.profile-card .thumbnail{width:370px;height:593px;object-fit:cover;filter:grayscale(50);cursor:pointer;transition:all .3s ease-in;-webkit-transition:all .3s ease-in}.profile-card .thumbnail:hover{filter:grayscale(0)}.profile-card .redirect-icon:hover~.thumbnail,.profile-card .redirect-icon:hover+.thumbnail{filter:grayscale(0)}.profile-card .redirect-icon img{height:20px;width:20px;transform:rotate(-45deg)}.profile-card .staff-details{position:absolute;bottom:.25rem;left:1.5rem}.profile-card h4{width:fit-content;color:#000;background-color:#ff5;padding:.5rem;white-space:wrap;max-width:100%}.profile-card .staff-details .name{margin-bottom:.1rem}.profile-card .staff-details .role{margin-top:.5rem;font-size:.9em}.variant-card{position:relative;text-decoration:none}.variant-card .thumbnail{width:100vw;height:90vh;object-fit:cover;cursor:pointer;transition:all .3s ease-in;-webkit-transition:all .3s ease-in}@media only screen and (max-width: 768px){.profile-card .thumbnail{height:400px;width:250px}.profile-card .staff-details{bottom:1rem}.profile-card .staff-details .name{font-size:.8em;white-space:nowrap}.variant-card .thumbnail{height:90vh}}@media only screen and (min-width: 769px) and (max-width: 1366px){.profile-card h4{max-width:90%;font-size:.8em!important}}.lightbox{position:fixed;top:0;z-index:999;left:0;background-color:#0006;height:100%;width:100%}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;flex-direction:column;z-index:999;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.lightbox-content{overflow-y:hidden;position:relative;height:100%;display:flex;flex-direction:column}.lightbox-close-container{top:10px;font-size:2rem;background:none;color:#000;cursor:pointer;padding:3rem 3rem 6rem}.lightbox-close-container img{width:30px;float:right}.lightbox .profile-container{display:flex;justify-content:center;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);height:auto}.lightbox .profile-container .inner{display:flex;align-items:center;gap:50px;border-right:1px solid rgba(255,255,255,.2);padding-right:4rem;width:auto;height:auto;max-width:60%;min-width:60%}.lightbox .profile-container .inner.non-profile{padding:0;gap:0;border-right:0;justify-content:center}.lightbox .profile-container .navigation-arrow{background-color:transparent;border:none;width:50%;cursor:pointer}.lightbox .profile-container .navigation-arrow.left-arrow{transform:rotate(180deg)}.lightbox .profile-container .inner img{max-height:550px;max-width:400px;object-fit:cover}.lightbox .profile-container img.non-profile{max-width:100%}.lightbox .profile-container .description{color:#fff;padding-top:2rem;padding-bottom:2rem;height:100%;display:flex;justify-content:center;flex-direction:column}.lightbox .profile-container .description h4{font-size:1.25em;margin-bottom:.75rem}.lightbox .profile-container .description p{opacity:.8;margin-bottom:0}.lightbox .profile-container .description a{color:#ff5}.lightbox .view-more-button-wrapper{display:flex;justify-content:center;align-items:center;padding:2rem 4rem}.lightbox .view-more-button-wrapper button{border:2px solid #ffff55;background-color:transparent;cursor:pointer;padding:.7rem 2rem;text-decoration:none;color:#ff5;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.lightbox .view-more-button-wrapper button:hover{background-color:#ff5;color:#000}.lightbox .more-profiles-list{height:100%;max-height:600px;border-bottom:1px solid rgba(255,255,255,.2)}.lightbox .profile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:10px;width:90%;height:100%;margin:0 auto;overflow-y:auto}.lightbox .profile-grid .profile-card .thumbnail{aspect-ratio:3 / 4;height:100%;width:100%}.lightbox .gallery-grid.non-profile{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:10px;width:90%;height:100%;margin:0 auto;overflow-y:auto}.lightbox .gallery-grid.non-profile img{width:100%;height:100%;object-fit:cover;cursor:pointer}@media only screen and (max-width: 768px){.lightbox{height:100vh}.lightbox-close-container{padding:1rem}.lightbox-content{overflow-y:scroll;overflow-x:hidden;justify-content:space-between}.lightbox .profile-container .navigation-arrow{position:sticky;top:40vh;border:none;width:100%;cursor:pointer;height:50vh}.lightbox .view-more-button-wrapper{padding:2rem}.lightbox .view-more-button-wrapper button{font-size:.9em;white-space:nowrap}.lightbox .view-more-button-wrapper button:hover{background-color:transparent}.lightbox .view-more-button-wrapper button.navigation-arrow{border:none}.lightbox .view-more-button-wrapper .navigation-arrow img{max-width:25px}.lightbox .view-more-button-wrapper .navigation-arrow.left-arrow img{transform:rotate(180deg)}.lightbox .profile-container .description h4{margin-top:0}.lightbox .profile-container .inner{flex-direction:column;padding-right:0;border-right:none;gap:20px;justify-content:center;height:100%;max-width:80%}.lightbox .profile-container .inner.non-profile{align-items:center}.lightbox .profile-container .inner img{max-height:350px}.lightbox .more-profiles-list{max-height:100%}}@media only screen and (min-width: 769px) and (max-width: 1366px){.lightbox .view-more-button-wrapper button{font-size:.9em;white-space:nowrap}.lightbox .view-more-button-wrapper button:hover{background-color:transparent}.lightbox .view-more-button-wrapper button.navigation-arrow{border:none}.lightbox .view-more-button-wrapper .navigation-arrow img{max-width:25px}.lightbox .view-more-button-wrapper .navigation-arrow.left-arrow img{transform:rotate(180deg)}.lightbox .profile-container .inner{max-width:80%}.lightbox .profile-container .inner img{max-height:450px}}.carousel-wrapper{width:100%;position:relative}.carousel-wrapper.static{overflow-y:hidden;scroll-behavior:smooth;transform:none!important}.carousel-wrapper.static .carousel-track{animation:none;white-space:nowrap;overflow-x:auto}.carousel-track{display:flex;gap:1rem;width:max-content;cursor:grab;will-change:transform}.carousel-track.scrolling{animation:scroll-left 100s linear infinite}.carousel-track.dragging{cursor:grabbing}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-33.33%)}}@keyframes scroll-right{0%{transform:translate(-10%)}to{transform:translate(100%)}}.home .hero{height:100vh;width:inherit}.home .hero .image-background{position:absolute;height:100%;width:100%;z-index:0}.home .hero .image-background img{height:100%;width:100%;object-fit:cover;transform:scale(1.2)}.home .hero .descriptions{position:relative;height:100%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px}.home .hero .descriptions{opacity:0}.home .hero .descriptions .heading-block h1{font-size:7em;text-transform:uppercase;font-weight:400;letter-spacing:-3px;line-height:85px;text-align:center;color:#fff;margin:0}.home .hero .descriptions .heading-block h1 em{font-size:1.2em}.home .hero .descriptions .subheading-block{max-width:500px}.home .hero .descriptions .subheading-block p{margin:0;letter-spacing:0px;color:#fff;text-align:center}.home .hero .descriptions .cta-block a{border:2px solid #ffff55;padding:1rem 5rem;text-decoration:none;color:#ff5;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.home .hero .descriptions .cta-block a:hover{color:#000;background-color:#ff5}.home .alumni{position:relative;height:max-content;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:50px;padding-bottom:1.25rem;background-color:#fff}.home .alumni .section-title{text-align:center;font-size:clamp(1.2rem,2vw,1.375rem);margin-top:2rem;margin-bottom:2rem}.home .alumni .cta-block a{border:2px solid #000;padding:1rem 4rem;text-decoration:none;color:#000;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;cursor:pointer}.home .alumni .cta-block a:hover{color:#fff;background-color:#000}.home .alumni .alumni-carousel{width:95vw;margin:0 auto}.home .alumni .alumni-carousel .carousel-wrapper .carousel-track .carousel-card .name{margin-bottom:1.25rem}.home .alumni .alumni-carousel .carousel-wrapper .carousel-track.scrolling{animation:scroll-left 600s linear infinite}.metrics{display:grid;grid-template-columns:repeat(2,1fr);opacity:0;background-color:#fff}.metrics .metric-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:6rem}.metrics .metric-container:nth-child(1){border-right:1px solid rgba(0,0,0,.4);border-bottom:1px solid rgba(0,0,0,.4)}.metrics .metric-container:nth-child(2){border-bottom:1px solid rgba(0,0,0,.4)}.metrics .metric-container:nth-child(3){border-right:1px solid rgba(0,0,0,.4)}.metrics .metric-container h1{font-size:6em;font-weight:400;margin-top:0;margin-bottom:1rem}.metrics .metric-container h1 em{letter-spacing:15px}.metrics .metric-container:nth-child(2) h1 em,.metrics .metric-container:nth-child(4) h1 em{position:relative;top:1.5rem;letter-spacing:25px}.metrics .metric-container p{margin:0rem;font-weight:700;max-width:500px;text-align:center}.home .filler-block{margin-top:-20rem;background-color:#000;height:300px;width:100dvw}@media only screen and (max-width: 768px){.home .hero .image-background{width:100vw;transform:translate(0)!important}.home .hero .image-background img{height:100vh;overflow-x:hidden;transform:scale(1)}.home .hero .descriptions{gap:40px}.home .hero .descriptions .heading-block h1{font-size:3em;font-weight:400;line-height:35px}.home .hero .descriptions .subheading-block{max-width:350px}.home .hero .descriptions .subheading-block p{font-size:.8em}.home .alumni .section-title{margin-top:3rem}.metrics{grid-template-columns:repeat(1,1fr)}.metrics .metric-container{padding:4rem 1rem;justify-content:center}.metrics .metric-container p{text-align:center;font-size:.8em;max-width:300px}.metrics .metric-container:nth-child(3){border-bottom:1px solid rgba(0,0,0,.4)}}@media only screen and (orientation: landscape) and (min-width: 769px) and (max-width: 1366px){.home .hero{overflow-x:hidden}.home .hero .image-background{transform:none!important}.home .hero .image-background img{transform:scale(1);object-fit:cover}.home .alumni .section-title{margin-top:0;margin-bottom:3rem}.home .filler-block{width:100%}}@media only screen and (min-height: 769px) and (max-height: 1366px){.metrics .metric-container{padding-left:1rem;padding-right:1rem}.metrics .metric-container p{font-size:.9em;max-width:400px!important}}.about{height:100%;width:100%}.about .hero{height:100vh;display:grid;grid-template-columns:repeat(2,1fr);background-color:#fff}.about .hero .image-background{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.about .hero .image-background img{width:100%;height:100%;object-fit:cover;filter:brightness(60%)}.about .hero .image-background h1{position:absolute;color:#fff;font-size:6em;font-weight:400}.about .hero .descriptions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;opacity:0}.about .hero .descriptions .heading-block{max-width:70%}.about .hero .descriptions .heading-block p{font-weight:bolder;font-size:clamp(1rem,1.4vw + .5rem,3em);margin:0}.about .hero .descriptions .subheading-block{max-width:70%}.about .hero .descriptions .subheading-block p{font-weight:400;font-size:clamp(1rem,1.4vw + .5rem,1em);margin:0}.about .hero .cta-block{width:70%}.about .hero .descriptions .cta-block a{border:2px solid #000;padding:.5rem 3rem;text-decoration:none;color:#000;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.about .hero .descriptions .cta-block a:hover{color:#fff;background-color:#000}.vision h1,.vision p{margin:0}.vision .heading{display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#000;border-bottom:1px solid rgba(255,255,255,.2)}.vision .heading h1{display:flex;gap:20px;font-size:5em;font-weight:400;color:#fff;opacity:0}.vision .section-blocks{background-color:#000;color:#fff;display:grid;grid-template-columns:repeat(3,1fr)}.vision .section-blocks .block{border-right:1px solid rgba(255,255,255,.2);display:flex;justify-content:center;align-items:center;padding:2rem}.vision .section-blocks .block:last-child{border-right:none}.vision .section-blocks .block .inner{width:100%;max-width:300px}.vision .section-blocks h4{margin:0}.core-values-section .image-background{position:relative}.core-values-section .image-background img,.core-values-section .video-background video{width:100%;height:100%;object-fit:cover;display:block}.core-values-section .gradient-overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,1),transparent);pointer-events:none;z-index:2}.core-values-section .descriptions{position:absolute;z-index:2;background-color:transparent;margin-top:-25rem;width:100%}.core-values-section .descriptions .heading{width:100%;text-align:center}.core-values-section .descriptions .heading h1{color:#fff;font-weight:400;font-size:5em;margin:.5rem}.core-values-section .tag-lines{border-top:2px solid rgba(255,255,255,.2);color:#fff;display:flex;justify-content:space-around;flex-direction:row;padding:3rem 2rem 2rem}.core-values-section .tag-lines p strong{color:#fff}.core-values-section .tag-lines p{margin:0;margin-bottom:.5rem;color:#ffffffb3}.the-space-section{background-color:#000;padding-top:1rem}.the-space-section .descriptions{padding-top:3rem;padding-bottom:3rem}.the-space-section .descriptions .heading{border-bottom:2px solid rgba(255,255,255,.2)}.the-space-section .descriptions h1{font-weight:400;font-size:5em;margin-top:0;margin-bottom:2rem;color:#fff;display:flex;justify-content:center;gap:20px}.the-space-section .descriptions .description{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:3rem;padding-bottom:2rem}.the-space-section .descriptions p{margin:0;color:#fff;text-align:center;max-width:90%}.the-space-section .space-gallery{height:90vh}.the-space-section .space-gallery img{filter:brightness(80%)}.the-space-section .space-gallery .cta-block{position:relative;z-index:1;top:-6rem;width:100%;display:flex;justify-content:center}.the-space-section .space-gallery .cta-block a{border:2px solid #ffff55;padding:1rem 3rem;text-decoration:none;color:#ff5;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.the-space-section .space-gallery .cta-block a:hover{color:#000;background-color:#ff5}.the-space-section .space-gallery .carousel-wrapper .carousel-track.scrolling{animation:scroll-left 150s linear infinite!important}.staff-section{height:max-content;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:50px;padding-bottom:2rem;background-color:#fff}.staff-section .heading{font-weight:bolder;font-size:1.5em;background-color:#fff;backdrop-filter:blur(100px);-webkit-backdrop-filter:blur(100px)}.staff-section .carousel-wrapper .carousel-track .profile-card .thumbnail{width:259px;height:415.1px}.meet-our-staff{width:95dvw;margin:0 auto}.meet-our-staff .carousel-wrapper .carousel-track .profile-card .redirect-icon{display:none}.meet-our-instructors,.meet-our-board-of-directors{width:95dvw;margin:0 auto}.meet-our-board-of-directors .carousel-wrapper .carousel-track .profile-card .redirect-icon{display:none}.meet-our-founders{width:95dvw;margin:0 auto}.meet-our-founders .carousel-wrapper .carousel-track{display:flex;width:100%;gap:10px}.meet-our-founders .carousel-wrapper .carousel-track.scrolling{animation:none}.meet-our-founders .carousel-wrapper .carousel-track .profile-card .redirect-icon{display:none}@media only screen and (max-width: 768px){.about .hero{display:flex;flex-direction:column-reverse;height:fit-content}.about .hero .image-background{height:60vh}.about .hero .image-background h1{font-size:4.5em}.about .hero .descriptions{padding:2rem;gap:10px}.about .hero .descriptions .heading-block{max-width:100%}.about .hero .descriptions .heading-block p{font-size:.8em}.about .hero .descriptions .subheading-block{max-width:100%}.about .hero .descriptions .subheading-block p{font-size:.8em}.about .hero .cta-block{width:100%;margin-top:.5rem}.about .hero .descriptions .cta-block a{display:block;padding:1rem 0;text-align:center;font-size:1em}.vision .heading{border-bottom:none}.vision .heading h1{font-size:3.5em;gap:15px}.vision .section-blocks{display:flex;flex-direction:column;padding-bottom:3rem}.vision .section-blocks .block .inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.vision .section-blocks .block{padding-top:0}.vision .section-blocks .block .inner p{text-align:center;opacity:.7;font-size:.9em}.core-values-section .image-background{position:relative}.core-values-section .image-background img,.core-values-section .video-background video{width:100%;height:100vh;object-fit:cover;display:block}.core-values-section .gradient-overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,1),transparent);pointer-events:none;z-index:2}.core-values-section .descriptions{position:absolute;margin-top:-42rem;z-index:3;padding:0;background:none;text-align:center;width:100%}.core-values-section .descriptions .heading{border-bottom:1px solid rgba(255,255,255,.2)}.core-values-section .descriptions .heading h1{font-size:4em;margin:1rem 0}.core-values-section .tag-lines{flex-direction:column;align-items:center;border-top:none;padding:1.5rem 0}.core-values-section .tag-lines p{margin-bottom:1rem;text-align:center;display:flex;flex-direction:column;font-size:.9em;max-width:300px;gap:5px}.the-space-section{padding-top:4rem}.the-space-section .descriptions{padding-bottom:3rem;padding-top:0}.the-space-section .descriptions .heading{border-bottom:none}.the-space-section .descriptions .heading h1{font-size:3.5em}.the-space-section .descriptions .description{gap:20px;margin-top:1rem}.the-space-section .descriptions .description p{opacity:.8}.the-space-section .space-gallery{height:100vh}.the-space-section .space-gallery .carousel-wrapper{height:100%}.the-space-section .space-gallery .carousel-wrapper .carousel-track .thumbnail{height:100vh}.space-gallery .lightbox .profile-container img.non-profile{height:100%;max-width:300px;object-fit:contain}.staff-section{gap:5px}.staff-section .heading{text-align:center;font-size:1em;padding:2rem 0rem;margin:0}.meet-our-founders .carousel-wrapper{width:auto}.meet-our-founders .carousel-wrapper .carousel-track{width:max-content}}@media only screen and (orientation: portrait) and (min-height: 769px) and (max-height: 1366px){.about .hero .descriptions .heading-block,.about .hero .descriptions .subheading-block{max-width:80%}}@media only screen and (min-width: 769px) and (max-width: 1366px){.core-values-section .tag-lines p{font-size:.8em}}.apply .hero{height:100vh;width:100%;display:flex;flex-direction:column;justify-content:end}.apply .hero .image-background{position:absolute;height:100%;width:100%}.apply .hero .image-background img{height:100%;width:100%;object-fit:cover}.apply .hero .descriptions{position:relative;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;background-color:#0009;height:100%}.apply .hero .descriptions .heading{display:flex;padding-top:2rem}.apply .hero .descriptions .heading h1{font-size:7em;text-transform:capitalize;font-weight:400;color:#fff;margin:0}.apply .hero .descriptions .heading h1 em{font-size:1.2em}.apply .hero .descriptions .steps{color:#fff;display:flex;flex-direction:column;flex-wrap:wrap;height:600px;width:800px;align-items:flex-start;justify-content:center}.apply .hero .descriptions .steps .step{display:flex;flex-direction:column;margin-bottom:1rem;max-width:350px;gap:10px}.apply .hero .descriptions .steps .step h4,.apply .hero .descriptions .steps .step h5{margin:0}.apply .hero .descriptions .steps .step h5{margin-bottom:1.5rem}.apply .hero .descriptions .steps .step h4{font-size:1.7em;font-weight:bolder}.apply .hero .descriptions .steps .step p{color:#ffffffb3;margin-top:0}.apply .hero .descriptions .steps .step a{border:2px solid #ffff55;padding:1rem 3rem;text-decoration:none;color:#ff5;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;margin-top:2rem}.apply .hero .descriptions .steps .step a:hover{color:#000;background-color:#ff5}.apply .program-details{padding-top:3rem;padding-bottom:3rem;background-color:#fff}.apply .program-details .heading h1{display:flex;gap:10px;font-size:5em;font-weight:400;justify-content:center;margin-bottom:1rem;margin-top:2rem}.apply .description{text-align:center;margin-bottom:3rem}.apply .description p{margin:0;font-size:1.25em}.apply .filler-block{margin-top:-20rem;background-color:#000;height:300px;width:100dvw}@media only screen and (max-width: 768px){.apply .hero{height:auto;position:relative}.apply .hero .image-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.apply .hero .image-background img{height:100%;width:100%;object-fit:cover}.apply .hero .descriptions{position:relative;z-index:1;height:auto;background-color:#0009;gap:2rem;padding-top:4rem;width:100%}.apply .hero .descriptions .heading{flex-direction:column;align-items:center;margin-top:2rem}.apply .hero .descriptions .heading h1{font-size:4em;text-align:center;line-height:1.2}.apply .hero .descriptions .steps{width:100%;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;height:auto;max-width:350px}.apply .hero .descriptions .steps .step{width:100%;max-width:100%;align-items:flex-start;text-align:left;gap:20px;margin-bottom:2rem}.apply .hero .descriptions .steps .step h4{font-size:2em}.apply .hero .descriptions .steps .step h5{margin-bottom:0;font-size:1em}.apply .hero .descriptions .steps .step p{width:100%}.apply .hero .descriptions .steps .step a{padding:1rem 0rem;text-align:center;font-size:1em;width:100%;display:block;margin-top:0}.apply .program-details{padding-top:1rem;padding-bottom:1rem}.apply .program-details .heading h1{flex-direction:column;text-align:center;font-size:4em}.apply .program-details .description{display:flex;flex-direction:column;justify-content:center;align-items:center}.apply .program-details p{font-size:1em;max-width:350px}.apply .program-details p:nth-child(1){margin-bottom:1rem}}@media only screen and (min-width: 769px) and (max-width: 1366px){.apply .hero{height:110vh}.apply .hero .image-background{top:0;height:110vh}.apply .hero .descriptions{height:100%}.apply .hero .descriptions .heading{margin-top:10rem}}@media only screen and (orientation: portrait) and (min-height: 769px) and (max-height: 1366px){.apply .hero .descriptions .heading{margin-top:0rem}.apply .hero .descriptions .steps{margin:0 auto;width:700px}}.program-overview{height:100%;width:100%}.program-overview .hero{height:100vh;display:grid;grid-template-columns:repeat(2,1fr);background-color:#fff}.program-overview .hero .image-background{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.program-overview .hero .image-background img{width:100%;height:100%;object-fit:cover;filter:brightness(60%)}.program-overview .hero .image-background h1{position:absolute;color:#fff;font-size:6em;font-weight:400;text-align:center}.program-overview .hero .descriptions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;opacity:0}.program-overview .hero .descriptions .heading-block{max-width:70%}.program-overview .hero .descriptions .heading-block p{font-weight:bolder;font-size:clamp(1rem,1.4vw + .5rem,3em);margin:0}.program-overview .hero .descriptions .subheading-block{max-width:70%}.program-overview .hero .descriptions .subheading-block p{font-weight:400;font-size:clamp(1rem,1.4vw + .5rem,1em);margin:0}.program-overview .hero .cta-block{width:70%}.program-overview .hero .descriptions .cta-block a{border:2px solid #000;padding:.5rem 3rem;text-decoration:none;color:#000;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.program-overview .hero .descriptions .cta-block a:hover{color:#fff;background-color:#000}.program-overview .art-cards{margin-top:-4rem}.program-overview .gallery{position:relative;margin-bottom:.9rem}.program-overview .gallery .carousel-track{gap:5px}.program-overview .gallery .top-row .carousel-track.scrolling{animation:scroll-left 1000s linear infinite}.program-overview .gallery .bottom-row .carousel-track.scrolling{animation:scroll-left 2000s linear infinite}.program-overview .gallery .top-row .variant-card .thumbnail{height:60vh;object-fit:cover;border:none}.program-overview .gallery .bottom-row .variant-card .thumbnail{height:70vh;object-position:0 -10rem;border:none}.program-overview .gallery .gradient-overlay{position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to top,rgba(0,0,0,1),transparent);pointer-events:none;z-index:2}.program-overview .gallery .cta-block{position:absolute;margin-top:-6rem;z-index:2;height:fit-content;width:100%;display:flex;justify-content:center}.program-overview .gallery .cta-block a{border:2px solid #ffff55;padding:1rem 3rem;text-decoration:none;color:#ff5;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.program-overview .gallery .cta-block a:hover{color:#000;background-color:#ff5}@media only screen and (max-width: 768px){.program-overview .hero{display:flex;flex-direction:column-reverse;height:fit-content}.program-overview .hero .image-background{height:65vh}.program-overview .hero .image-background h1{font-size:4.5em;text-align:center}.program-overview .hero .descriptions{padding:2rem;gap:10px}.program-overview .hero .descriptions .heading-block{max-width:100%}.program-overview .hero .descriptions .heading-block p{font-size:.8em}.program-overview .hero .descriptions .subheading-block{max-width:100%}.program-overview .hero .descriptions .subheading-block p{font-size:.8em}.program-overview .hero .cta-block{width:100%;margin-top:.5rem}.program-overview .hero .descriptions .cta-block a{display:block;padding:1rem 0;text-align:center;font-size:.8em}.program-overview .art-cards{margin-top:0;padding-bottom:.25rem}.program-overview .gallery{margin-bottom:0rem!important}.program-overview .gallery .bottom-row .variant-card .thumbnail{min-height:90vh}.program-overview .gallery .bottom-row .carousel-track{max-height:65vh}}@media only screen and (orientation: portrait) and (min-height: 769px) and (max-height: 1366px){.program-overview .hero .descriptions .heading-block,.program-overview .hero .descriptions .subheading-block{max-width:80%}.program-overview .hero .cta-block{width:80%}.program-overview .hero .descriptions .cta-block a{padding:1rem}.program-overview .hero .image-background h1{font-size:5em}.program-overview .gallery .bottom-row{height:50vh;overflow-y:hidden}.program-overview .gallery{max-height:50vh}.program-overview .gallery .bottom-row .variant-card .thumbnail{min-height:50vh}}.funders{height:100%;width:100%}.funders .hero{height:100vh;display:grid;background-color:#fff;grid-template-columns:repeat(2,1fr)}.funders .hero .image-background{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.funders .hero .image-background img{width:100%;height:100%;object-fit:cover;filter:brightness(60%)}.funders .hero .image-background h1{position:absolute;color:#fff;font-size:6em;font-weight:400}.funders .hero .descriptions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px}.funders .hero .descriptions .heading-block{max-width:70%;width:100%}.funders .hero .descriptions .heading-block p{font-weight:bolder;font-size:clamp(1rem,1.4vw + .5rem,3em);margin:0}.funders .hero .descriptions .subheading-block{max-width:70%}.funders .hero .descriptions .subheading-block p{font-weight:400;font-size:clamp(1rem,1.4vw + .5rem,1em);margin:0}.funders .hero .cta-block{width:70%}.funders .hero .descriptions .cta-block a{border:2px solid #000;padding:.5rem 3rem;text-decoration:none;color:#000;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.funders .hero .descriptions .cta-block a:hover{color:#fff;background-color:#000}.funders .vision .heading{border-bottom:0;padding-bottom:0rem}.funders .vision .section-blocks{display:flex;justify-content:center;align-items:center;padding-bottom:2rem}.funders .vision .section-blocks .block{padding-top:1rem}.funders .vision .section-blocks .block .inner{text-align:center;max-width:450px}.funders .funders-logos{padding-left:3rem;padding-right:3rem;background-color:#fff}.funders .funders-logos .logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}.funders .funders-logos .logo-grid .logo-wrapper{display:flex;align-items:center;justify-content:center;aspect-ratio:3 / 2;padding:1rem;background-color:#fff;box-sizing:border-box;width:100%;height:100%}.funders .funders-logos .logo-grid img{max-width:100%;max-height:100%;object-fit:contain;height:auto}@media only screen and (max-width: 768px){.funders .hero{display:flex;flex-direction:column-reverse;height:fit-content}.funders .hero .image-background{height:65vh}.funders .hero .image-background h1{font-size:4.5em;text-align:center;max-width:80%}.funders .hero .descriptions{padding:2rem;gap:10px}.funders .hero .descriptions .heading-block{max-width:100%}.funders .hero .descriptions .heading-block p{font-size:.8em}.funders .hero .descriptions .subheading-block{max-width:100%}.funders .hero .descriptions .subheading-block p{font-size:.8em}.funders .hero .cta-block{width:100%;margin-top:.5rem}.funders .hero .descriptions .cta-block a{display:block;padding:1rem 0;text-align:center;font-size:1em}.funders .vision .heading{border:none}.funders .vision .heading h1{font-size:2.5em;gap:0px}.funders .funders-logos .logo-grid{grid-template-columns:repeat(2,1fr)}.funders .funders-logos .logo-grid .logo-wrapper{aspect-ratio:1;padding:0}}@media only screen and (orientation: portrait) and (min-height: 769px) and (max-height: 1366px){.funders .hero .image-background h1{font-size:4.5em}}.brand-ambassadors{height:100%;width:100%}.brand-ambassadors .hero{height:100vh;width:inherit;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px}.brand-ambassadors .hero .image-background{position:absolute;height:100%;width:100%}.brand-ambassadors .hero .image-background img{height:100%;width:100%}.brand-ambassadors .hero .descriptions{position:relative;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;margin-top:10rem}.brand-ambassadors .hero .descriptions{opacity:0}.brand-ambassadors .hero .descriptions .heading-block h1{font-size:5.5em;text-transform:capitalize;font-weight:400;letter-spacing:-1px;line-height:85px;text-align:center;color:#fff;margin:0}.brand-ambassadors .hero .descriptions .heading-block h1 em{font-size:1.2em}.brand-ambassadors .hero .descriptions .subheading-block p{margin:0;letter-spacing:0px;color:#fff;text-align:center;font-size:1em}.brand-ambassadors .hero .video-wrapper{position:relative;height:60vh;width:50vw;border:2px solid #fff;margin-bottom:4rem}.brand-ambassadors .hero .video-wrapper video{object-fit:cover}.brand-ambassadors .post-hero{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff}.brand-ambassadors .post-hero .section-blocks{display:flex;justify-content:center;align-items:center;flex-direction:column}.brand-ambassadors .post-hero .section-blocks .heading h1{font-size:5em;font-weight:400;margin:0}.brand-ambassadors .post-hero .section-blocks .sub-heading{max-width:60vw;text-align:center}.brand-ambassadors .post-hero .section-blocks .sub-heading p{font-size:1.5em;line-height:40px}.brand-ambassadors .tiers{display:flex;flex-direction:column;gap:3rem;background-color:#f2f3f0;padding:4rem 2rem;opacity:0}.brand-ambassadors .tiers article{display:flex;flex-direction:column;justify-content:center;align-items:center}.brand-ambassadors .tiers article h4{font-size:1.5em;font-weight:800;margin:0}.brand-ambassadors .tiers article p{font-size:.9em;text-align:center;max-width:50vw}.brand-ambassadors .tiers .tier-cards{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:stretch;opacity:0}.brand-ambassadors .tiers .tier-card{flex:1 1 300px;max-width:400px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 12px #0000000d;background-color:#fff}.brand-ambassadors .tiers .tier-card .thumbnail-container{min-height:200px;max-height:250px;display:flex;align-items:center;justify-content:center;padding-left:1.5rem}.brand-ambassadors .tiers .tier-card .thumbnail-container img{max-width:100%;height:100%;width:100%;object-fit:cover;border-bottom-left-radius:15px}.brand-ambassadors .tiers .tier-card .descriptions{flex:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.brand-ambassadors .tiers .tier-card .descriptions h4{margin-bottom:0;font-size:1.4em;font-weight:bolder}.brand-ambassadors .tiers .tier-card h5{margin:0;font-size:1.2em;font-weight:400;display:flex;gap:.5rem;align-items:flex-start;flex-direction:column}.brand-ambassadors .tier-card .descriptions p{font-size:.8em;font-weight:600;margin-top:0;opacity:.7;max-width:90%}.brand-ambassadors .tier-card .cta-block{display:flex;align-items:center;justify-content:center;padding:1.5rem}.brand-ambassadors .tier-card .cta-block a{padding:1rem 3rem;text-decoration:none;border:2px solid #000;color:#fff;background-color:#000;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;width:100%;text-align:center}.brand-ambassadors .tier-card .cta-block a:hover{color:#000;background-color:#fff;border:2px solid #000}.tier-stepper{display:none}.ambassadors{padding-top:1rem;background-color:#fff}.ambassadors .heading{font-weight:bolder;font-size:1.6em;text-align:center;margin-top:0}.ambassadors .profile-card .staff-details .name{margin-bottom:1.5rem}.ambassadors .cta-block{width:100%;display:flex;justify-content:center;align-items:center;padding-top:1rem;padding-bottom:1rem}.ambassadors .cta-block a{border:2px solid #000;padding:1rem 4rem;text-decoration:none;color:#000;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.ambassadors .cta-block a:hover{color:#fff;background-color:#000}.ambassadors .carousel-wrapper .carousel-track.scrolling{animation:scroll-left 300s linear infinite}@media only screen and (max-width: 768px){.brand-ambassadors .hero{position:relative;height:auto;padding-top:4rem;padding-bottom:12rem;overflow:hidden}.brand-ambassadors .hero .image-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.brand-ambassadors .hero .image-background img{height:100%;width:100%;object-fit:cover}.brand-ambassadors .hero .descriptions{position:relative;z-index:1;margin-top:2rem;padding:1rem 0;gap:1.5rem}.brand-ambassadors .hero .descriptions .heading-block h1{font-size:3em;line-height:1.2;text-align:center;width:fit-content}.brand-ambassadors .hero .descriptions .subheading-block{max-width:350px}.brand-ambassadors .hero .video-wrapper{width:90%;height:40vh;margin-bottom:2rem}.brand-ambassadors .post-hero{padding-top:4rem;padding-bottom:4rem;height:auto}.brand-ambassadors .post-hero .section-blocks .heading{margin-left:-2rem;margin-bottom:2rem}.brand-ambassadors .post-hero .section-blocks .heading h1{font-size:4em;text-align:center;padding:0 1rem;line-height:50px}.brand-ambassadors .post-hero .section-blocks .heading h1 strong{display:block}.brand-ambassadors .post-hero .section-blocks .heading h1 em:nth-child(1){margin-left:-5rem}.brand-ambassadors .post-hero .section-blocks .heading h1 em:last-child{margin-left:7rem;text-transform:uppercase}.brand-ambassadors .post-hero .section-blocks .sub-heading{max-width:90vw;padding:0 1rem}.brand-ambassadors .post-hero .section-blocks .sub-heading p{font-size:.9em;line-height:1.2}.brand-ambassadors .tiers{gap:10px}.brand-ambassadors .tiers article{display:none}.brand-ambassadors .tiers .tier-cards{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;-webkit-overflow-scrolling:touch;padding-bottom:1rem;padding:0 1rem 1rem;scroll-padding-left:1rem;justify-content:flex-start;box-sizing:border-box}.brand-ambassadors .tiers .tier-card{min-width:300px;max-width:400px;scroll-snap-align:start}.brand-ambassadors .tiers .tier-card .descriptions{padding:1rem}.brand-ambassadors .tiers .tier-card .descriptions h4{margin-top:.5rem}.brand-ambassadors .tiers .tier-card .cta-block{padding-top:0}.tier-stepper{display:flex;justify-content:center;gap:.5rem}.tier-stepper .dot{width:15px;height:15px;background:transparent;border:2px solid #000;border-radius:50%;transition:background .3s ease}.tier-stepper .dot.active{background:#000}.ambassadors .heading{font-size:1em;margin-bottom:2rem}}@media only screen and (min-width: 769px) and (max-width: 1366px){.brand-ambassadors .hero .image-background{top:0}.brand-ambassadors .hero .video-wrapper{height:40vh}.brand-ambassadors .hero .descriptions{margin-top:5rem}}.get-involved{height:100%;width:100%}.get-involved .hero{height:100vh;display:grid;grid-template-columns:repeat(2,1fr);background-color:#fff}.get-involved .hero .image-background{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.get-involved .hero .image-background img{width:100%;height:100%;object-fit:cover;filter:brightness(60%)}.get-involved .hero .image-background .heading{position:absolute}.get-involved .hero .image-background h1{color:#fff;font-size:7em;font-weight:400;line-height:75px;margin:0}.get-involved .hero .image-background h1:nth-child(2){margin-left:7rem}.get-involved .hero .descriptions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;opacity:0}.get-involved .hero .descriptions .heading-block{width:70%}.get-involved .hero .descriptions .heading-block h4{font-weight:bolder;font-size:clamp(1rem,1.4vw + .5rem,2em);margin:0}.get-involved .hero .descriptions .subheading-block{max-width:70%}.get-involved .hero .descriptions .subheading-block p{font-weight:400;font-size:clamp(1rem,1.4vw + .5rem,1em);margin:0}.get-involved .hero .cta-block{width:70%}.get-involved .hero .descriptions .cta-block a{border:2px solid #000;padding:.5rem 3rem;text-decoration:none;color:#000;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.get-involved .hero .descriptions .cta-block a:hover{color:#fff;background-color:#000}.funding-goal{background-color:#000;padding-top:4rem;padding-bottom:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.funding-goal article{text-align:center;color:#fff;max-width:500px;margin-bottom:3rem}.funding-goal article h4{font-size:1.5em;margin-bottom:.5rem}.funding-goal article p{opacity:.8}.funding-metric-bar-container{width:80%;box-shadow:0 2px 6px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center}.funding-metric-bar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;background-color:#fff;border-radius:100px;padding:1rem;width:100%}.raised-amount{font-weight:700;font-size:2rem;background-color:#ffff53;width:0%;overflow:hidden;transition:none;padding-top:1.5rem;padding-bottom:1.5rem;border-radius:100px;text-align:center;white-space:nowrap}.raised-amount h5{margin:0}.remaining-amount{padding-right:5rem;padding-left:5rem;border-radius:100px;margin-top:1rem}.remaining-amount h5{font-size:.6em;font-weight:400;margin:0;opacity:.9}.remaining-amount p{margin:0;text-align:center;font-style:italic;font-size:.5em;opacity:.8}.as-of-date{display:block;margin-top:.25rem;font-size:.875rem;color:#555}.donations{background-color:#fff}.donations .heading{display:flex;justify-content:center;margin-top:2rem}.donations .heading h5{max-width:500px;text-align:center;font-size:1em;font-weight:600}.donation-cards-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:2rem}@media (max-width: 768px){.donation-cards-container{grid-template-columns:1fr}}.donation-card{position:relative;width:100%;height:500px;overflow:hidden;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 4px 12px #0003}.donation-card img{display:none}.donation-card .description{position:relative;background:#0009;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:2rem 3rem;color:#000;z-index:1}.donation-card .description h4{margin:0 0 .5rem;font-size:1em;font-weight:600;color:#fff}.donation-card .description p{color:#fff;opacity:.8;max-width:350px}.donation-card .cta-block{width:100%;margin-top:1rem}.donation-card .cta-block a{display:inline-block;padding:1rem 0rem;background-color:#ffff5380;color:#ffff53;text-decoration:none;transition:background-color .3s;border:2px solid #ffff53;width:100%;text-align:center}.donation-card .cta-block a:hover{background-color:#ffff53;color:#000}@media only screen and (max-width: 768px){.get-involved .hero{display:flex;flex-direction:column-reverse;height:fit-content}.get-involved .hero .image-background{height:60vh}.get-involved .hero .image-background h1{font-size:4em;line-height:55px}.get-involved .hero .image-background h1:nth-child(2){margin-left:3.5rem}.get-involved .hero .descriptions{padding:2rem;gap:10px}.get-involved .hero .descriptions .heading-block{max-width:100%;width:100%}.get-involved .hero .descriptions .heading-block p{font-size:.8em}.get-involved .hero .descriptions .subheading-block{max-width:100%}.get-involved .hero .descriptions .subheading-block p{font-size:.8em}.get-involved .hero .cta-block{width:100%;margin-top:.5rem}.get-involved .hero .descriptions .cta-block a{display:block;padding:1rem 0;text-align:center}.funding-goal article{max-width:300px}.funding-goal article h4{font-size:1em}.funding-goal article p{font-size:.8em}.funding-metric-bar-container{width:80%}.funding-metric-bar{width:100%;flex-wrap:nowrap;padding:.5rem}.raised-amount{font-size:.8em;padding:1rem .5rem 1rem 1rem}.raised-amount h5{max-width:200px}.remaining-amount{padding:0;text-align:center;margin-top:.25rem}.remaining-amount h5{font-size:.7em;white-space:nowrap}.remaining-amount p{font-size:.6em}.donations .heading{max-width:350px;margin:0 auto;margin-top:1rem}.donation-cards-container{padding:1rem}.donations .heading h5{font-size:.9em}.donation-card .description{padding:2rem 1rem}.donation-card .description h4{font-size:.8em}.donation-card .description p{font-size:.7em}}@media only screen and (orientation: portrait) and (min-height: 769px) and (max-height: 1366px){.get-involved .hero .image-background h1{font-size:4.5em;line-height:60px}.get-involved .hero .image-background h1:nth-child(2){margin-left:4rem}}.faq{height:100%;width:100%;background-color:#fff}.faq .hero{height:65vh;width:100%;display:flex;justify-content:center;align-items:center}.faq .hero .heading{max-width:650px;width:fit-content}.faq .hero h1{margin:0;font-size:6em;text-transform:uppercase;width:fit-content;line-height:80px}.faq .hero p{width:fit-content;margin:0;text-transform:uppercase}.faq .faq-section{max-width:70vw;margin:0 auto;padding-bottom:5rem}.faq .faq-section .heading h1{padding-bottom:1rem;border-bottom:2px solid #000}.faq .faq-section .pairs .pair{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;overflow:hidden;margin-bottom:2rem;padding-bottom:1rem;cursor:pointer;border-bottom:2px solid #000}.faq .faq-section .pairs .pair.open{height:100%}.faq .faq-section .pairs .pair .pair-header{display:flex;justify-content:space-between;align-items:screen}.faq .faq-section .pairs .pair .pair-header h4{margin:0;margin-bottom:.25rem;font-size:1.5em}.faq .faq-section .pairs .pair .pair-header .icon{cursor:pointer}.faq .faq-section .pairs .pair .answer{opacity:0;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.faq .faq-section .pairs .pair .answer.open{opacity:1}.faq .faq-section .pairs .pair .answer p{font-size:1em}.faq .faq-section .pairs .pair .answer a{color:#000;font-weight:700}@media only screen and (max-width: 768px){.faq .hero{height:70vh}.faq .hero .heading{max-width:300px}.faq .hero .heading h1{font-size:5em}.faq .faq-section .pairs .pair .pair-header h4{font-size:1em}}@media only screen and (min-width: 769px) and (max-width: 1366px){.faq .hero .heading{max-width:700px}}@media only screen and (orientation: portrait) and (min-height: 769px) and (max-height: 1366px){.faq .faq-section{max-width:80vw}}.menu-drawer .navigation{padding:0 5rem;width:80%;height:100%;margin:0 auto;opacity:0;-webkit-transition:all .3s ease-in;transition:all .3s ease-in;display:flex;flex-direction:column;justify-content:space-evenly}.menu-drawer .navigation.open{opacity:1;transition-delay:.3s}.menu-drawer .navigation nav{display:flex;flex-direction:column;margin-top:6rem}.menu-drawer .navigation nav .nav-item.active{font-weight:700;text-decoration:line-through}.menu-drawer .navigation nav a{color:#fff;text-decoration:none;text-transform:uppercase;font-size:1.5em;position:relative;padding-bottom:1rem;padding-top:1rem}.menu-drawer .navigation nav a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:linear-gradient(to right,#fff,#000)}.menu-drawer .navigation .socials{margin-top:2rem;display:flex;gap:20px}.menu-drawer .navigation .socials a{text-transform:uppercase;color:#fff;text-decoration:none;font-weight:400}.menu-drawer .navigation .menu-footer{color:#fff;font-weight:400;margin-top:5rem;text-align:center}.menu-drawer .navigation .menu-footer p{margin:0;font-size:.7em}@media only screen and (max-width: 768px){.menu-drawer .navigation{padding:0rem 1rem}.menu-drawer .navigation nav a{font-size:1em}.menu-drawer .navigation .socials{flex-direction:column;gap:10px;margin-top:1rem}.menu-drawer .navigation .menu-footer{margin-top:1rem}}.header{position:fixed;top:0;left:0;z-index:999;display:flex;flex-direction:row;width:100dvw;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.25);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#0003;mix-blend-mode:difference;will-change:transform}.header .logo-container{padding:1rem;border-right:1px solid rgba(255,255,255,.25)}.header .logo-container img{width:350px;padding-right:1rem;padding-left:1rem}.header .logo-container a{pointer-events:all}.header .menu-icon-container{display:flex;justify-content:center;align-items:center;padding-right:2rem;mix-blend-mode:difference}.header .menu-icon-container img{cursor:pointer}.menu-drawer{position:fixed;top:-1rem;left:0;z-index:8;opacity:0;pointer-events:none;background-color:#000;width:100dvw;height:0%!important;height:fit-content;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.menu-drawer.open{top:0;height:100%!important;opacity:1;pointer-events:all}@media only screen and (max-width: 768px){.header .logo-container{padding:1rem;display:flex;align-items:center;justify-content:center}.header .logo-container .header-logo.mobile{width:100%;max-width:25px;padding-left:1rem;padding-right:1rem}.header .menu-icon-container{padding-right:2rem}}@media only screen and (min-width: 769px) and (max-width: 1366px){.header{width:100%}}.prefooter{display:flex;flex-direction:column;gap:1px}.prefooter .row{display:flex;flex-direction:column;justify-content:center;align-items:center}.prefooter .row .image-background{position:relative;overflow:hidden;width:100%}.prefooter .row .image-background img{width:100%;transform:scale(1);height:350px;object-fit:cover;display:block}.prefooter .row .inner{position:absolute;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;color:#fff;padding-top:3rem;padding-bottom:3rem}.prefooter .row .inner h1{font-weight:400;font-size:5em;display:flex;margin-top:0}.prefooter .row .cta-container{display:flex;gap:25px}.prefooter .row .cta-container a{border:2px solid #fff;padding:.7rem 4rem;text-decoration:none;color:#fff;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.prefooter .row .cta-container a:hover{background-color:#fff;color:#000}@media only screen and (max-width: 768px){.prefooter .row{height:400px}.prefooter .row .image-background{height:100%}.prefooter .row .inner h1{font-size:2.5em}.prefooter .row .image-background img{height:100%;transform:translateY(-100px) scale(1.6)}.prefooter .row .cta-container{flex-direction:column}.prefooter .row .cta-container a{text-align:center;padding:1.5rem 4rem}}.footer{position:relative;background-color:#000;display:grid;grid-template-columns:repeat(3,1fr)}.footer .container{display:flex;justify-content:center;border-right:1px solid rgba(255,255,255,.2);padding-top:6rem}.footer .mailing-list-container{width:50%}.footer .mailing-list-container h4{color:#fff;font-weight:400}.footer .mailing-list-container .heading{text-transform:uppercase}.footer .mailing-list-container img{max-width:300px}.footer .mailing-list-container .signup-form form{display:flex;flex-direction:row}.footer .mailing-list-container a{display:inline-block;border:2px solid #fff;padding:.7rem 4rem;text-decoration:none;color:#fff;font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;margin-top:1rem}.footer .mailing-list-container a:hover{background-color:#fff;color:#000}.footer .mailing-list-container .signup-form form button{background:url("data:image/svg+xml,%3csvg%20width='36'%20height='21'%20viewBox='0%200%2036%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2375_4)'%3e%3cpath%20d='M28.496%2019.7431L34.346%2013.8931C35.2957%2012.8977%2035.8256%2011.5748%2035.8256%2010.1991C35.8256%208.82331%2035.2957%207.50041%2034.346%206.50507L28.497%200.656073C28.2904%200.442571%2028.0433%200.272329%2027.7702%200.155268C27.4972%200.0382061%2027.2035%20-0.0233329%2026.9064%20-0.0257645C26.6093%20-0.0281961%2026.3147%200.0285275%2026.0397%200.141104C25.7648%200.25368%2025.515%200.419857%2025.3049%200.629948C25.0948%200.840039%2024.9286%201.08984%2024.816%201.3648C24.7035%201.63976%2024.6467%201.93438%2024.6492%202.23148C24.6516%202.52859%2024.7131%202.82224%2024.8302%203.09532C24.9473%203.3684%2025.1175%203.61545%2025.331%203.82207L29.478%207.97207L2.239%208.00607C1.64518%208.00607%201.07568%208.24197%200.655788%208.66186C0.235894%209.08175%200%209.65125%200%2010.2451C0%2010.8389%200.235894%2011.4084%200.655788%2011.8283C1.07568%2012.2482%201.64518%2012.4841%202.239%2012.4841L29.458%2012.4501L25.333%2016.5771C25.1148%2016.7825%2024.94%2017.0296%2024.819%2017.3037C24.6981%2017.5779%2024.6334%2017.8736%2024.6288%2018.1733C24.6242%2018.4729%2024.6798%2018.7704%2024.7923%2019.0482C24.9048%2019.3259%2025.072%2019.5783%2025.2838%2019.7902C25.4956%2020.0022%2025.7479%2020.1695%2026.0256%2020.2822C26.3032%2020.3949%2026.6007%2020.4507%2026.9004%2020.4463C27.2%2020.4419%2027.4957%2020.3774%2027.77%2020.2566C28.0443%2020.1358%2028.2905%2019.9612%2028.496%2019.7431Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2375_4'%3e%3crect%20width='35.825'%20height='20.399'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center center;background-size:contain;width:30px;height:30px;border:none;cursor:pointer;margin-left:-1.5rem;margin-bottom:.5rem}.footer .mailing-list-container .signup-form form input{background-color:transparent;border:none;border-bottom:1px solid #fff;width:400px;color:#fff}.footer .mailing-list-container .signup-form form input::placeholder{font-family:var(--secondary-font)}.footer .contact-container{display:flex;flex-direction:column;width:50%}.contact-container h4{color:#fff;font-weight:400}.contact-container .heading{text-transform:uppercase;margin-bottom:2rem}.contact-container .location h4{margin:0;max-width:275px}.contact-container .location .heading{text-transform:capitalize;font-weight:700}.contact-container a{color:#fff;font-weight:400;text-decoration:none;display:flex;align-items:center}.contact-container .socials{display:flex;flex-wrap:wrap;flex-direction:row;gap:25px;margin-top:5rem}.contact-container .socials a img{width:35px}.footer .sitemap-container{width:50%;margin-bottom:5rem}.sitemap-container .heading{color:#fff;text-transform:uppercase;font-weight:400;text-align:center}.sitemap-container .site-map{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}.sitemap-container .site-map a{min-width:250px;padding-top:1rem;padding-bottom:1rem;text-align:center;text-decoration:none;color:#fff;text-transform:capitalize;border:2px solid #fff;border-radius:50px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.sitemap-container .site-map a:hover{color:#000;background-color:#fff}@media only screen and (max-width: 768px){.footer{display:flex;flex-direction:column;gap:50px;padding-top:2rem;padding-bottom:2rem}.footer .container{padding-top:0;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.2);border-right:0;border-left:0}.footer .container:nth-child(3){border-bottom:0}.footer .mailing-list-container{width:80%}@supports (-webkit-touch-callout: none){.footer .contact-container{width:80%}}.footer .sitemap-container{width:80%}.footer .sitemap-container .site-map a{width:300px}}@media only screen and (orientation: portrait) and (min-height: 769px) and (max-height: 1366px){.footer .mailing-list-container{width:auto}}@media only screen and (min-width: 769px) and (max-width: 1366px){.footer .mailing-list-container a{white-space:nowrap}.footer .contact-container{width:auto;padding-left:1rem;padding-right:1rem}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}h1,h2,h3{font-family:var(--primary-font, sans-serif)}h1 em{font-family:var(--special-font)}p,a,span,h4,h5,h6,button,input{font-family:var(--secondary-font)}p{font-size:1em}body,html{overflow-x:hidden;-webkit-font-smoothing:antialiased;background-color:#fff}body{overflow-y:hidden!important}strong{font-weight:bolder}.fade-in-top{animation:fadeInTop .6s ease-out forwards;animation-fill-mode:both}.fade-in-bottom{animation:fadeInBottom .6s ease-out forwards;animation-fill-mode:both}.fade-in-left{animation:fadeInLeft .6s ease-out forwards;animation-fill-mode:both}.fade-in-right{animation:fadeInRight .6s ease-out forwards;animation-fill-mode:both}.fade-in-lightbox{animation:fadeInLightbox .6s ease-out forwards;animation-fill-mode:both}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-700{animation-delay:.7s}.delay-900{animation-delay:.9s}.delay-1000{animation-delay:1s}.delay-1100{animation-delay:1.1s}.delay-1300{animation-delay:1.3s}@keyframes fadeInTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInLightbox{0%{opacity:0}to{opacity:1}}
