#main-content:focus-visible{outline:none}.skip-to-content{position:absolute;left:-90px;top:20px;opacity:0;width:1px}.skip-to-content:focus-visible{left:10px;width:auto;height:auto;opacity:1;-webkit-transition:opacity 1s,left .2s;transition:opacity 1s,left .2s}footer{background-color:var(--c-accent-secondary);color:#f2eee5;position:relative;overflow:hidden;padding:50px}footer>#big-squiggle{position:absolute;left:-100px;top:-220px;rotate:-20deg;display:block;pointer-events:none;min-width:2200px}footer>#big-squiggle>path{opacity:.1;stroke:var(--c-bg);stroke-dasharray:5557.063 5557.063;-webkit-transition:stroke-dashoffset 4s ease-in-out;transition:stroke-dashoffset 4s ease-in-out}footer>.footer-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px}@media only screen and (max-width:1024px){footer>.footer-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}footer>.footer-container>.footer-restcontainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:50px}@media only screen and (max-width:768px){footer>.footer-container>.footer-restcontainer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}footer>.footer-container>.footer-restcontainer>.footer-subcontainer.socials{width:120px}footer>.footer-container>.footer-restcontainer>.footer-subcontainer.footer-sitemap-container{height:211px}footer>.footer-container>.footer-restcontainer>.footer-subcontainer.footer-sitemap-container>nav>ul>li>a{-webkit-text-decoration:none;text-decoration:none;display:inline-block;color:#f2eee5}footer>.footer-container>.footer-restcontainer>.footer-subcontainer.footer-sitemap-container>nav>ul>li>a:hover{opacity:.8;border-bottom:2px solid #f2eee5;margin-bottom:9px}footer>.footer-container>.footer-restcontainer>.footer-subcontainer>.footer-header{font-size:50px!important}footer>.footer-container>.footer-restcontainer>.footer-subcontainer>.email-button{background-color:var(--c-bg-secondary);-webkit-text-decoration:none;text-decoration:none}footer .footer-copyright{font-size:20px;margin-top:250px}@media only screen and (max-width:1024px){footer .footer-copyright{text-align:center}}header{text-align:center;padding:30px}header ul{padding-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}header a,header ul .menu-item a{color:var(--c-text)}header a{-webkit-text-decoration:none;text-decoration:none;-webkit-transition:opacity .1s;transition:opacity .1s}header a:not(:has(h1)){display:inline-block;height:33px;line-height:45px;font-weight:700}header a:hover{opacity:.7;-webkit-transition:opacity .1s;transition:opacity .1s}header a:hover:not(:has(h1)){border-bottom:2px solid var(--c-text)}header a>h1{display:inline-block}header .eyes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:80px;margin-bottom:20px}header .eyes>svg>path{stroke:var(--c-text);fill:var(--c-text)}header #wink{padding:5px}header .mouth{width:90%;max-width:456pt;margin-top:-60px;pointer-events:none}header .mouth>path{stroke:var(--c-text);-webkit-transition:stroke-dashoffset 1.5s ease-in-out;transition:stroke-dashoffset 1.5s ease-in-out;stroke-dasharray:526.877 526.877;stroke-dashoffset:526.877}header .nav-top-right-fixed{position:absolute;top:30px;right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:5px}@media (max-width:576px){header .nav-top-right-fixed{right:15px}}header .nav-top-right-fixed .nav-top-right-flex{display:-webkit-box;display:-ms-flexbox;display:flex;gap:100px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .nav-top-right-fixed .nav-top-right-flex .search-bar{margin-right:60px}header .nav-top-right-fixed .nav-top-right-flex .search-bar input{font-weight:700;color:#fff}@media screen and (max-width:768px){header .nav-top-right-fixed .logout-button{display:none}}header .hamburger{height:25px;width:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;z-index:200;padding:5px;position:fixed}@media screen and (min-width:768px){header .hamburger{display:none}}header .hamburger:hover{cursor:pointer;background-color:rgb(var(--c-text-rgb),.3);border-radius:8px}header .hamburger:not(.hide){-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .hamburger:not(.hide) .hamburger-line{-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear;width:28px}header .hamburger:not(.hide) .hamburger-line:first-child{-webkit-transform-origin:bottom left;transform-origin:bottom left;-webkit-transform:rotate(45deg);transform:rotate(45deg)}header .hamburger:not(.hide) .hamburger-line:nth-child(2){visibility:hidden}header .hamburger:not(.hide) .hamburger-line:last-child{-webkit-transform-origin:top left;transform-origin:top left;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}header .hamburger .hamburger-line{height:4px;width:25px;background-color:var(--c-text);pointer-events:none;-webkit-transition:visibility .01s .29s,-webkit-transform .3s linear;transition:visibility .01s .29s,-webkit-transform .3s linear;transition:transform .3s linear,visibility .01s .29s;transition:transform .3s linear,visibility .01s .29s,-webkit-transform .3s linear;border-radius:4px}header:has(>.sticky-menu>.visible){padding:0}header .sticky-menu{visibility:visible}@media only screen and (max-width:768px){header .sticky-menu{visibility:hidden}}header .sticky-menu:not(:has(.visible)){visibility:hidden}header .sticky-menu .travelling-smile{position:fixed;bottom:100vh;visibility:hidden;left:50px;z-index:30;-webkit-transition:bottom .3s ease-in-out,visibility .1s linear .3s;transition:bottom .3s ease-in-out,visibility .1s linear .3s}header .sticky-menu .travelling-smile .mouth{stroke-dasharray:526.877 526.877}header .sticky-menu .travelling-smile:not(.visible)~.sticky-part{position:fixed;top:150px}header .sticky-menu .travelling-smile:not(.visible) .mouth>path{stroke-dashoffset:526.877}header .sticky-menu .travelling-smile.visible{bottom:calc(100vh - 150px);visibility:visible;-webkit-transition:bottom .3s ease-in-out;transition:bottom .3s ease-in-out}header .sticky-menu .travelling-smile.visible .mouth>path{stroke-dashoffset:0}header .sticky-menu .travelling-smile.visible~.sticky-part{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:-150px;width:100vw;padding:15px 50px 35px 200px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:28;-webkit-transform:translateY(149px);transform:translateY(149px);-webkit-transition:-webkit-transform .3s linear .3s;transition:-webkit-transform .3s linear .3s;transition:transform .3s linear .3s;transition:transform .3s linear .3s,-webkit-transform .3s linear .3s;background-color:rgb(var(--c-bg-rgb),.5);backdrop-filter:blur(13px);-webkit-mask:var(--mask-scallop-bottom);mask:var(--mask-scallop-bottom);gap:20px}header .sticky-menu .travelling-smile.visible~.sticky-part ul{padding-top:0}header .sticky-menu .travelling-smile svg{opacity:.8;-webkit-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out}header .sticky-menu .travelling-smile svg path{-webkit-transition:fill 1s,stroke 1s,stroke-dashoffset 1.5s;transition:fill 1s,stroke 1s,stroke-dashoffset 1.5s}header .sticky-menu .travelling-smile a:hover{border:none}header .sticky-menu .travelling-smile .eyes{width:100px;height:75px;gap:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:-20px}header .sticky-menu .travelling-smile .eyes svg{height:100%;width:30%;-ms-flex-negative:0;flex-shrink:0}header .sticky-menu .travelling-smile .mouth{pointer-events:all;width:100px;height:70px;margin-top:20px;margin-bottom:-15px}header .sticky-menu .travelling-smile.in-footer{bottom:150px;-webkit-transition:bottom .3s ease-in-out;transition:bottom .3s ease-in-out}header .sticky-menu .travelling-smile.in-footer~.sticky-part{-webkit-transform:translate(0);transform:translate(0);-webkit-transition:-webkit-transform .3s linear .3s;transition:-webkit-transform .3s linear .3s;transition:transform .3s linear .3s;transition:transform .3s linear .3s,-webkit-transform .3s linear .3s}header .sticky-menu .travelling-smile.in-footer svg{opacity:1;-webkit-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out;stroke:green}header .sticky-menu .travelling-smile.in-footer svg path{stroke:#f2eee5;-webkit-transition:fill 1s,stroke 1s;transition:fill 1s,stroke 1s}header .sticky-menu .travelling-smile.in-footer svg:not(.mouth)>path{fill:#f2eee5}@media only screen and (max-width:1024px){header .sticky-menu .travelling-smile.in-footer{left:calc(50vw - 50px);-webkit-transition:left .3s linear,bottom .3s linear;transition:left .3s linear,bottom .3s linear}}.theme-toggle{position:absolute}.inline-toggle{position:relative}.custom-toggle{width:56px;height:31px}.custom-toggle input{opacity:0;width:0;height:0}.custom-toggle input:focus-visible+.toggle-button{outline:3px solid var(--c-accent-primary)}.custom-toggle .toggle-button{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--c-accent-secondary);-webkit-transition:.4s;transition:.4s}.custom-toggle .toggle-button:before{position:absolute;content:"";height:24px;width:24px;left:4px;bottom:4px;background-color:var(--c-bg);-webkit-transition:.4s;transition:.4s}.custom-toggle .toggle-button .toggle-icon{position:absolute;top:5px;right:30px;width:20px;height:20px;pointer-events:none;-webkit-transition:.4s;transition:.4s}.custom-toggle .toggle-button .toggle-icon circle,.custom-toggle .toggle-button .toggle-icon path{stroke:var(--c-text);fill:var(--c-text)}.custom-toggle input:checked+.toggle-button .toggle-icon,.custom-toggle input:checked+.toggle-button:before{-webkit-transform:translateX(24px);transform:translateX(24px)}.custom-toggle input:checked+.toggle-button .toggle-sun{visibility:hidden;opacity:0}.custom-toggle input:checked+.toggle-button .toggle-moon{opacity:1;-webkit-transition:opacity 1s ease-in;transition:opacity 1s ease-in}.custom-toggle input:not(:checked)+.toggle-button .toggle-moon{visibility:hidden;opacity:0}.custom-toggle input:not(:checked)+.toggle-button .toggle-sun{opacity:1;-webkit-transition:opacity 1s ease-in;transition:opacity 1s ease-in}@media screen and (max-width:768px){.custom-toggle{display:none}}.off-canvas-menu{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:rgb(var(--c-accent-secondary-rgb),.9);backdrop-filter:blur(13px);position:fixed;top:0;right:0;width:380px;max-width:100%;height:100%;z-index:99;padding:50px 60px 30px 50px;-webkit-transition:right .3s linear;transition:right .3s linear;-webkit-mask:var(--mask-scallop-left);mask:var(--mask-scallop-left);color:#f2eee5!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.off-canvas-menu{display:none}}.off-canvas-menu nav>ul>.menu-item>a{color:var(--c-footer-text)}.off-canvas-menu a{color:#f2eee5}.off-canvas-menu a:not(:has(h1)):hover{border-bottom:1px solid #f2eee5}.off-canvas-menu.hide{right:-100vw;visibility:hidden;-webkit-transition:right .3s linear,visibility .01s .3s;transition:right .3s linear,visibility .01s .3s}.off-canvas-menu h1{font-size:70px}.off-canvas-menu .search-bar input{font-weight:700;color:var(--c-text);background-color:var(--c-bg)}.off-canvas-menu>div:last-child{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;width:100%}.off-canvas-menu>div:last-child .theme-toggle{position:relative;display:inline-block;top:auto}.off-canvas-menu>div:last-child .theme-toggle .toggle-button{background:var(--c-text)}