:root{--bg:#0b0b0b;--panel:rgba(255,255,255,.06);--panel2:rgba(255,255,255,.10);--text:#ffffff;--muted:rgba(255,255,255,.72);--muted2:rgba(255,255,255,.58);--brand:#e11d48;--brand2:#ff3b62;--border:rgba(255,255,255,.12);--shadow:0 10px 30px rgba(0,0,0,.35);--radius:18px}*{box-sizing:border-box}body,html{height:100%}body{margin:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(1200px 600px at 20% 10%,rgba(225,29,72,.18),transparent 55%),radial-gradient(1000px 600px at 85% 30%,rgba(255,59,98,.12),transparent 55%),var(--bg);color:var(--text);overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.py-4{padding:64px 0}.container{width:min(1200px,92%);margin:0 auto}.title-wrap{text-align:center;margin-bottom:28px}.sm-title{font-size:13px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted2);margin:0 0 10px}.lg-title{font-size:clamp(28px,4vw,44px);margin:0;text-transform:capitalize;line-height:1.1;position:relative;display:inline-block;padding-bottom:12px}.lg-title::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:68%;height:3px;border-radius:10px;background:linear-gradient(90deg,transparent,var(--brand),transparent);opacity:.9}.event-toolbar{display:grid;grid-template-columns:1fr 220px;gap:14px;align-items:center;margin:26px auto 28px;width:min(920px,100%)}.event-search{position:relative}.event-search i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:rgba(255,255,255,.55);pointer-events:none;font-size:14px}.event-search input{width:100%;padding:14px 14px 14px 42px;border-radius:14px;border:1px solid var(--border);background:rgba(255,255,255,.06);color:var(--text);outline:0;transition:.2s ease}.event-search input::placeholder{color:rgba(255,255,255,.45)}.event-search input:focus{border-color:rgba(225,29,72,.55);box-shadow:0 0 0 4px rgba(225,29,72,.18)}.event-select{width:100%;padding:14px 14px;border-radius:14px;border:1px solid var(--border);background:rgba(255,255,255,.06);color:var(--text);outline:0;transition:.2s ease;cursor:pointer}.event-select:focus{border-color:rgba(225,29,72,.55);box-shadow:0 0 0 4px rgba(225,29,72,.18)}.event-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.event-item{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.04));border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transform:translateZ(0);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.event-item:hover{transform:translateY(-6px);border-color:rgba(225,29,72,.35);box-shadow:0 14px 45px rgba(0,0,0,.55)}.my-2{margin:0}.shadow{box-shadow:var(--shadow)}.event-item-top{position:relative;overflow:hidden;background:rgba(255,255,255,.04)}.event-item-top a{display:block}.event-item-top img{width:100%;height:220px;object-fit:cover;transform:scale(1.02);transition:transform .35s ease}.event-item:hover .event-item-top img{transform:scale(1.08)}.event-date{position:absolute;left:14px;bottom:14px;padding:8px 12px;border-radius:999px;background:rgba(0,0,0,.62);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);font-size:12px;color:rgba(255,255,255,.92)}.event-item-bottom{padding:18px 18px 20px}.event-meta{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:12.5px;color:var(--muted2);margin-bottom:10px}.event-meta i{color:rgba(255,255,255,.6)}.dot{opacity:.55}.event-title{display:block;font-size:16.5px;font-weight:700;line-height:1.35;margin:6px 0 10px;color:rgba(255,255,255,.96)}.event-title:hover{color:#fff;text-decoration:underline;text-decoration-color:rgba(225,29,72,.7);text-underline-offset:4px}.text{margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.55}.event-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-outline,.btn-solid{display:inline-flex;align-items:center;justify-content:center;padding:11px 14px;border-radius:12px;font-weight:600;font-size:13.5px;transition:.2s ease;border:1px solid transparent;min-height:42px}.btn-outline{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.05);color:rgba(255,255,255,.92)}.btn-outline:hover{border-color:rgba(225,29,72,.55);background:rgba(225,29,72,.12)}.btn-solid{background:linear-gradient(90deg,var(--brand),var(--brand2));color:#fff;box-shadow:0 10px 22px rgba(225,29,72,.22)}.btn-solid:hover{filter:brightness(1.06);transform:translateY(-1px)}.tp-footer{margin-top:70px;border-top:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.35)}.tp-footer__top{padding:34px 0 22px;text-align:center}.tp-footer__brand{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:14px}.tp-footer__brand img{height:48px;width:auto;object-fit:contain}.tp-footer__divider{width:1px;height:34px;background:rgba(255,255,255,.18);display:inline-block}.tp-footer__contactText{margin:0 auto 14px;width:min(720px,92%);color:rgba(255,255,255,.72);line-height:1.6;font-size:13.5px}.tp-footer__privacy{display:inline-block;color:rgba(255,255,255,.82);font-weight:600;font-size:13px;text-decoration:underline;text-underline-offset:4px;text-decoration-color:rgba(225,29,72,.65)}.tp-footer__bottom{border-top:1px solid rgba(255,255,255,.1)}.tp-footer__bottomInner{width:min(1200px,92%);margin:0 auto;padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.tp-footer__copy{margin:0;font-size:13px;color:rgba(255,255,255,.65)}.tp-footer__social{display:flex;align-items:center;gap:10px}.tp-footer__icon{width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.14);display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);transition:.2s ease}.tp-footer__icon svg{width:18px;height:18px;fill:rgba(255,255,255,.85)}.tp-footer__icon:hover{border-color:rgba(225,29,72,.55);background:rgba(225,29,72,.1);transform:translateY(-1px)}@media (max-width:1100px){.event-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.py-4{padding:46px 0}.event-toolbar{grid-template-columns:1fr}.event-item-top img{height:210px}.tp-footer__bottomInner{justify-content:center;text-align:center}}@media (max-width:520px){.event-item-bottom{padding:16px}.event-actions{gap:10px}.btn-outline,.btn-solid{width:100%}.event-row{grid-template-columns:1fr}.tp-footer__brand img{height:42px}.tp-footer__divider{display:none}}.site-nav{position:sticky;top:0;z-index:9999;background:#0b0b0b;border-bottom:1px solid rgba(255,255,255,.1);width:100%}.nav-wrap{max-width:1400px;margin:0 auto;padding:12px clamp(12px,2vw,24px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.nav-brand img{height:clamp(40px,4vw,70px);width:auto;display:block}.site-nav li,.site-nav ul{list-style:none!important;margin:0!important;padding:0!important}.navbar{display:flex;justify-content:center;position:relative;overflow:visible}.navbar-links{display:flex;align-items:center;gap:32px;width:auto}.navbar-links>li{position:relative;padding-bottom:12px}.navbar-links>li>a{color:#fff;text-decoration:none;font-weight:700;font-size:16px;padding:10px 6px;display:inline-flex;align-items:center;gap:6px;opacity:.95;border-radius:10px;white-space:nowrap}.navbar-links>li>a:hover{opacity:1}.nav-actions{display:flex;align-items:center;gap:14px;justify-content:flex-end}.chat-btn{background:#28c76f;color:#fff!important;padding:10px 18px;border-radius:999px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.chat-btn:hover{filter:brightness(.95)}.nav-right-logo img{height:clamp(40px,4vw,70px);width:auto;display:block}.navbar-links>li>ul.dropdown{position:absolute;top:100%;left:0;min-width:240px;background:#111;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:10px;box-shadow:0 14px 30px rgba(0,0,0,.35);display:none;z-index:99999;margin-top:10px}.navbar-links>li>ul.dropdown>li>a{display:block;padding:12px 12px;border-radius:12px;color:#fff;font-weight:700;font-size:14px;text-decoration:none;opacity:.95}.navbar-links>li>ul.dropdown>li>a:hover{background:rgba(40,199,111,.14);opacity:1}@media (min-width:993px){.navbar-links>li:hover>ul.dropdown{display:block}}.toggleBtn{display:none;width:44px;height:40px;border:1px solid rgba(255,255,255,.18);background:0 0;border-radius:10px;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px;position:relative;z-index:999999}.toggleBtn span{width:22px;height:2px;background:#fff;border-radius:999px;display:block}@media (max-width:992px){.toggleBtn{display:flex}.nav-actions{display:none}.nav-wrap{grid-template-columns:auto auto}.navbar{position:fixed;top:0;right:-100%;width:min(360px,86vw);height:100vh;background:#0b0b0b;padding:90px 18px 18px;transition:right .25s ease;border-left:1px solid rgba(255,255,255,.1);justify-content:flex-start;z-index:999998}.navbar.active{right:0}.navbar-links{flex-direction:column;align-items:flex-start;gap:14px;width:100%}.navbar-links>li{width:100%;padding-bottom:0}.navbar-links>li>a{width:100%;padding:14px 10px;justify-content:space-between}.navbar-links>li>ul.dropdown{position:static;min-width:100%;margin-top:8px;display:none;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.navbar-links>li.dd-open>ul.dropdown{display:block}.nav-mobile-actions{display:flex;flex-direction:column;gap:12px;margin-top:14px;width:100%}}.nav-mobile-actions{display:none}.nav-wrap{max-width:1400px;margin:0 auto;padding:12px clamp(12px,2vw,24px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.nav-brand{grid-column:1}.navbar{grid-column:2}.nav-actions{grid-column:3;justify-self:end}.toggleBtn{justify-self:end}@media (max-width:992px){.nav-wrap{grid-template-columns:auto 1fr auto}.toggleBtn{display:flex;grid-column:3;justify-self:end}.navbar{grid-column:1/-1;position:fixed;top:0;right:-100%;width:min(360px,86vw);height:100vh;background:#0b0b0b;padding:90px 18px 18px;transition:right .25s ease;border-left:1px solid rgba(255,255,255,.1);justify-content:flex-start;z-index:999998}.navbar.active{right:0}.nav-actions{display:none}}.nav-wrap{width:100%;max-width:100%;margin:0;padding:12px clamp(12px,2vw,24px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.tp-footer{background:#061c1a;color:#fff;padding:70px 0 0;position:relative;overflow:hidden}.tp-footer *{box-sizing:border-box}.tp-footer a{color:inherit;text-decoration:none}.tp-footer ul{list-style:none;margin:0;padding:0}.tp-footer__brand{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.tp-footer__brandLink{display:inline-flex;align-items:center}.tp-footer__brandLink img{height:72px;width:auto;object-fit:contain;display:block;filter:drop-shadow(0 10px 25px rgba(0,0,0,.35));transition:transform .2s ease}.tp-footer__brandLink:hover img{transform:scale(1.05)}.tp-footer__divider{width:1px;height:54px;background:rgba(255,255,255,.22)}.tp-footer__cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:60px}.tp-footer__title{font-size:16px;font-weight:800;letter-spacing:.6px;margin:0 0 14px;text-transform:uppercase}.tp-footer__title--mt{margin-top:26px}.tp-footer__list{display:grid;gap:12px}.tp-footer__list a{color:rgba(255,255,255,.88);font-size:15px;font-weight:500;transition:opacity .2s ease,text-decoration .2s ease}.tp-footer__list a:hover{opacity:1;text-decoration:underline}.tp-footer__bottom{border-top:1px solid rgba(255,255,255,.12);background:#072321}.tp-footer__bottomInner{width:min(1400px,calc(100% - 40px));margin:0 auto;padding:16px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.tp-footer__copy{font-size:13px;color:rgba(255,255,255,.85);margin:0}.tp-footer__mid{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.tp-footer__selectWrap{position:relative;display:inline-flex;align-items:center}.tp-footer__select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:0 0;border:1px solid rgba(255,255,255,.25);color:#fff;padding:10px 38px 10px 14px;border-radius:999px;font-weight:700;font-size:14px;outline:0;cursor:pointer}.tp-footer__select option{color:#000}.tp-footer__chev{position:absolute;right:14px;pointer-events:none;color:rgba(255,255,255,.85)}.tp-footer__bottomLink{color:rgba(255,255,255,.9);font-weight:700;font-size:14px}.tp-footer__bottomLink:hover{text-decoration:underline}.tp-footer__social{display:flex;align-items:center;gap:14px}.tp-footer__icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);color:#fff;transition:transform .15s ease,background .15s ease}.tp-footer__icon:hover{transform:translateY(-2px);background:rgba(255,255,255,.08)}.tp-footer__icon svg{width:18px;height:18px;fill:currentColor;display:block}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:640px){.tp-footer{padding-top:50px}.tp-footer__brand{justify-content:center}.tp-footer__brandLink img{height:55px}.tp-footer__divider{display:none}.tp-footer__cols{grid-template-columns:1fr;gap:26px}.tp-footer__bottomInner{justify-content:center;text-align:center}.tp-footer__mid{justify-content:center}.tp-footer__social{justify-content:center}}.tp-footer__contact{display:flex;flex-direction:column;align-items:center;text-align:center;gap:22px;padding:40px 20px 60px}.tp-footer__brand{display:flex;align-items:center;gap:18px}.tp-footer__brand img{height:70px;width:auto;object-fit:contain;filter:drop-shadow(0 6px 18px rgba(0,0,0,.35))}.tp-footer__divider{width:1px;height:50px;background:rgba(255,255,255,.25)}.tp-footer__contactText{font-size:26px;line-height:1.5;font-weight:500;color:#fff;margin:0}.tp-footer__privacy{font-size:16px;font-weight:700;color:#fff;text-decoration:none}.tp-footer__privacy:hover{text-decoration:underline}@media(max-width:768px){.tp-footer__brand img{height:50px}.tp-footer__divider{display:none}.tp-footer__contactText{font-size:18px}}.view-more-wrapper{width:100%;display:flex;justify-content:center;margin-top:3rem}.view-more-btn{padding:12px 28px;font-size:16px;font-weight:600;border-radius:10px}