@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@600;900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Outfit:wght@400;500;600;700;800;900&display=swap);:root{--gw-navy:#0d0d2b;--gw-navy-card:#15153a;--gw-navy-mid:#1c1c4a;--gw-indigo:#3a3e98;--gw-indigo-dark:#2e3280;--gw-lime:#c8ff00;--gw-lime-dark:#a8d900;--gw-magenta:#ff006e;--gw-magenta-dark:#cc0058;--gw-mint:#00d9c0;--gw-mint-dark:#00b3a1;--gw-pastel-blue:#7dd3fc;--cat-warsztaty:#00d9c0;--cat-sport:#c8ff00;--cat-wellness:#7dd3fc;--cat-muzyka:#ff006e;--cat-kultura:#8b5cf6;--cat-targi:#ff8c00;--cat-gry:#ff4d6d;--cat-odkrywanie:#4361ee;--cat-spoleczne:#10b981;--gw-text:#f0f0ff;--gw-text-light:rgba(240, 240, 255, 0.6);--gw-text-muted:rgba(240, 240, 255, 0.4);--gw-bg:var(--gw-navy);--gw-card-bg:var(--gw-navy-card);--gw-border:rgba(200, 255, 0, 0.12);--gw-border-mid:rgba(255, 255, 255, 0.08);--gw-primary:var(--gw-navy);--gw-accent:var(--gw-lime);--gw-accent-hover:var(--gw-lime-dark);--gw-radius:18px;--gw-radius-pill:50px;--gw-shadow:0 4px 24px rgba(0, 0, 0, 0.4);--gw-shadow-hover:0 12px 40px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(200,255,0,0.15);--gw-font:'Red Hat Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--gw-font-heading:'Red Hat Display', 'Arial Black', sans-serif;--gw-font-body:'Red Hat Display', 'Segoe UI', sans-serif;--gw-transition:0.22s ease}html{scrollbar-width:thin;scrollbar-color:rgb(255 255 255 / .25) var(--gw-navy)}html::-webkit-scrollbar{width:10px}html::-webkit-scrollbar-track{background:var(--gw-navy)}html::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .25);border-radius:5px;border:2px solid var(--gw-navy)}html::-webkit-scrollbar-thumb:hover{background:rgb(255 255 255 / .4)}.gw-events-wrapper *{box-sizing:border-box;margin:0;padding:0}.gw-events-wrapper{font-family:var(--gw-font);color:var(--gw-text);max-width:1320px;margin:0 auto;padding:28px 20px;background:var(--gw-bg);min-height:60vh;border-radius:0}.gw-events-layout{display:grid;grid-template-columns:320px 1fr;gap:32px;align-items:start}.gw-filter-toggle{display:none;align-items:center;gap:8px;padding:10px 22px;border:1.5px solid var(--gw-lime);border-radius:var(--gw-radius-pill);background:#fff0;cursor:pointer;font-size:14px;font-weight:600;font-family:var(--gw-font);color:var(--gw-lime);margin-bottom:16px;transition:var(--gw-transition)}.gw-filter-toggle:hover{background:rgb(200 255 0 / .1)}.gw-sidebar{position:sticky;top:110px;background:var(--gw-navy-mid);border-radius:var(--gw-radius);padding:24px;border:1px solid var(--gw-border-mid);max-height:calc(100vh - 130px);overflow-y:auto;padding-bottom:0}.gw-sidebar{scrollbar-width:thin;scrollbar-color:rgb(255 255 255 / .22) #fff0}.gw-sidebar::-webkit-scrollbar{width:8px}.gw-sidebar::-webkit-scrollbar-track{background:#fff0}.gw-sidebar::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .22);border-radius:4px}.gw-sidebar::-webkit-scrollbar-thumb:hover{background:rgb(255 255 255 / .35)}body.logged-in .gw-sidebar{top:142px;max-height:calc(100vh - 162px)}.gw-sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.gw-sidebar-header h3{font-size:17px;font-weight:700;letter-spacing:-.01em;color:var(--gw-text)}.gw-filter-close{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:var(--gw-text-light);width:32px;height:32px;line-height:32px;text-align:center;border-radius:50%}.gw-filter-close:hover{background:rgb(255 255 255 / .08);color:var(--gw-text)}.gw-filter-group{margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid var(--gw-border-mid)}.gw-filter-group:last-of-type{border-bottom:none;margin-bottom:12px;padding-bottom:0}.gw-filter-group h4{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gw-text-muted);margin-bottom:12px}.gw-search-input{width:100%;padding:10px 16px;border:1.5px solid var(--gw-border-mid);border-radius:var(--gw-radius-pill);font-size:14px;font-family:var(--gw-font);font-weight:500;transition:var(--gw-transition);background:var(--gw-navy);color:var(--gw-text)}.gw-search-input::placeholder{color:var(--gw-text-muted)}.gw-search-input:focus{outline:none;border-color:var(--gw-lime);box-shadow:0 0 0 3px rgb(200 255 0 / .12)}.gw-checkbox{display:flex;align-items:center;gap:8px;padding:6px 0;cursor:pointer;font-size:13px;transition:var(--gw-transition);color:var(--gw-text-light);white-space:nowrap}.gw-checkbox:hover{color:var(--gw-lime)}.gw-checkbox input[type="checkbox"]{width:16px;height:16px;accent-color:var(--gw-lime);cursor:pointer;flex-shrink:0}.gw-checkbox span{line-height:1.3;white-space:nowrap}.gw-count{color:var(--gw-text-muted);font-size:12px;margin-left:auto}.gw-date-inputs{display:flex;flex-direction:column;gap:10px}.gw-date-inputs label{display:flex;flex-direction:column;gap:4px}.gw-date-inputs label span{font-size:11px;color:var(--gw-text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}#gw-city.gw-select{width:100%;padding:8px 12px;border:1.5px solid var(--gw-border-mid);border-radius:10px;font-size:13px;font-family:var(--gw-font);background:var(--gw-navy);color:var(--gw-text);appearance:auto}#gw-city.gw-select:focus{outline:none;border-color:var(--gw-lime)}.gw-date-inputs input[type="date"]{padding:8px 12px;border:1.5px solid var(--gw-border-mid);border-radius:10px;font-size:13px;font-family:var(--gw-font);background:var(--gw-navy);color:var(--gw-text);width:100%}.gw-date-inputs input[type="date"]:focus{outline:none;border-color:var(--gw-lime)}.gw-date-inputs input[type="date"]::-webkit-datetime-edit,.gw-date-inputs input[type="date"]::-webkit-datetime-edit-text,.gw-date-inputs input[type="date"]::-webkit-datetime-edit-month-field,.gw-date-inputs input[type="date"]::-webkit-datetime-edit-day-field,.gw-date-inputs input[type="date"]::-webkit-datetime-edit-year-field{color:var(--gw-text)}@supports (-webkit-hyphens:none){.gw-date-inputs input[type="date"].gw-empty:not(:focus),.gw-date-inputs input[type="date"].gw-empty:not(:focus)::-webkit-datetime-edit{-webkit-text-fill-color:#fff0}}.gw-price-range{margin-top:12px}.gw-price-range label{display:flex;flex-direction:column;gap:8px;color:var(--gw-text-light);font-size:13px}.gw-price-range input[type="range"]{width:100%;accent-color:var(--gw-lime);cursor:pointer}.gw-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:var(--gw-radius-pill);font-size:14px;font-weight:600;font-family:var(--gw-font);cursor:pointer;transition:var(--gw-transition);border:none}.gw-btn-apply{width:100%;background:var(--gw-lime);color:var(--gw-navy);margin-bottom:8px}.gw-btn-apply:hover{background:#d4ff00}.gw-btn-reset{width:100%;background:#fff0;color:var(--gw-text-muted);border:1.5px solid var(--gw-border-mid)}.gw-btn-reset:hover{border-color:var(--gw-lime);color:var(--gw-lime);background:rgb(200 255 0 / .06)}.gw-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.gw-results-count{font-size:14px;color:var(--gw-text-muted);font-weight:500}.gw-results-count span{font-weight:700;color:var(--gw-lime)}.gw-view-toggle{display:flex;gap:4px;background:var(--gw-navy-mid);border:1px solid var(--gw-border-mid);border-radius:12px;padding:3px}.gw-view-btn{display:flex;align-items:center;justify-content:center;width:36px;height:32px;background:none;border:none;border-radius:9px;cursor:pointer;color:var(--gw-text-muted);transition:var(--gw-transition)}.gw-view-btn:hover{color:var(--gw-text)}.gw-view-btn.active{background:var(--gw-lime);color:var(--gw-navy)}.gw-events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gw-event-card{background:var(--gw-navy-card);border-radius:var(--gw-radius);overflow:hidden;border:1px solid var(--gw-border-mid);transition:transform 0.22s ease,box-shadow 0.22s ease,border-color 0.22s ease;cursor:pointer;text-decoration:none;color:var(--gw-text);display:flex;flex-direction:column;position:relative}.gw-event-card-link{position:absolute;inset:0;z-index:1}.gw-event-card:hover{transform:translateY(-5px);box-shadow:var(--gw-shadow-hover);border-color:rgb(200 255 0 / .25);color:var(--gw-text)}.gw-event-card::before{content:'';display:block;height:3px;width:100%;flex-shrink:0;background:var(--gw-indigo)}.gw-event-card-image{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background:var(--gw-navy-mid)}.gw-event-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.gw-event-card:hover .gw-event-card-image img{transform:scale(1.05)}.gw-event-image{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background:var(--gw-navy-mid);flex-shrink:0;display:block}.gw-event-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s ease}.gw-event-card:hover .gw-event-image img{transform:scale(1.05)}.gw-no-image{display:flex;align-items:center;justify-content:center;color:var(--gw-text-muted);font-size:13px;background:linear-gradient(135deg,var(--gw-navy-mid),#1e1e50)}.gw-event-card-cal{display:flex;gap:8px;padding:0 16px 14px;position:relative;z-index:2}.gw-event-card-date-badge{position:absolute;bottom:10px;right:10px;background:rgb(13 13 43 / .85);color:var(--gw-lime);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;font-family:var(--gw-font);backdrop-filter:blur(6px);border:1px solid rgb(200 255 0 / .3)}.gw-event-card-category{position:absolute;top:10px;left:10px;background:var(--gw-magenta);color:#fff;padding:4px 12px;border-radius:var(--gw-radius-pill);font-size:11px;font-weight:700;font-family:var(--gw-font);text-transform:uppercase;letter-spacing:.04em}.gw-event-card-body,.gw-event-content{padding:16px;flex:1;display:flex;flex-direction:column;gap:6px}.gw-event-card-date,.gw-event-date{font-size:12px;font-weight:700;color:var(--gw-lime);text-transform:uppercase;letter-spacing:.05em}.gw-event-card-title,.gw-event-title{font-size:15px;font-weight:700;line-height:1.3;color:var(--gw-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.01em}.gw-event-card-excerpt{font-size:13px;color:var(--gw-text-light);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.gw-event-card-location,.gw-event-venue{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--gw-text-light);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gw-event-card-location svg{flex-shrink:0}.gw-event-cats{font-size:11px;color:var(--gw-mint);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.gw-event-card-price,.gw-event-price{font-weight:700;font-size:13px;white-space:nowrap;color:var(--gw-lime)}.gw-price-free{color:var(--gw-mint)}.gw-price-paid{color:var(--gw-lime)}.gw-event-card-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 16px 14px;border-top:1px solid var(--gw-border-mid);font-size:13px}.gw-event-card-image-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gw-navy-mid),#1e1e50);color:var(--gw-text-muted)}.gw-map-container{border-radius:var(--gw-radius);overflow:hidden;border:1px solid var(--gw-border-mid);margin-bottom:20px}#gw-map{width:100%;height:450px}.gw-map-popup{font-family:var(--gw-font)}.gw-map-popup h4{font-size:14px;font-weight:700;margin-bottom:4px}.gw-map-popup p{font-size:12px;color:#555;margin-bottom:4px}.gw-map-popup a{color:var(--gw-indigo);font-size:12px;text-decoration:none}.gw-pagination{display:flex;justify-content:center;gap:6px;margin-top:36px;padding-top:24px}.gw-page-btn{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 14px;border:1.5px solid var(--gw-border-mid);border-radius:var(--gw-radius-pill);background:var(--gw-navy-mid);cursor:pointer;font-size:14px;font-family:var(--gw-font);font-weight:600;color:var(--gw-text-light);transition:var(--gw-transition)}.gw-page-btn:hover{border-color:var(--gw-lime);color:var(--gw-lime)}.gw-page-btn.active{background:var(--gw-lime);color:var(--gw-navy);border-color:var(--gw-lime)}.gw-page-btn[disabled]{opacity:.3;cursor:default;pointer-events:none}.gw-page-dots{display:flex;align-items:center;justify-content:center;min-width:32px;color:var(--gw-text-muted);font-size:14px;user-select:none}.gw-loading{grid-column:1 / -1;text-align:center;padding:60px 20px;color:var(--gw-text-muted);font-size:14px}.gw-loading::before{content:'';display:block;width:32px;height:32px;border:3px solid var(--gw-border-mid);border-top-color:var(--gw-lime);border-radius:50%;animation:gw-spin 0.6s linear infinite;margin:0 auto 12px}@keyframes gw-spin{to{transform:rotate(360deg)}}.gw-no-events{grid-column:1 / -1;text-align:center;padding:80px 20px;color:var(--gw-text-muted)}.gw-no-events svg{margin-bottom:16px;opacity:.3}.gw-no-events p{font-size:15px}.gw-skeleton{background:linear-gradient(90deg,var(--gw-navy-card) 25%,var(--gw-navy-mid) 50%,var(--gw-navy-card) 75%);background-size:200% 100%;animation:gw-shimmer 1.5s infinite;border-radius:var(--gw-radius)}@keyframes gw-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.gw-skeleton-card{height:340px;border-radius:var(--gw-radius)}.gw-sidebar-backdrop{display:none;position:fixed;inset:0;background:rgb(0 0 0 / .7);z-index:10000;backdrop-filter:blur(2px)}.gw-sidebar-backdrop.show{display:block}@media (max-width:1024px){.gw-events-grid{grid-template-columns:repeat(2,1fr);gap:16px}.gw-events-layout{grid-template-columns:290px 1fr;gap:20px}}@media (max-width:768px){.gw-events-wrapper{padding:12px}.gw-filter-toggle{display:flex}.gw-events-layout{grid-template-columns:1fr;gap:0}.gw-sidebar{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10001;border-radius:0;border:none;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;box-sizing:border-box;transform:translateX(-100%);transition:transform 0.3s ease;padding:20px}.gw-sidebar.open{transform:translateX(0)}.gw-filter-close{display:block}.gw-sidebar-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--gw-border-mid)}.gw-events-grid{grid-template-columns:1fr;gap:14px}.gw-event-card-title,.gw-event-title{font-size:15px}#gw-map{height:300px}.gw-toolbar{flex-wrap:wrap;gap:10px}}@media (max-width:480px){.gw-event-card-body,.gw-event-content{padding:12px}.gw-event-card-footer{flex-direction:column;align-items:flex-start;gap:6px}.gw-event-card-location{max-width:100%}}.gw-home{font-family:var(--gw-font)}.gw-hero{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 20px;overflow:hidden;border-radius:0 0 36px 36px}.gw-hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#0d0d2b 0%,#1a1a4e 40%,#3a3e98 80%,#2e1065 100%);z-index:0}.gw-hero-bg::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 60%,rgb(200 255 0 / .15) 0%,transparent 45%),radial-gradient(circle at 80% 30%,rgb(255 0 110 / .12) 0%,transparent 40%),radial-gradient(circle at 55% 90%,rgb(0 217 192 / .1) 0%,transparent 35%)}.gw-hero-content{position:relative;z-index:1;max-width:720px}.gw-hero-content h1{font-size:3rem;font-weight:900;color:#fff;margin:0 0 12px;line-height:1.15;letter-spacing:-.02em}.gw-accent{color:var(--gw-lime)}.gw-hero-sub{font-size:1.15rem;color:rgb(255 255 255 / .82);margin:0 0 28px;font-weight:400}.gw-hero-search{display:flex;max-width:520px;margin:0 auto 26px;background:rgb(255 255 255 / .08);backdrop-filter:blur(12px);border-radius:var(--gw-radius-pill);overflow:hidden;box-shadow:0 8px 32px rgb(0 0 0 / .3),inset 0 1px 0 rgb(255 255 255 / .15);border:1.5px solid rgb(255 255 255 / .15)}.gw-hero-search input{flex:1;border:none;padding:14px 24px;font-size:1rem;font-family:var(--gw-font);outline:none;background:#fff0;color:#fff}.gw-hero-search input::placeholder{color:rgb(255 255 255 / .5)}.gw-hero-search button{background:var(--gw-lime);color:var(--gw-navy);border:none;padding:14px 28px;font-size:1rem;font-weight:700;font-family:var(--gw-font);cursor:pointer;transition:var(--gw-transition);border-radius:0 var(--gw-radius-pill) var(--gw-radius-pill) 0}.gw-hero-search button:hover{background:var(--gw-lime-dark)}.gw-hero-cats{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.gw-cat-pill{background:rgb(255 255 255 / .1);color:#fff;padding:7px 18px;border-radius:var(--gw-radius-pill);font-size:.82rem;font-weight:600;font-family:var(--gw-font);text-decoration:none;backdrop-filter:blur(4px);transition:var(--gw-transition);border:1.5px solid rgb(255 255 255 / .2);letter-spacing:.02em}.gw-cat-pill:hover{background:var(--gw-lime);color:var(--gw-navy);border-color:var(--gw-lime)}.gw-upcoming{max-width:1200px;margin:0 auto;padding:52px 20px 64px}.gw-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.gw-section-header h2{font-size:2rem;font-weight:800;color:var(--gw-text);margin:0;letter-spacing:-.02em}.gw-see-all{color:var(--gw-lime);text-decoration:none;font-weight:700;font-size:.9rem;transition:var(--gw-transition);padding:8px 20px;border:1.5px solid var(--gw-lime);border-radius:var(--gw-radius-pill)}.gw-see-all:hover{background:var(--gw-lime);color:var(--gw-navy)}.gw-home-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:24px}.gw-home-card{background:var(--gw-navy-card);border-radius:var(--gw-radius);overflow:hidden;text-decoration:none;color:var(--gw-text);box-shadow:var(--gw-shadow);transition:transform 0.25s,box-shadow 0.25s,border-color 0.25s;position:relative;display:block;border:1px solid var(--gw-border-mid)}.gw-home-card-link{position:absolute;inset:0;z-index:1}.gw-home-card:hover{transform:translateY(-5px);box-shadow:var(--gw-shadow-hover);border-color:rgb(200 255 0 / .2);color:var(--gw-text)}.gw-home-card-img{width:100%;aspect-ratio:4 / 3;background-size:cover;background-position:center top;background-color:var(--gw-navy-mid);overflow:hidden;display:block}.gw-home-card-img img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.gw-home-card-noimg{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gw-navy-mid),#1e1e50);font-size:3rem}.gw-home-no-img{display:flex;align-items:center;justify-content:center;color:var(--gw-text-muted);font-size:14px;background:linear-gradient(135deg,var(--gw-navy-mid),#1e1e50);font-family:var(--gw-font)}.gw-home-card-cal{display:flex;gap:8px;padding:8px 18px 14px;position:relative;z-index:2}.gw-home-card-cal-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:20px;font-size:12px;font-weight:600;font-family:var(--gw-font);text-decoration:none;transition:var(--gw-transition);border:1px solid #fff0}.gw-cal-ics{background:rgb(200 255 0 / .1);color:var(--gw-lime)!important;border-color:rgb(200 255 0 / .3)}.gw-cal-ics:hover{background:rgb(200 255 0 / .2);border-color:var(--gw-lime)}.gw-cal-google{background:rgb(255 255 255 / .05);color:rgb(240 240 255 / .65)!important;border-color:rgb(255 255 255 / .12)}.gw-cal-google:hover{background:rgb(255 255 255 / .12);color:#fff!important}.gw-home-badge{position:absolute;top:12px;right:12px;background:var(--gw-navy);color:var(--gw-lime);padding:4px 12px;border-radius:var(--gw-radius-pill);font-size:.78rem;font-weight:700;border:1px solid rgb(200 255 0 / .3)}.gw-badge-free{background:var(--gw-mint);color:var(--gw-navy);border-color:var(--gw-mint)}.gw-home-card-body{padding:16px 18px 18px}.gw-home-card-date{font-size:12px;color:var(--gw-lime);font-weight:700;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.gw-home-card-body h3,.gw-home-card-title{font-size:1.05rem;font-weight:700;margin:0 0 6px;color:var(--gw-text);line-height:1.3;letter-spacing:-.01em}.gw-home-card-loc,.gw-home-card-venue{font-size:.82rem;color:var(--gw-text-light);margin-bottom:4px}.gw-home-card-cats{font-size:.78rem;color:var(--gw-mint);margin-top:6px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.gw-home-card-price{font-size:13px;font-weight:700;color:var(--gw-lime);margin-top:6px}.gw-home-events{max-width:1200px;margin:0 auto;padding:0 20px}.gw-home-events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:20px}.gw-home-events-more{text-align:center;margin-top:40px;margin-bottom:8px}.gw-home-no-events{text-align:center;color:var(--gw-text-muted);padding:40px 0;font-size:16px}.gw-home-more{text-align:center;margin-top:40px}.gw-btn-primary{display:inline-block;background:var(--gw-lime);color:var(--gw-navy);padding:14px 40px;border-radius:var(--gw-radius-pill);font-size:1rem;font-weight:800;font-family:var(--gw-font);text-decoration:none;border:none;cursor:pointer;transition:transform 0.2s,box-shadow 0.2s,background 0.2s;box-shadow:0 6px 24px rgb(200 255 0 / .35);letter-spacing:-.01em}.gw-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 32px rgb(200 255 0 / .45);background:var(--gw-lime-dark);color:var(--gw-navy)}.gw-btn-more{display:inline-block;padding:13px 36px;background:#fff0;color:var(--gw-lime)!important;text-decoration:none;border-radius:var(--gw-radius-pill);font-weight:700;font-size:15px;font-family:var(--gw-font);transition:var(--gw-transition);border:2px solid var(--gw-lime);box-shadow:none}.gw-btn-more:hover{background:var(--gw-lime);color:var(--gw-navy)!important;transform:translateY(-2px);box-shadow:none}.gw-submit-wrap{max-width:640px;margin:0 auto;padding:40px 20px}.gw-submit-wrap h2{font-size:1.8rem;font-weight:800;color:var(--gw-text);margin:0 0 8px;font-family:var(--gw-font);letter-spacing:-.02em}.gw-submit-wrap>p{color:var(--gw-text-light);margin:0 0 28px}.gw-form-row{margin-bottom:18px}.gw-form-row label{display:block;font-weight:600;color:var(--gw-text-light);margin-bottom:6px;font-size:.9rem}.gw-form-row input,.gw-form-row textarea,.gw-form-row select{width:100%;padding:10px 16px;border:2px solid var(--gw-border-mid);border-radius:12px;font-size:.95rem;font-family:var(--gw-font);background:var(--gw-navy-mid);color:var(--gw-text);transition:border-color 0.2s;box-sizing:border-box}.gw-form-row input:focus,.gw-form-row textarea:focus,.gw-form-row select:focus{border-color:var(--gw-lime);outline:none}.gw-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch;margin-bottom:18px}.gw-form-grid>.gw-form-row{margin-bottom:0;display:flex;flex-direction:column;justify-content:flex-end}.gw-form .gw-btn-primary{width:100%;margin-top:8px}.gw-submit-msg{margin-top:16px;padding:14px 18px;border-radius:12px;text-align:center;display:none;font-size:15px;line-height:1.5}.gw-submit-msg.success,.gw-submit-msg.gw-msg-success{display:block;background:rgb(0 217 192 / .15);color:var(--gw-mint);border:1px solid rgb(0 217 192 / .3)}.gw-submit-msg.error,.gw-submit-msg.gw-msg-error{display:block;background:rgb(255 0 110 / .12);color:#f69;border:1px solid rgb(255 0 110 / .3)}.gw-req{color:var(--gw-magenta);font-weight:700}.gw-time-selects{display:flex;align-items:center;gap:6px}.gw-time-selects select{flex:1;min-width:0}.gw-time-colon{color:var(--gw-text);font-size:20px;font-weight:700;line-height:1;flex-shrink:0}@media (max-width:768px){.gw-hero-content h1{font-size:2.2rem}.gw-hero{min-height:340px;padding:40px 16px}.gw-hero-search{flex-direction:column;border-radius:16px}.gw-hero-search input{padding:12px 16px}.gw-hero-search button{padding:12px;border-radius:0 0 16px 16px}.gw-section-header{flex-direction:column;gap:10px;align-items:flex-start}.gw-home-grid{grid-template-columns:1fr}.gw-form-grid{grid-template-columns:1fr}.gw-home-events-grid{grid-template-columns:1fr}}body.home .wp-block-button__link,body.page-id-9 .wp-block-button__link{background-color:var(--gw-lime)!important;color:var(--gw-navy)!important;border-radius:var(--gw-radius-pill)!important;font-weight:800;font-family:var(--gw-font);transition:var(--gw-transition)}body.home .wp-block-button__link:hover,body.page-id-9 .wp-block-button__link:hover{background-color:var(--gw-lime-dark)!important}@media (max-width:900px){.gw-home-events-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.gw-home-events-grid{grid-template-columns:1fr}body.home .entry-content>.wp-block-group:first-child{padding-top:24px!important}}body.home header.wp-block-template-part,body.page-id-9 header.wp-block-template-part,header.wp-block-template-part{position:sticky!important;top:0;z-index:1000;background-color:#3a3e98!important;box-shadow:0 2px 12px rgb(0 0 0 / .3)}body.logged-in header.wp-block-template-part{top:32px}@media (max-width:768px){header.wp-block-template-part{position:fixed!important;top:0!important;left:0;right:0;height:56px!important;z-index:9999}header.wp-block-template-part+*{margin-top:56px!important}body.single-gw_event .gw-se-hero{margin-top:56px!important}}header.wp-block-template-part,header.wp-block-template-part a,header.wp-block-template-part .wp-block-site-title a,header.wp-block-template-part .wp-block-navigation a,header.wp-block-template-part .wp-block-navigation .wp-block-navigation-item__content{color:#ffffff!important}header.wp-block-template-part a:hover,header.wp-block-template-part .wp-block-navigation a:hover{color:var(--gw-lime)!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:#0d0d2b!important;color:#ffffff!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content,.wp-block-navigation__responsive-container.is-menu-open a{color:#ffffff!important;font-family:var(--gw-font)!important;font-size:20px!important;font-weight:600!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a:hover{color:var(--gw-lime)!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close{color:#ffffff!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a[href*="dodaj"]{color:#ffffff!important}header.wp-block-template-part .wp-block-navigation .wp-block-navigation-item a{border:none!important;background:transparent!important;color:#ffffff!important;padding:7px 18px!important;border-radius:var(--gw-radius-pill)!important;font-weight:600!important;font-size:14px!important;font-family:var(--gw-font)!important;transition:var(--gw-transition)!important;white-space:nowrap!important;display:inline-block!important}header.wp-block-template-part .wp-block-navigation .wp-block-navigation-item a:hover{background:var(--gw-lime)!important;color:var(--gw-navy)!important;transform:translateY(-1px)}header.wp-block-template-part .wp-block-navigation a[aria-current="page"]{background:var(--gw-lime)!important;color:var(--gw-navy)!important;font-weight:700!important;padding:8px 20px!important}header.wp-block-template-part .wp-block-navigation a[aria-current="page"]:hover{background:#00b8a8!important;color:var(--gw-navy)!important;transform:translateY(-1px)}header.wp-block-template-part{height:72px!important;overflow:visible!important;z-index:1000!important}header .wp-block-group.alignfull,header .wp-block-group:not(.alignwide){overflow:visible!important;height:100%!important}header .wp-block-group.alignwide{height:100%!important;align-items:center!important;overflow:visible!important}.wp-block-site-logo{align-self:center!important;flex-shrink:0!important;z-index:10!important;position:relative!important;margin-top:22px!important}.wp-block-site-logo img,.wp-block-site-logo svg{height:90px!important;width:auto!important;max-height:none!important;max-width:none!important;display:block!important}body:not(.home):not(.page-id-9) .wp-site-blocks>main,body:not(.home):not(.page-id-9) .wp-site-blocks>.wp-block-group:not(header):not(footer):first-of-type{margin-top:-28px!important;padding-top:28px!important}@media (max-width:768px){body.page-id-41:not(.home):not(.page-id-9) .wp-site-blocks>main,body.page-id-62:not(.home):not(.page-id-9) .wp-site-blocks>main,body.page-id-3:not(.home):not(.page-id-9) .wp-site-blocks>main,body.page-id-118:not(.home):not(.page-id-9) .wp-site-blocks>main,body.page-id-41:not(.home):not(.page-id-9) .wp-site-blocks>.wp-block-group:not(header):not(footer):first-of-type,body.page-id-62:not(.home):not(.page-id-9) .wp-site-blocks>.wp-block-group:not(header):not(footer):first-of-type,body.page-id-3:not(.home):not(.page-id-9) .wp-site-blocks>.wp-block-group:not(header):not(footer):first-of-type,body.page-id-118:not(.home):not(.page-id-9) .wp-site-blocks>.wp-block-group:not(header):not(footer):first-of-type{margin-top:56px!important;padding-top:48px!important}}@media (max-width:768px){header.wp-block-template-part{height:56px!important}.wp-block-site-logo img,header .wp-block-site-logo img{height:85px!important}.wp-block-site-logo{margin-top:8px!important}}body.home main>.wp-block-group,body.page-id-9 main>.wp-block-group{padding-top:16px!important}body.home .entry-content,body.page-id-9 .entry-content{margin-top:0!important}header.wp-block-template-part .wp-block-group.has-global-padding{padding-top:8px!important;padding-bottom:8px!important}header.wp-block-template-part .wp-block-group.alignwide{min-height:auto!important}.gw-carousel-wrapper{position:relative;max-width:100%;margin:0 auto;overflow:hidden;border-radius:0;background:var(--gw-navy)}.gw-carousel{overflow:visible;width:100%}.gw-carousel-track{display:flex;gap:16px;transition:transform 0.5s cubic-bezier(.4,0,.2,1);will-change:transform}.gw-carousel-slide{flex:0 0 auto;position:relative;display:block;text-decoration:none;color:#fff;height:420px;overflow:hidden;border-radius:16px}.gw-carousel-slide:hover{color:#fff}.gw-carousel-img{width:100%;height:100%;object-fit:cover;display:block}.gw-carousel-no-img{width:100%;height:100%;background:linear-gradient(135deg,var(--gw-navy),var(--gw-indigo))}.gw-carousel-overlay{position:absolute;bottom:0;left:0;right:0;padding:48px 56px 36px;background:linear-gradient(transparent,rgb(0 0 0 / .8));color:#fff}.gw-carousel-date{font-size:13px;font-weight:800;color:var(--gw-lime);display:block;margin-bottom:8px;text-transform:uppercase;letter-spacing:.06em}.gw-carousel-title{font-size:30px;font-weight:900;margin:0 0 10px;line-height:1.15;text-shadow:0 2px 8px rgb(0 0 0 / .4);letter-spacing:-.02em}.gw-carousel-venue{font-size:15px;color:rgb(255 255 255 / .8);font-weight:400}.gw-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgb(0 0 0 / .35);backdrop-filter:blur(6px);color:#fff;border:1.5px solid rgb(255 255 255 / .2);width:52px;height:52px;border-radius:50%;font-size:26px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--gw-transition);z-index:10;line-height:1;padding:0 0 3px 0}.gw-carousel-btn:hover{background:rgb(200 255 0 / .2);border-color:var(--gw-lime);color:var(--gw-lime)}.gw-carousel-prev{left:20px}.gw-carousel-next{right:20px}.gw-carousel-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}.gw-carousel-dot{width:8px;height:8px;border-radius:50%;background:rgb(255 255 255 / .3);cursor:pointer;transition:var(--gw-transition)}.gw-carousel-dot.active{background:var(--gw-lime);width:24px;border-radius:4px}.gw-carousel-dot:hover{background:rgb(255 255 255 / .6)}@media (max-width:768px){.gw-carousel-slide{height:300px}.gw-carousel-overlay{padding:28px 24px 22px}.gw-carousel-title{font-size:22px}.gw-carousel-btn{width:40px;height:40px;font-size:20px}header .wp-block-site-title a{width:120px!important;height:44px!important}body.logged-in header.wp-block-template-part{top:46px}}body.home main.wp-block-group,body.page-id-9 main.wp-block-group{padding-left:0!important;padding-right:0!important;margin-top:0!important}body.home main>.wp-block-group.alignfull,body.page-id-9 main>.wp-block-group.alignfull{padding:0!important;margin:0!important}body.home .entry-content.wp-block-post-content,body.page-id-9 .entry-content.wp-block-post-content{padding-left:0!important;padding-right:0!important;margin:0!important}body.home .entry-content>.wp-block-group,body.page-id-9 .entry-content>.wp-block-group{max-width:100vw!important;width:100vw!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;margin-top:0!important;margin-bottom:0!important;padding-left:40px!important;padding-right:40px!important;box-sizing:border-box!important}.gw-carousel-wrapper{max-width:100vw!important;width:100vw!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;border-radius:0!important}body.home .entry-content>.wp-block-group:nth-of-type(1),body.page-id-9 .entry-content>.wp-block-group:nth-of-type(1){background:var(--gw-navy)!important;padding-top:40px!important;padding-bottom:16px!important}body.home .entry-content>.wp-block-group:nth-of-type(2),body.page-id-9 .entry-content>.wp-block-group:nth-of-type(2){padding-top:24px!important;padding-bottom:24px!important}body.home .entry-content>.wp-block-group.has-background,body.page-id-9 .entry-content>.wp-block-group.has-background{background:var(--gw-navy-mid)!important;padding-top:40px!important;padding-bottom:40px!important}body.home main .wp-block-group.alignfull{padding-bottom:0!important}body.home footer,body.page-id-9 footer{margin-top:0!important}body.home .wp-block-post-title,body.page-id-9 .wp-block-post-title{display:none!important}body.home .entry-content>.wp-block-group>*,body.page-id-9 .entry-content>.wp-block-group>*{max-width:1200px;margin-left:auto;margin-right:auto}.gw-home-events{max-width:1200px;margin:0 auto}body,p,li,td,.wp-block-paragraph,.entry-content p,.entry-content li{font-family:var(--gw-font-body)!important}h1,h2,h3,h4,h5,h6,.wp-block-heading,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.gw-carousel-title,.gw-section-header h2,.gw-event-title,.gw-home-card-title,.gw-hero h1,.gw-hero h2{font-family:var(--gw-font-heading)!important;letter-spacing:.02em}header .wp-block-navigation a,.gw-btn,.gw-btn-more,.gw-btn-primary,.wp-block-button__link,.gw-toolbar,.gw-filter-label{font-family:var(--gw-font)!important}footer.wp-block-template-part{margin-top:0!important}footer,footer p,footer a,footer span,footer .wp-block-navigation-item__content,footer .wp-block-navigation-link a,footer .wp-block-navigation a{color:#fff!important}footer a:hover,footer .wp-block-navigation a:hover,footer .wp-block-navigation-item__content:hover{color:var(--gw-lime)!important}footer .wp-block-group.alignfull.has-background{padding-bottom:28px!important}footer .wp-block-navigation,footer .wp-block-navigation .wp-block-navigation__container{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-end!important;gap:6px 24px!important}footer .wp-block-navigation-item{display:inline-flex!important}footer .wp-block-navigation-item__content{color:rgb(255 255 255 / .8)!important;font-size:14px!important;font-weight:500!important;text-decoration:none!important;transition:color 0.2s ease;padding:0!important}footer .wp-block-navigation-item__content:hover{color:#fff!important}footer .wp-block-image img{max-height:45px!important;width:auto!important}footer .wp-block-group .has-text-color{opacity:.85;white-space:nowrap}.gw-footer-bar{background-color:#2e3280;width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 5%;font-size:13px;color:rgb(255 255 255 / .5);box-sizing:border-box}.gw-footer-bar a{color:rgb(255 255 255 / .5);text-decoration:none;margin-left:20px;transition:color 0.2s ease}.gw-footer-bar a:hover{color:var(--gw-lime)}@media (max-width:640px){footer .wp-block-navigation__container{justify-content:flex-start!important;align-items:flex-start!important;gap:10px!important}footer .wp-block-group:last-child{flex-direction:column!important;align-items:flex-start!important}.gw-footer-bar{flex-direction:column;gap:24px;text-align:center;padding:20px 5%}.gw-footer-bar a:first-child{margin-left:0}footer .wp-block-group.alignfull.has-background{flex-direction:column!important;align-items:flex-start!important;gap:28px!important;padding-left:24px!important;padding-right:24px!important}}footer .wp-block-group.alignfull.has-background>.wp-block-group.is-vertical:last-child,footer .wp-block-group.alignfull.has-background>.wp-block-group.is-layout-flex:last-child{flex-direction:row!important;gap:20px!important;align-items:center!important;flex-wrap:wrap!important}footer .wp-block-group.alignfull>.wp-block-group:last-child p{margin:0!important;padding:0!important;line-height:1!important}.gw-footer-bar,.gw-footer-bar .gw-footer-copy{color:rgb(255 255 255 / .5)!important}.gw-footer-bar .gw-footer-legal-links a{color:rgb(255 255 255 / .5)!important;margin-left:20px;text-decoration:none}.gw-footer-bar .gw-footer-legal-links a:hover{color:var(--gw-lime)!important}body:not(.home){min-height:100vh;display:flex;flex-direction:column}body:not(.home) .wp-site-blocks{flex:1 0 auto;display:flex;flex-direction:column}body:not(.home) .wp-site-blocks>main.wp-block-group{flex:1 0 auto}body.home,body.page-id-9{background-color:#0d0d2b!important}body.home .wp-site-blocks,body.page-id-9 .wp-site-blocks{background-color:#0d0d2b!important}body.home .entry-content,body.page-id-9 .entry-content{background-color:#0d0d2b!important}body.home .entry-content>.wp-block-group,body.page-id-9 .entry-content>.wp-block-group{background-color:#0d0d2b!important}body.home .entry-content h1,body.home .entry-content h2,body.home .entry-content h3,body.home .entry-content h4,body.home .entry-content p,body.page-id-9 .entry-content h1,body.page-id-9 .entry-content h2,body.page-id-9 .entry-content h3,body.page-id-9 .entry-content h4,body.page-id-9 .entry-content p{color:#f0f0ff!important}body.home .entry-content>.wp-block-group.has-background h2,body.home .entry-content>.wp-block-group.has-background h3,body.home .entry-content>.wp-block-group.has-background p,body.page-id-9 .entry-content>.wp-block-group.has-background h2,body.page-id-9 .entry-content>.wp-block-group.has-background h3,body.page-id-9 .entry-content>.wp-block-group.has-background p{color:#f0f0ff!important}body.home .wp-block-cover__inner-container h1,body.home .wp-block-cover__inner-container h2,body.home .wp-block-cover__inner-container p,body.page-id-9 .wp-block-cover__inner-container h1,body.page-id-9 .wp-block-cover__inner-container h2,body.page-id-9 .wp-block-cover__inner-container p{color:#f0f0ff!important}body.home .entry-content .has-text-color,body.page-id-9 .entry-content .has-text-color{color:#f0f0ff!important}body.home .entry-content .has-lime-color,body.page-id-9 .entry-content .has-lime-color{color:#c8ff00!important}body.home .entry-content .has-magenta-color,body.page-id-9 .entry-content .has-magenta-color{color:#ff006e!important}body.home .entry-content .has-mint-color,body.page-id-9 .entry-content .has-mint-color{color:#00d9c0!important}body.home .entry-content>.wp-block-group.has-background,body.page-id-9 .entry-content>.wp-block-group.has-background{border-top:none!important;border-top-width:0!important;border-top-color:transparent!important}body.home .wp-block-button__link,body.page-id-9 .wp-block-button__link{background:transparent!important;background-color:transparent!important;color:var(--gw-lime)!important;border:2px solid var(--gw-lime)!important;border-radius:var(--gw-radius-pill)!important;font-family:var(--gw-font)!important;font-weight:700!important;font-size:15px!important;padding:13px 36px!important;box-shadow:none!important;transition:var(--gw-transition)!important;text-decoration:none!important}body.home .wp-block-button__link:hover,body.page-id-9 .wp-block-button__link:hover{background:var(--gw-lime)!important;background-color:var(--gw-lime)!important;color:var(--gw-navy)!important;box-shadow:none!important;transform:translateY(-2px)}body.page-id-35,body.page-id-35 .wp-site-blocks,body.page-id-35 .entry-content{background-color:var(--gw-navy)!important}body.page-id-35 .entry-content>.wp-block-group{background-color:var(--gw-navy)!important}body.page-id-35 h1,body.page-id-35 h2,body.page-id-35 h3,body.page-id-35 .has-text-color{color:#f0f0ff!important}body.page-id-35 p{color:rgb(240 240 255 / .8)!important}body.page-id-35 .gw-toolbar{background:var(--gw-navy-card)!important;border-color:var(--gw-indigo)!important}body.page-id-35 .gw-search-input,body.page-id-35 .gw-filter-select,body.page-id-35 select,body.page-id-35 input[type="text"],body.page-id-35 input[type="date"],body.page-id-35 input[type="search"]{background:var(--gw-navy-mid)!important;color:#f0f0ff!important;border-color:var(--gw-indigo)!important}body.page-id-35 .gw-search-input::placeholder{color:rgb(240 240 255 / .4)!important}body.page-id-41,body.page-id-62,body.page-id-41 .wp-site-blocks,body.page-id-62 .wp-site-blocks,body.page-id-41 .entry-content,body.page-id-62 .entry-content{background-color:var(--gw-navy)!important}body.page-id-41 .entry-content>.wp-block-group,body.page-id-62 .entry-content>.wp-block-group{background-color:var(--gw-navy)!important}body.page-id-41 .entry-content h2:nth-of-type(1),body.page-id-62 .entry-content h2:first-of-type{color:var(--gw-lime)!important;font-size:2.8rem!important}body.page-id-41 .entry-content p,body.page-id-62 .entry-content p{color:rgb(240 240 255 / .85)!important;font-size:16px;line-height:1.7}body.page-id-41 .entry-content h2.wp-block-heading:nth-of-type(1){color:#ffffff!important}body.page-id-41 .entry-content h2.wp-block-heading:nth-of-type(2){color:#ffffff!important}body.page-id-41 .entry-content h2.wp-block-heading:nth-of-type(3){color:#ffffff!important}body.page-id-41 .entry-content h2.wp-block-heading:nth-of-type(4){color:#ffffff!important}body.page-id-41 .entry-content h2.wp-block-heading:nth-of-type(5){color:#ffffff!important}body.page-id-41 .entry-content h3.wp-block-heading{color:#ffffff!important}body.page-id-41 .entry-content h4.wp-block-heading{color:#ffffff!important}body.page-id-41 .entry-content a,body.page-id-62 .entry-content a{color:var(--gw-lime)!important;text-decoration:none;border-bottom:1px solid rgb(200 255 0 / .3);transition:var(--gw-transition)}body.page-id-41 .entry-content a:hover,body.page-id-62 .entry-content a:hover{color:var(--gw-mint)!important;border-bottom-color:var(--gw-mint)}body.page-id-41 .entry-content .has-background,body.page-id-62 .entry-content .has-background{border-radius:12px;border-left:4px solid var(--gw-lime);padding-left:28px!important;margin-bottom:24px}body.page-id-41 .entry-content p strong,body.page-id-62 .entry-content p strong{color:var(--gw-mint)!important;font-weight:700}body.page-id-40,body.page-id-40 .wp-site-blocks,body.page-id-40 .entry-content,body.page-id-40 .entry-content>.wp-block-group{background-color:var(--gw-navy)!important}body.page-id-40 .gw-submit-wrap{background:var(--gw-navy-card);border-radius:16px;padding:48px 40px;max-width:680px;box-shadow:0 8px 40px rgb(0 0 0 / .3)}body.page-id-40 .gw-submit-wrap h2{color:var(--gw-lime)!important;font-family:var(--gw-font-heading)!important;font-size:2.4rem!important;letter-spacing:0.03em!important;margin-bottom:4px!important}body.page-id-40 .gw-submit-wrap>p{color:rgb(240 240 255 / .7)!important;font-family:var(--gw-font-body)!important;font-size:15px!important}body.page-id-40 .gw-form-row label{color:rgb(240 240 255 / .85)!important;font-family:var(--gw-font-body)!important;font-size:13px!important;text-transform:uppercase;letter-spacing:.06em;font-weight:600!important}body.page-id-40 .gw-form-row input,body.page-id-40 .gw-form-row textarea,body.page-id-40 .gw-form-row select{background:var(--gw-navy-mid)!important;color:#f0f0ff!important;border:2px solid var(--gw-indigo)!important;border-radius:10px!important;font-family:var(--gw-font-body)!important;font-size:15px!important}body.page-id-40 .gw-form-row input::placeholder,body.page-id-40 .gw-form-row textarea::placeholder{color:rgb(240 240 255 / .3)!important}body.page-id-40 .gw-form-row input:focus,body.page-id-40 .gw-form-row textarea:focus,body.page-id-40 .gw-form-row select:focus{border-color:var(--gw-lime)!important;box-shadow:0 0 0 3px rgb(200 255 0 / .1)!important;outline:none!important}body.page-id-40 .gw-form-row select option{background:var(--gw-navy-mid);color:#f0f0ff}body.page-id-40 .gw-form .gw-btn-primary{background:var(--gw-lime)!important;color:var(--gw-navy)!important;font-family:var(--gw-font)!important;font-weight:800!important;font-size:15px!important;padding:14px 32px!important;border-radius:var(--gw-radius-pill)!important;border:none!important;width:100%!important;box-shadow:none!important;cursor:pointer!important;transition:var(--gw-transition)!important}body.page-id-40 .gw-form .gw-btn-primary:hover{background:var(--gw-lime-dark)!important;transform:translateY(-2px)!important}body.page-id-40 .gw-form-grid{align-items:stretch!important;margin-bottom:18px!important}body.page-id-40 .gw-form-grid>.gw-form-row{display:flex!important;flex-direction:column!important;justify-content:flex-end!important;margin-bottom:0!important}body.page-id-40 .gw-submit-msg.success{background:rgb(0 217 192 / .12)!important;color:var(--gw-mint)!important;border:1px solid rgb(0 217 192 / .3)!important;font-family:var(--gw-font-body)!important}body.page-id-40 .gw-submit-msg.error{background:rgb(255 0 110 / .1)!important;color:var(--gw-magenta)!important;border:1px solid rgb(255 0 110 / .3)!important;font-family:var(--gw-font-body)!important}#gw-cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:99999;background:#15153a;border-top:2px solid #3a3e98;padding:16px 24px;display:flex;align-items:center;justify-content:center;transform:translateY(100%);transition:transform 0.35s cubic-bezier(.4,0,.2,1);box-shadow:0 -4px 32px rgb(0 0 0 / .4)}#gw-cookie-banner.gw-cookie-visible{transform:translateY(0)}.gw-cookie-inner{display:flex;align-items:center;gap:24px;max-width:1100px;width:100%;flex-wrap:wrap}.gw-cookie-text{flex:1;min-width:200px;margin:0;font-family:'Red Hat Display',sans-serif;font-size:14px;color:rgb(240 240 255 / .85);line-height:1.5}.gw-cookie-link{color:#c8ff00;text-decoration:none;border-bottom:1px solid rgb(200 255 0 / .3);margin-left:4px}.gw-cookie-link:hover{color:#00d9c0;border-bottom-color:#00d9c0}.gw-cookie-buttons{display:flex;gap:10px;flex-shrink:0}.gw-cookie-btn{padding:9px 22px;border-radius:50px;font-family:'Outfit',sans-serif;font-size:13px;font-weight:700;cursor:pointer;border:none;transition:all 0.2s ease;white-space:nowrap}.gw-cookie-btn--accept{background:#c8ff00;color:#0d0d2b}.gw-cookie-btn--accept:hover{background:#a8d900;transform:translateY(-1px)}.gw-cookie-btn--reject{background:#fff0;color:rgb(240 240 255 / .6);border:1.5px solid rgb(240 240 255 / .2)}.gw-cookie-btn--reject:hover{border-color:rgb(240 240 255 / .5);color:#f0f0ff}#gw-cookie-reset{position:fixed;bottom:16px;right:16px;z-index:99998;width:36px;height:36px;border-radius:50%;background:#15153a;border:1px solid #3a3e98;color:#f0f0ff;font-size:16px;cursor:pointer;opacity:.5;transition:opacity 0.2s;display:flex;align-items:center;justify-content:center;line-height:1}#gw-cookie-reset:hover{opacity:1}@media (max-width:640px){.gw-cookie-inner{flex-direction:column;gap:14px}.gw-cookie-buttons{width:100%}.gw-cookie-btn{flex:1;text-align:center}}body.page-id-3,body.page-id-3 .wp-site-blocks,body.page-id-3 .entry-content,body.page-id-3 .entry-content>.wp-block-group{background-color:#0d0d2b!important}body.page-id-3 .entry-content h2{color:#00d9c0!important}body.page-id-3 .entry-content p,body.page-id-3 .entry-content li{color:rgb(240 240 255 / .85)!important}body.page-id-3 .entry-content a{color:#c8ff00!important}body.page-id-3 .entry-content strong{color:#c8ff00!important}body.page-id-3 .entry-content ul{padding-left:24px}body.page-id-118,body.page-id-118 .wp-site-blocks,body.page-id-118 .entry-content,body.page-id-118 .entry-content>.wp-block-group{background-color:#0d0d2b!important}body.page-id-118 .entry-content h2{color:#00d9c0!important}body.page-id-118 .entry-content p,body.page-id-118 .entry-content li{color:rgb(240 240 255 / .85)!important}body.page-id-118 .entry-content a{color:#c8ff00!important}body.page-id-118 .entry-content strong{color:#c8ff00!important}body.page-id-118 .entry-content ul{padding-left:24px}.gw-single-event{background:var(--gw-navy);min-height:100vh;font-family:var(--gw-font-body)}.gw-se-hero{position:relative;min-height:480px;background:var(--gw-navy-mid);background-size:cover;background-position:center;overflow:hidden}.gw-se-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(13 13 43 / .95) 0%,rgb(13 13 43 / .5) 50%,rgb(13 13 43 / .2) 100%);display:flex;align-items:flex-end}.gw-se-hero-inner{max-width:1100px;margin:0 auto;width:100%;padding:40px 32px}.gw-se-cats{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.gw-se-cat{background:rgb(200 255 0 / .15);border:1px solid rgb(200 255 0 / .4);color:var(--gw-lime);font-size:12px;font-weight:700;padding:4px 12px;border-radius:50px;font-family:var(--gw-font);text-transform:uppercase;letter-spacing:.06em}.gw-se-title{font-family:var(--gw-font-heading)!important;font-size:clamp(2rem, 5vw, 3.5rem);color:#fff;margin:0 0 16px;line-height:1.1;letter-spacing:.02em}.gw-se-date-pill{display:inline-flex;align-items:center;gap:8px;background:rgb(0 217 192 / .15);border:1px solid rgb(0 217 192 / .4);color:var(--gw-mint);padding:8px 18px;border-radius:50px;font-size:14px;font-weight:600;font-family:var(--gw-font)}.gw-se-time{opacity:.8}.gw-se-body{padding:40px 0 80px}.gw-se-container{max-width:1100px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.gw-se-section{margin-bottom:40px}.gw-se-section-title{font-family:var(--gw-font-heading)!important;font-size:1.6rem;color:var(--gw-lime);margin:0 0 16px;letter-spacing:.03em;border-bottom:1px solid var(--gw-indigo);padding-bottom:10px}.gw-se-content{color:rgb(240 240 255 / .85);font-size:16px;line-height:1.75;font-family:var(--gw-font-body);overflow-wrap:break-word;word-break:break-word}.gw-se-content p{margin:0 0 16px}.gw-se-content a{color:var(--gw-lime);overflow-wrap:break-word;word-break:break-word}.gw-se-main,.gw-se-sidebar{min-width:0}.gw-se-map{height:280px;border-radius:12px;overflow:hidden;border:1px solid var(--gw-indigo)}.gw-se-card{background:var(--gw-navy-card);border-radius:16px;padding:28px;border:1px solid var(--gw-indigo);position:sticky;top:90px}.gw-se-info-row{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid rgb(58 62 152 / .4)}.gw-se-info-row:first-child{padding-top:0}.gw-se-info-row:last-of-type{border-bottom:none}.gw-se-info-icon{font-size:20px;flex-shrink:0;width:28px;text-align:center;margin-top:2px}.gw-se-info-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:rgb(240 240 255 / .4);font-weight:600;margin-bottom:4px;font-family:var(--gw-font)}.gw-se-info-value{font-size:15px;color:#f0f0ff;font-weight:600;line-height:1.4}.gw-se-info-sub{font-size:13px;color:rgb(240 240 255 / .55);margin-top:2px}.gw-se-price{color:var(--gw-lime)!important;font-size:20px!important;font-weight:800!important}.gw-se-free{color:var(--gw-mint)!important}.gw-se-cats-list{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.gw-se-cat-tag{background:rgb(58 62 152 / .5);color:rgb(240 240 255 / .8);font-size:12px;padding:3px 10px;border-radius:50px;font-family:var(--gw-font)}.gw-se-cta-btn{display:block;background:var(--gw-magenta);color:#fff!important;text-align:center;padding:14px 24px;border-radius:var(--gw-radius-pill);font-weight:700;font-size:15px;font-family:var(--gw-font);text-decoration:none;margin-top:24px;transition:var(--gw-transition)}.gw-se-cta-btn:hover{background:#d4005b;transform:translateY(-2px);color:#fff!important}.gw-se-cal-buttons{display:flex;flex-direction:column;gap:10px;margin-top:16px}.gw-se-cal-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:11px 20px;border-radius:var(--gw-radius-pill);font-weight:600;font-size:14px;font-family:var(--gw-font);text-decoration:none;transition:var(--gw-transition);border:1.5px solid #fff0}.gw-se-cal-ics{background:rgb(200 255 0 / .1);color:var(--gw-lime)!important;border-color:rgb(200 255 0 / .35)}.gw-se-cal-ics:hover{background:rgb(200 255 0 / .2);border-color:var(--gw-lime);transform:translateY(-1px)}.gw-se-cal-google{background:rgb(255 255 255 / .06);color:rgb(240 240 255 / .75)!important;border-color:rgb(255 255 255 / .15)}.gw-se-cal-google:hover{background:rgb(255 255 255 / .12);color:#fff!important;transform:translateY(-1px)}.gw-se-share{position:relative;margin-top:10px}.gw-se-share-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 20px;border-radius:var(--gw-radius-pill);font-weight:600;font-size:14px;font-family:var(--gw-font);cursor:pointer;background:rgb(255 255 255 / .06);color:rgb(240 240 255 / .75)!important;border:1.5px solid rgb(255 255 255 / .15);transition:var(--gw-transition)}.gw-se-share-btn:hover{background:rgb(255 255 255 / .12);color:#fff!important;border-color:rgb(255 255 255 / .3);transform:translateY(-1px)}.gw-se-share-menu{display:flex;flex-direction:column;gap:2px;margin-top:8px;padding:6px;border-radius:14px;background:rgb(13 13 43 / .96);border:1.5px solid rgb(255 255 255 / .12);box-shadow:0 12px 32px rgb(0 0 0 / .45)}.gw-se-share-menu[hidden]{display:none}.gw-se-share-opt{display:flex;align-items:center;gap:12px;width:100%;padding:10px 14px;border-radius:10px;font-size:14px;font-weight:500;font-family:var(--gw-font);text-align:left;text-decoration:none;cursor:pointer;background:#fff0;border:none;color:rgb(240 240 255 / .85)!important;transition:background 0.15s,color 0.15s}.gw-se-share-opt svg{flex-shrink:0;color:rgb(240 240 255 / .65)}.gw-se-share-opt:hover{background:rgb(255 255 255 / .08);color:#fff!important}.gw-se-share-opt:hover svg{color:var(--gw-lime)}.gw-se-back-btn{display:block;text-align:center;padding:10px;color:rgb(240 240 255 / .5)!important;font-size:13px;font-family:var(--gw-font);text-decoration:none;margin-top:12px;transition:color 0.2s}.gw-se-back-btn:hover{color:var(--gw-lime)!important}.gw-se-back-top{display:inline-flex;align-items:center;gap:6px;color:rgb(240 240 255 / .55)!important;font-size:14px;font-weight:500;font-family:var(--gw-font);text-decoration:none;margin-bottom:20px;transition:color 0.2s}.gw-se-back-top:hover{color:var(--gw-lime)!important}@media (min-width:901px){.gw-se-back-btn{display:none!important}}@media (max-width:900px){.gw-se-back-top{display:none!important}}@media (max-width:900px){.gw-se-container{grid-template-columns:1fr}.gw-se-sidebar{order:-1}.gw-se-card{position:static}.gw-se-hero{min-height:340px}}@media (max-width:600px){.gw-se-hero-inner{padding:24px 20px}.gw-se-container{padding:0 16px}.gw-se-hero{min-height:280px}}body.single-gw_event{background-color:var(--gw-navy)!important;min-height:100vh}body.single-gw_event .wp-site-blocks,body.single-gw_event main,body.single-gw_event .entry-content{background-color:var(--gw-navy)!important}body.single-gw_event header.wp-block-template-part,body.single-gw_event .wp-block-template-part[data-type="core/template-part"]{background:var(--gw-indigo)!important}body.single-gw_event .wp-block-post-title{display:none!important}@media (max-width:768px){body.single-gw_event .wp-block-navigation__responsive-container.is-menu-open{display:flex!important;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;z-index:100000!important}body.single-gw_event .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{box-sizing:border-box!important;width:100%!important;padding:4rem 2rem 3rem!important}}@media (max-width:768px){body.page-id-35 .wp-block-post-title{display:none!important}}body.single-gw_event .gw-single-event{display:block!important;width:100%!important}body.single-gw_event .gw-se-hero{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}body.single-gw_event header.wp-block-template-part{background:rgb(13 13 43 / .95)!important;border-bottom:1px solid var(--gw-indigo)!important;backdrop-filter:blur(12px)!important;position:sticky!important;top:0!important;z-index:1000!important}body.single-gw_event.logged-in.admin-bar header.wp-block-template-part{top:32px!important}body.single-gw_event .gw-single-event{margin-top:0!important;padding-top:0!important}body.single-gw_event .gw-se-hero{margin-top:0!important}body.single-gw_event .wp-site-blocks>*{margin-top:0!important}body.single-gw_event header .wp-block-navigation a,body.single-gw_event header .wp-block-navigation .wp-block-navigation-item__content{color:#ffffff!important}body.single-gw_event .wp-block-navigation a,body.single-gw_event .wp-block-navigation .wp-block-navigation-item__content{color:#ffffff!important;background:transparent!important;border-color:rgb(255 255 255 / .3)!important}body.single-gw_event .wp-block-navigation a[href*="dodaj-wydarzenie"]{background:var(--gw-magenta)!important;color:#ffffff!important;border-color:transparent!important;padding:8px 20px!important;border-radius:var(--gw-radius-pill)!important}body.single-gw_event .wp-block-navigation a[href$="/wydarzenia/"]{background:var(--gw-lime)!important;color:var(--gw-navy)!important;border-color:transparent!important;font-weight:700!important;padding:8px 20px!important;border-radius:var(--gw-radius-pill)!important}body.single-gw_event .wp-block-navigation a:hover{background:var(--gw-lime)!important;color:var(--gw-navy)!important;border-color:transparent!important}body.single-gw_event .wp-block-navigation a[href*="dodaj-wydarzenie"]:hover{background:#d4005b!important;color:#ffffff!important}body.single-gw_event #page>hr,body.single-gw_event hr{display:none!important}body.single-gw_event .gw-se-hero-overlay{align-items:center!important;background:linear-gradient(135deg,rgb(13 13 43 / .85) 0%,rgb(13 13 43 / .4) 50%,rgb(13 13 43 / .65) 100%)!important}body.single-gw_event .gw-se-hero-inner{padding:60px 48px!important}@media (max-width:600px){body.single-gw_event .gw-se-hero-inner{padding:28px 20px!important}}body.single-gw_event #page>div:first-child{position:sticky!important;top:0!important;z-index:999!important;background:rgb(13 13 43 / .95)!important;backdrop-filter:blur(12px)!important;border-bottom:1px solid rgb(58 62 152 / .5)!important}body.single-gw_event.logged-in.admin-bar #page>div:first-child{top:32px!important}body.single-gw_event #page>.wp-block-group.alignfull,body.single-gw_event #page>.wp-block-group.has-background{background-color:var(--gw-indigo)!important;margin-top:0!important}body.single-gw_event #page>.wp-block-group.alignfull *,body.single-gw_event #page>.wp-block-group.has-background *{color:rgb(255 255 255 / .85)!important}body.single-gw_event #page>.wp-block-group.alignfull a:hover,body.single-gw_event #page>.wp-block-group.has-background a:hover{color:var(--gw-lime)!important}body.single-gw_event>.wp-block-group.alignfull:first-of-type,body.single-gw_event>div.wp-block-group:not(.gw-single-event):not(.has-background):first-of-type{background:var(--gw-indigo)!important;backdrop-filter:none!important}body.single-gw_event .wp-block-navigation .wp-block-navigation-item a{padding:7px 18px!important;border-radius:var(--gw-radius-pill)!important;font-weight:600!important;font-size:14px!important;font-family:var(--gw-font)!important;transition:var(--gw-transition)!important;display:inline-block!important;background:transparent!important;color:#ffffff!important;border:none!important}body.single-gw_event .wp-block-navigation .wp-block-navigation-item a:hover{background:var(--gw-lime)!important;color:var(--gw-navy)!important}body.single-gw_event .wp-block-navigation a[href$="/wydarzenia/"]{background:var(--gw-lime)!important;color:var(--gw-navy)!important;font-weight:700!important;padding:8px 20px!important}body.single-gw_event .wp-block-navigation a[href$="/wydarzenia/"]:hover{background:#00b8a8!important;color:var(--gw-navy)!important}body.single-gw_event .wp-block-navigation a[href*="dodaj-wydarzenie"]{background:var(--gw-magenta)!important;color:#ffffff!important;font-weight:700!important;padding:8px 20px!important}body.single-gw_event>.wp-block-group.alignfull:not(.has-background):not(.gw-single-event){background:var(--gw-indigo)!important;background-color:var(--gw-indigo)!important}body.single-gw_event>.wp-block-group.alignfull:not(.has-background):not(.gw-single-event)>.wp-block-group,body.single-gw_event>.wp-block-group.alignfull:not(.has-background):not(.gw-single-event)>.wp-block-group>.wp-block-group{background-color:var(--gw-indigo)!important}body.single-gw_event .wp-block-navigation{justify-content:flex-end!important;margin-left:auto!important}body.single-gw_event>.wp-block-group.alignfull:not(.has-background):not(.gw-single-event) .alignwide{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;flex-wrap:nowrap!important}body.single-gw_event .wp-block-navigation{margin-left:0!important;justify-content:flex-end!important}body.single-gw_event header.wp-block-template-part,body.single-gw_event header.wp-block-template-part .wp-block-group{background-color:var(--gw-indigo)!important}body.single-gw_event header.wp-block-template-part .alignwide{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;flex-wrap:nowrap!important;width:100%!important}header.wp-block-template-part .wp-block-navigation a[href*="dodaj-wydarzenie"]:not([aria-current="page"]),body.single-gw_event .wp-block-navigation a[href*="dodaj-wydarzenie"]:not([aria-current="page"]){background:transparent!important;background-color:transparent!important;color:#ffffff!important;border:none!important;padding:7px 18px!important;font-weight:600!important}header.wp-block-template-part .wp-block-navigation a,header.wp-block-template-part .wp-block-navigation .wp-block-navigation-item__content,body.single-gw_event .wp-block-navigation a,body.single-gw_event .wp-block-navigation .wp-block-navigation-item__content{font-family:var(--gw-font-heading)!important;letter-spacing:0.05em!important;font-size:16px!important}header.wp-block-template-part .wp-block-navigation a[href$="/wydarzenia/"]:hover,body.single-gw_event .wp-block-navigation a[href$="/wydarzenia/"]:hover{background:var(--gw-lime)!important;color:var(--gw-navy)!important}header.wp-block-template-part .wp-block-navigation a[href*="/o-nas/"]:hover,body.single-gw_event .wp-block-navigation a[href*="/o-nas/"]:hover{background:var(--gw-lime)!important;color:var(--gw-navy)!important;border-radius:var(--gw-radius-pill)!important}header.wp-block-template-part .wp-block-navigation a[href*="/kontakt/"]:hover,body.single-gw_event .wp-block-navigation a[href*="/kontakt/"]:hover{background:var(--gw-magenta)!important;color:#ffffff!important;border-radius:var(--gw-radius-pill)!important}footer.wp-block-template-part,footer.wp-block-template-part a,footer.wp-block-template-part p,footer.wp-block-template-part li,footer.wp-block-template-part span,footer.wp-block-template-part .wp-block-navigation a,.gw-footer-bar,.gw-footer-bar a,.gw-footer-copy{font-family:'Nunito','Arial',sans-serif!important}header.wp-block-template-part .wp-block-navigation a[href$="gdziewyjde.pl/"]:hover,header.wp-block-template-part .wp-block-navigation a[href="/"]:hover,body.single-gw_event .wp-block-navigation a[href="/"]:hover{background:var(--gw-magenta)!important;color:#ffffff!important}header.wp-block-template-part .wp-block-navigation a[href*="dodaj-wydarzenie"]:hover,body.single-gw_event .wp-block-navigation a[href*="dodaj-wydarzenie"]:hover{background:#00d9c0!important;color:var(--gw-navy)!important}header.wp-block-template-part .wp-block-navigation a[href$="/wydarzenia/"][aria-current="page"],header.wp-block-template-part .wp-block-navigation a[href*="/o-nas/"][aria-current="page"]{background:var(--gw-lime)!important;color:var(--gw-navy)!important}header.wp-block-template-part .wp-block-navigation a[href="/"][aria-current="page"],header.wp-block-template-part .wp-block-navigation a[href$="gdziewyjde.pl/"][aria-current="page"],header.wp-block-template-part .wp-block-navigation a[href*="/kontakt/"][aria-current="page"]{background:var(--gw-magenta)!important;color:#ffffff!important}header.wp-block-template-part .wp-block-navigation a[href*="dodaj-wydarzenie"][aria-current="page"]{background:var(--gw-mint)!important;color:var(--gw-navy)!important}h1,h2,h3,h4,h5,h6,.wp-block-heading,.gw-carousel-title,.gw-section-header h2,.gw-event-title,.gw-home-card-title,.gw-se-title{font-family:'Rubik','Arial Black',sans-serif!important;font-weight:600!important}.gw-btn,.gw-btn-more,.gw-btn-primary,.gw-se-cta-btn,.wp-block-button__link,header.wp-block-template-part .wp-block-navigation a,body.single-gw_event .wp-block-navigation a{font-family:'Rubik','Arial Black',sans-serif!important;font-weight:600!important}footer.wp-block-template-part,footer.wp-block-template-part a,footer.wp-block-template-part p,footer.wp-block-template-part span,footer.wp-block-template-part li,.gw-footer-bar,.gw-footer-bar a{font-family:'Rubik','Arial Black',sans-serif!important;font-weight:600!important}body.page-id-35 .wp-block-post-title,body.page-id-41 .wp-block-post-title,body.page-id-62 .wp-block-post-title{color:var(--gw-lime)!important}body.page-id-40 .wp-block-post-title{display:none!important}body.page-id-41 .entry-content h2.wp-block-heading:first-of-type,body.page-id-62 .entry-content h2.wp-block-heading:first-of-type{display:none!important}body.page-id-41 .entry-content h2.wp-block-heading{color:#ffffff!important}#gw-date-from,#gw-date-to,.gw-date-inputs input[type="date"],body.page-id-35 input[type="date"],body.page-id-40 input[type="date"]{color-scheme:dark!important}#gw-date-from::-webkit-calendar-picker-indicator,#gw-date-to::-webkit-calendar-picker-indicator,.gw-date-inputs input[type="date"]::-webkit-calendar-picker-indicator,body.page-id-35 input[type="date"]::-webkit-calendar-picker-indicator,body.page-id-40 input[type="date"]::-webkit-calendar-picker-indicator{opacity:.8;cursor:pointer}.gw-results-count{padding-left:8px}#gw-sub-time,body.page-id-40 input[type="time"]{color-scheme:dark!important}#gw-sub-time::-webkit-calendar-picker-indicator,body.page-id-40 input[type="time"]::-webkit-calendar-picker-indicator{opacity:.8;cursor:pointer}body.page-id-62 .entry-content a,body.page-id-62 .gw-contact-socials a{text-decoration:none!important;border-bottom:none!important}body.page-id-62 .entry-content a:hover{text-decoration:underline!important}body.page-id-62 .gw-contact-socials a:hover{text-decoration:none!important;opacity:.8}.gw-price-display{font-size:13px;color:var(--gw-lime);font-weight:600;margin-top:4px}body:not(.home) main{margin-top:0!important}body:not(.home) main>.wp-block-group.alignfull{padding-top:clamp(20px, 4vw, 40px)!important}.gw-map-container{border-radius:16px;overflow:hidden;margin-top:8px}#gw-map{width:100%;height:500px;border-radius:16px;z-index:1}#gw-map .leaflet-popup-content-wrapper{background:var(--gw-navy,#0a1628);color:#fff;border-radius:12px;border:1px solid rgb(200 255 0 / .2)}#gw-map .leaflet-popup-tip{background:var(--gw-navy,#0a1628)}#gw-map .leaflet-popup-content a{color:var(--gw-lime,#c8ff00)}@media (max-width:768px){#gw-map{height:350px}}#gw-total{margin-right:4px;color:var(--gw-lime);font-weight:700}body.page-id-62 .entry-content a[href^="mailto"]{color:#fff!important;border-bottom:none!important;text-decoration:none!important}a:focus:not(:focus-visible),button:focus:not(:focus-visible),.wp-block-site-logo a:focus,.wp-block-site-logo a:focus-visible,header.wp-block-template-part a:focus:not(:focus-visible),header.wp-block-template-part button:focus:not(:focus-visible),.wp-block-navigation a:focus:not(:focus-visible),.wp-block-navigation-item a:focus:not(:focus-visible),.gw-event-card:focus:not(:focus-visible),.gw-btn:focus:not(:focus-visible),.gw-carousel-wrapper button:focus:not(:focus-visible),.gw-view-toggle button:focus:not(:focus-visible){outline:none!important;box-shadow:none!important}.wp-block-site-logo a,.wp-block-site-logo a:focus,.wp-block-site-logo a:active,.wp-block-site-logo a:focus-visible{outline:none!important;box-shadow:none!important}.gw-event-content p,.gw-event-content li,.gw-event-content span,.gw-event-content div:not([class]),.wp-block-post-content p,.wp-block-post-content li,.wp-block-post-content span,.post-type-gw_event .entry-content p,.post-type-gw_event .entry-content li,.post-type-gw_event .entry-content span,.post-type-gw_event .wp-block-post-content p,.post-type-gw_event .wp-block-post-content li{font-family:'Red Hat Display','Segoe UI',sans-serif!important;font-size:16px;line-height:1.7;color:rgb(240 240 255 / .88)}.gw-single-details{background:var(--gw-navy-card,#15153a);border:1px solid rgb(200 255 0 / .12);border-radius:16px;padding:20px 24px;margin-bottom:28px;display:flex;flex-direction:column;gap:12px}.gw-sd-row{display:flex;align-items:flex-start;gap:12px;font-family:'Red Hat Display',sans-serif;font-size:15px;color:rgb(240 240 255 / .9);line-height:1.5}.gw-sd-icon{font-size:18px;flex-shrink:0;width:24px;text-align:center;margin-top:1px}.gw-sd-map-link{color:var(--gw-lime,#c8ff00);text-decoration:none;border-bottom:1px solid rgb(200 255 0 / .3);transition:color 0.2s}.gw-sd-map-link:hover{color:var(--gw-mint,#00d9c0);border-bottom-color:var(--gw-mint)}.gw-sd-map-arrow{font-size:12px;opacity:.7;margin-left:2px}.gw-single-details a:not(.gw-sd-map-link){color:var(--gw-lime,#c8ff00);text-decoration:none;border-bottom:1px solid rgb(200 255 0 / .3)}.gw-single-details a:not(.gw-sd-map-link):hover{color:var(--gw-mint,#00d9c0)}.gw-se-image-credit{text-align:right;font-size:11px;color:rgb(255 255 255 / .4);padding:4px 16px;margin-top:-4px}.gw-se-image-credit a{color:rgb(255 255 255 / .5);text-decoration:none;border-bottom:1px solid rgb(255 255 255 / .2)}.gw-se-image-credit a:hover{color:rgb(255 255 255 / .8)}.gw-upload-container{display:flex;flex-direction:column;gap:10px}.gw-upload-zone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:28px 20px;border:2px dashed rgb(200 255 0 / .35);border-radius:14px;background:rgb(200 255 0 / .03);cursor:pointer;transition:border-color 0.2s,background 0.2s;text-align:center}.gw-upload-zone:hover,.gw-upload-zone.gw-drag-over{border-color:var(--gw-lime,#c8ff00);background:rgb(200 255 0 / .07)}.gw-upload-zone.gw-file-selected{border-color:var(--gw-mint,#00d9c0);border-style:solid;background:rgb(0 217 192 / .06);padding:16px 20px}.gw-upload-preview{display:none;width:100%;max-height:160px;object-fit:cover;border-radius:8px;border:2px solid rgb(0 217 192 / .3)}.gw-upload-zone.gw-file-selected .gw-upload-preview{display:block}.gw-upload-zone.gw-file-selected #gw-upload-icon{display:none}.gw-upload-zone.gw-file-selected #gw-file-hint{display:none}.gw-upload-zone-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgb(200 255 0 / .12);color:var(--gw-lime,#c8ff00);flex-shrink:0;transition:background 0.2s,color 0.2s}.gw-upload-zone-title{font-size:14px;font-weight:700;color:var(--gw-lime,#c8ff00);letter-spacing:.02em}.gw-upload-zone.gw-file-selected .gw-upload-zone-title{color:var(--gw-mint,#00d9c0);font-size:13px;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gw-upload-zone-sub{font-size:12px;color:rgb(240 240 255 / .45);line-height:1.4}.gw-upload-zone.gw-file-selected #gw-file-sub{color:rgb(0 217 192 / .6);font-size:11px}.gw-upload-remove{display:none;align-items:center;gap:6px;background:#fff0;border:1px solid rgb(255 0 110 / .4);border-radius:50px;color:rgb(255 0 110 / .8);font-size:13px;font-weight:600;padding:6px 14px;cursor:pointer;transition:background 0.2s,border-color 0.2s,color 0.2s;align-self:flex-start;font-family:inherit}.gw-upload-remove.gw-visible{display:inline-flex}.gw-upload-remove:hover{background:rgb(255 0 110 / .1);border-color:rgb(255 0 110 / .7);color:#ff006e}.gw-file-input,body.page-id-40 .gw-form-row input.gw-file-input,input.gw-file-input{display:none!important;width:0!important;height:0!important;opacity:0!important;position:absolute!important}.gw-file-upload{margin-bottom:6px}.gw-form-hint{display:block;font-size:12px;color:rgb(255 255 255 / .5);margin-top:4px;line-height:1.5}.gw-checkbox-label{display:flex;gap:10px;align-items:flex-start;font-size:14px;cursor:pointer;line-height:1.5}.gw-checkbox-label input[type="checkbox"]{margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer}.gw-checkbox-label a{color:var(--gw-lime,#c8ff00);text-decoration:none}.gw-checkbox-label a:hover{text-decoration:underline}.gw-pill-bar,.gw-pill-panel,.gw-panel-backdrop{display:none}@media (max-width:768px){.gw-filter-toggle{display:none!important}.gw-events-layout .gw-sidebar{display:none!important}.gw-pill-bar{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -12px 8px;padding:32px 12px 10px;position:sticky;top:56px;z-index:999;background:var(--gw-bg,#0a0a1f)}.gw-pill-bar::-webkit-scrollbar{display:none}.gw-pill{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border:1.5px solid var(--gw-lime);border-radius:999px;background:#fff0;color:var(--gw-lime);font-size:13px;font-weight:600;font-family:var(--gw-font);white-space:nowrap;cursor:pointer;transition:background 0.15s,color 0.15s;flex-shrink:0}.gw-pill.active{background:var(--gw-lime);color:var(--gw-navy)}.gw-pill-arrow{font-size:10px;opacity:.8}.gw-pill-free.active{background:var(--gw-lime);color:var(--gw-navy)}.gw-pill-panel-inner{padding:20px 20px 32px}.gw-pill-panel-inner h4{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gw-text-muted);margin-bottom:14px}.gw-cat-chips{display:flex;flex-wrap:wrap;gap:8px}.gw-cat-chip{cursor:pointer}.gw-cat-chip input{display:none}.gw-cat-chip span{display:inline-flex;align-items:center;gap:4px;padding:7px 13px;border:1.5px solid var(--gw-border-mid);border-radius:999px;font-size:13px;color:var(--gw-text);transition:border-color 0.15s,background 0.15s,color 0.15s}.gw-cat-chip span em{font-style:normal;opacity:.55;font-size:11px}.gw-cat-chip input:checked+span{border-color:var(--gw-lime);background:rgb(200 255 0 / .1);color:var(--gw-lime)}#gw-panel-date .gw-date-inputs{display:flex;gap:12px}#gw-panel-date .gw-date-inputs label{flex:1;display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--gw-text-muted)}#gw-panel-date .gw-date-inputs input{background:var(--gw-bg-card,#111130);border:1.5px solid var(--gw-border-mid);border-radius:8px;color:var(--gw-text);padding:10px 8px;font-size:14px;width:100%}#gw-price-max-mobile{width:100%;margin-top:12px;accent-color:var(--gw-lime)}}.gw-sidebar-actions{position:sticky;bottom:0;background:var(--gw-navy-mid);padding:14px 0 20px;display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--gw-border-mid);box-shadow:0 -12px 20px 4px var(--gw-navy-mid)}.gw-back-btn{display:none}@media (max-width:768px){.gw-back-btn{display:inline-flex;align-items:center;gap:6px;position:fixed;top:72px;left:16px;z-index:9000;background:rgb(13 13 43 / .85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1.5px solid var(--gw-border-mid);border-radius:999px;color:var(--gw-text);font-size:13px;font-weight:600;font-family:var(--gw-font);padding:8px 14px 8px 10px;cursor:pointer}}.gw-pricetype-toggle{display:flex;gap:6px;flex-wrap:wrap}.gw-pt-btn{flex:1 1 auto;min-width:80px;padding:8px 12px;border:1.5px solid var(--gw-border-mid,rgb(255 255 255 / .18));border-radius:var(--gw-radius-pill,999px);background:#fff0;color:var(--gw-text,#fff);font-family:var(--gw-font);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.gw-pt-btn:hover{border-color:var(--gw-lime)}.gw-pt-btn.active{background:var(--gw-lime);border-color:var(--gw-lime);color:var(--gw-navy)}.gw-sort-wrap{display:flex;align-items:center;gap:8px;margin-left:auto}.gw-sort-label{font-size:13px;color:var(--gw-text-muted,rgb(255 255 255 / .7));font-family:var(--gw-font);white-space:nowrap}.gw-sort-select{min-width:170px}@media (max-width:768px){.gw-sort-wrap{margin-left:0;width:100%}.gw-sort-select{flex:1;min-width:0}}