.footer{padding:24px 0 16px}.footer .footer-holder{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.footer .footer-holder .footer-logo img{max-width:100%;height:auto;display:block}.footer .footer-holder .footer-nav-holder{align-items:flex-start;gap:35px;display:flex}.footer .footer-holder .footer-nav-holder .footer-nav-group h3{color:#2f395c;text-transform:uppercase;margin-bottom:16px;font-size:16px;font-weight:700}.footer .footer-holder .footer-nav-holder .footer-nav-group .nav-group-links{flex-direction:column;gap:10px;display:flex}.footer .footer-holder .footer-nav-holder .footer-nav-group .nav-group-links .footer-navlinks{color:#2f395c;text-align:left;opacity:.7;font-size:14px;font-weight:500;transition:all .3s ease-in-out}.footer .footer-holder .footer-nav-holder .footer-nav-group .nav-group-links .footer-navlinks:hover{color:#7065f0;opacity:1}.footer .footer-holder .footer-nav-holder .footer-nav-group .nav-group-links .social-links{align-items:center;gap:22px;display:flex}.footer .footer-holder .footer-nav-holder .footer-nav-group .nav-group-links .social-links a{opacity:.7;transition:opacity .3s ease-in-out}.footer .footer-holder .footer-nav-holder .footer-nav-group .nav-group-links .social-links a svg path{transition:fill .3s ease-in-out}.footer .footer-holder .footer-nav-holder .footer-nav-group .nav-group-links .social-links a:hover{opacity:1}.footer .footer-holder .footer-nav-holder .footer-nav-group .nav-group-links .social-links a:hover svg path{fill:#7065f0}.footer .footer-divider{background-color:#e8e6f9;border:none;width:100%;height:1.5px;margin:24px 0;display:block}.footer .footer-end{justify-content:space-between;align-items:center;gap:16px;display:flex}.footer .footer-end h6{color:#2f395c;opacity:.5;font-size:12px;font-weight:500}.footer .footer-end a{color:#2f395c;align-items:center;gap:10px;font-size:12px;font-weight:500;display:flex}@media (max-width:700px){.footer .footer-holder{flex-direction:column;align-items:center}.footer .footer-holder .footer-nav-holder{flex-direction:column;align-items:center;gap:24px}.footer .footer-holder .footer-nav-holder h3{text-align:center}.footer .footer-holder .footer-nav-holder .nav-group-links{align-items:center}.footer .footer-end{flex-direction:column}}
.panel-shell{--panel-shell-bg:#f7f7fd;--panel-shell-aside-bg:#fff;--panel-shell-border:#f0effb;background:var(--panel-shell-bg);grid-template:"toolbar""main"1fr/1fr;min-height:100dvh;display:grid}@media (min-width:1024px){.panel-shell{grid-template:"aside main"1fr/306px 1fr}}.panel-shell__toolbar{background:var(--panel-shell-aside-bg);z-index:1200;grid-area:toolbar;align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}@media (min-width:1024px){.panel-shell__toolbar{display:none}}.panel-shell__menu-toggle{color:#100a55;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.panel-shell__menu-toggle:hover{background:#e8e6f9}.panel-shell__menu-icon{flex-shrink:0;display:block}.panel-shell__toolbar-brand{flex:1;align-items:center;gap:10px;width:100%;min-width:0;display:flex}.panel-shell__toolbar-brand-text{flex-direction:column;gap:1px;min-width:0;display:flex}.panel-shell__toolbar-brand-link{color:inherit;justify-content:flex-start;align-items:center;max-width:100%;text-decoration:none;display:inline-flex}.panel-shell__toolbar-brand-link:focus-visible{outline-offset:3px;border-radius:10px;outline:2px solid #2f395c73}.panel-shell__toolbar-brand-name{width:auto;max-width:100%;height:30px;display:block}.panel-shell__toolbar-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.panel-shell__toolbar-plus-link{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.panel-shell__toolbar-plus-icon{width:40px;height:40px}.panel-shell__overlay{z-index:1201;cursor:pointer;opacity:0;pointer-events:none;background:#100a5559;border:none;margin:0;padding:0;transition:opacity .2s;display:none;position:fixed;inset:0}.panel-shell--nav-open .panel-shell__overlay{opacity:1;pointer-events:auto;display:block}.panel-shell__aside{z-index:1201;background:var(--panel-shell-aside-bg);flex-direction:column;grid-area:aside;gap:24px;width:min(88vw,306px);max-width:320px;padding:28px 20px 24px;transition:transform .22s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #0009290f}@media (min-width:1024px){.panel-shell__aside{width:306px;max-width:none;height:100dvh;min-height:100dvh;max-height:100dvh;box-shadow:none;align-self:start;position:sticky;top:0;overflow-y:auto;transform:none}}.panel-shell--nav-open .panel-shell__aside{transform:translate(0)}.panel-shell__main{grid-area:main;min-width:0}@media (min-width:1024px){.panel-shell__main{width:100%;max-width:1521px;margin-inline:auto;padding:28px 32px 40px}}.panel-shell__main--with-top-header{flex-direction:column;min-height:0;padding:0;display:flex}@media (min-width:1024px){.panel-shell__main--with-top-header{padding:0}}.panel-shell__main-top{box-sizing:border-box;flex-shrink:0;width:100%;min-width:0;padding-inline:0}@media (min-width:1024px){.panel-shell__main-top{padding-inline:32px}}.panel-shell__main-body{box-sizing:border-box;flex:1;min-width:0;padding:20px 20px 32px}@media (min-width:1024px){.panel-shell__main-body{width:100%;max-width:1521px;margin-inline:auto;padding:0 32px 40px}.panel-shell--public-mobile-only{display:contents}.panel-shell--public-mobile-only .panel-shell__toolbar,.panel-shell--public-mobile-only .panel-shell__overlay,.panel-shell--public-mobile-only .panel-shell__aside{display:none!important}.panel-shell--public-mobile-only .panel-shell__main{width:auto;max-width:none;margin-inline:0;padding:0;display:contents}}
.notification-bell{color:#111827;cursor:pointer;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.notification-bell:hover{color:#7065f0}.notification-bell__icon-wrapper{justify-content:center;align-items:center;display:flex}.notification-bell__icon{width:24px;height:24px}
.support-ticket-dialog__content{width:min(92vw,520px)}.support-ticket-dialog__title{color:#2f395c;font-size:18px;font-weight:700}.support-ticket-dialog__description{color:#8582a8;font-size:14px;font-weight:500;line-height:1.45}.support-ticket-dialog__form{gap:14px}.support-ticket-dialog__field{flex-direction:column;gap:8px;display:flex}.support-ticket-dialog__label{color:#2f395c;font-size:12px;font-weight:600}.support-ticket-dialog__textarea{color:#000929;resize:vertical;background-color:#f7f7fd;border:1px solid #e0def7;border-radius:8px;width:100%;padding:12px 16px;font-size:16px;font-weight:500;transition:border-color .3s ease-in-out;outline:none!important}.support-ticket-dialog__textarea::placeholder{opacity:.5}.support-ticket-dialog__textarea:focus{border-color:#7065f0}.support-ticket-dialog__actions{margin-top:10px}
