@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap";:root{font-family:Figtree}*{box-sizing:border-box}input,textarea{font-size:16px!important}body{margin:0;width:100vw;min-height:100vh;background:#f6f7fb;color:#0f172a}a{color:inherit;text-decoration:none}.navbar{width:100vw;display:flex;background-color:#3f3c75;color:#fff;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.15)}.navbar__left{display:flex;align-items:center;gap:10px}.navbar__brandLink{display:inline-flex;align-items:center}.navbar__brand{font-weight:800;font-size:26px}.navbar__events{border-radius:8.5px;font-weight:800;font-size:22px;background:#fff;display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;color:#3f3c75;margin-left:6px}.navbar__right{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px}.navbar__profileBtn{width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#ffffff1f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .06s ease,background .15s ease}.navbar__profileBtn:hover{background:#ffffff2e}.navbar__profileBtn:active{transform:scale(.98)}.navbar__profilePlaceholder{font-size:16px;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-weight:800;text-transform:uppercase;line-height:1;color:#fff}button{appearance:none;-webkit-appearance:none;font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:9px 12px;font-weight:800;font-size:14px;border:1px solid transparent;cursor:pointer;transition:transform .06s ease,filter .15s ease,background .15s ease;-webkit-user-select:none;user-select:none}.btn:active{transform:scale(.99)}.btn--primary{background:#fff;color:#0f172a;border:2px solid #EBEBEB}#nav--primary{border:none}.btn--primary:hover{background:#f7f7f7;filter:none}.btn.btn--dark{background:#29264f;color:#fff;border-color:#0f172a26}.btn.btn--dark:hover{filter:brightness(1.05)}.navbar__menu{position:absolute;top:50px;right:0;width:200px;background:#fff;border:1px solid #e5e5e5;border-radius:14px;box-shadow:0 14px 30px #0206172e;overflow:hidden;z-index:10}.navbar__menuItem{display:block;padding:11px 12px;color:#0f172a;font-weight:650;font-size:14px}.navbar__menuItem:hover{background:#f3f4f6}.navbar__divider{height:1px;background:#eee}.navbar__menuForm{margin:0}#navbar__menuEmail{padding:11px 12px 4px;opacity:.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;width:100%}#navbar__menuEmail:hover{background:inherit;transform:none}.navbar__menuButton{width:100%;text-align:left;padding:8px 12px 11px;border:0;background:#fff;cursor:pointer;color:#0f172a;font-size:14px;font-weight:750}.navbar__menuButton:hover{background:#f3f4f6}@media(max-width:420px){.navbar__brand{font-size:22px}.navbar__events{font-size:19px}}
