.main-nav-channel{width:280px;padding:0 16px;display:flex;flex-direction:column;background-color:#fff;z-index:1}.main-nav-channel .main-nav-wrapper{position:sticky;top:0;width:100%;max-width:278px;min-height:100vh;display:flex;flex-direction:column}.main-nav-channel .main-nav-wrapper .logo{max-width:139px;padding:32px 0 32px 8px}.main-nav-channel .main-nav-wrapper .logo img{width:100%}.main-nav-channel .main-nav-wrapper .member-info-container{display:flex;align-items:center;gap:8px;padding-bottom:16px;border-bottom:1px solid #e3e8ef;margin-bottom:16px}.main-nav-channel .main-nav-wrapper .member-info-container .initials{display:inline-block;background-color:#f8fafc;width:40px;height:40px;border:1px solid #e3e8ef;border-radius:50%;color:#667085;font:600 1.6rem Inter;line-height:24px;padding:8px;text-align:center;text-transform:uppercase}.main-nav-channel .main-nav-wrapper .member-info-container .member-info .name{color:#101828;font-size:1.6rem;font-weight:600;line-height:24px;max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.main-nav-channel .main-nav-wrapper .member-info-container .member-info .email{color:#667085;font-family:Manrope;font-size:1.1rem;font-weight:500;line-height:18px;max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.main-nav-channel .main-nav-wrapper .main-nav ul{margin:0;padding:0;list-style:0}.main-nav-channel .main-nav-wrapper .main-nav ul li{margin:8px 0}.main-nav-channel .main-nav-wrapper .bottom-links{display:flex;gap:10px;padding:24px 0;width:100%;max-width:278px;margin-top:auto}.main-nav-channel .main-nav-wrapper .bottom-links a{width:100%}.parent-notification{position:fixed;display:inline-flex;border:1px solid;padding:20px 25px 20px 20px;gap:16px;background-color:#fff;border-radius:16px;z-index:999;left:50%;top:-100px;opacity:0;transform:translateX(-50%);transition:all .25s}.parent-notification.active{top:30px;opacity:1}.parent-notification .notification-icon{max-width:16px;max-height:16px;margin-top:2px}.parent-notification .message-container{color:#101828;font-size:1.4rem;font-weight:600;line-height:142.857%}.parent-notification.success{background-color:#ecfdf3;border-color:#17b26a}.parent-notification.alert{background-color:#fffcf5;border-color:#f79009}.parent-notification.error{background-color:#fff5f2;border-color:#f04438}.parent-notification.autohide{animation-name:notificationAutohide;animation-duration:.5s;animation-delay:5s;animation-fill-mode:forwards}@keyframes notificationAutohide{0%{opacity:1}99%{opacity:0}to{display:none}}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{max-height:24px;padding:0 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:30px;height:4px;background-color:#000;border-radius:20px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms ease .12s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}