:root{--color-primary:#002e69;--color-primary-text:#f5f5f5;--color-secondary:#f16704;--color-secondary-text:#f5f5f5;--color-text:#002e69;--color-border:#ddd;--color-bg:#f5f5f5;--color-success:#80b912;--color-error:#f05230;--font-sans-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-serif:Georgia, Times, serif;--font-mono:Menlo, Courier, monospace}input,button,select,textarea{font:inherit;appearance:none}html,body{font-family:var(--font-sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12pt;font-style:normal;font-weight:400;line-height:1.6em}@media (width<=900px){html,body{font-size:10pt}}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;margin-block:.25em;font-weight:700;line-height:1.15em}h1{letter-spacing:-.5px;font-size:clamp(3rem,8vw,4rem)}h2{font-size:clamp(2rem,6vw,3rem)}h3{font-size:clamp(1.5rem,4.5vw,2rem)}h4{font-size:clamp(1.25rem,3.5vw,1.4rem)}h5{font-size:clamp(1.1rem,3vw,1.2rem)}h6{font-size:1rem}a{color:inherit;text-decoration:underline}a:hover{color:var(--color-secondary);transition:all .2s}:is(a:has(img),a:has(div)){color:inherit;text-decoration:none}:is(a:has(img):hover,a:has(div):hover){color:inherit}.arrow-link:after{content:"→";padding-left:.5em}.form form{flex-direction:column;gap:1em;padding-bottom:2em;display:flex}.alert{border:1pt solid var(--color-border);background-color:#fff;border-radius:6px;padding:.85em 1.15em;font-size:.95em;line-height:1.5;box-shadow:0 2px 8px #00000005}.alert p{margin:0;font-weight:500}.alert-success{border-left:3pt solid var(--color-success)}.alert-danger{border-left:3pt solid var(--color-error);color:var(--color-error);background-color:#fdf2f0}.form-section{border:1px solid var(--color-border);background-color:#fff;border-radius:6px;margin:0;padding:1.75em 2em;box-shadow:0 .25em 1em #00000008}.form-section-title{text-transform:uppercase;letter-spacing:.03em;float:none;width:auto;padding:0 .5em;font-size:1.25em;font-weight:700}.form-section-instructions{margin-top:0}.form-section-fields{flex-direction:column;gap:1.25em;margin-top:1em;display:flex}.form-group{flex-direction:column;gap:.4em;display:flex}.form-group label{font-size:.95em;font-weight:600}.required-asterisk{color:var(--color-secondary);margin-left:2px;font-weight:700}.field-instructions{color:#555;background:var(--color-bg);border-left:3pt solid var(--color-primary);border-radius:6px;grid-column:1/-1;margin-top:.25em;padding:.75em 1em;font-size:.825em;line-height:1.5}.form-group input[type=text],.form-group input[type=number],.form-group input[type=email],.form-group textarea,.form-group select{width:100%;box-shadow:none;border:1pt solid var(--color-border);box-sizing:border-box;background-color:#fff;border-radius:6px;outline:none;padding:.75em 1em;font-size:1em;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{box-shadow:none;border:1pt solid var(--color-primary);outline:none}.form-group input::placeholder{color:#a0aec0}.form-group:has(input[type=checkbox]){background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:start;gap:.5em .75em;margin-top:.5em;padding:1em;display:grid}.form-group:has(input[type=checkbox]) .field-instructions{background:#fff}.form-group:has(input[type=checkbox])>label:first-child{grid-area:1/2;margin:0}.form-group:has(input[type=checkbox])>label:not(:first-child){grid-area:1/1;align-items:center;padding-top:2px;display:flex}.form-group input[type=checkbox]{cursor:pointer;min-width:20px;min-height:20px;accent-color:var(--color-secondary);box-shadow:none;border:1pt solid var(--color-primary);outline:none;margin:0;appearance:checkbox!important;opacity:1!important;visibility:visible!important;width:20px!important;height:20px!important;display:inline-block!important}.form-group input[type=checkbox]:focus,.form-group input[type=checkbox]:hover,.form-group input[type=checkbox]:checked{box-shadow:none;box-shadow:none;border:1pt solid var(--color-primary);outline:none}.form-group .error-message{color:var(--color-error);grid-column:1/-1}.input-group{align-items:center;width:100%;display:flex}.input-group input{flex:1}.input-group:has(.append) input{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.input-group:has(.prefix) input{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.input-group-addon{color:var(--color-primary);background-color:var(--color-bg);border:1.5px solid var(--color-border);white-space:nowrap;align-items:center;padding:.75rem 1rem;font-size:.95rem;font-weight:600;display:flex}.input-group-addon.append{border-left:none;border-top-right-radius:6px;border-bottom-right-radius:6px}.input-group-addon.prefix{border-right:none;border-top-left-radius:6px;border-bottom-left-radius:6px}.form button.btn{background-color:var(--color-secondary);color:var(--color-secondary-text);cursor:pointer;border:none;border-radius:6px;align-self:flex-start;padding:.85em 2.25em;font-size:1em;font-weight:700;transition:all .2s}.form button.btn:hover{filter:brightness(.95)}@media (width<=640px){.form-section{padding:1.25em 1em}.form button.btn{width:100%}}.card-grid{flex-wrap:wrap;justify-content:center;gap:1em;padding:1em 0;display:flex}.card{background-color:var(--color-bg);border-radius:6px;flex-direction:row;justify-content:flex-start;gap:1em;padding:1em;display:flex}@media (width<=600px){.card-grid{align-items:start}.card{flex-direction:column;align-items:flex-start}}.card-image{flex-grow:0;flex-basis:40%}.card-content{flex-grow:0;flex-basis:60%}.card-content>p:last-child{margin-bottom:0}.card-image img{width:100%;height:auto}.card-title{letter-spacing:-1px;text-transform:uppercase;font-size:1.4rem}.card-link{font-weight:700;text-decoration:none}.card-link:hover{color:var(--color-secondary);transition:all .2s}.card-download .card-image{flex-basis:0;align-content:center}.card-download .card-content{flex-grow:1}.card-download .card-title{font-size:1rem}.card-download{transition:all .2s}.card-download:hover{color:var(--color-secondary);filter:brightness(.95)}.gallery-container{margin:2rem 0}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.gallery-item{background-color:var(--color-bg,#f4f4f5);border-radius:8px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.gallery-trigger{cursor:pointer;text-align:left;aspect-ratio:3/2;background:0 0;border:none;width:100%;padding:0;display:block;position:relative}.gallery-trigger img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.gallery-trigger:hover img{transform:scale(1.04)}.gallery-caption-overlay{color:#fff;opacity:0;background:linear-gradient(#0000,#000000bf);padding:1.5rem 1rem .75rem;font-size:.875rem;transition:opacity .25s;position:absolute;bottom:0;left:0;right:0}@media (hover:hover) and (pointer:fine){.gallery-trigger:hover .gallery-caption-overlay,.gallery-trigger:focus-visible .gallery-caption-overlay{opacity:1}}@media (hover:none) and (pointer:coarse){.gallery-caption-overlay{opacity:1;background:linear-gradient(#0000 0%,#000c 100%)}}.gallery-caption-overlay span{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;display:-webkit-box;overflow:hidden}.gallery-lightbox{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;background:#00000080;border:none;width:100%;max-width:100vw;height:100%;max-height:100vh;margin:0;padding:0}.gallery-lightbox::backdrop{background:#00000080}.lightbox-content{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:2rem;display:flex;position:relative}.lightbox-content img{object-fit:contain;border-radius:4px;max-width:90vw;max-height:80vh;box-shadow:0 8px 32px #00000080}.lightbox-caption{color:#e4e4e7;text-align:center;max-width:700px;margin-top:1rem;font-size:1.4rem;line-height:1.5}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:2rem;line-height:1;transition:background .2s;display:flex;position:absolute;top:1.25rem;right:1.5rem}.lightbox-close:hover{background:#ffffff4d}.cta-grid{flex-wrap:wrap;gap:1rem;width:100%;display:flex}.cta-grid>div{flex-grow:1;flex-shrink:1}.cta-button{text-align:center;text-transform:uppercase;border-radius:6px;padding:.75em 1.25em;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 4px 6px #0000001a}.cta-button:hover{filter:brightness(.9)}.cta-button{color:var(--color-secondary-text);background-color:var(--color-secondary)}.cta-button.secondary{color:var(--color-primary-text);background-color:var(--color-primary)}html,body{color:var(--color-text);scroll-behavior:smooth;background:#fff;flex-direction:column;width:100vw;min-width:100vw;max-width:100vw;min-height:100vh;margin:0;padding:0;display:flex}main{flex-direction:column;flex:1 0 auto;display:flex}.container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.container.large{max-width:none}.head{background:inherit;padding:1rem 0;font-size:1.6rem;line-height:1.3em}.head a{color:inherit;text-decoration:none}.head-inner{justify-content:space-between;gap:40px;display:flex}.head-brand{text-align:center;word-break:break-all;align-items:center;max-width:200px;display:flex}.head-logo{padding:10px 0;font-size:2.2rem;font-weight:600;line-height:1.2em;display:block}.head-logo img{height:50px;display:block}.head-menu{color:var(--color-primary);align-items:center;font-weight:500;display:flex}.head-menu .nav{flex-wrap:wrap;align-items:center;gap:1em;margin:0;padding:0;list-style:none;display:inline-flex}.head-menu .nav li a{padding:.25em;display:inline-block}.head-menu .nav li a.nav-current{box-shadow:inset 0 -1px}.head-menu .nav li a.highlight{background-color:var(--color-secondary);color:var(--color-secondary-text);border-radius:6px;padding:.25em .5em}.head-actions{text-align:right;justify-content:flex-end;align-items:center;list-style:none;display:flex}.head-actions-list{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.head-actions-list a:not([class]){margin:0 0 0 1.5vmin;padding:5px 0;display:inline-block}.head .burger{cursor:pointer;display:none;position:relative}.head .burger-box{justify-content:center;align-items:center;width:33px;height:33px;display:flex;position:relative}.burger-inner{width:100%;height:100%}.burger-box:before{content:"";will-change:transform, width;background:currentColor;width:100%;height:1px;margin:auto;transition:transform .3s cubic-bezier(.2,.6,.3,1),width .3s cubic-bezier(.2,.6,.3,1);display:block;position:absolute;top:0;bottom:0;left:0}.burger-inner:before,.burger-inner:after{content:"";will-change:transform, width;background:currentColor;width:100%;height:1px;margin:auto;transition:transform .25s cubic-bezier(.2,.7,.3,1),width .25s cubic-bezier(.2,.7,.3,1);display:block;position:absolute;top:0;bottom:0;left:0}.burger-inner:before{transform:translateY(-6px)}.burger-inner:after{transform:translateY(6px)}body:not(.head-open) .burger:hover .burger-inner:before{transform:translateY(-8px)}body:not(.head-open) .burger:hover .burger-inner:after{transform:translateY(8px)}.head-open .burger-box:before{width:0;transition:transform .2s cubic-bezier(.2,.7,.3,1),width .2s cubic-bezier(.2,.7,.3,1);transform:translate(19px)}.head-open .burger-inner:before{width:26px;transform:translate(6px)rotate(135deg)}.head-open .burger-inner:after{width:26px;transform:translate(6px)rotate(-135deg)}.head-brandnav .container{grid-gap:0;grid-template-columns:auto max-content max-content}.head-brandnav .head-brand{grid-column-start:1}.head-brandnav .head-menu{margin-left:40px}.head-brandnav .head-menu .nav li{margin:0 0 0 1.5vmin;padding:0}.head-stacked .container{grid-gap:2vmin;grid-template-columns:1fr}.head-stacked .head-brand{text-align:center;grid-column-start:1;justify-content:center;width:100%;max-width:none;display:flex}.head-stacked .head-menu,.head-stacked .head-actions,.head-stacked .head-actions-list{justify-content:center}.head-stacked .head-actions a:first-child svg{margin-left:0}@media (width<=900px){.burger{display:inline-block!important}#head{transition:all .4s ease-out;overflow:hidden}#head .head-inner{grid-template-columns:1fr;height:100%;display:grid}#head .head-brand{z-index:10;-webkit-user-select:none;user-select:none;grid-column-start:auto;justify-content:space-between;align-items:center;max-width:none;display:flex;position:relative}#head .head-logo{font-size:2.2rem}#head .head-logo img{max-height:40px}#head .head-menu{text-align:center;flex-direction:column;align-self:center;align-items:center;margin:0 0 10vh;font-size:2rem;font-weight:300;line-height:1.1em;display:flex}#head .head-menu .nav{flex-direction:column;align-items:center;display:flex}#head .head-actions{text-align:left;justify-content:center;padding:20px 0}#head .head-actions a{margin:0 10px}#head .head-actions,#head .head-menu{display:none}.head-open{height:100vh;overflow:hidden}.head-open #head{z-index:900;position:fixed;inset:0;overflow-y:scroll}.head-open #head .head-inner{grid-template-rows:auto 1fr auto}.head-open #head .head-actions,.head-open #head .head-menu{display:flex}}@media (width<=600px){#head .head-menu{font-size:6vmin}}.foot{background-color:#f8fafc;justify-content:center;align-items:center;padding:4vmin 4vmin 2vmin}.foot .container.cols{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:30px;max-width:1200px;margin:0 auto 40px;display:flex}.foot-col{flex:1;min-width:250px}.foot .container{width:auto}.foot a{color:inherit;text-decoration:none}.foot p{padding-bottom:1em}.foot a:hover{text-decoration:underline}.foot-logo{max-width:180px;height:auto;margin-bottom:1em;display:block}.foot-logo-description{color:var(--color-primary)}.foot-title{text-transform:uppercase;color:var(--color-primary);margin-bottom:.7em;font-size:1em;font-weight:700;display:block}.foot-primary-nav,.foot-links-nav{margin:0;padding:0;list-style:none}.foot-primary-nav li{margin-bottom:.2em}.foot .container.secondary{border-top:1px solid #e2e8f0;max-width:1200px;margin:0 auto;padding-top:20px}.foot-links-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:1em;font-size:10pt;display:flex}.foot-links-nav li:not(:last-child):after{content:"|";margin-left:1em}@media (width<=1400px){.foot-col:first-child{border-bottom:1px solid #e2e8f0;flex-basis:100%;padding-bottom:1em}}@media (width<=900px){.foot .container.cols{flex-direction:column;gap:2em}.foot-links-nav{flex-direction:column;gap:.5em}.foot-links-nav li:not(:last-child):after{content:"";margin-left:0}}.error{flex-direction:column;flex:1 0 auto;justify-content:center;display:flex;position:relative}.error-image{object-fit:cover;object-position:right 50% bottom 30%;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.error-bg{z-index:1}.error-fg{z-index:10}.error-content{text-align:center;flex:1 0 auto}.error-code{color:var(--color-secondary);margin:0;font-size:10rem}.error-description{max-width:600px;color:var(--color-secondary);margin:0 auto;padding:.5em 2em;font-size:4rem;font-weight:700;line-height:1.2em}.error-button{margin-top:1.5em;font-size:1.6rem;display:block}.error-button a{text-transform:uppercase;background-color:var(--color-secondary);color:var(--color-secondary-text);border-radius:6px;justify-content:center;align-items:center;padding:.7em;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 6px #0000001a}.error-button a:hover{filter:brightness(.9);transform:translateY(-2px)}.project .image{height:min(50vh,50vw)}.project .image img{object-fit:cover;width:100%;height:100%}.project .date{color:var(--color-secondary);font-style:italic}.latest-projects{background-color:#e2e8f3;padding-bottom:2em}.latest-projects .header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;column-gap:2em;padding:1em 0;display:flex}.latest-projects .header h3{text-transform:uppercase}.latest-projects .header a{text-decoration:none}.latest-projects .scroll-area{overflow-x:auto}.latest-projects .card-grid{grid-template-columns:repeat(3,min(100vw - 4rem,360px));justify-items:center;gap:1em;width:fit-content;display:grid}@media (width<=480px){.latest-projects .scroll-area{overflow-x:hidden}.latest-projects .card-grid{grid-template-columns:repeat(1,1fr)}}.latest-projects .card-grid .card{background-color:#fff;flex-direction:column;gap:0;padding:0;transition:all .2s;overflow:hidden}.latest-projects .card-grid .card:hover{filter:brightness(.95)}.latest-projects .card-grid .card .card-image img{aspect-ratio:4/3;object-fit:cover;width:100%}.latest-projects .card-grid .card .card-content{padding:1em}.latest-projects .card-grid .card .card-title{margin:0;text-decoration:none}.project-index{flex-direction:column;gap:2em;width:100%;padding:1em 0;display:flex}.project-index .card{padding:0;transition:all .2s;overflow:hidden}.project-index .card:hover{filter:brightness(.95)}.project-index .card .card-image{aspect-ratio:4/3;flex-shrink:0;width:100%;overflow:hidden}.project-index .card .card-image img{object-fit:cover;width:100%;height:100%;display:block}.project-index .card .card-content{padding:1em}.project-index .card .card-title{margin-top:0;text-decoration:none}.project-index .card .date{color:var(--color-secondary);font-style:italic}.organization-info-group{flex-direction:column;gap:1rem;display:flex}.organization-info-group .info-block{flex-direction:row;align-items:center;gap:1rem 1ch;display:flex}.organization-info-group .info-block .qr-code{width:150px}.organization-info-group .info-block .qr-code svg{width:100%;height:100%}@media (width<=460px){.organization-info-group .info-block .qr-code{display:none}}.img-block{flex-direction:column;align-items:center;gap:2em;width:100%;display:flex}.img-block .image{flex-shrink:0;width:100%;max-width:300px}.img-block .image img{width:100%;height:auto;display:block}.img-block .content{width:100%}@media (width>=600px){.img-block{flex-direction:row;align-items:center}.img-block .content{flex:1}}.hero-1{background-color:#f5f5f5;flex-direction:column;width:100%;display:flex;overflow:hidden}.hero-1 .hero-left{justify-content:center;align-items:center;display:flex}.hero-content{max-width:600px;padding:4em}.hero-1 .hero-right{width:100%;height:100%}.hero-1 .hero-img{object-fit:cover;object-position:bottom 30% right 100%;width:100%;height:max(300px,min(50vh,50vw));-webkit-mask-image:linear-gradient(#0000 0,#000 200px);mask-image:linear-gradient(#0000 0,#000 200px);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (width>=1300px){.hero-1{grid-template-columns:800px 1fr;height:max(450px,min(50vh,50vw));display:grid}.hero-1 .hero-right{width:100%;height:max(450px,min(50vh,50vw))}.hero-1 .hero-img{width:100%;height:100%;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 200px);mask-image:linear-gradient(90deg,#0000 0,#000 200px);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}}.hero-1 .hero-content h1{letter-spacing:-1px;color:var(--color-primary);text-transform:uppercase;margin-bottom:.5em;font-size:3.5em;font-weight:900;line-height:1.05}.hero-1 .hero-content h1 .secondary-color{color:var(--color-secondary)}.hero-1 .hero-content p{color:var(--color-primary);margin-bottom:2em;font-size:1.2em;font-weight:500;line-height:1.5}.hero-1 .hero-buttons{flex-wrap:wrap;gap:1em;margin:0;padding:0;list-style:none;display:flex}.hero-1 .hero-button a{text-transform:uppercase;border-radius:6px;justify-content:center;align-items:center;padding:1em 2em;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 6px #0000001a}.hero-1 .hero-button a:hover{filter:brightness(.9);transform:translateY(-2px)}.hero-1 .hero-button a{color:var(--color-secondary-text);background-color:var(--color-secondary)}.hero-1 .hero-button.secondary a{color:var(--color-primary-text);background-color:var(--color-primary)}
