.account-drawer{transform:translate(-200%);visibility:visible;transition:transform var(--duration-default) ease,visibility var(--duration-default) ease;height:100vh;background:#000000f2;background-size:cover;border-color:transparent;position:fixed;left:0;top:0;right:0;z-index:100;width:100vw;padding:0;overflow:hidden}.account-drawer[open]{visibility:visible}.account-drawer .menu-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:44px 2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.account-drawer .menu-drawer__title{color:#fff;margin:0;font-size:24px;font-weight:700;letter-spacing:.02em}.account-drawer .menu-drawer__brand-link{color:#fff;text-decoration:none}.account-drawer .menu-drawer__brand-name{display:block;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem;letter-spacing:.05em}.account-drawer .menu-drawer__brand-tagline{display:block;font-size:1rem;font-weight:300;opacity:.9;letter-spacing:.02em}.account-drawer .menu-drawer__close-btn{background:none;border:2px solid white;color:#fff;cursor:pointer;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.account-drawer .menu-drawer__close-btn:hover{background-color:#ffffff1a}.account-drawer .menu-drawer__close-btn .svg-wrapper{width:1.5rem;height:1.5rem;display:block}.account-drawer .menu-drawer__inner-container{flex:1;display:flex;flex-direction:column}.account-drawer .menu-drawer__navigation{padding:2rem 0;display:flex;flex-direction:column;align-items:center}.account-drawer .menu-drawer__menu{width:100%;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:flex-start}.account-drawer .menu-drawer__menu li{width:100%;text-align:left}.account-drawer .menu-drawer__menu-item{gap:8px;font-weight:600;font-size:18px;line-height:1.5;letter-spacing:0;padding:1.2rem 2rem;color:#fff;text-decoration:none;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;position:relative;transition:all .3s ease;text-align:left;width:100%}.account-drawer .menu-drawer__menu-item:hover{color:#4ade80}.account-drawer .menu-drawer__menu-item--active:after{content:"";position:absolute;bottom:.5rem;left:2rem;width:calc(100% - 4rem);height:2px;background-color:#4ade80}.account-drawer .menu-drawer__menu-item .svg-wrapper{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;order:0;margin-right:8px;margin-left:0;flex:0 0 24px}.account-drawer .menu-drawer__menu-item>span:last-child{order:1}.account-drawer .menu-drawer__menu-item .svg-wrapper.is-danger{color:#ef4444}.account-drawer .menu-drawer__utility-links{background:transparent;text-align:center;padding:2rem}.account-drawer .menu-drawer__social-text{color:#fff;font-size:12px;font-weight:300;line-height:16px;margin-bottom:1rem;opacity:.8}.account-drawer .menu-drawer__utility-links .list-social{display:flex;justify-content:center;gap:1rem}.account-drawer .list-social__item{margin:0}.account-drawer .list-social__link{color:#fff;padding:.5rem;border-radius:50%;transition:background-color .2s ease}.account-drawer .list-social__link:hover{background-color:#ffffff1a}.account-drawer .list-social__link .svg-wrapper{width:24px;height:24px}.account-drawer li a{color:var(--it-white-color)}.js .menu-drawer{height:100vh!important;min-height:100vh!important;top:0!important}
