#navigation-header{transition:all .1s;position:fixed}#navigation-header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-dbtune-100);background:#ffffffe6}
.hamburger svg>:first-child,.hamburger svg>:nth-child(2),.hamburger svg>:nth-child(3){transform-origin:50%;transform:rotate(0)}.hamburger svg>:first-child{transition:y .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19),opacity .1s ease-in}.hamburger svg>:nth-child(2){transition:transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger svg>:nth-child(3){transition:y .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19),width .1s ease-in .25s}.hamburger.active svg>:first-child{opacity:0;y:11;transition:y .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s,opacity .1s ease-out .12s;transform:rotate(225deg)}.hamburger.active svg>:nth-child(2){transition:transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(225deg)}.hamburger.active svg>:nth-child(3){y:11;transition:y .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s,width .1s ease-out;transform:rotate(135deg)}.disable-scroll{width:100%!important;height:100vh!important;position:fixed!important;top:0!important;left:0!important;overflow:hidden!important}
