@import url(https://fonts.googleapis.com/css2?family=Italiana&display=swap);.header{background-color:initial;left:0;position:fixed;right:0;top:0;transition:transform .4s ease,background-color .3s ease;width:100%;z-index:1000}.header-content{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;margin:0 auto;max-width:92vw;padding:15px 1rem;width:100%}.header.scrolled{background-color:#131313f2;box-shadow:0 2px 10px #0000001a}.header.hidden{transform:translateY(-100%)}.header.visible{transform:translateY(0)}.header-icons{display:block;justify-self:end}.header-right{gap:.8rem}.header-right,.header-socials{align-items:center;display:flex}.header-socials{gap:.4rem}.language-switcher{background-color:#ffffff0d;border:1px solid #d6b07580;border-radius:999px;display:inline-flex;overflow:hidden}.language-switcher button{background:#0000;border:none;color:#f5f2ec;cursor:pointer;font-size:.8rem;padding:.35rem .75rem;transition:background-color .3s ease}.language-switcher button.active,.language-switcher button:hover{background-color:#d6b07533}.language-switcher.mobile-only{display:none}.mobile-nav-language{border-top:1px solid #fff3;padding:1rem 1.5rem 2rem}.header-nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.header-nav li a{color:#d6b075;font-family:Italiana,serif;font-weight:700;position:relative;text-decoration:none;transition:color .3s}.header-nav li a:after{background-color:#d6b075;border-radius:50%;bottom:-5px;content:"";height:6px;left:50%;opacity:0;position:absolute;transform:translateX(-50%) translateY(10px) scale(.5);width:6px}.header-nav li a:hover:after{animation:slideUp .5s cubic-bezier(.68,-.55,.265,1.55) forwards}@keyframes slideUp{0%{opacity:0;transform:translateX(-50%) translateY(10px) scale(.5)}to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}.header-nav li a:hover{color:#b9955f;transform:scale(1.05)}.header-mobile-left{align-items:center;display:flex}.hamburger{cursor:pointer;display:flex;flex-direction:column;height:20px;justify-content:center;position:relative;transform:rotate(0deg);transition:.3s ease-in-out;width:30px}.hamburger span{background:#d6b075;border-radius:3px;display:block;height:3px;left:0;opacity:1;position:absolute;transform:rotate(0deg);transition:.1s ease-in-out;width:100%}.hamburger span:first-child{top:4px}.hamburger span:nth-child(2){top:16px}.hamburger.active span:first-child{top:10px;transform:rotate(45deg)}.hamburger.active span:nth-child(2){top:10px;transform:rotate(-45deg)}.mobile-nav{animation:slideIn .3s linear forwards;background-color:#131313;height:100vh;left:0;max-width:300px;padding:1rem;position:fixed;top:0;width:70%;z-index:9999}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.mobile-nav-menu ul{list-style:none;margin-top:10vh;padding:0}.mobile-nav-menu li{margin:1rem 0}.mobile-nav-menu li a{color:#d6b075;font-size:1.2rem;text-decoration:none}.header-center{align-items:center;display:flex;justify-content:center;justify-self:center}.header-logo{line-height:0}.header-logo img{display:block;height:100px}.header-right a{align-items:center;color:#d6b075;display:flex;font-size:1.2rem;margin-left:.5rem;transition:color .2s}.header-right a:hover{color:#b9955f}@media (min-width:769px){.header-icons{display:block;justify-self:end}.header-desktop-nav{display:block}.header-mobile-left,.mobile-nav{display:none}body{padding-top:130px}}@media (max-width:768px){.header{height:auto;width:100%}.header-content{align-items:center;display:flex;height:90px;justify-content:space-between;padding:5px 1rem}.header-right a{font-size:1rem}.header-desktop-nav{display:none}.header-mobile-left{align-items:center;display:flex;height:100%;z-index:99999}.header-icons{display:block}.header-center,.header-icons{align-items:center;display:flex;height:100%}.header-center{left:50%;position:absolute;transform:translateX(-50%)}.header-logo{align-items:center;display:flex;height:100%}.header-logo img{height:80px;max-height:90%;object-fit:contain;object-position:center}body{padding-top:90px}.language-switcher.desktop-only{display:none}.language-switcher.mobile-only{display:inline-flex}}@media (min-width:769px){.language-switcher.mobile-only{display:none}}.mobile-nav.closing{animation:slideOut .3s linear forwards}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.global-loader{align-items:center;background-color:#2a2a30;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999999}.spinner{animation:spin 1s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#d6b075;height:60px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer{background-color:#131313;color:#d6b075;font-family:Italiana,serif;padding:3rem 1rem 1.5rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.footer-logo-section{align-items:flex-start;display:flex;flex-direction:column}.footer-logo img{height:60px;margin-bottom:1rem}.footer-tagline{color:#b9955f;font-style:italic;margin-top:.5rem}.footer-contact-section h3,.footer-hours-section h3,.footer-nav-section h3{color:#fff;display:inline-block;font-size:1.2rem;margin-bottom:1rem;position:relative}.footer-contact-section h3:after,.footer-hours-section h3:after,.footer-nav-section h3:after{background-color:#d6b075;bottom:-5px;content:"";height:2px;left:0;position:absolute;width:50px}a,i,span{font-weight:700}.footer-nav{list-style:none;margin:0;padding:0}.footer-nav li{margin-bottom:.8rem}.footer-nav li a{color:#d6b075;display:inline-block;text-decoration:none;transition:color .3s,transform .3s}.footer-nav li a:hover{color:#b9955f;transform:translateX(5px)}.footer-contact{list-style:none;margin:0;padding:0}.footer-contact li{align-items:flex-start;display:flex;margin-bottom:1rem}.footer-contact li i{color:#d6b075;font-size:1rem;margin-right:.8rem;margin-top:3px}.footer-hours{list-style:none;margin:0;padding:0}.footer-hours li{display:flex;flex-direction:column;margin-bottom:.8rem}.footer-hours li span{color:#d6b075;font-weight:700}.footer-social{display:flex;gap:1.5rem;justify-content:center;margin:2rem 0}.footer-social a{color:#d6b075;font-size:1.5rem;transition:color .3s,transform .3s}.footer-social a:hover{color:#b9955f;transform:translateY(-3px)}.footer-copyright{border-top:1px solid #d6b07533;font-size:.9rem;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.footer a,.footer button{-webkit-tap-highlight-color:transparent;tap-highlight-color:#0000;outline:none}@media (max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-logo-section{align-items:center}.footer-contact-section h3:after,.footer-hours-section h3:after,.footer-nav-section h3:after{left:50%;transform:translateX(-50%)}.footer-contact li{justify-content:center}.footer-hours li{align-items:center}}body,html{box-sizing:border-box;height:100%;margin:0;padding:0}*,body,html{font-family:Italiana,serif}*,:after,:before{box-sizing:border-box}.hamburger,.mobile-nav-menu li a,a,button,li{-webkit-tap-highlight-color:transparent;tap-highlight-color:#0000;outline:none}body{background:url(/static/media/pattern.800c8372eb7acd7c86c2.png) repeat;background-size:1000px 1000px;color:#fff;font-family:Montserrat,sans-serif}#root,.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 0 auto}footer{flex-shrink:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background-color:#d6b075;border:2px solid #f1f1f1;border-radius:10px}*{scrollbar-color:#d6b075 #f1f1f1;scrollbar-width:thin}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.9c373e74.css.map*/