.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.Navbar{background-color:#000;display:flex;justify-content:center;position:sticky;top:0;z-index:50}.Navbar__container{display:flex;justify-content:space-between;max-width:var(--max-width);width:100%}.Navbar__list{background-color:#000;display:flex}.Navbar__link{display:block;color:#f2f2f2;text-align:center;padding:14px 16px;text-decoration:none;font-size:17px;text-wrap:nowrap}.Navbar__link.active{color:#fff}.Navbar__link:hover{background-color:#ddd;color:#000}.Navbar__logo,.Navbar__logo a{color:#fff;font-family:SPARTAN;font-size:27px;font-weight:600;line-height:1;height:100%;display:flex;flex-direction:column;justify-content:center;margin:0 1rem}.Navbar__logo small{font-size:11px}.Navbar .BurgerBtn{display:none}.Navbar__burger img{height:100%}.Navbar__burger:hover img{filter:invert(100%)}.Navbar__burger:hover{background-color:#fff}@media screen and (max-width: 600px){.Navbar .Navbar__list a{display:none}.Navbar .BurgerBtn{display:flex}.Navbar__list{display:none;grid-template-columns:1fr;border-bottom:2px solid black;transition:border .2s ease}.Navbar__container{z-index:27}.Navbar.open .Navbar__list{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;z-index:-1;animation:slideFromTop .2s forwards;border-color:#fff}.Navbar.closing .Navbar__list{animation:slideToTop .2s forwards;border-color:#000}.Navbar.open .Navbar__link{display:block}}.BurgerBtn{position:relative;display:flex;justify-content:center;align-items:center;width:40px;height:30px;cursor:pointer;transition:all .5s ease-in-out;margin:1rem;-webkit-tap-highlight-color:transparent}.BurgerBtn_burger,.BurgerBtn_burger:before,.BurgerBtn_burger:after{width:40px;height:3px;background-color:#fff;border-radius:5px;box-shadow:0 2px 5px #ffc92f33;transition:all .2s ease-in-out}.BurgerBtn_burger:before,.BurgerBtn_burger:after{content:"";position:absolute}.BurgerBtn_burger:before{transform:translateY(-1rem)}.BurgerBtn_burger:after{transform:translateY(1rem)}.BurgerBtn.open .BurgerBtn_burger{transform:translate(-50px);background:transparent;box-shadow:none}.BurgerBtn.open .BurgerBtn_burger:before{transform:rotate(45deg) translate(35px,-35px)}.BurgerBtn.open .BurgerBtn_burger:after{transform:rotate(-45deg) translate(35px,35px)}@keyframes slideFromTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideToTop{0%{transform:translateY(0)}to{transform:translateY(-150%)}}.Footer__flip-card[data-astro-cid-mmspuptz]{background-color:transparent;width:300px;height:60px;perspective:1000px;cursor:pointer}.Footer__flip-card__link[data-astro-cid-mmspuptz]{display:flex;justify-content:center}.Footer__flip-card-inner[data-astro-cid-mmspuptz]{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d;box-shadow:0 4px 8px #0003}.Footer__flip-card[data-astro-cid-mmspuptz]:hover .Footer__flip-card-inner[data-astro-cid-mmspuptz]{transform:rotateY(180deg)}.Footer__flip-card-front[data-astro-cid-mmspuptz],.Footer__flip-card-back[data-astro-cid-mmspuptz]{position:absolute;width:100%;height:100%;backface-visibility:hidden}.Footer__flip-card[data-astro-cid-mmspuptz]:hover .Footer__flip-card-front[data-astro-cid-mmspuptz]{background-color:#333}.Footer__flip-card-front[data-astro-cid-mmspuptz]{background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center}.Footer__flip-card-back[data-astro-cid-mmspuptz]{background-color:#2980b9;color:#fff;transform:rotateY(180deg);display:flex;align-items:center;justify-content:center}.Footer[data-astro-cid-sz7xmlte]{background-color:#000;color:#fff;display:flex;justify-content:center}.Footer__container[data-astro-cid-sz7xmlte]{max-width:var(--max-width);width:100%;padding:2rem;display:flex;flex-direction:column;gap:2rem}.Footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fff}.Footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{text-decoration:underline}.Footer__grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-areas:"media map" "media direction";grid-template-columns:1fr 2fr;grid-template-rows:1fr .3fr;gap:1rem}.Footer__grid__element__media[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem}.Footer__grid__element__map[data-astro-cid-sz7xmlte]{background-color:#fff}.Footer__grid__element__mapDir[data-astro-cid-sz7xmlte]{display:flex;justify-content:center;width:100%;grid-column-start:2;grid-column-end:4}@media (width <=1000px){.Footer__grid[data-astro-cid-sz7xmlte]{grid-template-areas:"media" "map" "direction";grid-template-columns:1fr;grid-template-rows:2fr 3fr .5fr}}.Footer__media[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem;cursor:pointer}.Footer__mediaIco[data-astro-cid-sz7xmlte]{min-width:auto;width:30px}.Footer__bottom[data-astro-cid-sz7xmlte]{width:100%;display:flex;justify-content:space-between}.Footer__bottom__aside[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column}@media (width <=1000px){.Footer__bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:2rem}.Footer__bottom__aside__info[data-astro-cid-sz7xmlte]{display:flex;gap:3px;justify-content:center}}:root{--accent: 136, 58, 234;--accent-light: 224, 204, 250;--accent-dark: 49, 10, 101;--accent-gradient: linear-gradient( 45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60% );--max-width: 1200px;--compromised-width: 950px}html{font-family:system-ui,sans-serif;background:#e0e0e0;background-size:224px}
