@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f9f9f9;color:#22223b;line-height:1.6;font-size:16px}img{max-width:100%;display:block}button,input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit;border:none;background:none;color:inherit}a{color:inherit;text-decoration:none;transition:color .2s ease}ul,ol{list-style:none;padding-left:0}[hidden]{display:none}.container{max-width:1200px;margin:0 auto;padding:0 1.2rem}.flex-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.flex-row.center{justify-content:center}.flex-row.between{justify-content:space-between}.flex-row.around{justify-content:space-around}.flex-row.evenly{justify-content:space-evenly}.flex-row.wrap{flex-wrap:wrap}.flex-row.gap{gap:1rem}.flex-column{display:flex;flex-direction:column}.flex-column.center{align-items:center;justify-content:center}.flex-column.gap{gap:1rem}.grid{display:grid;gap:2rem}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.auto{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (max-width: 768px){.grid{grid-template-columns:1fr!important}}body{position:relative;z-index:0}:root{--nav-accent: #14c2c5;--nav-active-text: #0a2d4a;--nav-active-bg-start: #e9f5ff;--nav-active-bg-end: #dff0ff}.site-header{width:100%;background:linear-gradient(108deg,#eafcffcc,#53e0f6cc 70%,#139dcfbb);box-shadow:0 2px 24px #0a375522;border-bottom:1px solid rgba(70,224,250,.2666666667);position:sticky;top:0;z-index:9999;backdrop-filter:blur(5px) saturate(115%);-webkit-backdrop-filter:blur(5px) saturate(115%);transition:background .18s}.header-inner{max-width:1300px;margin:0 auto;padding:.6rem 2.2rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:clamp(1rem,3vw,2.2rem);min-height:96px;position:relative}.logo-link{display:flex;align-items:center;min-width:170px}.logo{height:82px;max-width:320px;width:auto;object-fit:contain;display:block;transition:height .18s}.language-switcher{display:flex;gap:1rem;align-items:center}.language-switcher.desktop-switcher{justify-self:end}@media (max-width: 950px){.language-switcher.desktop-switcher{display:none}}.language-switcher.mobile-switcher{display:none}@media (max-width: 950px){.language-switcher.mobile-switcher{display:flex;flex-wrap:wrap;justify-content:center;padding:1.2rem 1rem 2rem;gap:1rem;width:100%;background:#fff;border-top:1px solid #eee}}.lang-btn{background:transparent;border:none;cursor:pointer;font-size:1.35rem;transition:transform .15s;padding:.22em .5em;line-height:1}.lang-btn:hover{transform:scale(1.11)}.hamburger-btn{display:none;background:none;border:none;flex-direction:column;justify-content:center;align-items:center;width:48px;height:48px;font-size:2.3rem;cursor:pointer;margin-left:1rem;color:#07c;z-index:1001;position:relative}.hamburger-btn span{display:block;width:30px;height:4px;background:#07c;margin:4px 0;border-radius:2px;transition:all .25s}@media (max-width: 950px){.hamburger-btn{display:flex}}.site-header .menu-overlay-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000047;opacity:0;visibility:hidden;pointer-events:none;backdrop-filter:none;-webkit-backdrop-filter:none;display:block;transition:opacity .2s ease,visibility .2s ease}.site-header .menu-overlay-bg.active{opacity:1;visibility:visible;pointer-events:auto;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.main-nav{justify-self:center;min-width:0;z-index:2000;display:flex;align-items:center}.main-nav ul{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;gap:clamp(.9rem,2.2vw,1.6rem);list-style:none;padding:0;margin:0}.main-nav a{font-size:1.12rem;font-weight:600;color:#222;letter-spacing:.01em;text-decoration:none;display:inline-flex;align-items:center;gap:.45rem;position:relative;padding:.55rem clamp(.5rem,1.4vw,.9rem);white-space:nowrap;border-radius:999px;transition:background .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.main-nav a:hover,.main-nav a:focus{color:#0a2d4a;background:#f0f7ff;text-decoration:none}.main-nav a:focus-visible{outline:2px solid var(--nav-accent);outline-offset:3px;border-radius:12px}.main-nav a.active{color:var(--nav-active-text);background:linear-gradient(180deg,var(--nav-active-bg-start) 0%,var(--nav-active-bg-end) 100%);box-shadow:0 2px 10px #0077cc14 inset,0 1px 6px #0077cc0d;text-decoration:none!important}.main-nav .menu-close{display:none}@media (max-width: 950px){.main-nav{position:fixed;top:0;right:0;width:82vw;max-width:340px;height:100vh;background:linear-gradient(108deg,#eafcff,#53e0f6 70%,#139dcf);flex-direction:column;align-items:flex-start;box-shadow:-8px 0 32px #0362;transform:translate(120%);transition:transform .26s ease-in-out;padding:1rem 1.5rem;overflow-y:auto}.main-nav ul{flex-direction:column;gap:1.6rem;width:100%;margin-top:5rem}.main-nav .menu-close{display:block;position:absolute;top:1.2rem;right:2rem;font-size:2.6rem;color:#07c;background:none;border:none;cursor:pointer;z-index:3000}.main-nav .language-switcher.mobile-switcher{display:flex;background:transparent;border-top:1px solid rgba(36,190,217,.4666666667)}}.main-nav.open{transform:translate(0)}.main-nav a[aria-current]{text-decoration:none!important;border-bottom:none!important}.site-header .main-nav a[aria-current]{color:var(--nav-active-text);background:linear-gradient(180deg,var(--nav-active-bg-start) 0%,var(--nav-active-bg-end) 100%);box-shadow:0 2px 10px #0077cc14 inset,0 1px 6px #0077cc0d}.site-header .main-nav a[aria-current]:after{content:"";position:absolute;left:12px;right:12px;bottom:-6px;height:2px;background:var(--nav-accent);border-radius:2px;opacity:.95;pointer-events:none}@media (max-width: 950px){.site-header .main-nav a[aria-current]:after{content:none}.site-header .main-nav a[aria-current]:before{content:none}}@media (forced-colors: active){.site-header .main-nav a[aria-current]{outline:2px solid SelectedItem;background:Canvas;box-shadow:none}.site-header .main-nav a[aria-current]:after{background:SelectedItem}}.hero-section{display:flex;min-height:480px;background:linear-gradient(133deg,#1b3c53,#169ac5 78%,#9de5ec);color:#fff;padding:.6rem 0;position:relative;overflow:hidden;z-index:0}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#233e50 65%,#53d6e0ee);opacity:.92;z-index:-1;pointer-events:none}.hero-flex{position:relative;z-index:2;max-width:1440px;margin:0 auto;width:100%;min-height:360px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4vw;padding:0 4vw}.hero-content{flex:1 1 520px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:300px;max-width:100%}@media (min-width: 1400px){.hero-content{max-width:940px}}.hero-content .hero-badge{display:inline-flex;align-items:center;gap:.6em;margin-bottom:1.15rem;padding:.48em 1.35em .48em 1.05em;background:linear-gradient(92deg,#eaf6fb 5%,#90e0ff 70%,#14c2c5);color:#07c;border-radius:2em;font-size:1.11rem;font-weight:700;box-shadow:0 3px 16px #00396e29,0 1px 4px #fff7;letter-spacing:.03em;text-align:center;border:none;text-decoration:none;transition:box-shadow .18s,transform .15s,background .22s,color .18s;position:relative;z-index:2;-webkit-user-select:none;user-select:none;cursor:pointer}.hero-content .hero-badge .badge-icon{font-size:1.32em;filter:drop-shadow(0 1px 4px rgba(255,255,255,.6));margin-right:.08em}.hero-content .hero-badge:hover,.hero-content .hero-badge:focus{box-shadow:0 8px 32px #14c2c555,0 1px 6px #fff7;background:linear-gradient(90deg,#e6f4ff 40%,#14c2c5);color:#005ca6;transform:translateY(-1px) scale(1.025);outline:none}.hero-content h1{font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;margin-bottom:1.05rem;color:#fff;line-height:1.13;letter-spacing:-.02em;text-shadow:0 2px 22px rgba(0,57,110,.2666666667)}.hero-content p{color:#eaf6fb;font-size:clamp(1.1rem,1.7vw,1.29rem);margin-bottom:1.2rem;max-width:90%;text-shadow:0 1px 8px rgba(0,57,110,.2)}.hero-content .hero-buttons{display:flex;gap:1.2rem;margin-top:.6rem;flex-wrap:wrap;width:100%}.hero-content .hero-buttons .btn-primary,.hero-content .hero-buttons .btn-secondary{padding:.99em 2.4em;font-size:1.13rem;font-weight:700;border-radius:2.2em;border:none;cursor:pointer;transition:background .16s,color .16s,box-shadow .15s,transform .18s;text-decoration:none;display:inline-block;box-shadow:0 2px 12px #00396e22;letter-spacing:.02em}.hero-content .hero-buttons .btn-primary{background:linear-gradient(90deg,#fff 40%,#e6f4ff);color:#07c;border:2px solid #fff}.hero-content .hero-buttons .btn-primary:hover,.hero-content .hero-buttons .btn-primary:focus{background:#07c;color:#fff;transform:translateY(-2px) scale(1.03);box-shadow:0 4px 18px #0051a633;outline:none}.hero-content .hero-buttons .btn-secondary{background:transparent;color:#fff;border:2px solid #fff}.hero-content .hero-buttons .btn-secondary:hover,.hero-content .hero-buttons .btn-secondary:focus{background:#fff;color:#07c;transform:translateY(-2px) scale(1.03);box-shadow:0 4px 18px #0051a633;outline:none}@keyframes badgeFadeIn{0%{opacity:0;transform:translateY(-16px) scale(.94)}70%{opacity:.88}to{opacity:1;transform:translateY(0) scale(1)}}.hero-image-wrapper{flex:1 1 500px;min-width:180px;max-width:380px;display:flex;align-items:center;justify-content:flex-end}.hero-image-wrapper .hero-image{width:100%;max-width:100%;min-width:120px;border-radius:1.2rem;box-shadow:0 8px 28px #00396e33;object-fit:contain;filter:drop-shadow(0 8px 40px rgba(0,57,110,.1333333333));background:#eaf6fb}@media (max-width: 1100px){.hero-flex{flex-direction:column;align-items:center;justify-content:center;height:auto;padding:3vw 2vw;gap:2.3rem;min-height:440px}.hero-image-wrapper{justify-content:center;margin-top:1.4rem}.hero-content{align-items:center;text-align:center}.hero-content h1{font-size:clamp(1.4rem,6vw,2.2rem)}.hero-content .hero-buttons{justify-content:center}}@media (max-width: 700px){.hero-section{min-height:0;height:auto;padding-bottom:1.2rem}.hero-flex{min-height:0;height:auto;padding:.8rem;gap:.7rem}.hero-image-wrapper{display:none}.hero-content .hero-badge{font-size:.98rem;margin-bottom:.64rem;padding:.38em 1em}.hero-content h1{font-size:1.19rem}.hero-content p{font-size:.97rem}.hero-buttons{gap:.7rem}}body.lang-de .hero-content h1,body.lang-pl .hero-content h1,body.lang-hu .hero-content h1,body.lang-sk .hero-content h1{font-size:clamp(1.7rem,4vw,2.3rem)}body.lang-de .hero-badge,body.lang-hu .hero-badge,body.lang-pl .hero-badge{white-space:normal;line-height:1.17;min-height:2.2em;padding-left:.7em;padding-right:1.25em;max-width:350px}@media (max-width: 900px){.hero-content{max-width:94vw!important}.hero-content h1{font-size:clamp(1.18rem,5vw,1.55rem)}.hero-buttons{flex-direction:column;align-items:center;gap:.77rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.section-events{padding:4rem 1rem 2rem;background:#fff}.events-header{text-align:center;margin-bottom:2rem}.events-header .events-title{font-size:2.2rem;font-weight:700;color:#0d2235;margin-bottom:.5rem;position:relative}.events-header .events-title:after{content:"";display:block;width:60px;height:3px;background:#07c;margin:.5rem auto 0;border-radius:2px}.events-header .events-subtitle{font-size:1rem;color:#555;margin-top:.5rem}.events-filters{display:block;margin-bottom:2.5rem;padding:1.2rem 1.5rem;background:#f5f9fc;border-radius:12px;box-shadow:0 2px 8px #0000000d}.filters-fieldset{border:0;padding:0;margin:0;width:100%;display:grid;grid-template-columns:1fr;gap:1rem 1.25rem;align-items:end}.filters-fieldset>legend{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(50%);clip:rect(0 0 0 0);overflow:hidden}.filter-group{display:flex;flex-direction:column;min-width:0;font-size:1rem;position:relative}.filter-group label{font-weight:600;margin-bottom:.5rem;color:#036}.styled-input,.styled-select,.filter-group select,.filter-group input[type=text],.filter-group input[type=search],.filter-group input[type=date]{height:44px;padding:0 .9rem;border:1px solid #ccddee;border-radius:8px;background:#fff;font-size:1rem;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;width:100%}.styled-input:hover,.styled-select:hover,.filter-group select:hover,.filter-group input[type=text]:hover,.filter-group input[type=search]:hover,.filter-group input[type=date]:hover{border-color:#07c;background-color:#f0f8ff}.styled-input:focus,.styled-select:focus,.filter-group select:focus,.filter-group input[type=text]:focus,.filter-group input[type=search]:focus,.filter-group input[type=date]:focus{border-color:#07c;outline:none;box-shadow:0 0 0 3px #07c3;background-color:#fff}.styled-select,.filter-group select,.styled-select option,.filter-group select option{color:#0d2235;background:#fff}.filter-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end;margin-top:.25rem}.filter-actions .btn{height:44px;padding:0 .95rem;border-radius:10px;font-weight:700;border:none;cursor:pointer;transition:transform .12s,box-shadow .2s,background .18s}.filter-actions .btn.btn-primary{background:#07c;color:#fff;box-shadow:0 4px 16px #0077cc2e}.filter-actions .btn.btn-primary:hover,.filter-actions .btn.btn-primary:focus{background:#0063a8;transform:translateY(-1px);box-shadow:0 6px 20px #0077cc47;outline:none}.filter-actions .btn.btn-secondary{background:#eef4fb;color:#036}.filter-actions .btn.btn-secondary:hover,.filter-actions .btn.btn-secondary:focus{background:#e2edf9;transform:translateY(-1px);outline:none}.filter-actions .btn.btn-ghost{background:#eef4fb;color:#036}.filter-actions .btn.btn-ghost:hover,.filter-actions .btn.btn-ghost:focus{background:#e2edf9;transform:translateY(-1px);outline:none}@media (min-width: 1100px){.filters-fieldset{grid-template-columns:repeat(12,minmax(0,1fr))}.filters-fieldset .filter-group{grid-column:span 3}.filters-fieldset .filter-group:nth-of-type(5){grid-column:1/span 3}.filters-fieldset .filter-keyword{grid-column:4/span 6}.filters-fieldset .filter-actions{grid-column:10/-1;justify-content:flex-end}}@media (max-width: 1099px) and (min-width: 721px){.filters-fieldset{grid-template-columns:repeat(2,minmax(0,1fr))}.filters-fieldset .filter-keyword{grid-column:span 2}.filters-fieldset .filter-actions{grid-column:2;justify-content:flex-end}}@media (max-width: 720px){.filters-fieldset{grid-template-columns:1fr;gap:.9rem}.filter-actions{justify-content:stretch}.filter-actions .btn{width:100%}}.typeahead-panel{position:absolute;z-index:50;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid #ccddee;border-radius:10px;box-shadow:0 10px 24px #00000014;padding:6px 0;max-height:280px;overflow:auto}.typeahead-item{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .85rem;cursor:pointer;font-size:.98rem;color:#0d2235}.typeahead-item:hover,.typeahead-item.active{background:#f0f8ff}.typeahead-item .ti-city{font-weight:700;letter-spacing:.01em}.typeahead-item .ti-meta{font-size:.85rem;color:#557;opacity:.95}.typeahead-item mark{background:#fff2a8;color:inherit;padding:0 .1em;border-radius:2px}.typeahead-empty,.typeahead-loading{padding:.6rem .85rem;font-size:.95rem;color:#667}.events-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:1.5rem}.event-card{background:#fff;padding:1.5rem;border-radius:1.2rem;box-shadow:0 2px 10px #0000000d;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:flex-start}.event-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 6px 24px #0077cc17}.event-card .event-title{margin-bottom:.4rem;font-size:1.25rem;font-weight:700;color:#0d2235}.event-card .event-date{margin-bottom:.35rem;font-size:.95rem;color:#3b5870}.event-card .event-description{margin-top:.25rem;margin-bottom:.7rem;font-size:.98rem;color:#455a6b;line-height:1.45}.event-img{width:100%;max-height:220px;object-fit:cover;border-radius:1rem;margin-bottom:1rem;background:#eaf6fb}.event-card-promo{border:2px solid #0077cc;position:relative}.event-promo-badge{position:absolute;top:1rem;right:1rem;background:#07c;color:#fff;padding:.3em .9em;font-size:.85rem;border-radius:1rem;box-shadow:0 2px 8px #07c5}.event-buttons,.event-buttons-group{display:flex;flex-wrap:wrap;gap:10px;margin-top:1rem}.event-button,.btn-event{display:inline-block;padding:10px 18px;border-radius:8px;font-weight:700;font-size:.95rem;text-decoration:none;white-space:nowrap;cursor:pointer;transition:all .2s ease-in-out;border:none}.btn-event.detail{background-color:#036;color:#fff}.btn-event.detail:hover{background-color:#002952}.btn-event.ticket{background-color:#ffd400;color:#000}.btn-event.ticket:hover{background-color:#e6be00}.btn-event.demo{background-color:#eee;color:#666;border:1px dashed #aaa}.btn-event.demo:hover{background-color:#ddd}.btn-event:disabled{opacity:.6;cursor:not-allowed}.event-demo-badge{--ib-bg: radial-gradient(120% 120% at 0% 0%, #f5fbff 0%, #eef7ff 40%, #ffffff 100%);--ib-border: rgba(7, 38, 77, .09);--ib-shadow: 0 10px 30px rgba(8, 60, 130, .08);--ib-text: #0d2235;--ib-accent: #0b74e5;--ib-accent-hover: #085ab5;display:grid;grid-template-columns:minmax(36px,auto) 1fr auto;align-items:center;gap:14px;padding:14px 16px;border-radius:16px;background:var(--ib-bg);border:1px solid var(--ib-border);box-shadow:var(--ib-shadow);backdrop-filter:saturate(120%) blur(6px);-webkit-backdrop-filter:saturate(120%) blur(6px);max-width:1100px;margin:16px auto 0}.event-demo-badge .ib-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(180deg,#e4f0ff,#d0e7ff);color:#08407a;font-size:18px;font-weight:700;box-shadow:inset 0 0 0 1px #08407a0d,0 2px 8px #08407a1f}.event-demo-badge .ib-text{margin:0;color:var(--ib-text);line-height:1.35;font-weight:600}.event-demo-badge .ib-cta{display:inline-block;white-space:nowrap;padding:12px 18px;border-radius:999px;line-height:1;background:var(--ib-accent);color:#fff;font-weight:800;text-decoration:none;box-shadow:0 10px 22px #0b74e547;transition:transform .1s,box-shadow .15s,background .15s}.event-demo-badge .ib-cta:hover,.event-demo-badge .ib-cta:focus-visible{background:var(--ib-accent-hover);transform:translateY(-1px);outline:none}.event-demo-badge .ib-cta:active{transform:translateY(0)}@media (max-width: 900px){.event-demo-badge{grid-template-columns:1fr auto}.event-demo-badge .ib-icon{display:none}}@media (max-width: 520px){.event-demo-badge{grid-template-columns:1fr;row-gap:10px;text-align:left;position:relative}.event-demo-badge .ib-cta{width:100%;text-align:center}}.chips-active{display:flex;flex-wrap:wrap;gap:.5rem;margin:.4rem 0 .6rem}.chips-active .chip.is-active{background:#fff;border:1px solid #cfe3f7;color:#036;box-shadow:0 2px 10px #0000000a}.events-load-more-wrap .btn{height:44px}.events-load-more-wrap .btn.btn-secondary{background:#eef4fb;color:#036;border:none;border-radius:999px;padding:.8rem 1.6rem;font-weight:800;box-shadow:0 6px 20px #0000000f}.event-modal{display:none;position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;overflow-y:auto;background-color:#0009;padding:2rem}.event-modal.visible,.event-modal.open{display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-in-out}.event-modal-content{background:#fff;margin:auto;padding:2rem;border-radius:16px;max-width:700px;width:100%;position:relative;text-align:left;box-shadow:0 6px 24px #00000040;display:flex;flex-direction:column;animation:scaleIn .25s ease}.event-modal-close{position:absolute;top:18px;right:22px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f7f7fa;border-radius:50%;border:none;cursor:pointer;box-shadow:0 2px 8px #2221a011;transition:background .18s,box-shadow .2s,transform .13s}.event-modal-close svg{stroke:#2b2b2b;stroke-width:2.3;width:28px;height:28px;transition:stroke .18s}.event-modal-close:hover,.event-modal-close:focus{background:#ebebf4;box-shadow:0 6px 18px #004a884a;transform:scale(1.08);outline:none}.event-modal-close:hover svg,.event-modal-close:focus svg{stroke:#07c}.modal-image{width:100%;border-radius:10px;margin-bottom:1.5rem;max-height:280px;object-fit:cover}.modal-date-location{font-weight:600;margin-bottom:.75rem;color:#333;font-size:.98rem}.modal-description{font-size:1rem;color:#444;margin-bottom:1.2rem;line-height:1.5}.modal-category{font-size:.95rem;color:#07c;font-weight:700;margin-bottom:1rem;font-style:italic}.modal-demo-note{background:#f0f8ff;color:#004a88;padding:14px 20px;border-left:5px solid #0078d7;border-radius:8px;margin-top:1.5rem;font-size:.95rem}.hidden{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.event-modal-content{padding:1.2rem;border-radius:12px}.modal-image{max-height:200px}.event-modal-close{top:10px;right:12px}}.events-show-all-btn{display:flex;justify-content:center;align-items:center;width:100%;margin:2.5rem 0 2rem}.show-all-events-btn{display:inline-block;min-width:280px;max-width:95vw;padding:1rem 2.5rem;border-radius:2rem;font-size:1.25rem;font-weight:700;color:#fff;background:linear-gradient(90deg,#058ee9,#00c9ff);box-shadow:0 4px 20px #058ee926;text-align:center;transition:background .2s,box-shadow .2s,transform .12s;border:none;text-decoration:none;cursor:pointer}.show-all-events-btn:hover,.show-all-events-btn:focus{background:linear-gradient(90deg,#00c9ff,#058ee9);box-shadow:0 8px 32px #058ee93b;color:#fff;transform:translateY(-2px) scale(1.03);outline:none}.calendar-buttons{display:flex;align-items:flex-start;gap:1.4rem;margin-top:1.4rem}.calendar-buttons .calendar-label{font-weight:700;color:#004a88;min-width:155px;font-size:1.1rem;padding-top:.33em;white-space:nowrap;flex-shrink:0}.calendar-buttons .calendar-btns-wrap{display:flex;gap:.8em;flex-wrap:wrap}.calendar-buttons .calendar-btn{display:flex;align-items:center;gap:.7em;background:#0a66c2;color:#fff;border-radius:8px;padding:.5em 1.5em .5em 1em;font-size:1.09rem;font-weight:700;text-decoration:none;border:none;outline:none;min-width:145px;box-shadow:0 2px 8px #0078d72e;transition:background .16s,box-shadow .18s,transform .13s;cursor:pointer;line-height:1.2;height:44px}.calendar-buttons .calendar-btn:hover,.calendar-buttons .calendar-btn:focus{background:#1877f3;color:#fff;box-shadow:0 4px 14px #0a66c24b;transform:translateY(-1.5px) scale(1.02);text-decoration:none}.calendar-buttons .calendar-btn .calendar-btn-icon{display:flex;align-items:center;justify-content:center}.calendar-buttons .calendar-btn .calendar-btn-icon svg{width:1.33em;height:1.33em;display:block}.calendar-buttons .calendar-btn .calendar-btn-label{font-weight:700;letter-spacing:.01em}@media (max-width: 900px){.calendar-buttons{flex-direction:column;align-items:flex-start;gap:.6rem}.calendar-buttons .calendar-label{margin-bottom:.7rem;padding-top:0;min-width:0}.calendar-buttons .calendar-btns-wrap{flex-direction:column;width:100%;gap:.6em;display:flex}.calendar-buttons .calendar-btn{width:100%;justify-content:flex-start;font-size:1rem;padding:.6em 1em;height:44px}}.input-error{border-color:#e63946;background-color:#fff5f5;box-shadow:0 0 0 2px #e6394626}.input-error:focus{border-color:#d62828;box-shadow:0 0 0 3px #e6394640;background-color:#fff}.form-error{color:#e63946;font-size:.85rem;margin-top:.35rem;display:none}:root{--clr-primary: #0077cc;--clr-primary-600: #0063a8;--clr-accent: #14c2c5;--sheet-radius: 18px}.filters-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;flex-wrap:wrap}.chips{display:flex;gap:.5rem;flex-wrap:wrap}.chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #ccddee;background:#fff;color:#0d2235;padding:.5rem .9rem;border-radius:999px;font-weight:700;cursor:pointer;transition:background .15s,border-color .15s,transform .1s}.chip:hover{background:#f0f8ff;border-color:var(--clr-primary)}.chip.ghost{background:#f7fbff;border-color:transparent}.chip-near{display:flex;align-items:center;gap:.5rem;background:linear-gradient(90deg,var(--clr-primary),var(--clr-accent));color:#fff;border-color:transparent}.chip-near svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:1.8}.filters-fab{position:fixed;right:16px;bottom:16px;z-index:60;background:linear-gradient(90deg,var(--clr-primary),var(--clr-accent));color:#fff;border:none;border-radius:999px;padding:.9rem 1.2rem;font-weight:800;box-shadow:0 10px 28px #0003;display:none}.filters-fab:active{transform:translateY(1px)}.filters-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;backdrop-filter:saturate(120%) blur(3px);-webkit-backdrop-filter:saturate(120%) blur(3px);z-index:55;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.filters-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.filter-dock[data-behavior=sheet]{transition:transform .25s ease,box-shadow .2s}@media (max-width: 720px){.filters-fab{display:inline-flex;align-items:center;gap:.5rem}.filter-dock[data-behavior=sheet]{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;box-shadow:0 -12px 40px #00000038;border-top-left-radius:var(--sheet-radius);border-top-right-radius:var(--sheet-radius);transform:translateY(102%);padding:1rem 1rem 1.1rem;max-height:85svh;overflow:auto}.filter-dock[data-behavior=sheet].is-open{transform:translateY(0)}.filters-close{position:absolute;top:.6rem;right:.6rem;width:34px;height:34px;border-radius:50%;border:none;background:#eef4fb;box-shadow:0 2px 8px #00000014}.filters-close:before,.filters-close:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:16px;height:2px;background:#036;transform:rotate(45deg)}.filters-close:after{transform:rotate(-45deg)}}.chip.is-active{box-shadow:0 0 0 2px #0077cc38 inset;border-color:var(--clr-primary)}.events-filters input,.events-filters select{height:44px;width:100%;padding:0 .9rem;border:1px solid #ccddee;border-radius:8px;background:#fff;color:#0d2235;font-size:1rem;box-shadow:0 1px 3px #0000000d;transition:border-color .18s,box-shadow .18s,background-color .15s}.events-filters input:hover,.events-filters select:hover{border-color:#07c;background-color:#f0f8ff}.events-filters input:focus,.events-filters select:focus{outline:0;border-color:#07c;box-shadow:0 0 0 3px #07c3;background:#fff}.events-filters>*{min-width:0}:root{--fd-bg: rgba(255,255,255,.72);--fd-blur: 10px;--fd-border: rgba(255,255,255,.55);--fd-shadow: 0 10px 30px rgba(8, 60, 130, .1);--fd-radius: 16px;--fd-ring: 0 0 0 3px rgba(0,119,204,.2);--chip-bg: rgba(13,34,53,.05);--chip-active: linear-gradient(180deg,#fff,rgba(255,255,255,.7));--chip-border: rgba(13,34,53,.08);--chip-ring: rgba(0,119,204,.35)}.filter-dock{background:var(--fd-bg);backdrop-filter:saturate(120%) blur(var(--fd-blur));-webkit-backdrop-filter:saturate(120%) blur(var(--fd-blur));border:1px solid var(--fd-border);border-radius:var(--fd-radius);box-shadow:var(--fd-shadow);padding:12px 14px}.filters-toolbar{row-gap:.35rem}.chip{display:inline-flex;align-items:center;gap:.55rem;padding:.5rem .85rem;border-radius:999px;background:var(--chip-bg);border:1px solid var(--chip-border);font-weight:700;transition:transform .12s,box-shadow .15s,background .15s,border-color .15s}.chip .icon{font-size:1rem;opacity:.9;line-height:1}.chip:hover{transform:translateY(-1px)}.chip:focus-visible{outline:0;box-shadow:var(--fd-ring)}.chip.is-active,.chip[aria-pressed=true]{background:var(--chip-active);box-shadow:inset 0 0 0 1px #0d22350a,0 2px 10px #0000000f;border-color:#0d22351a}.chip-near{background:linear-gradient(90deg,#07c,#14c2c5);color:#fff;border-color:transparent;box-shadow:0 8px 20px #0077cc40}.chip-near svg{stroke:#fff}.segmented{display:inline-flex;padding:2px;border-radius:999px;background:#0d22350f;border:1px solid rgba(13,34,53,.1);gap:2px;align-items:center;min-height:44px}.segmented .seg-indicator{display:none}.segmented button{padding:.42rem .9rem;border:0;background:transparent;border-radius:999px;font-weight:700;cursor:pointer}.segmented button.is-active{background:#fff;box-shadow:0 1px 6px #0000001f}.chips-active .chip{position:relative;padding-right:1.6rem;background:#fff}.chips-active .chip:after{content:"×";position:absolute;right:.6rem;line-height:1;font-weight:800;opacity:.6}.filters-fab[data-badge]:after,#filtersToggle[data-badge]:after{content:attr(data-badge);margin-left:.5rem;padding:.1rem .5rem;border-radius:999px;font-size:.85em;background:#036;color:#fff}.styled-input:focus,.styled-select:focus,.events-filters input:focus,.events-filters select:focus{box-shadow:var(--fd-ring)}@media (prefers-reduced-motion: reduce){.chip,.btn,.events-filters *{transition:none}}.filter-group.is-hidden{display:none}.date-combo{position:relative;display:grid;gap:.35rem}.date-combo label{font-weight:700;color:#036;font-size:.85rem}.date-combo .combo-button{display:flex;align-items:center;justify-content:space-between;height:44px;border-radius:8px;padding:.6rem .9rem;background:#fff;border:1px solid #ccddee;cursor:pointer;font-weight:700}.date-combo .combo-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.events-results-count{margin:.25rem auto 0;font-weight:800;color:#0d2235;text-align:center}.event-card.skeleton{padding:1.2rem}.event-card.skeleton .ph-img{width:100%;height:180px;border-radius:1rem;background:linear-gradient(90deg,#eef3f8,#f6f9fc,#eef3f8);background-size:200% 100%;animation:ph 1.1s linear infinite;margin-bottom:.9rem}.event-card.skeleton .ph-line{height:14px;border-radius:6px;background:linear-gradient(90deg,#eef3f8,#f6f9fc,#eef3f8);background-size:200% 100%;animation:ph 1.1s linear infinite;margin:.5rem 0}.event-card.skeleton .ph-line.short{width:60%}@keyframes ph{0%{background-position:200% 0}to{background-position:-200% 0}}.partners-hero{background:linear-gradient(90deg,#07c,#4bb7fa);color:#fff;padding:3rem 0 2rem}.partners-hero .hero-flex{display:flex;align-items:center;justify-content:space-between;gap:3rem}@media (max-width: 768px){.partners-hero .hero-flex{flex-direction:column;gap:2rem;text-align:center}}.partners-hero .partners-hero-content{flex:1}.partners-hero .partners-hero-content h1{font-size:2.6rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.partners-hero .partners-hero-content p{font-size:1.22rem;margin-bottom:1.3rem;max-width:600px}.partners-hero .partners-hero-content .partner-benefits{margin-bottom:1.5rem}.partners-hero .partners-hero-content .partner-benefits li{font-size:1.05rem;margin:.35rem 0;list-style:none}.partners-hero .partners-hero-content .partner-benefits li:before{content:"✔️ ";color:#fff;font-size:1.1rem}.partners-hero .partners-hero-content .btn-primary{background:#fff;color:#07c;padding:.85em 2em;font-weight:600;border-radius:999px;text-decoration:none;border:none;box-shadow:0 2px 12px #0077cc1c;transition:background .2s,color .2s}.partners-hero .partners-hero-content .btn-primary:hover{background:#4bb7fa;color:#fff}.partners-hero .partners-hero-image{flex-shrink:0}.partners-hero .partners-hero-image img{max-width:340px;border-radius:1.5rem;box-shadow:0 2px 20px #0077cc14}@media (max-width: 768px){.partners-hero .partners-hero-image img{max-width:90vw}}.partner-contact-section{background:#f8fafd;padding:2.5rem 0 3rem}.partner-contact-section .container{max-width:540px;margin:0 auto;background:#fff;border-radius:1.2rem;box-shadow:0 4px 36px #0077cc17;padding:2.2rem}@media (max-width: 768px){.partner-contact-section .container{padding:1.5rem .7rem 1.3rem}}.partner-contact-section h2{text-align:center;font-weight:600;margin-bottom:1.5rem;font-size:2rem;color:#07c;letter-spacing:-.5px}.partner-contact-section .contact-form{display:flex;flex-direction:column;gap:1.1rem}.partner-contact-section .contact-form .form-group{display:flex;flex-direction:column}.partner-contact-section .contact-form .form-group label{font-size:1rem;color:#22223b;margin-bottom:.3rem;font-weight:500}.partner-contact-section .contact-form .form-group input,.partner-contact-section .contact-form .form-group textarea{padding:.7em 1em;border:1px solid #eaeaea;border-radius:.7em;font-size:1rem;background:#f8fafd;resize:none}.partner-contact-section .contact-form .form-group input:focus,.partner-contact-section .contact-form .form-group textarea:focus{border-color:#4bb7fa;background:#fff;outline:none}.partner-contact-section .contact-form .form-group textarea{min-height:92px}.partner-contact-section .contact-form .btn-primary{background:#07c;color:#fff;border:none;border-radius:999px;font-weight:600;padding:.9em 2.3em;font-size:1.05rem;cursor:pointer;align-self:flex-end;margin-top:.5rem;box-shadow:0 1px 8px #0077cc12;transition:background .18s}.partner-contact-section .contact-form .btn-primary:hover{background:#4bb7fa}.partner-contact-section .contact-success{margin-top:2rem;text-align:center;color:#07c;font-weight:600;font-size:1.18rem;background:#eaf7ff;border-radius:.8em;padding:1em;display:none}.contact-form .form-error,.partner-contact-section .form-error{color:#df2222;background:#fff6f6;font-size:.99rem;border-radius:.5em;padding:.35em 1em .35em .7em;margin:.2em 0 .3em;border-left:3px solid #e45a5a;display:none;position:relative;z-index:1;min-height:1.4em}.form-error.active{display:block}@media (max-width: 520px){.partners-hero{padding:2rem 0 1.2rem}.partner-contact-section{padding:1.5rem 0 1.7rem}.partner-contact-section .container{padding:.9rem .4rem 1rem}.partner-contact-section h2{font-size:1.35rem}}.partner-contact-section .btn-primary{min-width:130px;font-size:1.08rem;padding-left:2em;padding-right:2em;margin-top:.7rem}.partners-placeholder{background:#f8fafd;padding:3.5rem 0}.partners-placeholder h2{text-align:center;font-size:2rem;font-weight:700;color:#22223b;margin-bottom:.6rem;letter-spacing:-.5px}.partners-placeholder p{text-align:center;max-width:620px;margin:0 auto 2.2rem;font-size:1.1rem;color:#7d8597}.partners-placeholder .partner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1.6rem;justify-content:center;align-items:stretch;max-width:1000px;margin:0 auto;padding:0 1rem}.partners-placeholder .partner-item{background:#fff;border-radius:1.2rem;padding:1.5rem 1rem 1.2rem;box-shadow:0 2px 18px #0077cc12;text-align:center;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:center;justify-content:center}.partners-placeholder .partner-item:hover{transform:translateY(-4px);box-shadow:0 6px 24px #0077cc1a}.partners-placeholder .partner-item img{width:64px;height:56px;margin-bottom:.8rem;object-fit:contain}.partners-placeholder .partner-item span{display:block;font-size:1rem;font-weight:500;color:#22223b;text-align:center}@media (max-width: 600px){.partners-placeholder{padding:2.3rem 0}.partners-placeholder h2{font-size:1.6rem}.partners-placeholder p{font-size:1rem}.partners-placeholder .partner-grid{display:flex;overflow-x:auto;gap:1rem;padding:0 1rem 1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.partners-placeholder .partner-item{flex:0 0 auto;min-width:110px;scroll-snap-align:center;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.partners-placeholder .partner-item img{width:64px;height:64px;margin-bottom:.6rem;object-fit:contain}.partners-placeholder .partner-item span{font-size:.95rem;text-align:center;font-weight:500}}.homepage-blog{padding:3rem 0;background:linear-gradient(90deg,#f2f8fd,#e6f4fb)}.homepage-blog .container{max-width:1200px;margin:0 auto;padding:0 1rem}.homepage-blog h2{text-align:center;font-size:2.1rem;color:#184469;margin-bottom:2.2rem;font-weight:800;letter-spacing:-.7px}.homepage-blog .homepage-blog-cards{display:flex;gap:2.3rem;justify-content:center;flex-wrap:wrap;min-height:250px}.homepage-blog .blog-card-homepage{max-width:360px;flex:1 1 300px;background:#fff;border-radius:1.2em;box-shadow:0 3px 16px #14c2c51c;display:flex;flex-direction:column;overflow:hidden;transition:transform .16s,box-shadow .17s}.homepage-blog .blog-card-homepage:hover,.homepage-blog .blog-card-homepage:focus-within{transform:translateY(-4px) scale(1.03);box-shadow:0 8px 26px #07c2}.homepage-blog .blog-card-homepage .blog-card-img{width:100%;height:190px;object-fit:cover;display:block;border-radius:1.2em 1.2em 0 0}.homepage-blog .blog-card-homepage .blog-card-body{padding:1.2rem 1.3rem 1.1rem;display:flex;flex-direction:column;flex:1 1 0}.homepage-blog .blog-card-homepage .blog-card-title{font-size:1.17rem;font-weight:800;color:#184469;margin-bottom:.5rem;letter-spacing:-.3px;line-height:1.24}.homepage-blog .blog-card-homepage .blog-card-lead{color:#334b69;font-size:1.04rem;margin-bottom:.8rem;flex:1 1 0}.homepage-blog .blog-card-homepage .blog-card-actions{display:flex;justify-content:flex-end;margin-top:auto}.homepage-blog .blog-card-homepage .blog-card-actions .blog-readmore{background:linear-gradient(90deg,#14c2c5 30%,#07c);color:#fff;font-weight:700;padding:.5em 1.3em;border-radius:1em;border:none;font-size:1rem;cursor:pointer;text-decoration:none;transition:background .13s,transform .13s}.homepage-blog .blog-card-homepage .blog-card-actions .blog-readmore:hover,.homepage-blog .blog-card-homepage .blog-card-actions .blog-readmore:focus{background:linear-gradient(90deg,#07c 30%,#14c2c5);transform:scale(1.05)}.homepage-blog .homepage-blog-more{display:block;text-align:center;margin:2.7rem auto 0;font-weight:700;color:#14c2c5;font-size:1.13rem;text-decoration:none}.homepage-blog .homepage-blog-more:hover{text-decoration:underline}@media (max-width: 900px){.homepage-blog .homepage-blog-cards{gap:1.3rem}.homepage-blog .blog-card-homepage{max-width:95vw}.homepage-blog .blog-card-homepage .blog-card-img{height:150px}}@media (max-width: 600px){.homepage-blog{padding:2.3rem 0}.homepage-blog .homepage-blog-cards{flex-direction:column;gap:1.2rem;align-items:center}.homepage-blog .blog-card-homepage{max-width:98vw;border-radius:.9em}.homepage-blog .blog-card-homepage .blog-card-img{height:120px}.homepage-blog .blog-card-homepage .blog-card-body{padding:1rem .9rem .8rem}.homepage-blog h2{font-size:1.35rem}.homepage-blog .homepage-blog-more{font-size:1.01rem}}.homepage-blog .blog-card-homepage.is-microguide{position:relative}.homepage-blog .blog-card-homepage.is-microguide>img,.homepage-blog .blog-card-homepage.is-microguide .blog-card-img{width:100%;height:190px;display:block;object-fit:cover;object-position:center;border-radius:1.2em 1.2em 0 0}@media (max-width: 900px){.homepage-blog .blog-card-homepage.is-microguide>img,.homepage-blog .blog-card-homepage.is-microguide .blog-card-img{height:150px}}@media (max-width: 600px){.homepage-blog .blog-card-homepage.is-microguide>img,.homepage-blog .blog-card-homepage.is-microguide .blog-card-img{height:120px}}.contact-section{background:#f8fafd;padding:4rem 0}.contact-section .container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.contact-section h2{margin-bottom:2rem;color:#07c;font-size:2rem;font-weight:700}.contact-content{display:flex;gap:3rem;flex-wrap:wrap;align-items:flex-start;justify-content:center;width:100%}@media (max-width: 900px){.contact-content{flex-direction:column;align-items:stretch;gap:1.6rem}}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #0000000d;min-width:280px;flex:1 1 340px}.contact-form .form-group{margin-bottom:1.3rem}.contact-form .form-group label{font-weight:500;display:block;margin-bottom:.4rem;font-size:1rem;color:#22223b}.contact-form .form-group input,.contact-form .form-group textarea{width:100%;padding:.7rem 1rem;border-radius:6px;border:1px solid #eaeaea;font-size:1rem;background:#f7fbff;resize:vertical;font-family:inherit}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#4bb7fa;background:#fff}.contact-form .form-group textarea{min-height:90px}.contact-form button[type=submit]{background:#07c;color:#fff;font-weight:600;border:none;border-radius:999px;padding:.9em 2.4em;font-size:1.1rem;cursor:pointer;margin-top:.8rem;box-shadow:0 1px 8px #0077cc12;transition:background .2s ease,transform .12s}.contact-form button[type=submit]:hover,.contact-form button[type=submit]:focus{background:#4bb7fa;transform:translateY(-2px) scale(1.03)}.contact-illustration img{width:220px;max-width:100%;margin-top:1rem;border-radius:6px;box-shadow:0 1px 6px #0000000a}#contact-success,.contact-error{display:none;margin-top:2rem;text-align:center;color:#07c;font-weight:600;font-size:1.18rem;background:#eaf7ff;border-radius:12px;padding:1.2rem 1.5rem}#contact-success.contact-error,.contact-error.contact-error{color:#e74c3c;background:#ffeced;border:1px solid #ffc6cc}.contact-error,#contact-success{transition:opacity .4s;opacity:1}:root{--about-measure: clamp(78ch, 84ch + 6vw, 110ch);--about-visual-w: clamp(220px, 22vw, 360px);--about-story-visual-w: clamp(360px, 34vw, 560px);--about-gap: clamp(18px, 2.6vw, 32px);--about-future-visual-w: clamp(420px, 40vw, 640px)}.language-switcher .lang-btn{border:0;background:transparent;padding:2px;border-radius:6px}.language-switcher .lang-btn:focus-visible{outline:2px solid #14c2c5;outline-offset:3px;border-radius:6px}.main-nav a[aria-current=page]{color:#07c;font-weight:700;position:relative}.main-nav a[aria-current=page]:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:#14c2c5;border-radius:2px;opacity:.9}.about-cta .btn-primary:focus-visible,.about-back-link .btn-secondary:focus-visible,.about-team .team-linkedin:focus-visible{outline:2px solid #14c2c5;outline-offset:3px;border-radius:1em}.about-hero{background:linear-gradient(120deg,#f2f8fd,#d3e6f8);padding:3.2rem 1rem 2.4rem}.about-hero .about-hero-inner{display:grid;grid-template-columns:minmax(0,clamp(72ch,100% - var(--about-visual-w) - var(--about-gap),120ch)) minmax(0,var(--about-visual-w));grid-template-areas:"text visual";align-items:center;gap:var(--about-gap);max-width:1500px;margin:0 auto}.about-hero .about-hero-visual{grid-area:visual;justify-self:end;width:var(--about-visual-w);max-width:var(--about-visual-w);height:auto;display:flex;align-items:center;justify-content:center}.about-hero .about-hero-visual .hero-globe{width:100%;min-width:180px;max-width:100%;height:auto;display:block;filter:drop-shadow(0 6px 32px rgba(20,194,197,.1647058824))}.about-hero .about-hero-textblock{grid-area:text;min-width:0;max-width:var(--about-measure)}.about-hero .about-hero-textblock h1{font-size:2.6rem;color:#07c;font-weight:900;margin-bottom:1.2rem;letter-spacing:-.5px}.about-hero .about-hero-textblock .about-hero-text{font-size:1.18rem;color:#224;line-height:1.65;margin-bottom:0}.about-hero .about-hero-textblock .about-hero-text strong{display:block;color:#0f9aa0;font-weight:800;font-size:1.13em;margin-top:1.6rem;letter-spacing:-.3px}@media (max-width: 600px){.about-hero{padding:.7rem .1rem .3rem}.about-hero .about-hero-inner{grid-template-columns:1fr;grid-template-areas:"text";gap:.2rem;align-items:center}.about-hero .about-hero-textblock{order:1;text-align:center;margin-bottom:.1rem;width:100%;max-width:none}.about-hero .about-hero-textblock h1{font-size:1.48rem;margin-bottom:1rem}.about-hero .about-hero-textblock .about-hero-text{font-size:1.02rem}.about-hero .about-hero-visual{display:none;order:2;max-width:130px}.about-hero .about-hero-visual .hero-globe{min-width:80px;max-width:120px;width:100%;height:auto;margin:0 auto;max-height:120px}}.about-story{background:#fff;padding:3rem 1rem 2.5rem}.about-story .container{max-width:1500px;margin:0 auto;padding:0 2rem}.about-story h2{color:#07c;text-align:left;margin-bottom:2.2rem;font-size:2.1rem;font-weight:800;letter-spacing:-.5px;max-width:var(--about-measure)}.about-story .about-story-inner{display:grid;grid-template-columns:minmax(0,clamp(72ch,100% - var(--about-story-visual-w) - var(--about-gap),120ch)) minmax(0,var(--about-story-visual-w));grid-template-areas:"text visual";align-items:center;gap:var(--about-gap)}.about-story .about-story-textblock{grid-area:text;max-width:var(--about-measure);min-width:0}.about-story .about-story-visual{grid-area:visual;justify-self:end;width:var(--about-story-visual-w);height:auto}.about-story .about-story-visual .story-badge,.about-story .about-story-visual .story-ticket{width:100%;height:auto;display:block;filter:drop-shadow(0 6px 32px rgba(20,194,197,.1647058824))}.about-story .about-story-text{font-size:1.18rem;color:#184469;line-height:1.7;letter-spacing:-.1px}.about-story .about-story-text p{margin-bottom:0rem}.about-story .about-story-text strong{color:#000;font-weight:700}@media (max-width: 900px){.about-story .about-story-inner{grid-template-columns:1fr;grid-template-areas:"text"}.about-story .about-story-visual{display:none!important}.about-story h2{max-width:none}}@media (max-width: 700px){.about-story{padding:2rem .8rem 1.5rem}.about-story .container{padding:0 1rem}.about-story h2{font-size:1.22rem;margin-bottom:1.2rem;text-align:center}.about-story .about-story-textblock{text-align:center;margin-inline:auto}.about-story .about-story-text{font-size:1.02rem;text-align:center}.about-story .about-story-text p{margin-bottom:1.1rem}}.about-values{background:#fff;padding:3rem 1rem 2rem}.about-values .container{max-width:1200px;margin:0 auto}.about-values h2{color:#07c;margin-bottom:2rem;font-size:2rem;text-align:center}.about-values .about-values-grid{display:flex;gap:2.2rem;justify-content:flex-start;flex-wrap:wrap}@media (max-width: 900px){.about-values .about-values-grid{justify-content:center;gap:1.2rem}}.about-values .about-value{background:#f6faff;border-radius:1.1rem;box-shadow:0 2px 12px #0077cc1a;padding:1.4rem 2.2rem;min-width:220px;max-width:340px;text-align:center;transition:transform .18s}.about-values .about-value .about-value-icon{width:54px;height:54px;margin-bottom:1rem;filter:drop-shadow(0 2px 8px rgba(0,119,204,.2));transition:filter .18s;display:inline-block}.about-values .about-value:hover{transform:translateY(-4px) scale(1.03)}.about-values .about-value:hover .about-value-icon{filter:drop-shadow(0 6px 16px rgba(0,119,204,.3019607843))}.about-values .about-value div{font-size:1.13rem;color:#184469}.about-motto{background:none;padding:1.5rem 0 2.4rem}.about-motto blockquote{font-size:1.5rem;color:#07c;font-style:italic;text-align:center;margin:0}.about-back-link{text-align:center;margin:2.5rem 0 1rem}.about-back-link .btn-secondary{display:inline-block;margin:1rem auto 0;font-size:1rem;padding:.7rem 1.7rem;background:none;border:2px solid #14c2c5;border-radius:1.2em;color:#14c2c5;font-weight:600;transition:background .18s,color .18s}.about-back-link .btn-secondary:hover,.about-back-link .btn-secondary:focus{background:#14c2c5;color:#fff;text-decoration:none}@media (max-width: 600px){.about-values{padding:2rem .2rem 1rem}.about-values h2{font-size:1.3rem}.about-values .about-value{padding:1rem .7rem;min-width:150px;max-width:100%;font-size:1rem}.about-motto blockquote{font-size:1.05rem}}.about-timeline{background:linear-gradient(120deg,#e8f4fc,#f6faff);padding:3rem 1rem 2.5rem}.about-timeline .container{max-width:900px;margin:0 auto}.about-timeline h2{color:#07c;text-align:center;margin-bottom:2.5rem;font-size:2rem;font-weight:700;letter-spacing:-.5px}.about-timeline .timeline-list{display:flex;flex-direction:column;gap:2.3rem;position:relative;margin:0;padding-left:.4rem}.about-timeline .timeline-item{display:flex;align-items:flex-start;gap:2.2rem;position:relative}.about-timeline .timeline-item:before{content:"";position:absolute;left:20px;top:2.2rem;width:2px;height:calc(100% - 2.2rem);background:linear-gradient(#07c3,#14c2c533);z-index:0;border-radius:2px;pointer-events:none}.about-timeline .timeline-item:last-child:before{display:none}.about-timeline .timeline-year{flex:0 0 80px;font-size:1.22rem;font-weight:700;color:#14c2c5;background:#fff;border-radius:1.3em;box-shadow:0 2px 8px #14c2c51a;text-align:center;padding:.6em 1em;position:relative;z-index:1;min-width:72px;margin-top:.1em}.about-timeline .timeline-content{flex:1 1 0%;font-size:1.12rem;color:#184469;background:#fff;border-radius:1.1em;box-shadow:0 1px 6px #0077cc16;padding:1.1rem 1.5rem;position:relative;z-index:1;line-height:1.6;letter-spacing:-.1px}@media (max-width: 700px){.about-timeline{padding:2rem .1rem 1.4rem}.about-timeline h2{font-size:1.22rem;margin-bottom:1.4rem}.about-timeline .timeline-list{gap:1.15rem;padding-left:0}.about-timeline .timeline-item{gap:1.1rem}.about-timeline .timeline-item .timeline-year{font-size:1rem;min-width:56px;padding:.5em .7em}.about-timeline .timeline-item .timeline-content{font-size:.97rem;padding:.8rem .7rem}}.about-team{background:linear-gradient(120deg,#f8fcff,#e1f5fb);padding:3rem 1rem 2.5rem}.about-team .container{max-width:1120px;margin:0 auto}.about-team h2{color:#07c;text-align:center;margin-bottom:2.2rem;font-size:2.5rem;font-weight:700;letter-spacing:-.5px}.about-team .team-list{display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:2rem 2.2rem;align-items:start}.about-team .team-member{background:#fff;border-radius:1.5em;box-shadow:0 4px 22px #0077cc18,0 1px 6px #14c2c514;display:flex;align-items:center;gap:2.1rem;padding:2.2rem 2.6rem;width:100%;max-width:none;min-width:0;margin:0;position:relative;transition:transform .18s,box-shadow .18s}.about-team .team-member:hover,.about-team .team-member:focus-within{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 24px #14c2c51f,0 2px 10px #0077cc1a}.about-team .team-photo{width:150px;height:150px;border-radius:50%;object-fit:cover;box-shadow:0 2px 18px #14c2c533;border:3px solid #fff;background:#e1f5fb;flex-shrink:0;transition:box-shadow .18s;display:block}.about-team .team-info{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.45rem}.about-team .team-name{font-size:1.25rem;font-weight:700;color:#184469;margin-bottom:.1em;letter-spacing:-.3px}.about-team .team-role{font-size:1.02rem;font-weight:600;color:#14c2c5;margin-bottom:.3em;letter-spacing:-.2px}.about-team .team-claim{font-size:1.08rem;color:#334b69;margin-bottom:.7em;line-height:1.5;letter-spacing:-.1px}.about-team .team-linkedin{margin-top:.3em;display:inline-flex;align-items:center;gap:.4em;transition:filter .14s;filter:grayscale(60%) brightness(.86)}.about-team .team-linkedin:hover,.about-team .team-linkedin:focus{filter:none}.about-team .team-linkedin img{width:26px;height:26px;border-radius:.6em;box-shadow:0 1px 5px #0077cc14;background:#eaf5fc;display:block}.about-team .team-linkedin .sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 900px){.about-team .team-list{grid-template-columns:1fr}}@media (max-width: 700px){.about-team{padding:2rem .2rem 1.2rem}.about-team h2{font-size:1.19rem;margin-bottom:1.2rem}.about-team .team-member{flex-direction:column;align-items:center;padding:1.3rem .8rem;gap:1.1rem}.about-team .team-photo{width:84px;height:84px}.about-team .team-info{align-items:center;text-align:center;gap:.2rem}.about-team .team-name{font-size:1.08rem}.about-team .team-role{font-size:.97rem}.about-team .team-claim{font-size:.98rem}.about-team .team-linkedin img{width:22px;height:22px}}.about-future{background:linear-gradient(120deg,#f8fcff,#e9f3ff);padding:3rem 1rem 2.6rem}.about-future .about-future-inner{max-width:1500px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:minmax(0,clamp(72ch,100% - var(--about-future-visual-w) - var(--about-gap),120ch)) minmax(0,var(--about-future-visual-w));grid-template-areas:"text visual";align-items:center;gap:var(--about-gap)}.about-future .about-future-textblock{grid-area:text;max-width:var(--about-measure);min-width:0}.about-future .about-future-textblock h2{color:#07c;text-align:left;margin-bottom:1.2rem;font-size:2.1rem;font-weight:800;letter-spacing:-.5px}.about-future .about-future-textblock .about-future-text{font-size:1.18rem;color:#184469;line-height:1.7}.about-future .about-future-textblock .about-future-text p{margin-bottom:.1rem}.about-future .about-future-textblock .about-future-text strong{color:#000;font-weight:700}.about-future .about-future-visual{grid-area:visual;justify-self:end;width:var(--about-future-visual-w);height:auto}.about-future .about-future-visual svg{width:100%;height:auto;display:block;filter:drop-shadow(0 6px 28px rgba(47,132,214,.1490196078))}@media (max-width: 900px){.about-future .about-future-inner{grid-template-columns:1fr;grid-template-areas:"text"}.about-future .about-future-visual{display:none!important}}@media (max-width: 700px){.about-future{padding:2rem .8rem 1.6rem}.about-future .about-future-inner{padding:0 1rem}.about-future .about-future-textblock{text-align:center}.about-future .about-future-textblock h2{font-size:1.22rem;margin-bottom:.9rem;text-align:center}.about-future .about-future-textblock .about-future-text{font-size:1.02rem;text-align:center}}.about-cta{background:linear-gradient(120deg,#f2f8fd,#d3e6f8);padding:3.2rem 1rem 2.5rem}.about-cta .container{max-width:640px;margin:0 auto;text-align:center}.about-cta h2{color:#07c;font-size:2rem;font-weight:700;margin-bottom:1.3rem;letter-spacing:-.5px}.about-cta .about-cta-text{font-size:1.14rem;color:#224;margin-bottom:2.1rem;line-height:1.6;font-weight:500}.about-cta .about-cta-actions{display:flex;justify-content:center;gap:1.3rem;flex-wrap:wrap}.about-cta .about-cta-actions .btn-primary{padding:.9em 2.2em;font-size:1.1rem;background:linear-gradient(90deg,#14c2c5 30%,#07c);border:none;border-radius:1.7em;color:#fff;font-weight:700;box-shadow:0 3px 16px #14c2c52a;transition:background .17s,box-shadow .17s,transform .14s;cursor:pointer;text-decoration:none;display:inline-block;margin-bottom:.3em}.about-cta .about-cta-actions .btn-primary:hover,.about-cta .about-cta-actions .btn-primary:focus{background:linear-gradient(90deg,#07c 30%,#14c2c5);box-shadow:0 6px 24px #0077cc2a;transform:translateY(-2px) scale(1.03);color:#fff;text-decoration:none}@media (max-width: 600px){.about-cta{padding:1.7rem .15rem 1.3rem}.about-cta h2{font-size:1.17rem;margin-bottom:.85rem}.about-cta .about-cta-text{font-size:1.01rem;margin-bottom:1.2rem}.about-cta .about-cta-actions .btn-primary{font-size:.97rem;padding:.7em 1.3em}}footer{text-align:center;padding:2rem 1rem;font-size:.93rem;color:#666;background:#fafafa;border-top:1px solid #eaeaea;margin-top:0}.footer-social{display:flex;gap:.8rem;justify-content:center;align-items:center;margin-bottom:1.1rem}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#07c;color:#fff;font-size:1rem;transition:background .2s}.footer-social a:hover{background:#4bb7fa}.footer-language-switcher{margin-top:1.4rem;display:flex;justify-content:center;gap:.8rem}.footer-language-switcher .lang-btn{border:none;background:transparent;cursor:pointer;padding:.3em .6em;font-size:1rem}.footer-language-switcher .lang-btn img{width:22px;height:16px;display:block}.footer-language-switcher .lang-btn:hover{transform:scale(1.1)}.events-hero{background:linear-gradient(120deg,#e9f3ff,#eaf8fa);padding:4.5rem 0 2.7rem;min-height:340px}.events-hero .events-hero-content{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.events-hero .events-hero-text{flex:1 1 340px;max-width:520px}.events-hero .events-hero-title{font-size:2.7rem;font-weight:900;color:#0d2235;margin-bottom:1rem;line-height:1.15;letter-spacing:-.01em}.events-hero .events-hero-desc{font-size:1.25rem;color:#37567a;margin-bottom:2.2rem;font-weight:500;max-width:430px}.events-hero .events-cta-btn{display:inline-block;background:#0572dd;color:#fff;font-weight:700;padding:1.05rem 2.5rem;border-radius:999px;font-size:1.18rem;box-shadow:0 3px 15px #0572dd23;text-decoration:none;transition:background .16s,transform .15s,box-shadow .14s}.events-hero .events-cta-btn:hover,.events-hero .events-cta-btn:focus{background:#005fad;transform:translateY(-2px) scale(1.04);box-shadow:0 8px 20px #0572dd35;color:#fff;text-decoration:none}.events-hero .events-hero-image{flex:1 1 360px;min-width:270px;max-width:480px}.events-hero .events-hero-image img{width:100%;height:auto;border-radius:1.4rem;box-shadow:0 4px 30px #abc1ee30;display:block}@media (max-width: 900px){.events-hero .events-hero-content{flex-direction:column;align-items:flex-start;gap:2.5rem}.events-hero .events-hero-text,.events-hero .events-hero-image{max-width:100%;flex:1 1 100%;text-align:left}}.events-upcoming-section{background:#f8fbfe;padding:2.8rem 0 2.6rem}.events-upcoming-section .container{max-width:1200px;margin:0 auto;padding:0 1.2rem}.events-upcoming-section .events-upcoming-title{font-size:2rem;font-weight:800;color:#036;margin:.25rem 0 1rem}.events-upcoming-section .filter-dock{margin:1rem 0 2rem}@media (min-width: 1024px){.events-upcoming-section .filter-dock{position:sticky;top:var(--stick-top, clamp(64px, 7.5vh, 92px));z-index:25}}.events-upcoming-section .filters-toolbar{margin-bottom:.25rem}.events-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.3rem;margin-top:1.25rem;padding:0 1.4rem}.event-card{background:#fff;border-radius:1.15rem;box-shadow:0 2px 12px #0077cc17;transition:transform .16s,box-shadow .16s;display:flex;flex-direction:column;align-items:flex-start;padding:2rem 1.4rem 1.7rem;min-height:420px;position:relative}.event-card:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 8px 30px #0077cc23}.event-card .event-img{width:100%;max-height:220px;object-fit:cover;border-radius:.95rem;margin-bottom:1rem;background:#eaf6fb}.event-card .event-title{font-size:1.25rem;font-weight:700;color:#002752;margin-bottom:.6rem}.event-card .event-date{font-size:1rem;color:#07c;margin-bottom:.5rem;font-weight:600}.event-card .event-description{color:#4e5a66;font-size:1rem;margin-bottom:.9rem;min-height:3.3em;line-height:1.4}.event-card .event-buttons-group{margin-top:auto;display:flex;gap:.8em;width:100%;flex-wrap:wrap}.event-card .event-buttons-group .btn-event{display:inline-block;border-radius:8px;font-weight:700;font-size:1rem;padding:.7em 1.8em;text-decoration:none;transition:background .16s,color .16s,box-shadow .13s;cursor:pointer;border:none;outline:none}.event-card .event-buttons-group .btn-event.detail{background:#07c;color:#fff}.event-card .event-buttons-group .btn-event.detail:hover{background:#004a88}.event-card .event-buttons-group .btn-event.ticket{background:#ffd400;color:#0d2235}.event-card .event-buttons-group .btn-event.ticket:hover{background:#f5c200}.event-card .event-buttons-group .btn-event.demo{background:#e4e4e4;color:#888;border:1px dashed #bbb}.event-card .event-buttons-group .btn-event.demo:hover{background:#d5e6f8}.events-categories{background:#fff;padding:3.5rem 1rem 2.7rem}.events-categories h3{font-size:1.38rem;font-weight:700;color:#0d2235;text-align:center;margin-bottom:2.2rem}.events-categories .events-categories-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:2.1rem;max-width:860px;margin:0 auto}.events-categories .events-categories-list .category-card{background:#f8fbfe;border-radius:1.2rem;padding:2rem 1rem;box-shadow:0 1px 7px #0077cc10;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:background .18s,box-shadow .19s,transform .13s;outline:none}.events-categories .events-categories-list .category-card:hover,.events-categories .events-categories-list .category-card:focus{background:#eaf6ff;box-shadow:0 8px 28px #0077cc24;transform:translateY(-2px) scale(1.04)}.events-categories .events-categories-list .category-card[aria-pressed=true]{background:#eaf6ff;box-shadow:0 0 0 2px #0077cc38 inset,0 8px 28px #0077cc24}.events-categories .events-categories-list .category-card .category-icon{width:45px;height:45px;margin-bottom:1.1rem}.events-categories .events-categories-list .category-card span{font-weight:600;font-size:1.1rem;color:#036}.events-benefits{background:linear-gradient(110deg,#f8fbfe 75%,#fff);padding:3rem 1.3rem 2.5rem}.events-benefits h3{font-size:1.2rem;font-weight:800;color:#036;margin-bottom:1.8rem;text-align:center}.events-benefits .benefits-list{display:flex;flex-wrap:wrap;gap:1.4rem;justify-content:center;max-width:920px;margin:0 auto}.events-benefits .benefit{display:flex;align-items:center;gap:.8rem;background:#fff;border-radius:1.1rem;box-shadow:0 1px 8px #0077cc13;padding:1rem 1.4rem;font-size:1.06rem;color:#036;font-weight:600;min-width:240px}.events-benefits .benefit-icon{font-size:1.35rem;line-height:1}.events-load-more-wrap{display:flex;justify-content:center;align-items:center;width:100%;margin:2rem 0 0}.events-load-more-wrap .btn{height:44px;padding:.8rem 1.6rem;border-radius:999px;font-weight:800}.events-load-more-wrap .btn.btn-secondary{background:#eef4fb;color:#036;border:none;box-shadow:0 6px 20px #0000000f}.events-load-more-wrap .btn.btn-secondary:hover{background:#e2edf9;transform:translateY(-1px)}@media (max-width: 900px){.events-hero{padding:2.4rem .5rem 2rem}.events-upcoming-section{padding:1.6rem 0 1.5rem}.events-categories{padding:2rem .7rem 1.3rem}.events-benefits{padding:1.4rem .4rem}.events-list{grid-template-columns:1fr;gap:1.3rem}}@media (max-width: 600px){.events-hero-content h1{font-size:2rem}.events-list{padding:0 .3rem}.events-categories-list{grid-template-columns:1fr 1fr}.events-benefits .benefits-list{flex-direction:column;gap:1rem;align-items:stretch}}.about-section.fancy-bg{background:linear-gradient(180deg,#f7f7f9 75%,#e5f9fb);border-top:1px solid #e0e6ec;padding:3rem 0 2.5rem}.about-section.fancy-bg .container{max-width:1200px;margin:0 auto;padding:0 1rem}.about-section.fancy-bg .about-flex{display:flex;align-items:center;justify-content:space-between;gap:2.8rem;flex-wrap:wrap;text-align:left}.about-section.fancy-bg .about-text-content{flex:1 1 540px;max-width:540px;text-align:left}.about-section.fancy-bg .about-text-content .about-headline{font-size:2.2rem;font-weight:800;color:#192646;margin-bottom:.7em;letter-spacing:-.01em;text-align:left}.about-section.fancy-bg .about-text-content .about-lead{font-size:1.19rem;color:#232c3d;margin-bottom:1.2em;font-weight:500;line-height:1.5;max-width:520px;text-align:left}.about-section.fancy-bg .about-text-content .about-text{font-size:1.13rem;color:#232c3d;margin-bottom:1.6em;max-width:540px;line-height:1.67;text-align:left}.about-section.fancy-bg .about-text-content .about-text strong{font-weight:700;color:#07c;font-size:1.07em}.about-section.fancy-bg .about-text-content .about-text sup{font-size:.67em;top:-.7em;left:.01em;position:relative}.about-section.fancy-bg .about-text-content .btn-main.btn-with-icon{display:inline-flex;align-items:center;justify-content:flex-start;background:linear-gradient(90deg,#07c,#14c2c5 80%);color:#fff;font-size:1.11rem;font-weight:600;padding:.85em 2.1em;border-radius:1.7em;box-shadow:0 4px 18px #14c2c516;text-decoration:none;gap:.38em;margin:0;min-width:0;box-sizing:border-box;transition:background .17s,box-shadow .19s,transform .15s;cursor:pointer}.about-section.fancy-bg .about-text-content .btn-main.btn-with-icon span{display:flex;align-items:center;font-weight:600;justify-content:flex-start;text-align:left}.about-section.fancy-bg .about-text-content .btn-main.btn-with-icon span strong{font-weight:700;margin-left:.13em}.about-section.fancy-bg .about-text-content .btn-main.btn-with-icon span strong sup{font-size:.6em;top:-.5em;left:.01em;position:relative}.about-section.fancy-bg .about-text-content .btn-main.btn-with-icon svg{margin-left:.18em;margin-bottom:.03em}.about-section.fancy-bg .about-text-content .btn-main.btn-with-icon:hover,.about-section.fancy-bg .about-text-content .btn-main.btn-with-icon:focus{background:linear-gradient(90deg,#14c2c5 15%,#07c);box-shadow:0 7px 24px #14c2c529;transform:translateY(-2px) scale(1.035);color:#fff}.about-section.fancy-bg .about-visual{flex:1 1 310px;text-align:center;margin-top:0;margin-bottom:0}.about-section.fancy-bg .about-visual .about-globe-anim{margin:0 auto;max-width:190px;width:100%;animation:aboutGlobeBounce 2.5s infinite cubic-bezier(.51,.05,.47,1.16)}.about-section.fancy-bg .about-visual .about-globe-anim svg{display:block;width:100%;max-width:190px;margin:0 auto;filter:drop-shadow(0 8px 28px rgba(20,194,197,.2705882353))}.about-section.fancy-bg .about-text-content p,.about-section.fancy-bg .about-text-content .about-text p{margin:0;padding:0}@media (max-width: 768px){.about-section.fancy-bg{padding:1.5rem 0 1.2rem}.about-section.fancy-bg .about-flex{display:block;text-align:center;margin:0;padding:0;gap:0}.about-section.fancy-bg .about-text-content,.about-section.fancy-bg .about-visual{width:100%;max-width:100%;margin:0 auto;padding:0;text-align:center!important}.about-section.fancy-bg .about-headline,.about-section.fancy-bg .about-lead,.about-section.fancy-bg .about-text{text-align:center!important}.about-section.fancy-bg .about-visual{margin-top:1.8em}.about-section.fancy-bg .about-visual .about-globe-anim{margin:1.1em auto 0;max-width:120px;width:100%}.about-section.fancy-bg .about-visual .about-globe-anim svg{max-width:120px}.about-section.fancy-bg .btn-main.btn-with-icon{display:flex;justify-content:center;align-items:center;margin:1.1em auto 1.2em;width:100%;max-width:340px;font-size:1.08rem;padding:.96em 1.3em}}@keyframes aboutGlobeBounce{0%{transform:translateY(0)}25%{transform:translateY(-8px)}50%{transform:translateY(0)}80%{transform:translateY(-3px)}to{transform:translateY(0)}}.mg{--mg-max: 980px;--mg-gutter: clamp(16px, 4vw, 28px)}.mg .mg-breadcrumb{max-width:var(--mg-max);margin:0 auto;padding:.75rem var(--mg-gutter);font-size:.9rem;color:#0009;border-bottom:1px solid rgba(0,0,0,.06);background:linear-gradient(180deg,#fff 0,#fff 60%,#fafcff)}.mg .mg-breadcrumb a{text-decoration:none;color:#184469;font-weight:600}.mg .mg-breadcrumb a:hover{text-decoration:underline}.mg .mg-breadcrumb a:focus-visible{outline:2px solid rgba(0,0,0,.3);outline-offset:2px;border-radius:.25rem}.mg .mg-breadcrumb span{text-transform:uppercase;letter-spacing:.04em}.mg .mg-hero{max-width:var(--mg-max);margin:0 auto;padding:.5rem var(--mg-gutter) 1.25rem;display:grid;grid-template-columns:1.2fr 1fr;gap:1.25rem}.mg .mg-hero .mg-hero-text{align-self:center}.mg .mg-hero .mg-hero-text .mg-kicker{text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;opacity:.7;margin:.25rem 0}.mg .mg-hero .mg-hero-text .mg-title{font-size:clamp(1.9rem,4vw,3rem);line-height:1.05;margin:.2rem 0 .6rem;color:#184469;font-weight:800;letter-spacing:-.02em}.mg .mg-hero .mg-hero-text .mg-meta{font-size:.92rem;opacity:.75}.mg .mg-hero .mg-hero-text .mg-actions{margin-top:.75rem}.mg .mg-hero .mg-hero-text .btn-share{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;line-height:inherit;text-align:left;cursor:pointer;padding:.6rem .9rem;border-radius:.6rem;border:1px solid rgba(0,0,0,.12);background:#fff;box-shadow:0 1px 3px #0000000a}.mg .mg-hero .mg-hero-text .btn-share:hover{background:#f9fbff}.mg .mg-hero .mg-hero-text .btn-share:focus-visible{outline:2px solid rgba(0,0,0,.3);outline-offset:2px}.mg .mg-hero .mg-hero-media{border-radius:1rem;overflow:hidden;box-shadow:0 8px 24px #0000000f}.mg .mg-hero .mg-hero-media img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.mg .mg-article{position:relative}.mg .mg-progress{position:sticky;top:clamp(76px,8vw,96px);z-index:5;align-self:start;max-width:var(--mg-max);margin:.25rem auto .5rem;padding:.55rem var(--mg-gutter);background:#ffffffc7;border:1px solid rgba(0,0,0,.06);backdrop-filter:saturate(130%) blur(8px);-webkit-backdrop-filter:saturate(130%) blur(8px);box-shadow:0 4px 22px #0a1e3c14;border-radius:14px}.mg .mg-progress ol{display:flex;gap:.6rem;flex-wrap:wrap}.mg .mg-progress ol a{padding:.42rem .7rem;border-radius:999px;background:#0000000d;text-decoration:none;font-size:.86rem;color:#184469;transition:background .18s,color .18s,box-shadow .18s}.mg .mg-progress ol a:hover{background:#00000014}.mg .mg-progress ol a:focus-visible{outline:2px solid rgba(0,0,0,.25);outline-offset:2px}.mg .mg-progress ol a[aria-current=true]{background:#e7f3ff;color:#0b65b1;box-shadow:0 0 0 2px #d4e9ff inset}.mg .mg-content{max-width:var(--mg-max);margin:0 auto;padding:0 var(--mg-gutter) 4rem}.mg #mg-share{max-width:var(--mg-max);margin:0 auto;padding:0 var(--mg-gutter)}.mg-share{display:flex;align-items:center;gap:12px;margin:6px 0 0}.mg-share__label{font-weight:600;font-size:14px;opacity:.9}.mg-share__btns{display:flex;flex-wrap:wrap;gap:8px}.mg-share__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:999px;width:36px;height:36px;display:inline-grid;place-items:center;padding:0;line-height:0;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.mg-share__btn:hover{box-shadow:0 2px 10px #00000014;transform:translateY(-1px)}.mg-share__btn:active{transform:translateY(0)}.mg-share__btn--system{border-style:dashed}.mg-share svg{width:auto;height:auto}.mg-share__icon{width:20px;height:20px;display:block}.mg-share__toast{position:fixed;right:16px;bottom:16px;z-index:2147483647;background:#111;color:#fff;padding:8px 10px;border-radius:10px;font-size:12px;opacity:0;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease}.mg-share__toast.is-visible{opacity:1;transform:translateY(0)}@media (prefers-color-scheme: dark){.mg-share__btn{background:#121212;border-color:#ffffff24}.mg-share__label{opacity:.92}}.mg .mg-section{padding:1.25rem 0 1.5rem;border-top:1px solid rgba(0,0,0,.055);scroll-margin-top:clamp(120px,12vh,160px)}.mg .mg-section:first-of-type{border-top:none}.mg .mg-section h2{font-size:clamp(1.3rem,2.6vw,2rem);margin:.25rem 0 .5rem;color:#184469;font-weight:800;letter-spacing:-.01em;line-height:1.2}.mg .mg-section p{font-size:1.05rem;line-height:1.7;color:#334b69;margin:0 0 .85rem}.mg .mg-section a{color:#07c;text-underline-offset:2px;text-decoration-thickness:.08em}.mg .mg-section a:hover{text-decoration:underline}.mg .mg-section ul,.mg .mg-section ol{margin:.4rem 0 1rem 1.2rem;padding:0}.mg .mg-section ul li,.mg .mg-section ol li{line-height:1.7;margin:.2rem 0}.mg .mg-section blockquote{margin:.8rem 0 1rem;padding:.75rem 1rem;border-left:3px solid #14c2c5;background:#f5fbfc;border-radius:.5rem;color:#2e455f}.mg .mg-section blockquote p{margin:0}.mg .mg-section:has(.mg-figure){display:grid;grid-template-columns:1fr min(420px,38%);grid-template-areas:"title media" "body  media";column-gap:clamp(16px,3vw,28px);row-gap:.35rem}.mg .mg-section:has(.mg-figure)>h2{grid-area:title;margin-bottom:.25rem}.mg .mg-section:has(.mg-figure)>p{grid-area:body}.mg .mg-section:has(.mg-figure)>.mg-figure{grid-area:media;align-self:start}.mg .mg-section:nth-of-type(2n):has(.mg-figure){grid-template-areas:"media title" "media body";grid-template-columns:min(420px,38%) 1fr}.mg .mg-section .mg-figure{margin:.5rem 0 0;width:100%}.mg .mg-section .mg-figure .mg-media-frame{aspect-ratio:4/3;border:1px solid rgba(0,0,0,.07);border-radius:.75rem;background:#f5f8fb;box-shadow:0 6px 16px #00000009;display:grid;place-items:center;overflow:hidden}.mg .mg-section .mg-figure img{max-width:92%;max-height:92%;width:auto;height:auto;display:block}.mg .mg-section .mg-figure figcaption{margin-top:.4rem;font-size:.85rem;color:#0009}.mg .mg-callout{display:flex;gap:.6rem;align-items:flex-start;padding:.9rem 1rem;margin:.9rem 0 1rem;border-radius:.75rem;border:1px solid rgba(20,66,105,.12);background:#f7fbff;box-shadow:0 2px 10px #00000008}.mg .mg-callout p{margin:0;font-size:.98rem;line-height:1.6}.mg .mg-callout strong{color:#184469}.mg .mg-callout .callout-label{font-weight:800;text-transform:uppercase;font-size:.78rem;letter-spacing:.04em;color:#07c;margin-right:.25rem;flex:0 0 auto;padding-top:.1rem}.mg .mg-callout.-info{background:#eef8ff;border-color:#cfeaff}.mg .mg-callout.-info .callout-label{color:#07c}.mg .mg-callout.-tip{background:#f1fbf5;border-color:#cfead8}.mg .mg-callout.-tip .callout-label{color:#1b9e58}.mg .mg-callout.-warn{background:#fff8f1;border-color:#ffd9b3}.mg .mg-callout.-warn .callout-label{color:#d27a00}.mg .mg-footer-cta{margin-top:1.25rem;padding-top:1rem;border-top:1px dashed rgba(0,0,0,.12)}.mg .mg-footer-cta .ib-cta{display:inline-block;margin-top:.5rem;font-weight:700;color:#14c2c5}.mg .mg-footer-cta .ib-cta:hover{text-decoration:underline}.mg .mg-mobile-nav{position:sticky;bottom:0;display:none;gap:.75rem;align-items:center;justify-content:space-between;padding:.6rem var(--mg-gutter);background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid rgba(0,0,0,.08)}.mg .mg-mobile-nav .mg-prev,.mg .mg-mobile-nav .mg-next{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;line-height:inherit;text-align:left;cursor:pointer;padding:.55rem .9rem;border-radius:.55rem;border:1px solid rgba(0,0,0,.12);background:#fff}.mg .mg-mobile-nav .mg-prev:hover,.mg .mg-mobile-nav .mg-next:hover{background:#f7fafc}.mg .mg-mobile-nav .mg-prev:disabled,.mg .mg-mobile-nav .mg-next:disabled{opacity:.5;cursor:not-allowed}.mg .mg-mobile-nav .mg-prev:focus-visible,.mg .mg-mobile-nav .mg-next:focus-visible{outline:2px solid rgba(0,0,0,.25);outline-offset:2px}.mg .mg-mobile-nav .mg-dots{display:flex;gap:.4rem}.mg .mg-mobile-nav .mg-dot{width:8px;height:8px;border-radius:50%;border:1px solid rgba(0,0,0,.25);background:#0000000f;transform:translateZ(0)}.mg .mg-mobile-nav .mg-dot[data-active=true]{width:10px;height:10px;background:#00000047;border-color:#00000047}.mg .mg-mobile-nav .mg-dot:focus-visible{outline:2px solid rgba(0,0,0,.25);outline-offset:2px}@media (max-width: 860px){.mg .mg-hero{grid-template-columns:1fr}.mg .mg-progress{display:none}.mg .mg-mobile-nav{display:flex}.mg .mg-section:has(.mg-figure){display:block}.mg .mg-section>.mg-figure{margin-top:.5rem}}@media (prefers-reduced-motion: reduce){.mg{scroll-behavior:auto}}.blog-list .blog-card.is-microguide .card-link{display:block;padding:0;margin:0;border:0}.blog-list .blog-card.is-microguide .card-media{margin:0;padding:0;border-radius:1.2em 1.2em 0 0;overflow:hidden;background:linear-gradient(180deg,#eef3f7,#e7eff6)}.blog-list .blog-card.is-microguide .card-media>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;margin:0;padding:0}.mg-related{max-width:980px;margin:clamp(24px,3vw,40px) auto;padding:0 clamp(16px,4vw,28px)}.mg-related .mg-related__title{font-size:clamp(18px,2vw,22px);font-weight:700;margin:0 0 clamp(12px,1.8vw,18px)}.mg-related .mg-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,2vw,20px)}@media (max-width: 900px){.mg-related .mg-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 600px){.mg-related .mg-related__grid{grid-template-columns:1fr}}.mg-related .mg-card{display:grid;grid-template-rows:auto 1fr;border:1px solid rgba(0,0,0,.08);border-radius:14px;overflow:hidden;text-decoration:none;background:#fff;transition:transform .15s ease,box-shadow .15s ease}@media (prefers-color-scheme: dark){.mg-related .mg-card{background:#121212;border-color:#ffffff24}}.mg-related .mg-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.mg-related .mg-card .mg-card__media{aspect-ratio:16/9;background:#0000000a}.mg-related .mg-card .mg-card__media img{width:100%;height:100%;object-fit:cover;display:block}.mg-related .mg-card .mg-card__body{padding:12px 14px 14px}.mg-related .mg-card .mg-card__title{font-size:clamp(16px,1.6vw,18px);line-height:1.25;margin:0 0 6px;color:inherit}.mg-related .mg-card .mg-card__sum{font-size:14px;opacity:.85;margin:0 0 10px}.mg-related .mg-card .mg-card__cta{font-size:14px;font-weight:600;text-decoration:underline}@media print{.site-header,.site-footer,.mg-progress,.mg-mobile-nav,#mg-share,.mg-actions{display:none!important}*{box-shadow:none!important;text-shadow:none!important}html,body{background:#fff!important;color:#000!important}.mg-hero,.mg-section,.mg-related,.mg-footer-cta{position:static!important}body{font-size:12pt;line-height:1.35}img,svg{max-width:100%!important;height:auto!important;page-break-inside:avoid}.mg-hero-media,.mg-figure,.mg-media-frame{break-inside:avoid}.mg .mg-section{margin-block:12pt 16pt}}.blog-hero{background:linear-gradient(120deg,#f2f8fd,#d3e6f8);padding:2.5rem 0 1.6rem}.blog-hero .container{max-width:800px;margin:0 auto;text-align:center}.blog-hero h1{color:#184469;font-size:2.3rem;font-weight:800;margin-bottom:.8rem;letter-spacing:-.5px}.blog-hero .blog-lead{font-size:1.15rem;color:#184469;margin:0;line-height:1.5}.blog-filters{padding:1.2rem 0 .5rem}.blog-filters .container{max-width:800px;margin:0 auto}.blog-filters .filter-categories{display:flex;gap:.7rem;flex-wrap:wrap;justify-content:center}.blog-filters .filter-categories button{background:#fff;border:2px solid #14c2c5;color:#14c2c5;font-weight:600;font-size:1rem;padding:.4rem 1.1rem;border-radius:1.1em;cursor:pointer;transition:all .14s}.blog-filters .filter-categories button:hover,.blog-filters .filter-categories button.active{background:#14c2c5;color:#fff}.blog-list{--blog-card-img-h: 180px;padding:2rem 0}.blog-list .container{max-width:1000px;margin:0 auto}.blog-list .blog-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.blog-list .blog-card{position:relative;background:#fff;border-radius:1.2em;box-shadow:0 3px 16px #14c2c51c;max-width:340px;min-width:220px;flex:1 1 300px;display:grid;grid-template-rows:var(--blog-card-img-h) 1fr;overflow:hidden;transition:transform .16s,box-shadow .17s}.blog-list .blog-card:hover,.blog-list .blog-card:focus-within{transform:translateY(-4px) scale(1.03);box-shadow:0 8px 26px #07c2}.blog-list .blog-card>img.blog-card-img{grid-row:1;inline-size:100%;block-size:var(--blog-card-img-h);display:block;object-fit:cover;object-position:center;border-radius:1.2em 1.2em 0 0;margin:0;padding:0;line-height:0}.blog-list .blog-card>.card-media{grid-row:1;position:relative;inline-size:100%;block-size:var(--blog-card-img-h);border-radius:1.2em 1.2em 0 0;overflow:hidden}.blog-list .blog-card>.card-media>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.blog-list .blog-card .blog-card-body{grid-row:2;padding:1.1rem 1.2rem 1rem;display:flex;flex-direction:column}.blog-list .blog-card .blog-card-title{font-size:1.16rem;font-weight:800;color:#184469;margin-bottom:.5rem;letter-spacing:-.3px;line-height:1.22}.blog-list .blog-card .blog-card-lead{color:#334b69;font-size:1rem;margin-bottom:.7rem;flex:1 1 0}.blog-list .blog-card .blog-card-actions{display:flex;justify-content:flex-end;margin-top:auto}.blog-list .blog-card .blog-card-actions .blog-readmore{background:linear-gradient(90deg,#14c2c5 30%,#07c);color:#fff;font-weight:700;padding:.55em 1.3em;border-radius:1em;border:none;font-size:1rem;cursor:pointer;text-decoration:none;transition:background .13s,transform .13s}.blog-list .blog-card .blog-card-actions .blog-readmore:hover,.blog-list .blog-card .blog-card-actions .blog-readmore:focus{background:linear-gradient(90deg,#07c 30%,#14c2c5);transform:scale(1.05)}.blog-list .blog-card.is-microguide>a.card-link{display:contents;color:inherit;text-decoration:none}.blog-list .blog-card.is-microguide .card-media{grid-row:1;inline-size:100%;block-size:var(--blog-card-img-h);margin:0;padding:0;border-radius:1.2em 1.2em 0 0;overflow:hidden;position:relative;background:linear-gradient(180deg,#eef3f7,#e7eff6)}.blog-list .blog-card.is-microguide .card-media>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;margin:0;padding:0;border:0}.blog-list .blog-card.is-microguide .blog-card-body{grid-row:2;padding:1.1rem 1.2rem 1rem}.blog-list .blog-card.is-microguide .card-badge{position:absolute;left:.5rem;top:.5rem;padding:.25rem .5rem;border-radius:999px;background:#0009;color:#fff;font-size:.75rem;z-index:1;pointer-events:none}.blog-empty{text-align:center;color:#b54d4d;font-weight:600;font-size:1.13rem;padding:2.3rem 0}.blog-detail{padding:2.5rem 0}.blog-detail .container{max-width:800px;margin:0 auto;background:#fff;border-radius:1.3em;box-shadow:0 2px 14px #14c2c514;padding:2rem 1.2rem}.blog-detail .back-link{display:inline-block;margin-bottom:1.2rem;font-size:1.01rem;color:#14c2c5;font-weight:700;text-decoration:none}.blog-detail .back-link:hover{text-decoration:underline}.blog-detail .blog-title{font-size:2rem;color:#184469;font-weight:800;margin-bottom:.3rem}.blog-detail .blog-meta{color:#14c2c5;font-size:1rem;margin-bottom:1.4rem}.blog-detail .blog-lead{font-size:1.15rem;margin-bottom:1.2rem;color:#184469;font-weight:500}.blog-detail .blog-image{width:100%;max-height:340px;object-fit:cover;border-radius:1em;margin-bottom:1.2rem;box-shadow:0 2px 18px #0077cc19}.blog-detail .blog-content{font-size:1.08rem;color:#334b69;line-height:1.7;margin-bottom:1.5rem}.blog-detail .blog-content p{margin-bottom:1.1em}@media (max-width: 600px){.blog-hero,.blog-filters,.blog-list,.blog-detail{padding-left:.2rem;padding-right:.2rem}.blog-list{--blog-card-img-h: 120px}.blog-detail .container{padding:1.1rem .3rem}.blog-title{font-size:1.15rem}.blog-lead,.blog-content{font-size:.97rem}}.faq-section{background:#f6f7fb;min-height:60vh;padding:4rem 0 5.5rem}.faq-section h1{text-align:center;margin-bottom:2.7rem;font-size:2.15rem;color:#23243a;font-weight:700;letter-spacing:-.02em}.faq-section .faq-list{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:1.3rem}.faq-section .faq-item{background:#fff;border-radius:1.1rem;box-shadow:0 2px 14px #14c2c512;overflow:hidden;transition:box-shadow .22s cubic-bezier(.22,.61,.36,1),border .18s;border:1px solid transparent;position:relative}.faq-section .faq-item:hover{box-shadow:0 4px 28px #14c2c521;border:1px solid #0077cc}.faq-section .faq-item .faq-question{width:100%;background:none;border:none;outline:none;text-align:left;padding:1.35rem 2rem 1.35rem 2.3rem;font-size:1.15rem;font-weight:600;color:#23243a;cursor:pointer;display:flex;align-items:center;position:relative;transition:color .17s}.faq-section .faq-item .faq-question:after{content:"";display:inline-block;width:1.1em;height:1.1em;margin-left:auto;background:#07c;mask:url(/images/icons/arrow-down.svg) no-repeat center;-webkit-mask:url(/images/icons/arrow-down.svg) no-repeat center;mask-size:contain;-webkit-mask-size:contain;transition:transform .23s cubic-bezier(.22,.61,.36,1);transform:rotate(0)}.faq-section .faq-item .faq-question[aria-expanded=true]:after{transform:rotate(180deg)}.faq-section .faq-item .faq-question:focus-visible{outline:2px solid #0077cc}.faq-section .faq-item .faq-answer{padding:0 2.3rem;font-size:1.06rem;color:#7d8597;line-height:1.7;opacity:0;max-height:0;pointer-events:none;transition:max-height .33s cubic-bezier(.22,.61,.36,1),opacity .23s;overflow:hidden}.faq-section .faq-item.open .faq-answer{opacity:1;max-height:600px;pointer-events:all;padding-bottom:1.3rem;transition-delay:.08s;animation:fadeIn .33s}@media (max-width: 700px){.faq-section{padding:2.3rem 0 2.5rem}.faq-section h1{font-size:1.6rem}.faq-section .faq-list{max-width:98vw}.faq-section .faq-item .faq-question,.faq-section .faq-item .faq-answer{padding-left:1rem;padding-right:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ta-popover,.typeahead-panel{position:absolute;top:calc(100% + .25rem);left:0;z-index:1000;min-width:100%;max-width:32rem;max-height:320px;overflow-y:auto;margin:0;padding:.25rem 0;background:var(--surface, #fff);border:1px solid rgba(0,0,0,.08);border-radius:.5rem;box-shadow:0 8px 24px #0000001f;font:inherit;line-height:1.3}.ta-popover .ta-list{list-style:none;margin:0;padding:0}.ta-popover .ta-item,.typeahead-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;cursor:pointer;font:inherit;font-weight:500}.ta-popover .ta-item:hover,.ta-popover .ta-item.active,.typeahead-item.active{background:#0000000f}.ta-popover .ta-item span{font-weight:600}.ta-popover .ta-item kbd{font:inherit;font-size:.75rem;padding:0 .375rem;border-radius:.375rem;border:1px solid rgba(0,0,0,.16);background:#0000000a;color:#000000a6}.ta-popover .typeahead-loading,.ta-popover .typeahead-empty,.typeahead-loading,.typeahead-empty{padding:.5rem .75rem;opacity:.7}.ta-popover mark,.typeahead-item mark{background:transparent;text-decoration:underline;font-weight:600}.hp-waitlist{--wl-bg: radial-gradient(120% 120% at 0% 0%, #f5fbff 0%, #eef7ff 40%, #ffffff 100%);--wl-border: rgba(7, 38, 77, .09);--wl-shadow: 0 10px 30px rgba(8, 60, 130, .08);--wl-text: #0d2235;--wl-accent: #0b74e5;--wl-accent-hover: #085ab5;--wl-ring: rgba(158,199,255,.45);--wl-radius: 16px;display:grid;grid-template-columns:minmax(36px,auto) 1fr auto auto;align-items:center;gap:14px;padding:14px 16px;border-radius:var(--wl-radius);background:var(--wl-bg);border:1px solid var(--wl-border);box-shadow:var(--wl-shadow);-webkit-backdrop-filter:saturate(120%) blur(6px);backdrop-filter:saturate(120%) blur(6px)}.hp-waitlist .wl-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(180deg,#e4f0ff,#d0e7ff);color:#08407a;font-size:18px;font-weight:700;box-shadow:inset 0 0 0 1px #08407a0d,0 2px 8px #08407a1f}.hp-waitlist .wl-text{margin:0;color:var(--wl-text);line-height:1.35;text-wrap:balance}.hp-waitlist .wl-text strong{font-weight:800;margin-right:.35rem}.hp-waitlist .hp-waitlist-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:12px 18px;border-radius:999px;line-height:1;background:var(--wl-accent);color:#fff;font-weight:800;text-decoration:none;box-shadow:0 10px 22px #0b74e547;transition:transform .1s,box-shadow .15s,background .15s}.hp-waitlist .hp-waitlist-cta:hover,.hp-waitlist .hp-waitlist-cta:focus-visible{background:var(--wl-accent-hover);transform:translateY(-1px)}.hp-waitlist .hp-waitlist-cta:focus-visible{outline:none;box-shadow:0 0 0 4px var(--wl-ring),0 10px 22px #0b74e547}.hp-waitlist .hp-waitlist-cta:active{transform:translateY(0)}.hp-waitlist .hp-waitlist-close{width:40px;height:40px;display:inline-grid;place-items:center;border-radius:999px;border:1px solid rgba(11,116,229,.16);background:#fff;color:var(--wl-text);cursor:pointer;box-shadow:0 6px 16px #0b74e52e;transition:transform .1s,box-shadow .15s,background .15s,border-color .15s;font-size:0;line-height:0;color:transparent}.hp-waitlist .hp-waitlist-close svg{width:18px;height:18px;color:currentColor;pointer-events:none}.hp-waitlist .hp-waitlist-close:hover,.hp-waitlist .hp-waitlist-close:focus-visible{background:#f5faff;border-color:#9ec7ff;transform:translateY(-1px);outline:none;box-shadow:0 0 0 4px var(--wl-ring),0 10px 22px #0b74e538;color:var(--wl-text)}.hp-waitlist .hp-waitlist-close:active{transform:translateY(0)}.hp-waitlist .hp-waitlist-close .label,.hp-waitlist .hp-waitlist-close .visually-hidden{display:none!important}@media (max-width: 900px){.hp-waitlist{grid-template-columns:1fr auto auto}.hp-waitlist .wl-icon{display:none}}@media (max-width: 520px){.hp-waitlist{grid-template-columns:1fr;row-gap:10px;text-align:left;position:relative}.hp-waitlist .hp-waitlist-cta{width:100%;text-align:center}.hp-waitlist .hp-waitlist-close{position:absolute;top:10px;right:10px}}@media (prefers-reduced-motion: reduce){.hp-waitlist .hp-waitlist-cta,.hp-waitlist .hp-waitlist-close{transition:none}}.section-events .container>.hp-waitlist{margin:8px 0 18px}.comingsoon-page{--bg: #f6faff;--card: #ffffff;--ink: #0d2235;--muted: #4a6074;--accent: #0b74e5;--accent2: #085ab5;--ring: rgba(158,199,255,.3);background:var(--bg);color:var(--ink);font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial}.comingsoon-page .wrap{max-width:860px;margin:40px auto;padding:0 16px}.comingsoon-page .brand{display:flex;align-items:center;gap:10px;margin-bottom:18px}.comingsoon-page .brand img{width:28px;height:28px}.comingsoon-page .brand strong{font-weight:800;letter-spacing:.2px}.comingsoon-page .card{background:var(--card);border:1px solid rgba(8,60,130,.08);border-radius:16px;padding:24px;box-shadow:0 18px 50px #083c8214}.comingsoon-page h1{font-size:clamp(24px,3.4vw,34px);margin:0 0 8px;font-weight:900}.comingsoon-page p.lead{color:var(--muted);margin:0 0 18px}.comingsoon-page form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.comingsoon-page form label{font-weight:700}.comingsoon-page form input[type=email]{width:100%;padding:12px 14px;border-radius:12px;border:1px solid rgba(8,60,130,.18);outline:0}.comingsoon-page form input[type=email]:focus{border-color:#9ec7ff;box-shadow:0 0 0 4px var(--ring)}.comingsoon-page form button[type=submit]{padding:12px 18px;border-radius:999px;background:var(--accent);color:#fff;border:0;font-weight:800;cursor:pointer;white-space:nowrap;box-shadow:0 10px 22px #0b74e547;transition:transform .1s,box-shadow .15s,background .15s}.comingsoon-page form button[type=submit]:hover,.comingsoon-page form button[type=submit]:focus-visible{background:var(--accent2);transform:translateY(-1px);outline:none}.comingsoon-page form .consent{grid-column:1/-1;display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:.95rem}.comingsoon-page form .consent input[type=checkbox]{transform:translateY(2px)}.comingsoon-page form .help{grid-column:1/-1;color:var(--muted);font-size:.9rem}.comingsoon-page .btn-back{display:inline-flex;align-items:center;gap:.55rem;margin-top:16px;padding:10px 14px;border-radius:999px;border:1px solid rgba(11,116,229,.18);background:#fff;color:var(--accent);text-decoration:none;font-weight:800;box-shadow:0 6px 18px #0b74e51a;transition:transform .1s,box-shadow .15s,background .15s,border-color .15s}.comingsoon-page .btn-back:hover,.comingsoon-page .btn-back:focus-visible{background:#f5faff;border-color:#9ec7ff;transform:translateY(-1px);outline:none;box-shadow:0 10px 22px #0b74e52e}.comingsoon-page .btn-back .back-icon{width:18px;height:18px;flex:0 0 18px}@media (max-width: 560px){.comingsoon-page form{grid-template-columns:1fr}.comingsoon-page form button[type=submit]{width:100%}}.comments{margin-top:1.6rem;padding-top:1rem;border-top:1px dashed rgba(0,0,0,.12)}.comments .comments-title{font-weight:800;color:#184469;margin:0 0 .8rem;letter-spacing:-.01em}.comments form{margin-bottom:1.2rem}.comments .comments-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem 1rem}.comments .form-row--full{grid-column:1/-1}.comments label{font-size:.94rem;color:#184469;font-weight:700;display:inline-block;margin-bottom:.25rem}.comments input,.comments textarea{width:100%;border:1px solid rgba(0,0,0,.14);border-radius:.6rem;padding:.65rem .8rem;font:inherit;line-height:1.4}.comments input:focus,.comments textarea:focus{outline:2px solid #cfeaff;border-color:#99cef7}.comments .hint{display:block;font-size:.8rem;color:#0000008c;margin-top:.25rem}.comments .form-actions{grid-column:1/-1;display:flex;align-items:center;gap:.8rem;margin-top:.2rem}.comments .form-actions .btn-primary{background:linear-gradient(90deg,#14c2c5 30%,#07c);color:#fff;font-weight:800;border:0;border-radius:.9rem;padding:.6rem 1.1rem;cursor:pointer}.comments .form-actions .btn-primary:hover{transform:translateY(-1px)}.comments .form-actions .form-status{font-size:.92rem;color:#184469}.comments .comments-loading,.comments .comments-empty{color:#0009}.comments .comments-count{margin:.4rem 0 .6rem;font-weight:800;color:#184469}.comments .comments-items{list-style:none;padding:0;margin:0}.comments .cmt{display:grid;grid-template-columns:40px 1fr;gap:.6rem .8rem;padding:.75rem 0;border-top:1px solid rgba(0,0,0,.06)}.comments .cmt:first-child{border-top:none}.comments .cmt-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-weight:800;color:#184469;background:#e7f3ff;border:1px solid #cfeaff}.comments .cmt-meta{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.comments .cmt-meta .cmt-name{font-weight:700;color:#184469}.comments .cmt-meta .cmt-dot{color:#00000059}.comments .cmt-meta .cmt-time{font-size:.85rem;color:#0000008c}.comments .cmt-text{margin:.2rem 0 0;color:#2e455f;line-height:1.6}@media (max-width: 720px){.comments .comments-grid{grid-template-columns:1fr}}:root{--flt-bg: rgba(255,255,255,.62);--flt-blur: 14px;--flt-brd: rgba(255,255,255,.5);--flt-brd-2: rgba(13,30,60,.08);--flt-shadow: 0 24px 48px rgba(12,36,80,.12), 0 2px 6px rgba(12,36,80,.06);--flt-radius: 20px;--ink-1:#071a2b;--ink-2:#173a62;--ink-3:#6a86a8;--chip-bg:#f4f8ff;--chip-text:#0b2640;--chip-shadow:0 8px 18px rgba(12,36,80,.1);--cta-1:#0e88f0;--cta-2:#0b5ed7;--seg-bg:#eef3fb;--seg-shadow:0 12px 22px rgba(12,36,80,.12);--near-1:#006fbe;--near-2:#00c0d9;--focus:#69b3ff;--font-sans:"Plus Jakarta Sans","Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--control-h: var(--ctrl-h, 56px);--control-radius: var(--ctrl-radius, 14px);--control-pad-x: 1rem;--control-pad-y: .7rem;--control-gap: .8rem;--date-ch: 12ch;--keyword-max: 36ch;--ajsee-popover-left: 16px;--ajsee-popover-top: 16px;--ajsee-popover-width: 520px;--ajsee-popover-height: 420px}@media (prefers-color-scheme: dark){:root{--flt-bg: rgba(17,21,32,.58);--flt-brd: rgba(255,255,255,.08);--flt-brd-2: rgba(255,255,255,.1);--chip-bg: rgba(255,255,255,.08);--chip-text:#e8f0ff;--seg-bg: rgba(255,255,255,.08);--ink-1:#eaf0ff;--ink-2:#d6e6ff;--ink-3:#a6b7d7}}:where(.events-filters.filter-dock),:where(form.filter-dock){position:relative;padding:1.25rem 1.25rem 1.35rem;border-radius:var(--flt-radius);background:radial-gradient(60% 80% at 30% 0%,rgba(255,255,255,.55),transparent 60%),var(--flt-bg);-webkit-backdrop-filter:blur(var(--flt-blur));backdrop-filter:blur(var(--flt-blur));border:1px solid var(--flt-brd);box-shadow:var(--flt-shadow),inset 0 1px #fff6;font-family:var(--font-sans);isolation:isolate}:where(.events-filters.filter-dock) .filters-toolbar,:where(form.filter-dock) .filters-toolbar{display:flex;flex-wrap:wrap;gap:var(--control-gap);margin-bottom:.75rem}:where(.events-filters.filter-dock) .chip,:where(form.filter-dock) .chip{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1rem;border-radius:999px;border:1px solid var(--flt-brd-2);background:var(--chip-bg);color:var(--chip-text);font-weight:800;box-shadow:var(--chip-shadow);transition:transform .15s ease,filter .2s ease,opacity .2s ease;min-height:var(--control-h)}:where(.events-filters.filter-dock) .chip:hover,:where(form.filter-dock) .chip:hover{transform:translateY(-1px);filter:brightness(1.03)}:where(.events-filters.filter-dock) .chip:focus-visible,:where(form.filter-dock) .chip:focus-visible{outline:3px solid color-mix(in oklab,var(--focus) 60%,transparent);outline-offset:2px}:where(.events-filters.filter-dock) .chip[disabled],:where(.events-filters.filter-dock) .chip[aria-busy=true],:where(form.filter-dock) .chip[disabled],:where(form.filter-dock) .chip[aria-busy=true]{opacity:.6;pointer-events:none}:where(.events-filters.filter-dock) .chip.ghost,:where(form.filter-dock) .chip.ghost{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#e8f1ff,#f9fbff) border-box;border:1px solid transparent;box-shadow:0 8px 18px #0c245014}:where(.events-filters.filter-dock) #filtersToggle .badge,:where(.events-filters.filter-dock) .filters-toggle .badge,:where(form.filter-dock) #filtersToggle .badge,:where(form.filter-dock) .filters-toggle .badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;padding:0 .55rem;margin-left:.4rem;border-radius:999px;background:var(--cta-2);color:#fff;font-size:.8rem;font-weight:900;box-shadow:0 10px 20px #0e88f040,inset 0 1px #ffffff59}:where(.events-filters.filter-dock) #chipNearMe,:where(.events-filters.filter-dock) #filter-nearme,:where(form.filter-dock) #chipNearMe,:where(form.filter-dock) #filter-nearme{border:0;color:#fff;font-weight:900;letter-spacing:.01em;padding:.95rem 1.25rem;border-radius:999px;background:linear-gradient(135deg,var(--near-1),var(--near-2));box-shadow:0 20px 42px #00a0c838,0 3px 8px #00a0c82e,inset 0 1px #fff6;transition:transform .2s ease,filter .2s ease,opacity .2s ease;min-height:var(--control-h)}:where(.events-filters.filter-dock) #chipNearMe:before,:where(.events-filters.filter-dock) #filter-nearme:before,:where(form.filter-dock) #chipNearMe:before,:where(form.filter-dock) #filter-nearme:before{content:"✨";margin-right:.5rem}:where(.events-filters.filter-dock) #chipNearMe:hover,:where(.events-filters.filter-dock) #filter-nearme:hover,:where(form.filter-dock) #chipNearMe:hover,:where(form.filter-dock) #filter-nearme:hover{transform:translateY(-1px);filter:brightness(1.04)}:where(.events-filters.filter-dock) #chipNearMe:focus-visible,:where(.events-filters.filter-dock) #filter-nearme:focus-visible,:where(form.filter-dock) #chipNearMe:focus-visible,:where(form.filter-dock) #filter-nearme:focus-visible{outline:3px solid color-mix(in oklab,var(--focus) 60%,transparent);outline-offset:2px}:where(.events-filters.filter-dock) #chipNearMe[aria-busy=true],:where(.events-filters.filter-dock) #filter-nearme[aria-busy=true],:where(form.filter-dock) #chipNearMe[aria-busy=true],:where(form.filter-dock) #filter-nearme[aria-busy=true]{opacity:.7;pointer-events:none}:where(.events-filters.filter-dock) label,:where(form.filter-dock) label{color:var(--ink-2);font-size:13.5px;font-weight:700;letter-spacing:.2px;margin-bottom:.5rem;display:block}:where(.events-filters.filter-dock) .filter-group,:where(form.filter-dock) .filter-group{position:relative;display:grid;gap:var(--gap, .5rem)}:where(.events-filters.filter-dock) input.styled-input,:where(.events-filters.filter-dock) select.styled-select,:where(.events-filters.filter-dock) input[type=date],:where(.events-filters.filter-dock) input[type=search],:where(.events-filters.filter-dock) input[type=text],:where(form.filter-dock) input.styled-input,:where(form.filter-dock) select.styled-select,:where(form.filter-dock) input[type=date],:where(form.filter-dock) input[type=search],:where(form.filter-dock) input[type=text]{min-height:var(--control-h);border-radius:var(--control-radius);padding:var(--control-pad-y) var(--control-pad-x);color:var(--ink-1);background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#d8e8ff,#eef4ff) border-box;border:1.25px solid transparent;box-shadow:0 1px #fff9 inset,0 12px 22px #0c24501a;transition:box-shadow .18s ease,background .18s ease,filter .18s ease;line-height:1.2;display:inline-flex;align-items:center;box-sizing:border-box}:where(.events-filters.filter-dock) input.styled-input::placeholder,:where(.events-filters.filter-dock) input[type=date]::placeholder,:where(.events-filters.filter-dock) input[type=search]::placeholder,:where(.events-filters.filter-dock) input[type=text]::placeholder,:where(form.filter-dock) input.styled-input::placeholder,:where(form.filter-dock) input[type=date]::placeholder,:where(form.filter-dock) input[type=search]::placeholder,:where(form.filter-dock) input[type=text]::placeholder{color:var(--ink-3);opacity:.88}:where(.events-filters.filter-dock) input.styled-input:focus,:where(.events-filters.filter-dock) select.styled-select:focus,:where(.events-filters.filter-dock) input[type=date]:focus,:where(.events-filters.filter-dock) input[type=search]:focus,:where(.events-filters.filter-dock) input[type=text]:focus,:where(form.filter-dock) input.styled-input:focus,:where(form.filter-dock) select.styled-select:focus,:where(form.filter-dock) input[type=date]:focus,:where(form.filter-dock) input[type=search]:focus,:where(form.filter-dock) input[type=text]:focus{box-shadow:0 0 0 6px color-mix(in oklab,var(--focus) 28%,transparent),0 14px 26px #0c24501f;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#c4ddff,#e4efff) border-box;outline:none}:where(.events-filters.filter-dock) input.styled-input:focus-visible,:where(.events-filters.filter-dock) select.styled-select:focus-visible,:where(.events-filters.filter-dock) input[type=date]:focus-visible,:where(.events-filters.filter-dock) input[type=search]:focus-visible,:where(.events-filters.filter-dock) input[type=text]:focus-visible,:where(form.filter-dock) input.styled-input:focus-visible,:where(form.filter-dock) select.styled-select:focus-visible,:where(form.filter-dock) input[type=date]:focus-visible,:where(form.filter-dock) input[type=search]:focus-visible,:where(form.filter-dock) input[type=text]:focus-visible{outline:none}:where(.events-filters.filter-dock) .with-icon,:where(form.filter-dock) .with-icon{position:relative}:where(.events-filters.filter-dock) .with-icon .icon,:where(form.filter-dock) .with-icon .icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;opacity:.65;pointer-events:none}:where(.events-filters.filter-dock) .with-icon input.styled-input,:where(.events-filters.filter-dock) .with-icon select.styled-select,:where(form.filter-dock) .with-icon input.styled-input,:where(form.filter-dock) .with-icon select.styled-select{padding-left:40px}:where(.events-filters.filter-dock) .with-calendar-icon,:where(form.filter-dock) .with-calendar-icon{position:relative}:where(.events-filters.filter-dock) .with-calendar-icon input,:where(form.filter-dock) .with-calendar-icon input{padding-right:2.25rem;background-image:url(/icons/calendar.svg);background-repeat:no-repeat;background-position:right .75rem center;background-size:1.05rem 1.05rem}@media (prefers-color-scheme: dark){:where(.events-filters.filter-dock) input.styled-input,:where(.events-filters.filter-dock) select.styled-select,:where(.events-filters.filter-dock) input[type=date],:where(.events-filters.filter-dock) input[type=search],:where(.events-filters.filter-dock) input[type=text],:where(form.filter-dock) input.styled-input,:where(form.filter-dock) select.styled-select,:where(form.filter-dock) input[type=date],:where(form.filter-dock) input[type=search],:where(form.filter-dock) input[type=text]{background:linear-gradient(#ffffff1a,#ffffff1a) padding-box,linear-gradient(135deg,#ffffff2e,#ffffff1a) border-box;color:#f2f6ff}:where(.events-filters.filter-dock) input.styled-input::placeholder,:where(.events-filters.filter-dock) input[type=date]::placeholder,:where(.events-filters.filter-dock) input[type=search]::placeholder,:where(.events-filters.filter-dock) input[type=text]::placeholder,:where(form.filter-dock) input.styled-input::placeholder,:where(form.filter-dock) input[type=date]::placeholder,:where(form.filter-dock) input[type=search]::placeholder,:where(form.filter-dock) input[type=text]::placeholder{color:#cfe0ff;opacity:.92}}:where(.events-filters.filter-dock) .btn,:where(form.filter-dock) .btn{border-radius:16px;font-weight:700;padding:.95rem 1.35rem;min-height:var(--control-h)}:where(.events-filters.filter-dock) .btn-primary,:where(.events-filters.filter-dock) .filter-actions .btn.btn-primary,:where(.events-filters.filter-dock) .filter-actions [type=submit].btn,:where(form.filter-dock) .btn-primary,:where(form.filter-dock) .filter-actions .btn.btn-primary,:where(form.filter-dock) .filter-actions [type=submit].btn{color:#fff;border:0;font-weight:700;font-size:15px;background:linear-gradient(180deg,var(--cta-1),var(--cta-2));box-shadow:0 22px 44px #0e88f03d,0 3px 10px #0e88f033,inset 0 1px #ffffff59;transition:transform .15s ease,filter .2s ease,box-shadow .2s ease}:where(.events-filters.filter-dock) .btn-primary:hover,:where(.events-filters.filter-dock) .filter-actions .btn.btn-primary:hover,:where(.events-filters.filter-dock) .filter-actions [type=submit].btn:hover,:where(form.filter-dock) .btn-primary:hover,:where(form.filter-dock) .filter-actions .btn.btn-primary:hover,:where(form.filter-dock) .filter-actions [type=submit].btn:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 28px 56px #0e88f047,0 5px 12px #0e88f038,inset 0 1px #ffffff6b}:where(.events-filters.filter-dock) .btn-primary:focus-visible,:where(.events-filters.filter-dock) .filter-actions .btn.btn-primary:focus-visible,:where(.events-filters.filter-dock) .filter-actions [type=submit].btn:focus-visible,:where(form.filter-dock) .btn-primary:focus-visible,:where(form.filter-dock) .filter-actions .btn.btn-primary:focus-visible,:where(form.filter-dock) .filter-actions [type=submit].btn:focus-visible{outline:3px solid color-mix(in oklab,var(--focus) 60%,transparent);outline-offset:2px}:where(.events-filters.filter-dock) .btn-ghost,:where(form.filter-dock) .btn-ghost{color:#0b2640;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#e8f1ff,#f9fbff) border-box;border:1px solid transparent;box-shadow:0 8px 18px #0c245014}:where(.events-filters.filter-dock) .btn-ghost:focus-visible,:where(form.filter-dock) .btn-ghost:focus-visible{outline:3px solid color-mix(in oklab,var(--focus) 60%,transparent);outline-offset:2px}:where(.events-filters.filter-dock) .chips.chips-active,:where(form.filter-dock) .chips.chips-active{display:flex;flex-wrap:wrap;gap:.6rem;margin:.6rem 0 0}:where(.events-filters.filter-dock) .chips.chips-active .chip,:where(form.filter-dock) .chips.chips-active .chip{background:#fff}:where(.events-filters.filter-dock) .segmented,:where(form.filter-dock) .segmented{position:relative;display:inline-flex;gap:6px;background:var(--seg-bg);border-radius:16px;padding:6px;box-shadow:inset 0 1px #fff9,inset 0 0 0 1px #0a32500f;isolation:isolate;min-height:var(--control-h);align-items:center}:where(.events-filters.filter-dock) .segmented .seg-indicator,:where(form.filter-dock) .segmented .seg-indicator{position:absolute;left:var(--indi-left, 6px);top:6px;bottom:6px;width:var(--indi-width, 128px);background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#f7faff,#eef4ff) border-box;border:1px solid transparent;border-radius:12px;box-shadow:var(--seg-shadow),inset 0 1px #ffffff8c;transition:left .22s cubic-bezier(.2,.7,.3,1),width .22s cubic-bezier(.2,.7,.3,1);z-index:0}:where(.events-filters.filter-dock) .segmented button,:where(form.filter-dock) .segmented button{position:relative;z-index:1;border:0;background:transparent;padding:.62rem 1.15rem;border-radius:10px;font-weight:900;color:#123;opacity:.8;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:var(--control-h);display:inline-flex;align-items:center}:where(.events-filters.filter-dock) .segmented button:focus-visible,:where(form.filter-dock) .segmented button:focus-visible{outline:3px solid color-mix(in oklab,var(--focus) 60%,transparent);outline-offset:2px}:where(.events-filters.filter-dock) .segmented button.is-active,:where(form.filter-dock) .segmented button.is-active{opacity:1;color:#0b2640;text-shadow:0 1px 0 rgba(255,255,255,.45)}:where(.events-filters.filter-dock) select[data-upgraded=segmented],:where(form.filter-dock) select[data-upgraded=segmented]{position:absolute;width:1px;height:1px;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;border:0;padding:0;margin:-1px}:where(.events-filters.filter-dock)[data-behavior=sheet].is-open,:where(form.filter-dock)[data-behavior=sheet].is-open{box-shadow:0 32px 66px #0c245042}:where(.events-filters.filter-dock) .filter-actions button[type=reset],:where(form.filter-dock) .filter-actions button[type=reset]{display:none}:where(.events-filters.filter-dock) .date-range,:where(form.filter-dock) .date-range{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 900px){:where(.events-filters.filter-dock) .date-range,:where(form.filter-dock) .date-range{grid-template-columns:1fr}}:where(.events-filters.filter-dock) .date-combo,:where(form.filter-dock) .date-combo{inline-size:clamp(220px,26vw,340px);max-inline-size:100%;min-inline-size:220px;position:relative;box-sizing:border-box}:where(.events-filters.filter-dock) .date-combo .combo-button,:where(form.filter-dock) .date-combo .combo-button{display:flex;align-items:center;justify-content:space-between;gap:.5rem;height:var(--control-h);border-radius:var(--control-radius);padding:var(--control-pad-y) var(--control-pad-x);font-weight:800;letter-spacing:.2px;color:var(--ink-1);cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#d8e8ff,#eef4ff) border-box;border:1.25px solid transparent;box-shadow:0 1px #fff9 inset,0 12px 22px #0c24501a;transition:box-shadow .18s ease,background .18s ease,filter .18s ease,transform .12s ease;background-image:none;position:relative;width:100%;box-sizing:border-box}:where(.events-filters.filter-dock) .date-combo .combo-button:hover,:where(form.filter-dock) .date-combo .combo-button:hover{transform:translateY(-1px)}:where(.events-filters.filter-dock) .date-combo .combo-button:after,:where(form.filter-dock) .date-combo .combo-button:after{content:"";width:14px;height:14px;flex:0 0 14px;background:currentColor;opacity:.85;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23153a60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center/14px 14px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23153a60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center/14px 14px;transition:transform .18s ease}:where(.events-filters.filter-dock) .date-combo .combo-button[aria-expanded=true]:after,:where(form.filter-dock) .date-combo .combo-button[aria-expanded=true]:after{transform:rotate(180deg)}:where(.events-filters.filter-dock) .date-combo .combo-button:focus,:where(form.filter-dock) .date-combo .combo-button:focus{outline:none;box-shadow:0 0 0 6px color-mix(in oklab,var(--focus) 28%,transparent),0 14px 26px #0c24501f;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#c4ddff,#e4efff) border-box}:where(.events-filters.filter-dock) .date-combo .combo-text,:where(form.filter-dock) .date-combo .combo-text{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:.25rem}:where(.events-filters.filter-dock) .date-combo .combo-popover,:where(form.filter-dock) .date-combo .combo-popover{display:none}:where(.events-filters.filter-dock).is-collapsed .filters-fieldset,:where(form.filter-dock).is-collapsed .filters-fieldset{display:none}:where(.events-filters.filter-dock) .filter-group.is-hidden,:where(form.filter-dock) .filter-group.is-hidden{display:none}@media (prefers-reduced-motion: reduce){#chipNearMe,#filter-nearme,.segmented .seg-indicator{transition:none}}:where(.events-filters.filter-dock),:where(form.filter-dock){position:relative;isolation:isolate}:where(.events-filters.filter-dock):before,:where(form.filter-dock):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(140% 100% at 20% -10%,rgba(14,136,240,.08),transparent 55%),radial-gradient(120% 80% at 85% 10%,rgba(0,192,217,.08),transparent 60%);pointer-events:none;z-index:0}:where(.events-filters.filter-dock,form.filter-dock) label{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:12.5px;line-height:1.1;text-transform:uppercase;letter-spacing:.28px;font-weight:900;color:color-mix(in oklab,var(--ink-2) 92%,#000 8%)}:where(.events-filters.filter-dock,form.filter-dock) label:before{content:"";flex:0 0 18px;height:18px;opacity:.7;background:currentColor;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:18px 18px;mask-repeat:no-repeat;mask-position:center;mask-size:18px 18px}:where(.events-filters.filter-dock,form.filter-dock) label[for=filter-city]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7Zm0 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7Zm0 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z'/%3E%3C/svg%3E")}:where(.events-filters.filter-dock,form.filter-dock) label[for=filter-date-from]:before,:where(.events-filters.filter-dock,form.filter-dock) label[for=filter-date-to]:before,:where(.events-filters.filter-dock,form.filter-dock) label[for=date-combo-button]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2v3m10-3v3M3 9h18M5 6h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2Z' stroke='black' stroke-width='2' fill='none'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2v3m10-3v3M3 9h18M5 6h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2Z' stroke='black' stroke-width='2' fill='none'/%3E%3C/svg%3E")}@supports not ((-webkit-mask: url()) or (mask: url())){:where(.events-filters.filter-dock,form.filter-dock) label:before{display:none}}:where(.events-filters.filter-dock,form.filter-dock) select.styled-select,:where(.events-filters.filter-dock,form.filter-dock) #filter-category,:where(.events-filters.filter-dock,form.filter-dock) #events-category-filter{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-weight:800;letter-spacing:.2px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#d8e8ff,#eef4ff) border-box;border:1.5px solid transparent;padding-right:2.6rem;min-height:var(--control-h);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23153a60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px}:where(.events-filters.filter-dock,form.filter-dock) select.styled-select:focus,:where(.events-filters.filter-dock,form.filter-dock) #filter-category:focus,:where(.events-filters.filter-dock,form.filter-dock) #events-category-filter:focus{box-shadow:0 0 0 6px color-mix(in oklab,var(--focus) 28%,transparent),0 16px 28px #0c245024}:where(.events-filters.filter-dock,form.filter-dock) input[type=date]::-webkit-calendar-picker-indicator{opacity:0;pointer-events:none}:where(.events-filters.filter-dock,form.filter-dock) input.styled-input[id$=from],:where(.events-filters.filter-dock,form.filter-dock) input.styled-input[name$=from],:where(.events-filters.filter-dock,form.filter-dock) input.styled-input[id$=to],:where(.events-filters.filter-dock,form.filter-dock) input.styled-input[name$=to]{font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased;inline-size:var(--date-ch);width:auto;max-inline-size:100%;flex:0 0 auto}@media (max-width: 720px){:where(.events-filters.filter-dock,form.filter-dock) input.styled-input[id$=from],:where(.events-filters.filter-dock,form.filter-dock) input.styled-input[name$=from],:where(.events-filters.filter-dock,form.filter-dock) input.styled-input[id$=to],:where(.events-filters.filter-dock,form.filter-dock) input.styled-input[name$=to]{inline-size:100%;width:100%}}:where(.events-filters.filter-dock,form.filter-dock) .date-range{position:relative}:where(.events-filters.filter-dock,form.filter-dock) .date-range:focus-within:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:calc(var(--control-radius) + 6px);box-shadow:0 0 0 6px color-mix(in oklab,var(--focus) 20%,transparent);pointer-events:none}:where(.events-filters.filter-dock,form.filter-dock) .filter-keyword .styled-input{font-weight:700;letter-spacing:.1px;inline-size:min(100%,var(--keyword-max));width:min(100%,var(--keyword-max));justify-self:start}:where(.events-filters.filter-dock,form.filter-dock) .filter-actions .btn.btn-primary{border-radius:18px;padding:1rem 1.45rem;background:linear-gradient(180deg,var(--cta-1),var(--cta-2));box-shadow:0 26px 52px #0e88f042,0 4px 12px #0e88f038,inset 0 1px #ffffff61}:where(.events-filters.filter-dock,form.filter-dock) .filters-toggle{display:inline-flex;align-items:center;gap:.6rem;padding:.65rem 1rem;border-radius:999px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#e8f1ff,#f9fbff) border-box;border:1px solid transparent;box-shadow:0 8px 18px #0c245014;font-weight:900;color:#0b2640;min-height:var(--control-h)}:where(.events-filters.filter-dock,form.filter-dock) .filters-toggle .label{min-width:max-content}:where(.events-filters.filter-dock,form.filter-dock) .filter-group{--gap: .35rem}:where(.events-filters.filter-dock,form.filter-dock) label+:is(.icon,.ico,.fi,svg,i,[class*=icon]){display:none}:where(.events-filters.filter-dock,form.filter-dock) .filter-group :is(.icon,.ico,.fi,svg,i,[class*=icon]){display:none}:where(.events-filters.filter-dock,form.filter-dock) .filters-fieldset>legend{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}:where(.events-filters.filter-dock,form.filter-dock) :is(.tt-menu,.typeahead-list,.autocomplete-list,.suggestions){position:relative;z-index:2000}:where(.events-filters.filter-dock,form.filter-dock) .filters-toggle .badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;padding:0 .55rem;border-radius:999px;background:var(--cta-2);color:#fff;font-size:.8rem;font-weight:900;box-shadow:0 10px 20px #0e88f040,inset 0 1px #ffffff59}:where(.events-filters.filter-dock,form.filter-dock) .filter-group{min-width:0}:where(.events-filters.filter-dock,form.filter-dock) .date-combo{inline-size:min(100%,340px);max-inline-size:100%;min-inline-size:220px;justify-self:end}:where(.events-filters.filter-dock,form.filter-dock) .date-combo .combo-button{inline-size:100%}@media (max-width: 1280px){:where(.events-filters.filter-dock,form.filter-dock) .date-combo{inline-size:min(100%,300px)}}.ajsee-date-popover{position:fixed;z-index:10010;--safe: 16px;width:min(max(480px,var(--ajsee-popover-width, 560px)),100vw - var(--safe) * 2);max-width:720px;max-height:min(var(--ajsee-popover-height, 420px),100vh - var(--safe) * 2);overflow:auto;left:clamp(var(--safe),var(--ajsee-popover-left, var(--safe)),100vw - 100% - var(--safe));top:clamp(var(--safe),var(--ajsee-popover-top, var(--safe)),100vh - 100% - var(--safe));background:radial-gradient(60% 80% at 30% 0%,rgba(255,255,255,.55),transparent 60%),var(--flt-bg);-webkit-backdrop-filter:blur(var(--flt-blur));backdrop-filter:blur(var(--flt-blur));border:1px solid var(--flt-brd);border-radius:16px;box-shadow:var(--flt-shadow),inset 0 1px #ffffff59;box-sizing:border-box;color:#0f172a;padding:14px}.ajsee-date-inner{display:flex;flex-direction:column;gap:12px}.ajsee-date-top{display:flex;align-items:center;gap:12px}.ajsee-date-top .date-inputs{display:flex;align-items:center;gap:8px;flex:1}.ajsee-date-top .di{height:40px;border-radius:10px;padding:0 10px;border:1px solid #e5e7eb;width:160px;background:#f8fafc;font-weight:600}.ajsee-date-top .di-sep{opacity:.6}.ajsee-date-top .nav{display:flex;gap:6px}.ajsee-date-top .nav-btn{width:36px;height:36px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:18px}.cal-wrap{display:grid;grid-template-columns:1fr 1fr;gap:14px;min-width:480px}.cal-head{font-weight:800;margin:4px 4px 6px;text-transform:capitalize}.dow{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;padding:0 4px;color:#64748b;font-size:12px}.dow span{text-align:center;padding:6px 0}.grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;padding:0 4px 8px}.grid .day,.grid .empty{height:34px;border-radius:8px;border:1px solid transparent;background:#fff;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer}.grid .day>span{pointer-events:none}.grid .day:hover{background:#f1f5f9}.grid .empty{cursor:default}.grid .in{background:#e0f2fe}.grid .start,.grid .end{background:#0284c7;color:#fff}.grid .today{box-shadow:0 0 0 2px #0ea5e9 inset;border-color:#bae6fd}.ajsee-date-actions{display:flex;align-items:center;gap:10px;padding-top:6px;border-top:1px solid #eef2f7}.flex-spacer{flex:1}.btn{height:40px;border-radius:10px;padding:0 14px;border:1px solid #e5e7eb;background:#fff;font-weight:700}.btn.ghost{background:#fff}.btn.primary{background:linear-gradient(90deg,#14c2c5,#0ea5e9);border:none;color:#fff}html,body{overflow-x:hidden;overflow-y:auto}.site-header{position:sticky;top:0;z-index:9999}
