:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--light-text);background-color:var(--light-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--dark-bg: #000000;--dark-text: #FFFFFF;--light-bg: #FFFFFF;--light-text: #000000}a{font-weight:500;color:var(--light-text);text-decoration:inherit}a:hover{color:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.footer-menu{display:none}.footer-menu a{color:#fff}.footer-menu .menu-content-group-1 .menu-content-item-divider{background-color:#fff}.footer-menu .menu-content{width:100%;max-width:100%;padding:0 40px;gap:0}@media (min-width: 768px){.footer-menu{display:flex;position:relative;z-index:26;justify-content:center;align-items:center;padding:0;width:100%}.footer-menu .menu-content{padding:70px}}.splash-screen-container{position:fixed;left:0;top:0;z-index:1000;background-color:#000;padding:10% 0;width:100vw;height:100dvh;overflow:hidden}.splash-screen{background-color:#f8f8f8;background-image:url(/images/menu-bg.png);background-size:cover;background-position:center;width:100%;height:100%;display:flex;justify-content:center;align-items:center;animation:backgroundSize .6s linear infinite alternate}.splash-screen-animation{width:100%}@media (min-width: 768px){.splash-screen-container{padding:4% 0}.splash-screen-animation{width:70%}}.header{position:-webkit-sticky;position:sticky;top:0;display:flex;justify-content:center;align-items:flex-end;flex-direction:column;height:var(--header-height);width:100%;padding:0 20px;background-color:var(--light-bg);z-index:100;transition:height .6s ease-in-out}.header.is-transitioning{height:100vh}.header-content{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.header .menu-button{position:relative;border:none;background:none;cursor:pointer;padding:0;font-weight:400;font-size:24px;color:var(--light-text);letter-spacing:1px}.header .menu-button:focus{outline:none}.header .logo{width:min(194px,40vw);height:auto}.header .logo img{width:100%}@media (min-width: 768px){.header{padding:40px}}.menu{position:fixed;top:0;left:0;width:100dvw;height:100dvh;background-color:#f8f8f8;background-image:url(/images/menu-bg.png);background-repeat:repeat;z-index:1002;padding:50px 40px;animation:backgroundSize .6s linear infinite alternate}.close-btn{position:absolute;width:35px;height:35px;border:none;background:transparent;cursor:pointer;inset-inline-end:40px}.close-btn:before,.close-btn:after{content:"";position:absolute;left:50%;top:50%;width:2px;height:100%;background-color:#000;transform-origin:center}.close-btn:before{transform:translate(-50%,-50%) rotate(45deg)}.close-btn:after{transform:translate(-50%,-50%) rotate(-45deg)}.menu-content{display:flex;flex-direction:column;height:100%;max-width:85%;justify-content:center;margin:0 auto}.menu-content-group-1{display:flex;justify-content:center;align-items:center;flex-direction:column}.menu-content-item-events,.menu-content-item-contact,.menu-content-item-about{cursor:pointer}.menu-content-group-1 a{text-transform:uppercase;font-weight:600;font-size:clamp(1rem,3.5vw,84px);position:relative;z-index:2}.menu-content-group-1 a:hover{color:inherit}.menu-content-group-1 a:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:"1";display:block;font-size:clamp(60px,9vw,200px);font-weight:800;opacity:0;color:inherit;z-index:1;transition:opacity .45s ease-in-out}.menu-content-group-1 a:hover:after{opacity:.2}.menu-content-group-1 .menu-content-item-about:after{content:"2"}.menu-content-group-1 .menu-content-item-divider{display:none;width:100%;height:2px;background-color:#000}.menu-content-item-contact{font-size:clamp(1rem,6vw,10rem);text-transform:uppercase;font-weight:600}.menu .logo{width:192px;height:auto}.menu-content-item-contact:hover{font-weight:800;color:inherit}.menu-content-group-2{display:flex;justify-content:center;align-items:center;gap:10%;flex-wrap:wrap;line-height:1.6}.menu-content-item-social-media{display:flex;flex-direction:column;align-items:center}.menu-content-item-social-media a{font-size:clamp(1rem,2.5vw,56px);font-weight:200;line-height:1.2;text-transform:uppercase}.menu-content-item-social-media>a:nth-child(2){letter-spacing:2.2px}.menu-content-item-social-media a:hover{font-weight:400;color:inherit}@media (min-width: 768px){.menu{padding:50px 80px}.menu-content{gap:50px}.menu-content-group-1{flex-direction:row;gap:36px}.menu-content-group-1 .menu-content-item-divider{display:block}.menu-content-group-2{flex-wrap:nowrap;align-items:center;justify-content:space-between;z-index:2}.menu-content-group-2>*{flex:0 1 auto;min-width:0}.menu-content-item-social-media{flex-direction:row;align-items:center;gap:14px}.close-btn{inset-inline-end:60px}}@keyframes backgroundSize{0%{background-size:initial}to{background-size:cover}}:root{--header-height: 60px;--grid-gap: 6px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;max-width:100vw}#root{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;min-height:100vh}.app-layout{width:100%}body:has(.splash-screen-container){overflow:hidden}ul,li{list-style:none}@media (min-width: 768px){:root{--header-height: 80px;--grid-gap: 12px}}
