.headerunauth{box-shadow:0 0 20px 0 rgba(0,0,0,.1)}.headerunauth .mobileMenu{position:fixed;top:0;right:0;z-index:99;height:100vh;width:100%;display:flex;transition:.7s}.headerunauth .mobileMenu .left{flex:1;box-shadow:inset -29px 0 16px -12px rgba(0,0,0,.1)}.headerunauth .mobileMenu .right{flex:2;background:#fff;padding:40px}.headerunauth .mobileMenu .right nav ul{list-style:none;display:flex;flex-direction:column;gap:15px}.headerunauth .mobileMenu .right nav ul li a{color:var(--gray);text-decoration:none;font-weight:700}.headerunauth .mobileMenuOpen{right:-100%}.headerInner{gap:30px;padding:5px 0}.headerInner,.headerInner .left{display:flex;align-items:center;justify-content:space-between;flex:1}.headerInner .left .logoWrap{display:flex;gap:10px;align-items:center}.headerInner .left .logoWrap .logoImgWrap{width:100%;height:62px}.headerInner .left .logoWrap .logoImgWrap img{width:200px;height:100%;object-fit:cover;background:rgba(0,0,0,0);cursor:pointer}.headerInner .left .logoWrap .logoImgWrap .logoOne{width:60px;height:100%;object-fit:cover;background:rgba(0,0,0,0);cursor:pointer;display:none}@media screen and (max-width:768px){.headerInner .left nav{display:none}}.headerInner .left nav ul{list-style:none;display:flex;gap:20px;cursor:pointer}.headerInner .left nav ul li a{color:var(--gray);text-decoration:none;font-weight:700;font-size:17px}.headerInner .left nav ul li a:hover{color:#1193d0;transition:.4s}@media screen and (max-width:768px){.headerInner .right .customButton{display:none}}@media screen and (min-width:769px){.headerInner .right .hamburgerIcon{display:none}}.headerInner .right .hamburgerIcon .toggle{position:relative;width:40px;height:40px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;transition-duration:.3s}.headerInner .right .hamburgerIcon .bars{width:100%;height:4px;background-color:#000;border-radius:5px;transition-duration:.3s}