@charset "UTF-8";@font-face{font-family:Akkurat;src:url("../../fonts/Akkurat-Regular.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-family:Akkurat;src:url("../../fonts/Akkurat-Bold.woff") format("woff");font-weight:700;font-style:normal}:root{--primary:#39641D;--secondary:#F89521;--dark-orange:#F47521;--light-green:#94B150;--yellow:#EDC211;--navy:#162D54;--light-blue:#6ACDF4;--black:#000000;--gray:#6E6E6E;--light-gray:#F5F4F3}*{margin:0;padding:0;box-sizing:border-box;font-family:Akkurat,Arial,sans-serif}html{scroll-behavior:smooth}body{margin:0;background-color:var(--light-gray)}.highlight-blue-light::before{background:var(--light-blue)}.highlight-blue-dark::before{background:var(--navy)}.highlight-green-light::before{background:var(--light-green)}.highlight-green-dark::before{background:var(--primary)}.highlight-orange-light::before{background:var(--secondary)}.highlight-orange-dark::before{background:var(--dark-orange)}.highlight-yellow::before{background:var(--yellow)}.highlight-line.highlight-blue-light::after{background:var(--light-blue)}.highlight-line.highlight-blue-dark::after{background:var(--navy)}.highlight-line.highlight-green-light::after{background:var(--light-green)!important}.highlight-line.highlight-green-dark::after{background:var(--primary)}.highlight-line.highlight-orange-light::after{background:var(--secondary)}.highlight-line.highlight-orange-dark::after{background:var(--dark-orange)}.highlight-line.highlight-yellow::after{background:var(--yellow)}.hero-section{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;overflow:hidden;color:#fff}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-logo{position:absolute;top:70px;left:50%;transform:translateX(-50%);z-index:10;opacity:0;animation:fadeIn 1s ease-out forwards}.hero-logo svg{width:200px;height:auto;fill:#fff}.hero-content-wrapper{z-index:2;max-width:100%;padding:20px;width:100%;margin-top:60px}.hero-heading{font-size:60px;font-weight:700;margin-bottom:15px;line-height:1.1;letter-spacing:-.05em;text-align:center;opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease-out forwards;animation-delay:2s}@media (min-width:1200px){.hero-heading{white-space:nowrap}}@media (max-width:1199px){.hero-heading{font-size:56px}}@media (max-width:768px){.hero-heading{font-size:36px;line-height:1.2}}.hero-highlight{position:relative;display:inline-block;color:#fff;padding:10px 5px 0 5px}.hero-highlight::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;transform-origin:left center;transform:scaleX(0);animation:slideInFromLeft 1s ease-out forwards;animation-delay:2.5s}.hero-subtitle p{font-size:29px;margin-bottom:30px;line-height:1.4;font-weight:400;margin-left:auto;margin-right:auto;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease-out forwards;animation-delay:2s}@media (max-width:768px){.hero-subtitle p{font-size:18px}}.hero-btn{background:var(--secondary);color:#fff;padding:14px 40px;font-size:22px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease-out forwards;animation-delay:2s;text-decoration:none!important;display:inline-block}@media (max-width:768px){.hero-btn{font-size:18px}}.hero-btn:hover{background:var(--dark-orange);transform:translateY(-2px)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{transform:scaleX(0);visibility:visible}100%{transform:scaleX(1)}}.sticky-navbar{position:sticky;top:0;z-index:20000}.nav-bar{background-color:var(--light-gray);padding:15px 0;transition:all .3s ease}.nav-bar.scrolled{padding:10px 0}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}@media (max-width:768px){.nav-container{justify-content:space-between;position:relative}}.nav-logo{display:flex;align-items:center}.nav-logo svg{width:60px;height:auto;fill:#fff}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:40px;align-items:center}@media (max-width:960px){.nav-menu{display:none}}.nav-item{margin:0}.nav-link{text-decoration:none;color:var(--primary);font-size:17px;font-weight:700;position:relative}.nav-link:hover{color:var(--secondary)}.nav-apply-btn{background-color:var(--secondary);color:#fff;padding:12px 30px;text-decoration:none;font-size:16px;font-weight:600}.nav-apply-btn:hover{background-color:var(--dark-orange)}.hamburger{display:none;flex-direction:column;cursor:pointer;padding:10px;z-index:10}@media (max-width:960px){.hamburger{display:flex}}.hamburger svg{transition:transform .3s ease;width:30px;height:30px;color:var(--primary)}.hamburger svg path{stroke:var(--primary)}.hamburger:hover svg{transform:scale(1.2)}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:var(--light-gray);z-index:9999;transition:right .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}.mobile-menu.active{right:0}.mobile-menu .nav-link{font-size:24px;color:var(--primary);text-decoration:none;font-weight:600}.mobile-menu .nav-apply-btn{background-color:var(--secondary);color:#fff;padding:15px 40px;text-decoration:none;font-size:18px;font-weight:600;border-radius:5px}.close-btn{position:absolute;top:30px;right:30px;font-size:30px;color:var(--primary);cursor:pointer;background:0 0;border:none;transition:transform .3s ease}.close-btn svg{transition:transform .3s ease;width:25px;height:20px}.close-btn:hover svg{transform:rotate(90deg)}.content-section{background-color:var(--light-gray);display:flex;align-items:center;justify-content:center;padding:50px 20px}@media (max-width:960px){.content-section{padding:25px 0}}.content-section.animate .content-container{animation:contentFadeInUp 1s ease-out forwards;animation-delay:.3s}.content-section.animate .content-description{animation:contentFadeInUp 1s ease-out forwards;animation-delay:.6s}.content-section.animate .content-faq-link{animation:contentFadeInUp 1s ease-out forwards;animation-delay:.9s}.content-section.animate .content-highlight::before{animation:contentSlideIn 1s ease-out forwards;animation-delay:1.2s}.content-container{max-width:1200px;text-align:center;opacity:0;transform:translateY(30px)}.content-title{font-size:40px;font-weight:700;font-family:Akkurat,Arial,sans-serif;color:var(--primary);margin-bottom:30px;line-height:1.2;text-align:center;letter-spacing:-.04em}@media (max-width:768px){.content-title{font-size:32px}}.content-highlight{position:relative;display:inline-block;margin-left:5px;padding:5px 5px 0 5px}.content-highlight::before{content:"";position:absolute;top:0;left:0;right:0;bottom:5px;z-index:-1;transform:scaleX(0);transform-origin:left center}.content-description{font-size:27px;color:var(--gray);line-height:1.2em;max-width:900px;margin:0 auto;opacity:0;transform:translateY(30px)}@media (max-width:768px){.content-description{font-size:20px}}.content-faq-link{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:40px;opacity:0;transform:translateY(20px);transition:all .3s ease}.content-faq-link a.faq-link-text{font-size:27px;font-weight:700;color:var(--secondary);text-decoration:none}@media (max-width:768px){.content-faq-link a.faq-link-text{font-size:20px}}.content-faq-link a.faq-link-text:hover{color:var(--dark-orange)}.content-faq-link a.faq-link-text:hover~.faq-arrow svg path{stroke:var(--dark-orange)!important}.content-faq-link a.faq-arrow{display:inline-block;margin-top:8px;text-decoration:none}.content-faq-link a.faq-arrow svg{width:16px;height:32px}@keyframes contentFadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes contentSlideIn{from{transform:scaleX(0)}to{transform:scaleX(1)}}.sections-wrapper{position:relative}.section{position:sticky;top:60px;display:flex;flex-direction:column;padding:50px 40px;background:var(--light-gray);z-index:10;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.section:first-child{z-index:10;top:60px}.section:nth-child(2){z-index:11;top:60px}.section:nth-child(3){z-index:12;top:60px}.section:nth-child(4){z-index:13;top:60px}.section:nth-child(5){z-index:14;top:60px}.section:nth-child(6){z-index:15;top:60px}.section:nth-child(7){z-index:16;top:60px}.section:nth-child(8){z-index:17;top:60px}.section:nth-child(9){z-index:18;top:60px}.section:nth-child(10){z-index:19;top:60px}@media (min-width:1024px) and (max-width:1279px){.section{padding-left:32px;padding-right:32px}}@media (max-width:1024px){.section{padding-left:32px;padding-right:32px}}@media (max-width:768px){.section{padding:40px 20px;top:90px;height:100vh;position:-webkit-sticky;position:sticky;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.buffer-section{z-index:5;visibility:hidden;pointer-events:none;height:150vh}.section-content{width:100%;flex:1;display:flex!important;flex-direction:column;gap:40px;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out forwards}@media (max-width:768px){.section-content{max-width:100%;padding:0;gap:30px;height:100%}}.sections-wrapper .section:first-child .section-content{opacity:1;animation:none}.text-row{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:center}@media (max-width:768px){.text-row{grid-template-columns:1fr;gap:20px}}.heading-col h2{font-size:40px;font-weight:700;line-height:1em;letter-spacing:.7;color:var(--primary);position:relative}@media (max-width:768px){.heading-col h2{font-size:32px}}.highlight-line{position:relative;display:block;width:fit-content;padding-right:2px;padding:10px 5px 0 5px}.highlight-line::after{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background:linear-gradient(90deg,rgba(44,85,48,.15),rgba(44,85,48,.25));transition:width 1.2s ease-out;z-index:-1}.highlight-line.animate-bg::after{width:100%}.paragraph-col p{font-size:24px;line-height:1.2em;color:var(--gray);font-weight:400}@media (max-width:768px){.paragraph-col p{font-size:18px}}.video-row{flex:1;width:100%;overflow:hidden;position:relative;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}.video-row video{width:100%;height:100%;object-fit:cover;display:block}.video-row:hover .play-pause-btn{opacity:1}.video-controls{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.play-pause-btn{background:0 0;border:none;border-radius:50%;width:60px;height:60px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:0}.play-pause-btn.paused{background:rgba(0,0,0,.6)}.play-pause-btn svg{pointer-events:none}.transportation-section{background:var(--light-gray);padding:50px 0;min-height:600px;display:flex;align-items:center;justify-content:center;position:relative}@media (max-width:960px){.transportation-section{padding:25px 0}}.transportation-container{width:100%;display:grid;grid-template-columns:45% 1fr;gap:20px;align-items:start}@media (max-width:960px){.transportation-container{grid-template-columns:1fr;gap:20px;padding:0 20px;display:flex;flex-direction:column}}.transportation-heading-wrapper{display:flex;flex-direction:column;gap:40px}@media (max-width:960px){.transportation-heading-wrapper{order:1}}@media (min-width:960px){.transportation-heading-wrapper{grid-column:1;grid-row:1}}.transportation-content{display:flex;flex-direction:column;gap:40px}@media (max-width:960px){.transportation-content{order:3;gap:0}}@media (min-width:960px){.transportation-content{grid-column:1;grid-row:2;margin-top:-20px}}.transportation-content .map-wrapper{position:relative}@media (min-width:960px){.transportation-content .map-wrapper{padding-top:40px}}@media (max-width:960px){.transportation-content .map-wrapper{order:1;padding-top:10px}}.transportation-content .map-wrapper #map-legend{position:relative!important}@media (min-width:960px){.transportation-content .map-wrapper #map-legend{bottom:initial!important}}.transportation-heading{font-size:40px;font-weight:700;line-height:1em;color:var(--primary);margin:0;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.transportation-heading.fade-in-up{opacity:1;transform:translateY(0)}.transportation-highlight{display:inline-block;position:relative;padding:5px 5px 0 5px}.transportation-highlight::before{content:"";position:absolute;top:0;left:0;right:0;bottom:5px;background:var(--secondary);z-index:-1;transform-origin:left center;transform:scaleX(0);transition:transform .8s ease-out}.transportation-highlight.slide-animation::before{transform:scaleX(1)}.transportation-info{display:flex;flex-direction:column;gap:32px;padding-top:40px}@media (max-width:960px){.transportation-info{order:2}}.info-group{display:flex;flex-direction:column;gap:8px}.info-label{font-size:20px;font-weight:700;color:var(--secondary);margin:0;text-transform:uppercase;letter-spacing:.5px}.info-value p{font-size:20px;font-weight:500;color:var(--gray);margin:0 0 10px 0;line-height:1.4em;display:block}@media (max-width:768px){.info-value p{font-size:16px}}.info-value p img{margin-top:2px;margin-right:4px;display:inline-block}.info-value p br{display:none}@media (max-width:640px){.info-value p br{display:block}.info-value p img{margin-top:0;margin-right:2px;margin-bottom:0;vertical-align:top;display:inline-block}}.info-value p a{color:#6e6e6e}.info-value p a:hover{color:#39641d}.bus-routes,.train-routes{display:flex;flex-direction:column;gap:4px}.transportation-map{overflow:visible;max-height:550px}@media (max-width:960px){.transportation-map{height:420px;padding:20px;order:2;width:100vw;position:relative;left:50%;transform:translateX(-50%)}}@media (max-width:640px){.transportation-map{height:400px}}@media (min-width:960px){.transportation-map{grid-column:2;grid-row:1/span 2}}.map-container{width:100%;height:100%;position:relative}#map{width:100%;height:100%;max-height:550px}@media (max-width:960px){#map{max-height:400px}}.video-tour-section{padding:50px 0;display:flex;align-items:center;justify-content:center;background:var(--light-gray)}@media (max-width:960px){.video-tour-section{padding:25px 0}}.video-container{width:100%;position:relative;transform:scale(.9);transition:transform 1s ease-out}.video-container.animate{transform:scale(1)}@media (max-width:768px){.video-container{max-width:100%;padding:0;transform:scale(1)}.video-container.animate{transform:scale(1)}}.video-wrapper{position:relative;width:100%}.video-player{width:100%;height:auto;aspect-ratio:block;background:var(--black);box-sizing:border-box}.video-caption{position:absolute;top:12px;left:12px;right:12px;background:rgba(0,0,0,.8);color:#fff;padding:8px 12px;font-size:14px;font-weight:500;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:10;min-height:20px;display:flex;align-items:center;max-width:300px}@media (max-width:768px){.video-caption{left:8px;right:8px;max-width:none;font-size:12px;padding:6px 10px;top:8px}}.video-wrapper:hover .video-caption{opacity:1}.video-overlay{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;cursor:pointer}.video-background{width:100%;height:100%;position:absolute;top:0;left:0}.video-thumbnail{width:100%;height:100%;object-fit:cover}.video-content{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.video-title{font-size:48px;font-weight:700;margin-bottom:30px;text-shadow:0 2px 10px rgba(0,0,0,.5)}@media (max-width:768px){.video-title{font-size:25px!important;margin-bottom:10px;padding:0 10px}}.video-play-btn{background:0 0;border:none;cursor:pointer;transition:all .3s ease;padding:0}.video-play-btn:hover{transform:scale(1.1)}.video-play-btn svg{filter:drop-shadow(0 4px 10px rgba(0, 0, 0, .3))}@media (max-width:768px){.video-play-btn svg{width:40px;height:40px}}.video-play-btn.no-play-button{display:none}.faq-section{background:var(--light-gray);padding:50px 0;position:relative;z-index:1;opacity:0;transform:translateY(50px);transition:all .8s ease-out}@media (max-width:768px){.faq-section{padding:15px 0}}.faq-section.animate{opacity:1;transform:translateY(0)}.faq-container{width:100%}.faq-title{font-size:40px;font-weight:700;color:var(--primary);margin-bottom:60px;line-height:1em}@media (max-width:768px){.faq-title{margin-bottom:20px;font-size:32px}}.faq-highlight{position:relative;display:inline-block;color:var(--primary);z-index:2;padding:5px 5px 0 5px}.faq-highlight::before{content:"";position:absolute;top:0;left:0;right:0;bottom:5px;background:var(--light-blue);z-index:-1;transform-origin:left center;transform:scaleX(0);transition:transform .8s ease-out}.faq-highlight.animate-bg::before{transform:scaleX(1)}.faq-list{width:100%}.faq-item{margin-bottom:1px;border-radius:0;overflow:hidden}.faq-item.faq-active .faq-plus-icon{display:none}.faq-item.faq-active .faq-minus-icon{display:block!important}@media (max-width:768px){.faq-item.faq-active .faq-answer{padding:0 0 24px 0}}.faq-question{background:var(--light-gray);cursor:pointer;transition:all .3s ease;border-bottom:1px solid var(--secondary);position:relative}.faq-question-header{padding:26px 0;display:flex;justify-content:space-between;align-items:center}@media (max-width:768px){.faq-question-header{padding:20px 0;flex-wrap:nowrap;gap:15px}}.faq-question-text{font-size:20px;font-weight:700;color:var(--navy);line-height:1.4;flex:1;padding-right:20px;text-shadow:1px 0 0 currentColor}@media (max-width:768px){.faq-question-text{padding-right:15px;flex:1;word-wrap:break-word;line-height:1.3}}.faq-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}@media (max-width:768px){.faq-icon{flex-shrink:0;width:24px;height:24px}}@media (max-width:480px){.faq-icon{font-size:16px;top:18px;right:20px}}.faq-icon svg{width:16px;height:16px;transition:all .3s ease}@media (max-width:768px){.faq-icon svg{width:14px;height:14px}}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease-out}.faq-answer-content{padding:0 0 30px 0}@media (max-width:768px){.faq-answer-content{padding:0 0 20px 0}}.faq-answer-content p{font-size:19px;color:var(--gray);line-height:1.6;margin:0;padding-top:10px}@media (max-width:768px){.faq-answer-content p{font-size:16px}}.faq-answer-content p a{color:var(--gray);text-decoration:underline}.cta-section{padding:50px 0;text-align:center;background:var(--light-gray)}@media (max-width:768px){.cta-section{padding:25px 0}}.cta-container{max-width:800px;margin:0 auto;padding:0 20px}.cta-heading{font-size:60px;font-weight:700;color:var(--primary);margin-bottom:40px;line-height:1.2em;opacity:0;transform:translateY(30px);transition:all .8s ease-out}@media (max-width:768px){.cta-heading{font-size:32px;margin-bottom:30px}}.cta-heading.animate{opacity:1;transform:translateY(0)}.cta-highlight{position:relative;display:inline-block;color:var(--primary);z-index:2;padding:5px 5px 0 5px}.cta-highlight::before{content:"";position:absolute;top:0;left:0;right:0;bottom:5px;z-index:-1;transform-origin:left center;transform:scaleX(0);transition:transform .8s ease-out}.cta-highlight.animate-bg::before{transform:scaleX(1)}.cta-button{display:inline-block;background-color:var(--secondary);color:#fff;padding:12px 30px;text-decoration:none;font-size:20px;font-weight:600;transition:background-color .3s ease}@media (max-width:768px){.cta-button{padding:15px 40px;font-size:18px}}.cta-button:hover{background-color:var(--dark-orange)}.footer-section{background:#2d5529;color:#fff;padding:120px 40px;position:relative;z-index:1}.footer-container{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:60px}@media (max-width:960px){.footer-container{flex-direction:column;gap:30px;align-items:center;text-align:center;padding:0}}.footer-left{flex:1;max-width:600px}.footer-logo{margin-bottom:30px}.footer-logo-img{width:150px;height:auto;max-height:60px;object-fit:contain}.footer-contact{margin-bottom:25px}@media (max-width:768px){.footer-contact{margin-bottom:10px}}.footer-contact p{margin:4px 0 0;font-size:21px;line-height:1.5;color:#e8f5e8}@media (max-width:768px){.footer-contact p{font-size:15px}}.footer-contact p a{color:#e8f5e8!important}.footer-nonprofit{font-weight:400;font-size:15px}.footer-bottom{margin-top:20px}@media (max-width:768px){.footer-bottom{margin-top:0}}.footer-copyright{padding-top:20px}.footer-copyright p{font-size:16px;color:#fff;margin:0;line-height:1.5;font-weight:400}@media (max-width:768px){.footer-copyright p{font-size:15px}}.footer-link{color:#fff;transition:color .3s ease}.footer-link:hover{color:#fff}.footer-right{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:60px}@media (max-width:960px){.footer-right{align-items:center;gap:20px;margin-right:0}}.footer-visit{display:flex;align-items:flex-start;gap:10px;flex-direction:column}.footer-visit>div{display:flex;gap:15px}.footer-visit-text{font-size:21px;line-height:1.4;margin:0;color:#e8f5e8}.footer-visit-text a{color:var(--secondary);text-decoration:underline;font-weight:600;transition:color .3s ease}.footer-visit-text a:hover{color:var(--secondary)}.footer-arrow-icon{background:var(--secondary);border-radius:9px;width:32px;height:32px;margin-top:-10px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;cursor:pointer}@media (max-width:768px){.footer-arrow-icon{width:26px;height:26px;margin-top:0;display:none}}.footer-arrow-icon:hover{background:var(--dark-orange)}.footer-back-to-top{background:var(--secondary);border:none;border-radius:50%;width:150px;height:150px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.footer-back-to-top:hover{background:var(--dark-orange)}.footer-back-text{color:#fff;font-size:21px;font-weight:600;text-align:center;line-height:1.2}@media (max-width:768px){.footer-back-text{font-size:14px}}@media (max-width:768px){.footer-section{padding:40px 20px 30px 20px}.footer-left{max-width:100%;display:flex;flex-direction:column;align-items:center}.footer-logo-img{width:120px;max-height:50px}.footer-visit{gap:12px;align-items:center}.footer-visit-text{font-size:15px;text-align:center}.footer-back-to-top{width:150px;height:150px}}@media (max-width:480px){.footer-contact p{font-size:14px}.footer-visit-text{font-size:14px}.footer-back-to-top{width:100px;height:100px}}.gsap-cloud-section{position:relative;width:100%;height:60vh;background:linear-gradient(to bottom,#f5f4f3 0,#013e9b 95%,#012a6b 100%);overflow:visible}@media (max-width:768px){.gsap-cloud-section{height:25vh}}.gsap-cloud{position:absolute;pointer-events:none}.building-section{position:relative;width:100%;height:auto;background-color:var(--light-gray);margin-top:-20px}.building-image{width:100%;height:auto;display:block}@media (max-width:960px){.mobile-apply{display:flex}}@media (max-width:768px){.buffer-section{height:200vh}.video-row{flex:1;min-height:250px}.video-row{min-height:200px}.hero-logo{top:20px}.hero-logo svg{width:130px}.hero-content-wrapper{margin-top:40px;padding:20px}.transportation-container{grid-template-columns:1fr;gap:20px;padding:0 20px;display:flex;flex-direction:column}.transportation-heading-wrapper{order:1}.transportation-heading{font-size:32px}.info-label{font-size:17px}}@supports (-webkit-touch-callout:none){.section{position:-webkit-sticky;position:sticky;top:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@media (min-width:1280px){.content-container,.faq-container,.faq-list,.footer-container,.gallery-container,.section-content,.transportation-container,.video-container{max-width:1200px;margin:0 auto}}@media (min-width:1024px) and (max-width:1279px){.content-container,.faq-container,.gallery-container,.nav-container,.transportation-container,.video-container{margin:0 auto;padding-left:32px;padding-right:32px}}@media (max-width:1024px){.content-container,.faq-container,.gallery-container,.nav-container,.transportation-container,.video-container{max-width:none;margin:0;padding-left:32px;padding-right:32px}}@media (max-width:768px){.content-container,.faq-container,.gallery-container,.nav-container,.transportation-container,.video-container{padding-left:20px;padding-right:20px}}.gallery-section{background:var(--light-gray);padding:50px 0;position:relative;z-index:1}@media (max-width:960px){.gallery-section{padding:25px 0}}@media (max-width:768px){.gallery-section{padding-bottom:45px}}.gallery-container{width:100%;height:500px;background:var(--light-gray);position:relative;max-width:1200px;margin:0 auto}.gallery-wrapper{width:100%;height:100%;position:relative;overflow:visible;background:var(--light-gray)}.gallery-slider{height:100%;display:flex;align-items:center;width:100%}.gallery-slider .slick-track{height:100%;display:flex!important;align-items:center}.gallery-slider .slick-slide{height:500px;outline:0;display:flex!important;align-items:center;padding:0 7.5px}@media (max-width:768px){.gallery-slider .slick-slide{padding:0}}.gallery-slider .slick-slide>div{width:100%;height:100%}.gallery-item{position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease;height:500px;margin:0}.gallery-item.small-width{width:292px!important}.gallery-item.large-width{width:585px!important}.gallery-item.medium-width{width:351px!important}.gallery-item.xlarge-width{width:468px!important}@media (max-width:768px){.gallery-item.large-width,.gallery-item.medium-width,.gallery-item.small-width,.gallery-item.xlarge-width{width:100%!important}}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:all .8s cubic-bezier(.25, .46, .45, .94)}.gallery-slider .slick-track{transition:transform .8s cubic-bezier(.25, .46, .45, .94)!important}.gallery-slider .slick-slide{transition:all .8s cubic-bezier(.25, .46, .45, .94)}.gallery-lightbox-image{transition:opacity .3s ease-in-out}.gallery-slider .slick-next,.gallery-slider .slick-prev{display:none!important}.gallery-button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);border:none;border-radius:50%;width:50px;height:50px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:10}.gallery-button-prev{opacity:0;visibility:hidden}.gallery-button:hover{background:rgba(0,0,0,.7);transform:translateY(-50%) scale(1.1)}.gallery-button-prev{left:20px}.gallery-button-next{right:20px}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(57,100,29,.7);opacity:0;transform:scale(.8);transition:all .3s cubic-bezier(.175, .885, .32, 1.275);display:flex;align-items:center;justify-content:center}.gallery-item:hover .gallery-overlay{opacity:1;transform:scale(1)}.gallery-caption{color:#fff;font-size:16px;font-weight:600;text-align:center;padding:20px;max-width:80%}@media (max-width:768px){.gallery-container{padding:0 20px;height:250px}.gallery-slider .slick-slide{height:250px}.gallery-item{height:250px}.gallery-overlay{opacity:1;transform:scale(1)}.gallery-button{width:40px;height:40px}.gallery-button svg{width:16px;height:16px}}.gallery-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:25000;opacity:0;visibility:hidden;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.gallery-lightbox.gallery-active{opacity:1;visibility:visible}.gallery-lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.gallery-lightbox-image{max-width:100%;max-height:80vh;object-fit:contain}@media (max-width:768px){.gallery-lightbox-image{max-width:80vw;width:80vw}}.gallery-lightbox-caption{color:var(--gray);font-size:18px;font-weight:500;text-align:center;margin-top:20px;padding:0 20px}.gallery-lightbox-close{position:fixed;top:20px;right:20px;background:0 0;border:none;color:var(--gray);cursor:pointer;padding:15px;transition:all .3s ease;z-index:10001;display:flex;align-items:center;justify-content:center}.gallery-lightbox-close:hover{transform:scale(1.2)}.gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:0 0;border:none;width:auto;height:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--gray)}.gallery-lightbox-nav:hover{transform:translateY(-50%) scale(1.2)}.gallery-lightbox-prev{left:-44px}.gallery-lightbox-next{right:-44px}@media (max-width:768px){.gallery-container{padding:0 20px;height:250px}.gallery-overlay{display:none}.gallery-lightbox-content{max-width:95vw;max-height:95vh}.gallery-lightbox-image{max-height:70vh}.gallery-lightbox-caption{font-size:16px;margin-top:15px}.gallery-lightbox-close{top:-50px;right:-10px}.gallery-lightbox-nav{width:40px;height:40px}.gallery-lightbox-prev{left:-60px}.gallery-lightbox-next{right:-60px}.gallery-lightbox-prev{position:fixed!important;left:-18px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;background:0 0!important;border-radius:0!important;width:auto!important;height:auto!important;padding:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:10002!important}.gallery-lightbox-next{position:fixed!important;right:-18px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;background:0 0!important;border-radius:0!important;width:auto!important;height:auto!important;padding:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:10002!important}.gallery-lightbox-close{position:fixed!important;top:20px!important;right:10px!important;background:0 0!important;border:none!important;color:var(--gray)!important;cursor:pointer!important;padding:15px!important;transition:all .3s ease!important;z-index:10003!important;display:flex!important;align-items:center!important;justify-content:center!important}}.slick-dots{display:flex!important;justify-content:center;align-items:center;gap:8px;margin:20px 0;padding:0;list-style:none;position:relative;z-index:10}.slick-dots li{width:16px!important;height:16px!important;margin:0 4px;padding:0;list-style:none}.slick-dots li button{width:16px!important;height:16px!important;border-radius:50%;border:none;cursor:pointer;padding:0;margin:0;font-size:0;line-height:0;text-indent:-9999px;background:var(--secondary)!important;opacity:.4!important;transition:all .3s ease;outline:0}.slick-dots li button:before{display:none}.slick-dots li button:hover{opacity:.6!important}.slick-dots li.slick-active button{opacity:1!important;transform:scale(1.1);background:var(--secondary)!important}@media (max-width:768px){.slick-dots{margin:15px 0 25px!important}.slick-dots li{width:12px!important;height:12px!important;margin:0 3px!important}.slick-dots li button{width:12px!important;height:12px!important}}.colored-text{font-weight:700;font-size:16px;padding-top:5px;line-height:1.2em}.colored-text.blue-light{color:var(--light-blue)}.colored-text.blue-dark{color:var(--navy)}.colored-text.green-light{color:var(--light-green)}.colored-text.green-dark{color:var(--primary)}.colored-text.orange-light{color:var(--secondary)}.colored-text.orange-dark{color:var(--dark-orange)}.colored-text.yellow{color:var(--yellow)}