:root{--white:#fff;--off-white:#f9f9f9;--light-grey:#d4d4d4;--grey:#5e5e5e;--dark-grey:#2e323b;--green:#33bc62;--green-dark:#32a059;--eg-red:#ee7663;--eg-green:#34bc61;--eg-orange:#fbaa5f;--eg-yellow:#f4c759;--sky-top:#5b80b5;--sky-bottom:#98aed3;--measure:1024px;--wide:1280px;--max:1920px;--radius:0.25em;--gap:2em}*,*::before,*::after{box-sizing:border-box}body{margin:0;font:100%/1.5 arial,helvetica,sans-serif;background:var(--light-grey);color:var(--dark-grey)}img{display:block;max-width:100%;height:auto}a{color:inherit;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.page,.footer,.credit{max-width:var(--max);margin-inline:auto}.page{background:var(--off-white)}.wrap{width:100%;max-width:var(--measure);margin-inline:auto;padding-inline:1em}.wrap--wide{max-width:var(--wide)}.article{padding-block:2em}h1,h2,h3{line-height:1.2}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em}.subhead{font-size:1.125em;margin:2rem 0 -.5rem}table{margin:1em 0;border-collapse:collapse;max-width:100%}th,td{overflow-wrap:anywhere;padding:.35em .6em;text-align:left;vertical-align:top;border:1px solid var(--light-grey)}th{font-weight:700}tbody tr:nth-child(odd)>*{background:var(--off-white)}.kv--numeric td{text-align:right}.masthead{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5em 1.5em;padding-block:1.5em 1em;color:var(--white)}.logo{flex:none;width:min(60vw,256px)}.burger{display:inline-flex;align-items:center;gap:.5em;margin-inline-start:auto;padding:.5em .75em;border:1px solid rgb(255 255 255/.5);border-radius:var(--radius);background:0 0;color:var(--white);font:inherit;font-size:.9rem;cursor:pointer}.burger:hover{border-color:var(--white)}.burger__icon{width:1.25em;height:1.25em;fill:currentColor}.burger__icon--close{display:none}.burger__label{display:none}@media(min-width:23em){.burger__label{display:inline}}.burger[aria-expanded=true]{background:var(--white);border-color:var(--white);color:var(--dark-grey)}.burger[aria-expanded=true] .burger__icon--menu{display:none}.burger[aria-expanded=true] .burger__icon--close{display:block}.site-menu{flex:1 0 100%}.js .site-menu{display:none}.js .site-menu.is-open{display:flex;flex-direction:column;margin-block-start:.75em;border-radius:var(--radius);background:var(--white);color:var(--dark-grey);box-shadow:0 .25em .75em rgb(0 0 0/.2);overflow:hidden}.site-menu.is-open .nav{order:1;padding:.75em 1em}.site-menu.is-open .nav a{color:var(--dark-grey)}.site-menu.is-open .nav a:hover,.site-menu.is-open .nav a[aria-current],.site-menu.is-open .nav li.is-active>a{color:var(--green)}.site-menu.is-open .contact{order:2;padding:.75em 1em;border-top:1px solid var(--light-grey);background:var(--off-white);color:var(--grey);font-size:.85rem}.contact{display:flex;flex-direction:column;align-items:flex-start;gap:.25em;padding-block:.5em;font-size:.9rem}.contact a{display:inline-flex;align-items:center;gap:.5em;padding-block:.35em;color:inherit;text-decoration:none}.contact a:hover{color:var(--eg-red)}.contact a+a:hover{color:var(--eg-yellow)}.icon{width:1em;height:1em;flex:none;fill:currentColor}.nav ul{display:flex;flex-direction:column;gap:.25em;margin:0;padding:0;list-style:none}.nav a{display:block;padding:.5em 0;color:var(--white);text-decoration:none}.nav a:hover,.nav [aria-current]{color:var(--green)}.nav li.is-active>a{color:var(--green)}.nav li:has(>.nav__sub)>a{font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;opacity:.7}.nav .nav__sub{margin:.15em 0 .5em .2rem;padding-inline-start:1rem;border-inline-start:2px solid color-mix(in srgb,currentColor 25%,transparent);font-size:.95em}@media(min-width:48em){.masthead{align-items:center}.burger{display:none}.js .site-menu,.js .site-menu.is-open{display:block}.site-menu{flex:auto;margin-inline-start:auto}.contact{flex-direction:row;flex-wrap:wrap;justify-content:flex-end;gap:.25em 1.25em;font-size:.8rem}.nav>ul{flex-direction:row;justify-content:flex-end;gap:0 1.5em}.nav li{position:relative}.nav li:has(>.nav__sub)>a{font-size:inherit;letter-spacing:normal;text-transform:none;opacity:1}.nav .nav__sub{position:absolute;inset-inline-end:0;inset-inline-start:auto;top:100%;display:none;min-width:max-content;margin:0;padding:.5em 0;border-inline-start:0;background:var(--white);border-radius:var(--radius);box-shadow:0 .25em .75em rgb(0 0 0/.2)}.nav li:hover>.nav__sub,.nav li:focus-within>.nav__sub{display:block}.nav__sub a{padding:.4em 1em;color:var(--dark-grey);white-space:nowrap}.nav__sub a:hover{background:var(--off-white)}}.nav__arrow{display:none}@media(min-width:48em){.nav__arrow{display:inline-block;width:.7em;height:.7em;vertical-align:-.1em;fill:currentColor}}.sky{position:relative;background:linear-gradient(var(--sky-top),var(--sky-bottom))}.sky__content{position:relative;z-index:1}.sky__floor{position:relative;height:min(80vw,1024px);overflow-x:clip}.sky__ground-wrap{position:absolute;inset:auto 0 0;display:flex;justify-content:center}.sky__bird,.sky__chicken{position:absolute;bottom:45%}.sky__bird{inset-inline-end:0;width:min(21vw,274px)}.sky__chicken{inset-inline-start:0;width:min(26vw,342px)}.sky__ground{width:150%;min-width:640px;max-width:1920px}.hero-row{display:flex;flex-direction:column;align-items:center;gap:1em;padding:2em 1em;color:var(--white);text-align:center}.hero-row__figure{width:min(100%,320px)}.hero-row__figure img{margin-inline:auto;max-height:250px;width:auto}.hero-row__text>*{max-width:512px;margin-inline:auto}.hero-row__text :first-child{margin-top:0}.hero-row__text :last-child{margin-bottom:0}.hero-row__figure--hide-small{display:none}@media(min-width:48em){.hero-row{flex-direction:row;gap:var(--gap)}.hero-row--reverse{flex-direction:row-reverse}.hero-row>*{flex:1}.hero-row__figure{width:auto}.hero-row__figure img{max-height:none}.hero-row__figure--hide-small{display:block}.hero-row__text>*{margin-inline:0 auto}.hero-row--reverse .hero-row__text>*{margin-inline:auto 0}}.grid{display:grid;gap:var(--gap);grid-template-columns:1fr}@media(min-width:40em){.grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:48em){.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}}@media(min-width:60em){.grid--aside{grid-template-columns:3fr 1fr}}.teaser{padding-block:1em 2em;text-align:center}.teaser__title{font-size:2em;margin:.5em 0}.teaser__n{display:inline-block;padding:.25em .5em;border-radius:var(--radius);background:var(--green);color:var(--white);font-weight:700;line-height:1}.btn{display:inline-block;padding:.75em 1em;border:1px solid rgb(0 0 0/.25);border-radius:var(--radius);color:inherit;text-decoration:none;background:0 0}.btn:hover{border-color:initial}.btn--light{border-color:rgb(255 255 255/.5);color:var(--white)}.split{display:grid;grid-template-columns:1fr}.split__text{display:flex;align-items:center}.split__media{display:block}.split__inner{width:100%;max-width:640px;margin-inline:auto;padding:2em 1em}.split--white{background:var(--white)}.split--grey{background:#eee}.split--light-grey{background:#f4f4f4}.split__inner :first-child{margin-top:0}.split__inner :last-child{margin-bottom:0}@media(min-width:48em){.split{grid-template-columns:1fr 1fr}.split__inner{padding:3em 2em}.split--reverse>:nth-child(1){grid-column:2;grid-row:1}.split--reverse>:nth-child(2){grid-column:1;grid-row:1}}.box{padding:1.5em;border-radius:var(--radius);background:var(--white)}.box>:first-child{margin-top:0}.box>:last-child{margin-bottom:0}@media(min-width:48em){.box{padding:2.25em 2.5em}}.linklist{margin:0 0 1.5em;padding:0;list-style:none;color:var(--white)}.linklist__head{display:flex;align-items:center;gap:.5em;padding-block:.75em;font-weight:700;text-transform:uppercase}.linklist li+li{margin-top:.5em}.linklist a{display:block}.linklist li:nth-of-type(4n+2) a:hover,.linklist li:nth-of-type(4n+2) a[aria-current]{color:var(--eg-green);border-color:var(--eg-green)}.linklist li:nth-of-type(4n+3) a:hover,.linklist li:nth-of-type(4n+3) a[aria-current]{color:var(--eg-red);border-color:var(--eg-red)}.linklist li:nth-of-type(4n+4) a:hover,.linklist li:nth-of-type(4n+4) a[aria-current]{color:var(--eg-yellow);border-color:var(--eg-yellow)}.linklist li:nth-of-type(4n+1) a:hover,.linklist li:nth-of-type(4n+1) a[aria-current]{color:var(--eg-orange);border-color:var(--eg-orange)}.gallery{display:grid;grid-template-columns:repeat(2,1fr);position:relative}.gallery a{display:block;overflow:hidden}.gallery img{width:100%;transition:transform .15s ease}.gallery a:hover img{transform:scale(1.08)}.gallery a.gallery__more{position:absolute;top:50%;left:50%;translate:-50% -50%;display:grid;place-items:center;width:3em;height:3em;border:.125em solid var(--white);border-radius:50%;background:var(--green);color:var(--white);font-size:1.25em;font-weight:700;text-decoration:none;transition:background-color .15s ease,box-shadow .15s ease}.gallery a.gallery__more:hover{background:var(--green-dark);box-shadow:0 0 .75em rgb(0 0 0/.5)}.lightbox{max-width:100vw;max-height:100vh;padding:0;border:0;background:0 0}.lightbox::backdrop{background:rgb(0 0 0/.85)}.lightbox img{max-width:96vw;max-height:88vh;width:auto;margin:auto}.lightbox__close,.lightbox__nav{position:fixed;display:grid;place-items:center;width:2.75rem;height:2.75rem;border:0;border-radius:50%;background:rgb(0 0 0/.5);color:var(--white);font-size:1.25rem;cursor:pointer}.lightbox__close{top:1rem;right:1rem}.lightbox__nav--prev{top:50%;left:1rem;translate:0 -50%}.lightbox__nav--next{top:50%;right:1rem;translate:0 -50%}.lightbox__close:hover,.lightbox__nav:hover{background:rgb(0 0 0/.8)}.footer{background:var(--dark-grey);color:var(--white)}.footer .grid{padding-block:3em}.footer a{display:block;text-align:center;text-decoration:none}address{font-style:normal}.footer a:hover:nth-of-type(1){color:var(--eg-green)}.footer__icon{display:block;width:3em;height:3em;margin:0 auto .33em;fill:currentColor}.footer li:nth-child(1) a:hover{color:var(--eg-green)}.footer li:nth-child(2) a:hover{color:var(--eg-red)}.footer li:nth-child(3) a:hover{color:var(--eg-yellow)}.footer li:nth-child(4) a:hover{color:var(--eg-orange)}.footer ul{margin:0;padding:0;list-style:none}.credit{padding-block:1em;text-align:center;font-size:.9em}.credit__heart{display:inline-block;width:.75em;height:.75em;margin:-.125em .375em;position:relative;rotate:-45deg;background:#e74c3c;animation:pulse 1.25s ease infinite}.credit__heart::before,.credit__heart::after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:inherit}.credit__heart::before{top:-50%;left:0}.credit__heart::after{top:0;left:50%}@keyframes pulse{0%,50%,70%,100%{scale:.9}60%,80%{scale:1}}@media(prefers-reduced-motion:reduce){.credit__heart{animation:none}*{transition-duration:.01ms!important}}