@charset "UTF-8";.standard-button{display:inline-block;font-family:"Barlow",sans-serif;line-height:0.8}.standard-button--small{border-radius:50px;font-size:0.88em;font-weight:300;padding:1em 1.5em;text-align:center;text-decoration:none;height:fit-content;width:fit-content}.standard-button--medium{padding:20px;min-width:200px;font-size:18px;border-radius:50px;text-align:center;text-decoration:none}.standard-button--white{background-color:#ffffff}.standard-button--green{background-color:#99bf9a;color:#ffffff}.standard-button--green:hover{background-color:#a1c4a2}.standard-button--orange{background-color:#c85903;color:#ffffff}.standard-button--orange:hover{background-color:#d55f03}.standard-button--dark-peach{background-color:#fab7a2;color:#ffffff}.standard-button--dark-peach:hover{background-color:#fbc0ae}.standard-button--peach{background-color:#f8ebe1;color:#000000}.standard-button--peach:hover{background-color:#faf2eb}.standard-button--light-blue{background-color:#d3e6f5;color:#000000}.standard-button--light-blue:hover{background-color:#ddecf7}.external-link-button{text-align:center;padding:2rem 0}.event-list{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));list-style-type:none;margin:0;padding:0}.event-list-item{background:#ffffff;border-radius:1rem;box-shadow:0 0 10px rgba(0,0,0,0.1);padding:1.5rem;max-width:calc(100vw - 2rem)}.event-list-item__image{display:block;width:100%;margin-bottom:1rem}.event-list-item__image--past-event{aspect-ratio:16 / 8.9;object-fit:cover}.event-list-item__title{font-size:1.2em;font-weight:bold}.event-list-message{text-align:center;font-size:1.2em}.event-list-item__image-placholder{text-indent:-9999px;overflow:hidden;aspect-ratio:2;background:#f8ebe1;margin-bottom:1rem}.event-list-item__date{font-size:0.8em}.footer-section{background-color:#f8ebe1;padding:2rem 0}.footer-section-content{align-items:center;display:grid;gap:2rem;grid-template-columns:1fr;justify-content:space-between}@media (min-width:900px){.footer-section-content{grid-template-columns:1fr 1fr}}.footer-section-content__info{font-size:0.6em}.footer-section-content__info a{text-decoration:underline}.footer-section-content__info p:first-child{margin-top:0}.footer-section-content__info p{margin:0.5em 0}@media (min-width:900px){.footer-section-content__info{grid-column:1 / span 2}}.footer-section-content__side{align-self:center;display:grid;gap:1rem}@media (min-width:900px){.footer-section-content__side{justify-self:flex-end}}.social-media-links{display:flex;list-style-type:none;margin:0;padding:0}@media (min-width:900px){.social-media-links{justify-content:flex-end}}.social-media-links>li{overflow:hidden;width:43px;height:43px;background-repeat:no-repeat}.social-media-links a{display:inline-block;height:100%;text-indent:-200px;width:100%}.social-media-links>li ~ li{margin-left:0.3em}.social-media-links__twitter{background-image:var(--icon-twitter);background-color:white;border-radius:100%;background-size:contain}.social-media-links__facebook{background-image:var(--icon-facebook)}.social-media-links__instagram{background-image:var(--icon-instagram)}.social-media-links__youtube{background-image:var(--icon-youtube)}.social-media-links__linkedin{background-image:var(--icon-linkedin)}.social-media-links__bluesky{background-color:#c85903;background-image:var(--icon-bluesky);background-position:center;background-size:70%;border-radius:50%}.footer-logo-row{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1.5rem;margin-top:2rem}.footer-logo{flex:0 1 auto;max-height:60px}.footer-logo img{max-height:60px;object-fit:contain;display:block;width:auto;height:auto}.header-section{background-color:#ffffff;font-family:"Barlow",sans-serif;font-size:1rem}@media (min-width:900px){.header-section{position:fixed;z-index:1;top:0;width:100%}}@media (min-width:900px){body{padding-top:120px}}.header-section-content{display:flex;justify-content:space-between;align-items:center;height:120px}.header-menu-button{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"/><path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"/></svg>');height:60px;width:60px;position:absolute;z-index:2;right:20px;top:40px;text-indent:-9999px;overflow:hidden;border:0}body.menu-open .header-menu-button{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>')}@media (min-width:900px){.header-menu-button{display:none}}.header-section-nav{position:fixed;min-height:100vh;height:100%;z-index:1;background:#ffffff;top:0;left:0;width:100%;overflow:scroll;display:none}body.menu-open .header-section-nav{display:block}@media (min-width:900px){.header-section-nav{display:block;position:static;height:auto;min-height:0;width:auto;overflow:initial}}.header-section-nav-inner{display:flex;gap:40px;flex-direction:column;padding:2rem 1rem}.header-section-nav-inner .header-link:hover{text-decoration:underline}@media (min-width:900px){.header-section-nav-inner{flex-direction:row;position:static;width:auto;height:auto;padding:0;min-height:0}}.header-link.is-active{font-weight:bold}.header-dropdown{cursor:pointer}.header-dropdown-list{transition:opacity 0.1s;list-style:none;display:flex;margin:0;width:fit-content;flex-direction:column;background-color:white;z-index:100;padding:20px;padding-right:50px;gap:10px}@media (min-width:900px){.header-dropdown-list{position:absolute;opacity:0;pointer-events:none}}.header-dropdown-header{position:relative;padding-right:16px}@media (min-width:900px){.header-dropdown-header::after{content:"+";position:absolute;right:0;width:12px}.header-dropdown-header:hover::after{content:"–"}.header-dropdown:hover .header-dropdown-list,.header-dropdown:focus .header-dropdown-list,.header-dropdown:focus-within .header-dropdown-list{opacity:1;pointer-events:initial}}.header-dropdown-link:hover{text-decoration:underline}.scroll-down-button{animation:sdb-bob 2s infinite 0s;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 79.2 79.2"><g style="fill:none;stroke:%23d65327;stroke-miterlimit:10;stroke-width:.85px"><circle cx="39.6" cy="39.6" r="39.2" style="fill:%23fff;opacity:.3;stroke-width:0" stroke="none"/><circle cx="39.6" cy="39.6" r="39.2"/><path d="m54.6 40.2-15 15-15-15"/><path d="m54.6 29.9-15 14.9-15-14.9"/></g></svg>');border:0;bottom:2rem;cursor:pointer;height:90px;left:calc(50% - 45px);overflow:hidden;position:absolute;text-indent:-999px;width:90px}@keyframes sdb-bob{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.image-block-container{margin:0 auto;max-width:100%;width:fit-content}.image-block-container img{display:block;margin:0 auto;max-width:100%}.image-block-container--type-full_width{width:100%}.image-block-container--type-full_width img{width:100%}@media (min-width:900px){.image-block-container--type-float_right{float:right;margin:0 0 1rem 1rem}.image-block-container--type-float_right .image-block-container__caption{max-width:320px}}.image-block-container__caption{font-size:0.8em;margin-top:0.5em;text-align:center;font-family:"Barlow",sans-serif;font-style:italic}@media (min-width:900px){.block-link_box{display:flex;justify-content:center}}.link-box-container{margin:0.5rem;padding:1.5rem;width:auto;background-color:#99bf9a;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;align-items:center;box-shadow:2px 4px 6px rgba(0,0,0,0.3)}@media (min-width:1600px){.link-box-container{margin:4rem 2rem;padding:2rem 4rem;width:80%;gap:2rem}}.link-box-text{text-align:center}.link-box-text p:first-child{margin-top:0}.link-box-text p:last-child{margin-bottom:0}.map-embed{border:0;height:400px;width:100%}@media (min-width:442px){.map-embed{height:720px;margin:4rem 0}}.navigation-section{background-color:#fab7a2;display:flex;flex-direction:column;gap:4rem;padding:2rem 0;position:relative}@media (min-width:900px){.navigation-section{padding:4rem 0}}.navigation-section-text{margin:0;line-height:1.4583em}@media (min-width:900px){.navigation-section-text{padding:0 140px 1rem 140px;text-align:center}}.navigation-section-buttons{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}@media (min-width:900px){.navigation-section-buttons{flex-direction:row}}.our-journey__headline{font-size:2.4rem;margin-top:2rem}.our-journey__segments{display:flex;flex-direction:column;gap:1rem;list-style-type:none;margin:0;padding:1rem 0}@media (min-width:1180px){.our-journey__segments{--circle-size:280px;background:url('data:image/svg+xml,<svg viewBox="0 0 32.09 127.3" xmlns="http://www.w3.org/2000/svg"><path class="cls-2" d="M31.96 0C31.96 31.82.13 31.82.13 63.65c0 31.82 31.83 31.82 31.83 63.65" fill="none" stroke="%23000" stroke-width=".26" stroke-miterlimit="10"/></svg>') repeat-y;background-position:center 10px;background-size:137.5px;display:block;padding:142px 0;position:relative}.our-journey__segments:has(.our-journey-segment:nth-child(1)){height:559px}.our-journey__segments:has(.our-journey-segment:nth-child(2)){height:834px}.our-journey__segments:has(.our-journey-segment:nth-child(3)){height:1109px}.our-journey__segments:has(.our-journey-segment:nth-child(4)){height:1384px}.our-journey__segments:has(.our-journey-segment:nth-child(5)){height:1659px}.our-journey__segments:has(.our-journey-segment:nth-child(6)){height:1934px}.our-journey__segments:has(.our-journey-segment:nth-child(7)){height:2209px}.our-journey__segments:has(.our-journey-segment:nth-child(8)){height:2484px}.our-journey__segments:has(.our-journey-segment:nth-child(9)){height:2759px}.our-journey__segments:has(.our-journey-segment:nth-child(10)){height:3034px}.our-journey__segments::before{background:#ffffff url('data:image/svg+xml,<svg viewBox="0 0 32.09 127.3" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="%23000" stroke-width=".26" stroke-miterlimit="10"><path class="cls-3" d="M.13 0c0 31.83 31.83 31.83 31.83 63.65" stroke-dasharray="0,0,3.96875,2.64583"/><path class="cls-1" d="M31.96 63.65C31.96 95.48.13 95.48.13 127.3" stroke-dasharray="0,0,1.32292,3.96875"/></g></svg>');background-size:100%;bottom:0;content:"";height:550px;left:calc(50% - 68.75px);position:absolute;width:137.5px}.our-journey__segments:has(.our-journey-segment:nth-child(odd):last-child)::before{transform:scaleX(-1)}}.our-journey-segment__image-container{text-align:center}@media (min-width:1180px){.our-journey-segment{position:absolute;width:min(430px,24.5vw);padding:0 1rem}.our-journey-segment .our-journey-segment__image{background:transparent;border-radius:50%;content:"";height:var(--circle-size);position:absolute;right:calc(100% + 1rem);top:0;transform-origin:top center;width:var(--circle-size);overflow:hidden}.our-journey-segment .our-journey-segment__image img{width:100%}.our-journey-segment:nth-child(even){left:0}.our-journey-segment:nth-child(even) .our-journey-segment__image{right:auto;left:calc(100% + 1rem)}.our-journey-segment:nth-child(odd){right:0}.our-journey-segment:nth-child(1){top:142px}.our-journey-segment:nth-child(2){top:417px}.our-journey-segment:nth-child(3){top:692px}.our-journey-segment:nth-child(4){top:967px}.our-journey-segment:nth-child(5){top:1242px}.our-journey-segment:nth-child(6){top:1517px}.our-journey-segment:nth-child(7){top:1792px}.our-journey-segment:nth-child(8){top:2067px}.our-journey-segment:nth-child(9){top:2342px}.our-journey-segment:nth-child(10){top:2617px}}.our-journey-segment__inner{position:relative}.our-journey-segment__date{text-transform:uppercase;font-family:"Barlow",sans-serif}.our-journey-segment__title{font-size:1.8rem}.our-journey-segment__text{line-height:1.54em;font-size:16px}@media (min-width:900px){.partners.standard-section{padding-bottom:0}}.partners-scroller{overflow:auto;background:#d3e6f5;position:relative}@media (min-width:900px){.partners-scroller{overflow:hidden}}.partners-container{--item-width:100px;--horizontal-gap:100px;--partners-offset:0px;position:relative;background:linear-gradient(45deg,transparent 49.75%,white 49.75% 50.25%,transparent 50.25%),linear-gradient(-45deg,transparent 49.75%,white 49.75% 50.25%,transparent 50.25%);background-size:calc(var(--horizontal-gap) + var(--item-width)) calc(var(--horizontal-gap) + var(--item-width));background-color:#d3e6f5;background-position-x:calc(var(--item-width) * 2);height:calc(var(--horizontal-gap) * 3);width:fit-content}@media (min-width:900px){.partners-container{transform:translateX(var(--partners-offset));transition:transform 0.333s}}.partners-container::before{background:#d3e6f5;content:"";height:100%;position:absolute;right:0;top:0;width:100px;z-index:1}.partners-container::after{background-image:radial-gradient(#fab7a2 34%,#d3e6f5 34%,#d3e6f5 38%,transparent 38%);background-size:calc(var(--horizontal-gap) + var(--item-width)) calc(var(--horizontal-gap) + var(--item-width));content:"";height:calc(100% + 50px);left:0;position:absolute;top:0;width:calc(100% + 50px);z-index:1}.partner-item{background-color:#d3e6f5;border-radius:50%;height:var(--item-width);outline:5px solid #d3e6f5;overflow:hidden;position:relative;transform-origin:center center;transition:all 0.2s;width:var(--item-width);z-index:2}.partner-item:focus-within{outline-color:#000000}.partner-item:hover{transform:scale(1.1);outline-width:calc(5px / 1.3)}.partner-item--placeholder{background:#fab7a2}.partner-item__name{position:absolute;text-indent:-9999px}.partner-row{display:flex;flex-wrap:nowrap;gap:var(--horizontal-gap);left:-50px;position:relative;top:calc(var(--item-width) / -2);width:max-content}.partner-row:nth-child(even){margin-left:var(--horizontal-gap)}.partner-row:last-child{top:calc(var(--horizontal-gap) * -0.5)}.partners-container-placeholder-helper{background-image:radial-gradient(#99bf9a 34%,#d3e6f5 34%,#d3e6f5 38%,transparent 38%);background-position:-100px 100px;background-size:calc(var(--horizontal-gap) + var(--item-width)) calc(var(--horizontal-gap) + var(--item-width));height:calc(100% - 50px);left:0;position:absolute;top:0;width:calc(100% - 50px);z-index:1}.partners-outer-container{background:#d3e6f5;padding:4rem 0 4rem calc(2rem + 50px);width:fit-content}@media (min-width:900px){.partners-outer-container{padding:200px 100px 100px 100px}}.partners-intro{line-height:1.5}@media (min-width:900px){.partners-intro{width:70%}}.partners-title{font-size:2.3rem}@media (min-width:900px){.partners-title{font-size:3.62rem}}.partners-container__button{display:none}@media (min-width:900px){.partners-container__button{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="sc-fyjhYU hJkQHe" viewBox="0 0 551.1 550"><path fill="%23ffffff" d="M362 276 138 499v52l275-275L138 0v52z"/></svg>'),linear-gradient(-90deg,#d3e6f5 50%,transparent 100%);background-position:center;background-repeat:no-repeat;border:0;cursor:pointer;display:block;height:100%;overflow:hidden;position:absolute;right:0;text-indent:-9999px;top:0;width:100px;z-index:2}.partners-container__button + .partners-container__button{transform:rotate(180deg);left:0;right:auto}}.block-partners + .block-link_box{background-color:#d3e6f5;padding:1rem 0}@media (min-width:900px){.block-partners + .block-link_box{padding:0}}.block-section_teaser{position:relative}.block-section_teaser:nth-child(even){background-color:#d3e6f5}@media (min-width:900px){.block-section_teaser:nth-child(even) .split-section__image-container{order:1}}.split-section__headline{font-size:2.48em;line-height:1.1}.split-section__text-content{display:flex;flex-direction:column;justify-content:center;row-gap:2rem}.split-section__image-container{align-items:center;display:flex}@media (min-width:900px){.split-section__image-container{padding:0 2rem}}.block-map + .block-heading{background-color:#d3e6f5}.split-section{display:flex;flex-direction:column;gap:2rem;line-height:1.48em;padding:2rem 40px}@media (min-width:900px){.split-section{align-items:center;column-gap:4rem;display:grid;grid-template-columns:1fr 1fr}}.split-section__image{display:block;width:100%}.split-section__image img{width:100%}.split-section__text{line-height:1.48em}.split-section__text p:first-child{margin-top:0}.split-section__text p:last-child{margin-bottom:0}.story-list-section{background:#d3e6f5;padding-bottom:2rem}.resources-list-section{background:#d3e6f5;padding:2rem 0}@media (min-width:900px){.resources-list-section{padding:2rem}}.story-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:1rem}.story-card{--type-color:#c85903;background:#ffffff;border-radius:1rem;box-shadow:0 0 10px rgba(0,0,0,0.1);margin:0 -0.5rem;max-width:calc(100vw - 1rem);padding:1rem 1rem calc(1rem + 63px) 1rem;position:relative}@media (min-width:900px){.story-card{padding:1.5rem 1.5rem calc(1.5rem + 63px) 1.5rem;margin:0}}.story-card--news{--type-color:#99bf9a}.story-card--blog{--type-color:#3d80b0}.story-card--further-resources .story-card__details{border-top:0;padding-bottom:0}.story-card__category{font-family:"Barlow",sans-serif;text-transform:uppercase;margin-bottom:0.25em}.story-card__title{font-family:"Barlow",sans-serif;font-size:1.8rem;font-weight:bold;margin:0 0 1rem 0}.story-card__lead{line-height:1.54em}.story-card__hero-image{display:block;width:100%}.story-card__details{border-top:1px solid #000000;margin-top:1rem;padding-bottom:2rem;padding-top:0.75rem}.story-card__read-more{bottom:1.5rem;position:absolute}.story-tag-list{display:flex;flex-wrap:wrap;font-family:"Barlow",sans-serif;gap:0.5rem;list-style-type:none;padding:0}@media (min-width:900px){.topics-list .story-tag-list__tag{padding:0.75rem 3rem;border-radius:2em}}.topics-list-headline{font-size:2.61rem;margin-top:1em}.story-tag-list__tag{font-size:0.9525rem;border-radius:1em;border:1px solid currentColor;display:inline-block;padding:0.25rem 0.5rem}.story-tag-list__tag a{color:inherit}.story-tag-list__tag--1{color:#3d80b0}.story-tag-list__tag--2{color:#99bf9a}.story-tag-list__tag--3{color:#c85903}.story-tag-list__tag--4{color:#2c4d2e}.story-tag-list__tag--5{color:#fab7a2}.story-card__button{background-color:var(--type-color);color:#ffffff;display:inline-block;padding:1.25em 4em}.stories-search{background-color:#d3e6f5;font-size:1.4rem;padding:2rem 0;width:100%}@media (min-width:900px){.stories-search{padding:2rem 20%}}.stories-search__input-container{position:relative}.stories-search__input-container::after{background:url('data:image/svg+xml,<svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"><path d="m227 221-46-46a88 88 0 1 0-6 6l46 46a4 4 0 0 0 6-6zM36 116a80 80 0 1 1 80 80 80 80 0 0 1-80-80z"/></svg>');content:"";display:block;height:1.4em;left:0.5em;position:absolute;top:0.4em;width:1.4em}.stories-search__input{border-radius:1em;border:none;font-family:inherit;font-size:1em;margin:0 auto;max-width:1024px;padding:0.5em 1em 0.5em 2.3em;position:relative;width:100%}.story-top{background:#99bf9a;padding:0 0 2rem 0}@media (min-width:900px){.story-top{padding:4rem 0}}.story-hero{align-items:center;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:900px){.story-hero{grid-template-columns:1fr 1fr}}.story-hero__image{order:-1;margin:0 calc(var(--padding) * -1)}.story-hero__image img{width:100%}@media (min-width:900px){.story-hero__image{margin:0;order:0}}.story-author{border-top:1px solid black;display:grid;gap:2rem;padding:2rem 0}@media (min-width:600px){.story-author{grid-template-columns:200px 1fr}}.story-author__image{aspect-ratio:1;border-radius:50%;overflow:hidden;width:200px}.story-author__name{font-size:1.2em;font-weight:bold;margin-bottom:1em}.story-main{display:grid;gap:4rem;grid-template-columns:1fr;padding:2rem 0}@media (min-width:900px){.story-main{grid-template-columns:2fr 1fr}}.story-main__title{font-size:1.92rem}@media (min-width:900px){.story-main__title{font-size:2.88rem}}.story-main__meta{font-size:0.666rem}.story-main__lead{font-weight:bold;padding:1rem 0}.story-main__content{font-size:1rem;line-height:1.35}.story-main__content .block-paragraph:first-child p:first-child{font-weight:bold}.story-main__content h3{font-size:2rem}.story-main__content h4{font-size:1.5rem}.story-main__content h5{font-size:1.25rem}.story-main__content h6{font-size:1rem}.latest-stories{display:grid;gap:1rem;list-style-type:none;margin:0;padding:0;padding:1rem 0}.latest-stories__story{background:#ffffff;border-radius:20px;box-shadow:4px 4px 8px rgba(0,0,0,0.3);padding:1em;position:relative}.latest-stories__read-more{position:absolute;top:0;left:0;right:0;bottom:0;text-indent:-9999px}.latest-stories__story-date{font-size:0.666em}.block-embed{display:flex;justify-content:center;margin:2rem 0}.block-embed iframe{max-width:100%}.block-embed iframe[src*="soundcloud.com"]{height:180px}.block-image{margin:2rem 0}.block-image:first-child{margin-top:0}.team-membership-name{padding:2rem 0;font-size:2.1rem}@media (min-width:900px){.team-membership-name{padding:2rem 40px;font-size:2.4rem}}.team-members-list{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px;justify-content:space-between;list-style:none;padding:0}@media (min-width:900px){.team-members-list{flex-direction:row}}@media (min-width:900px){.team-members-list--trustees{display:block;columns:2;gap:2rem}.team-members-list--trustees .team-member{width:100%}}.team-member{margin-bottom:2rem;width:100%;line-height:1.54;break-inside:avoid}@media (min-width:900px){.team-member{width:48%;display:flex;gap:1rem}}.team-member__image{border-radius:100%;filter:grayscale(1);width:150px}@media (min-width:900px){.team-member__image{width:200px}}.team-member__role{font-family:"Barlow",sans-serif;font-size:1rem;font-weight:normal;margin-bottom:0.5rem;text-transform:uppercase}.team-member__name{font-size:1.875rem}@media (min-width:900px){.block-what_we_do_block:nth-child(odd) .wwdb-split-section__image-container{order:1}}.wwdb-split-section__image-container{display:flex;padding:0 2rem}.wwdb-split-section__text-content{display:flex;flex-direction:column;justify-content:flex-start;row-gap:2rem}.wwdb-dropdown-summary{list-style:none;cursor:pointer}.wwdb-details .wwdb-dropdown-symbol::after{content:"+"}.wwdb-details[open] .wwdb-dropdown-symbol::after{content:"–"}.standard-section{padding:4rem 0}.section-title{font-size:2em;margin-bottom:1em}.generic-page__hero-container--dark-peach,.standard-section--dark-peach{background-color:#fab7a2}.generic-page__hero-container--peach,.standard-section--peach{background-color:#f8ebe1}.generic-page__hero-container--light-blue,.standard-section--light-blue{background-color:#d3e6f5}.generic-page__hero-container--green,.standard-section--green{background-color:#99bf9a}.generic-page__hero-title{margin-bottom:1em;font-size:2.4rem;line-height:1.2}@media (min-width:900px){.generic-page__hero-title{font-size:3.62rem}}.generic-page__title-subtext{line-height:1.54em}.generic-page__hero{padding:70px 140px}@media (min-width:900px){.generic-page__hero-image--align-left{order:0}}@media (min-width:900px){.generic-page__hero-image--align-right{order:1}}.about-us-main-container{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:1em;justify-content:center;padding:2rem 0}@media (min-width:900px){.about-us-main-container{flex-direction:row;gap:3rem;padding:4rem 0}}.about-us-link-item{width:100%}@media (min-width:600px){.about-us-link-item{width:auto}}.about-us-link__image-container{margin:0;height:250px;overflow:hidden}@media (min-width:600px){.about-us-link__image-container{flex-direction:row;width:350px;gap:2rem}}.about-us-link__image{width:100%;height:100%;object-fit:cover}.about-us-link__text{margin-top:0.5em;font-weight:bold;font-size:1.81rem;text-align:center}.form-container{margin:2rem auto;padding:1.5rem;background-color:#99bf9a;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;box-shadow:2px 4px 6px rgba(0,0,0,0.3)}@media (min-width:900px){.form-container{padding:2rem;width:80%}}.form-container .input-label-container{display:flex;flex-direction:column;gap:5px;width:100%}.form-container input{border:none}.contact-form{display:grid;gap:1rem}.text-email-form-group{flex-direction:column;gap:0.5rem}@media (min-width:900px){.text-email-form-group{flex-direction:row}}.form-group{display:flex;justify-content:space-between}.form-group label{font-family:"Barlow",sans-serif;font-size:0.92rem}@media (min-width:900px){.form-group{gap:20px}}.form-headline{font-size:2.2rem}@media (min-width:900px){.form-headline{font-size:2.6rem}}.contact-form__name,.contact-form__email{padding:0.5rem;height:40px}.contact-form-message-input{resize:none;border:none;padding:0.5rem;font-family:inherit;height:150px;width:100%}.form-group-submit{display:flex;justify-content:center}.form-group-submit input{padding:1.25em 4em;font-weight:400}@media (min-width:900px){.form-group-submit{justify-content:flex-end}}*{box-sizing:border-box}:root{--icon-facebook:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23c85903'/%3E%3Cpath fill='%23fff' d='M7.4 12.3H5.7c-.3 0-.4 0-.4-.3V9.9c0-.3.1-.4.4-.4h1.7V8c0-.7 0-1.3.4-2 .4-.6.9-1 1.5-1.2.5-.2.9-.2 1.3-.2h1.7c.3 0 .4 0 .4.3v2c0 .2-.1.3-.4.3H11c-.4 0-.7.3-.7.7v1.6h2c.3 0 .4.1.4.4v2c0 .3-.1.4-.4.4h-2V18c0 .2 0 .4-.4.4h-2c-.3 0-.4-.2-.4-.4v-5.7Z'/%3E%3C/svg%3E");--icon-instagram:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23c85903'/%3E%3Cpath fill='%23fff' d='M9 3.79c-1.42 0-1.6 0-2.15.03a3.9 3.9 0 0 0-1.26.24 2.6 2.6 0 0 0-1.53 1.53 3.8 3.8 0 0 0-.24 1.26c-.02.56-.03.73-.03 2.15 0 1.41 0 1.6.03 2.15.03.55.11.93.24 1.26a2.7 2.7 0 0 0 1.53 1.53c.33.13.7.21 1.26.24.56.02.73.03 2.15.03 1.41 0 1.6 0 2.15-.03a3.9 3.9 0 0 0 1.26-.24 2.6 2.6 0 0 0 1.53-1.53c.12-.33.21-.7.24-1.26.02-.56.03-.74.03-2.15 0-1.42 0-1.6-.03-2.15a3.86 3.86 0 0 0-.24-1.26 2.56 2.56 0 0 0-.6-.93 2.55 2.55 0 0 0-.93-.6 3.84 3.84 0 0 0-1.26-.24C10.59 3.8 10.4 3.8 9 3.8Zm-.47.94H9c1.4 0 1.56 0 2.1.03.51.02.79.1.97.18.25.1.42.2.6.39.18.18.3.35.4.6.06.18.15.46.17.96.03.55.03.72.03 2.1 0 1.4 0 1.56-.03 2.11-.02.51-.1.79-.18.97-.1.24-.2.42-.39.6-.18.18-.35.3-.6.39-.18.07-.46.15-.96.18-.55.02-.72.03-2.11.03-1.4 0-1.56 0-2.1-.03a3.1 3.1 0 0 1-.97-.18c-.25-.1-.42-.2-.6-.4-.18-.17-.3-.35-.4-.59a2.88 2.88 0 0 1-.17-.97c-.03-.55-.03-.71-.03-2.1 0-1.4 0-1.56.03-2.1.02-.52.1-.8.18-.98a1.68 1.68 0 0 1 .99-.98c.18-.08.46-.16.96-.18.49-.03.67-.03 1.64-.03Zm3.25.86a.63.63 0 1 0 0 1.25.63.63 0 0 0 0-1.25ZM9 6.32a2.68 2.68 0 1 0 0 5.36 2.68 2.68 0 0 0 0-5.36Zm0 .94a1.74 1.74 0 1 1 0 3.48 1.74 1.74 0 0 1 0-3.48Z'/%3E%3C/svg%3E");--icon-youtube:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23c85903'/%3E%3Cpath fill='%23fff' d='M14.52 5.8a1.23 1.23 0 0 0-.74-.84 15.47 15.47 0 0 0-4.72-.67c-.15 0-2.95-.01-4.71.67a1.23 1.23 0 0 0-.75.84c-.13.5-.3 1.44-.3 2.99 0 1.54.17 2.48.3 2.99a1.23 1.23 0 0 0 .75.84c1.68.64 4.32.67 4.68.67h.07c.35 0 3-.03 4.68-.67a1.23 1.23 0 0 0 .74-.84c.14-.51.3-1.45.3-3 0-1.54-.16-2.47-.3-2.98Zm-3.7 3.16L8.35 10.6a.2.2 0 0 1-.32-.17V7.14a.2.2 0 0 1 .32-.17l2.47 1.64a.2.2 0 0 1 0 .35Z'/%3E%3C/svg%3E");--icon-linkedin:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' version='1.0' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23c85903' fill-rule='evenodd' clip-rule='evenodd'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M7 11h4v14H7zm13.5 0c-2.8 0-3.3 1-3.5 2v-2h-4v14h4v-8c0-1.3.7-2 2-2s2 .7 2 2v8h4v-7c0-4-.5-7-4.5-7z'/%3E%3Ccircle cx='9' cy='8' r='2'/%3E%3C/g%3E%3C/svg%3E");--icon-twitter:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)' %3E%3Cpolygon points='24.89,23.01 57.79,66.99 65.24,66.99 32.34,23.01 ' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(200, 89, 3); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) '/%3E%3Cpath d='M 45 0 L 45 0 C 20.147 0 0 20.147 0 45 v 0 c 0 24.853 20.147 45 45 45 h 0 c 24.853 0 45 -20.147 45 -45 v 0 C 90 20.147 69.853 0 45 0 z M 56.032 70.504 L 41.054 50.477 L 22.516 70.504 h -4.765 L 38.925 47.63 L 17.884 19.496 h 16.217 L 47.895 37.94 l 17.072 -18.444 h 4.765 L 50.024 40.788 l 22.225 29.716 H 56.032 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(200, 89, 3); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/svg%3E");--icon-bluesky:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 530"><path fill="%23fff" d="M136 44c66 50 138 151 164 205 26-54 98-155 164-205 48-36 126-64 126 25 0 18-10 149-16 170-21 74-96 93-163 81 117 20 147 86 82 153-122 125-176-32-189-72-3-8-4-11-4-8 0-3-1 0-4 8-13 40-67 197-189 72-65-67-35-133 82-153-67 12-142-7-163-81-6-21-16-152-16-170 0-89 78-61 126-25z"/></svg>')}:root{font-size:18px}body{font-family:"Raleway",sans-serif;margin:0}h1,h2,h3,h4,h5,h6{font-family:"Barlow",sans-serif;margin:0}a{text-decoration:none;color:#000000}body.menu-open{overflow:hidden}@media (min-width:900px){body.menu-open{overflow:visible}}input[type="submit"]{cursor:pointer}.heading-headline{font-size:2.3rem;line-height:1.2;margin-bottom:0.6666em}@media (min-width:900px){.heading-headline{font-size:3.62rem}}.site-width{--padding:1rem;margin:0 auto;max-width:1440px;padding-left:var(--padding);padding-right:var(--padding);position:relative}@media (min-width:900px){.site-width{--padding:2rem}}.hero-section{background-color:#f8ebe1;height:calc(100vh - 120px);position:relative}.hero-header{color:#000000;font-size:2rem;padding:1em;margin:0 auto;pointer-events:none;position:relative;text-align:center}@media (min-width:900px){.hero-header{font-size:3.2rem;max-width:860px;padding-top:10%}}.section--white{background-color:#ffffff}.section--light-blue{background-color:#d3e6f5}@media (max-width:899px){.hide-on-mobile{display:none}}@media (min-width:900px){.hide-on-desktop{display:none}}.site-logo-image{width:120px}.matter-animation{animation:matter-fade-in 1s ease-in-out forwards;height:100%;left:0;position:absolute;top:0;width:100%;pointer-events:none}@media (min-width:900px){.matter-animation{pointer-events:initial}}.text-content{line-height:1.5;margin:4rem 0}.text-content h2{font-size:2.4rem}.text-content h3{font-size:2rem}.text-content h4{font-size:1.5rem}.text-content h5{font-size:1.25rem}.text-content h6{font-size:1rem}@media (min-width:900px){.text-content{width:70%}}@keyframes matter-fade-in{0%{opacity:0}100%{opacity:1}}