.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.header{top:0;left:0;width:100%;background-color:#fff;backdrop-filter:blur(10px);box-shadow:0 2px 8px #00000014;z-index:1000;transition:background-color .3s ease;position:fixed;width:100vw}[data-theme=cozy] .header{background-color:#ede6d3f2}.header__content{display:flex;align-items:center;justify-content:space-between;padding:1rem 20px;gap:2rem}@media(min-width:768px){.header__content{padding:1rem 30px}}.header__logo a{display:flex;flex-direction:column;gap:.25rem}.header__logo a img{width:6rem}@media(min-width:768px){.header__logo a img{width:7rem}}@media(min-width:1024px){.header__logo a img{width:8rem}}.header__logo-text{font-size:1.5rem;font-weight:600;color:#bcc9b8;letter-spacing:.5px}.header__logo-subtitle{font-size:.75rem;color:#616d63;text-transform:uppercase;letter-spacing:1px}@media(max-width:768px){.header__nav{position:fixed;top:70px;left:0;right:0;background-color:#f9f5f2;padding:2rem;box-shadow:0 4px 16px #0000001f;transform:translateY(-120%);opacity:0;transition:transform .3s ease,opacity .3s ease;z-index:999}[data-theme=cozy] .header__nav{background-color:#ede6d3}.header__nav--active{transform:translateY(0);opacity:1}}@media(min-width:1024px){.header__nav{font-size:18px}}@media(min-width:1280px){.header__nav{font-size:1.5rem}}.header__nav-list{display:flex;list-style:none}@media(max-width:768px){.header__nav-list{flex-direction:column;gap:1rem}}.header__nav-link{color:#827a6f;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:color .2s ease,background-color .2s ease}.header__nav-link:hover{color:#bcc9b8;background-color:#bcc9b81a}.header__actions{display:flex;align-items:center;gap:1rem}.header__theme-toggle{background:none;border:none;cursor:pointer;padding:.5rem;color:#827a6f;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.header__theme-toggle:hover{background-color:#bcc9b81a}.header__instagram-link{color:#827a6f;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:4px}.header__instagram-link:hover{background-color:#bcc9b81a;color:#bcc9b8}.header__instagram-icon{width:22px;height:22px}.header__menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}@media(max-width:768px){.header__menu-toggle{display:flex}}.header__menu-toggle span{width:24px;height:2px;background-color:#827a6f;transition:transform .2s ease,opacity .2s ease}.header__menu-toggle--active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__menu-toggle--active span:nth-child(2){opacity:0}.header__menu-toggle--active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.footer{position:relative;background-color:#616d63;color:#fff;padding:2rem 0 3rem;text-align:center}@media(min-width:768px){.footer{text-align:start;padding:4rem 0}}@media(min-width:1024px){.footer{font-size:16px;padding:4rem}}.footer__background{position:absolute;top:53%;left:50%;transform:translate(-50%,-50%) rotate(270deg);z-index:0;opacity:.1;pointer-events:none;width:260px;height:auto;object-fit:contain}@media(min-width:480px){.footer__background{display:none}}.footer__content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem}@media(min-width:1024px){.footer__content{grid-template-columns:1fr 1fr;gap:.5rem;align-items:center}}@media(max-width:1024px){.footer__content{grid-template-columns:2fr 1fr}}@media(max-width:480px){.footer__content{grid-template-columns:1fr}}.footer__section{display:flex;flex-direction:column;gap:1rem}@media(min-width:1024px){.footer__section{text-align:center;margin-top:2rem}}@media(min-width:768px){.footer__section--frame{background-image:url(/_astro/marco2.GAucPiev.svg);background-size:contain;background-repeat:no-repeat;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:center;width:500px}}@media(min-width:1024px){.footer__section--frame{width:100%;height:400px}}.footer__title{font-size:1.5rem;color:#bcc9b8;margin-bottom:1rem}@media(min-width:768px){.footer__title{margin-bottom:0}}.footer__section-title{font-size:18px;color:#f9f5f2;margin-bottom:.5rem}.footer__text{opacity:.9;line-height:1.6}@media(min-width:768px){.footer__text{margin:0;text-align:center;max-width:400px}}@media(min-width:1024px){.footer__text{margin:0 50px}}.footer__text--small{font-size:14px}.footer__social{display:flex;gap:1rem;align-self:center}@media(min-width:1024px){.footer__social{align-self:center}}.footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#f9f5f2;transition:background-color .2s ease,transform .2s ease}.footer__social-link:hover{background-color:#bcc9b8;transform:translateY(-2px)}.footer__links{list-style:none;display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.footer__links{text-align:end;padding-right:1rem;padding-top:2rem}}.footer__link{color:#f9f5f2;opacity:.9;transition:opacity .2s ease,padding-left .2s ease}.footer__link:hover{opacity:1;padding-left:.5rem}.footer__newsletter{display:flex;gap:.5rem}.footer__newsletter-input{flex:1;padding:1rem 2rem;border:2px solid rgba(249,245,242,.2);border-radius:4px;background-color:transparent;color:#f9f5f2;font-family:Arsenal,sans-serif}.footer__newsletter-input::placeholder{color:#f9f5f299}.footer__newsletter-input:focus{outline:none;border-color:#bcc9b8}.footer__newsletter-button{padding:1rem 2rem;background-color:#bcc9b8;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:background-color .2s ease}.footer__newsletter-button:hover{background-color:#a1b39b}.footer__bottom{padding-top:3rem;border-top:1px solid rgba(249,245,242,.2);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}@media(min-width:768px){.footer__bottom{flex-direction:column;text-align:center}}.footer__copyright{opacity:.8;font-size:14px}@media(min-width:1024px){.footer__copyright{margin-bottom:0}}.footer__legal{display:flex;gap:1rem;align-items:center;font-size:14px}.footer__legal-link{color:#f9f5f2;opacity:.8;transition:opacity .2s ease}.footer__legal-link:hover{opacity:1}.footer__separator{opacity:.5}.container{position:relative;z-index:1}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}@media(min-width:1024px){html{font-size:18px}}body{font-family:Arsenal,sans-serif;line-height:1.6;color:#827a6f;background-color:#f9f5f2;transition:background-color .3s ease}body[data-theme=cozy]{background-color:#ede6d3}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:2rem}h1{font-family:Birthstone,cursive;font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:1.5rem}p{margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:color .2s ease}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}@media(min-width:1024px){.container{padding:0 6rem}}section{padding:3rem 0}@media(min-width:768px){section{padding:6rem 0}}.text-center{text-align:center}.mb-sm{margin-bottom:1rem}.mb-md{margin-bottom:2rem}.mb-lg{margin-bottom:3rem}.mb-xl{margin-bottom:4rem}.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background-color:#616d63e6;color:#fff;padding:1rem;display:none;flex-direction:column;align-items:start;z-index:1000;text-align:start;gap:.623rem}@media(min-width:48rem){.cookie-banner{padding:1rem 2rem}}@media(min-width:64rem){.cookie-banner{padding:1rem 6rem}}@media(min-width:90rem){.cookie-banner{padding:1rem 10rem}}.cookie-banner__title{font-family:Arsenal,sans-serif;font-size:1.5rem;color:#f9f5f2;margin:.5rem 0}.cookie-banner__paragraph{font-family:Arsenal,sans-serif;font-size:16px;color:#f9f5f2}.cookie-banner__link{color:#bcc9b8;text-decoration:underline}.cookie-banner__link:hover{color:#d2ac97}.cookie-banner .cookie-buttons{display:flex;gap:1rem;margin-top:.5rem;flex-direction:column;align-items:end;width:100%}@media(min-width:48rem){.cookie-banner .cookie-buttons{flex-direction:row;justify-content:end}}.cookie-banner .btn{padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;background-color:#f9f5f2;color:#827a6f;font-weight:700;min-width:9.375rem}.cookie-banner .btn:hover,.cookie-banner .btn-secondary{background-color:#827a6f;color:#f9f5f2}
