.dropdown-mobile{flex-direction:column;min-width:max-content;padding:0 12px;font-weight:500;display:flex;position:relative}.dropdown-mobile-label{color:inherit;cursor:pointer;border:none;border-radius:8px;align-items:center;max-width:max-content;display:flex}.dropdown-mobile-label .arrow{margin-left:6px;transition:transform .3s;display:inline-block}.dropdown-mobile-label .arrow.rotate{transform:rotate(180deg)}.dropdown-mobile-content{z-index:1;opacity:0;max-width:14rem;max-height:0;padding:0 16px;transition:max-height .5s,opacity .5s,transform .5s;top:56px;overflow:hidden;transform:translateY(-10px)}.dropdown-mobile-content.open{opacity:1;max-height:600px;transform:translateY(0)}.jen-padding{padding:10px 16px}.jen-logo-position{position:relative}@media (min-width:412px) and (max-width:768px){.dropdown-mobile-content{z-index:1;max-width:16rem;padding:0 16px;top:56px}}@media (min-width:768px) and (max-width:1290px){.dropdown-mobile-content{z-index:1;max-width:21rem;padding:0 16px;top:56px}}
