.sbisru-DropDown{box-sizing:border-box;height:100vh;position:absolute;left:0;right:0}.ws-is-mobile-platform .sbisru-DropDown{transform:translate(0,0)}@supports (height:100dvh){.ws-is-mobile-platform .sbisru-DropDown{height:100dvh}}.sbisru-DropDown__overlay{background-color:#000000a6;position:absolute;top:64px;bottom:0;left:0;right:0}@media (max-width:616px){.sbisru-DropDown__overlay{top:64px}}.sbisru-DropDown__content{max-height:100%;position:relative}.sbisru-DropDown--noevents{pointer-events:none}.sbisru-DropDown--in{animation:dropDownIn var(--anim-time)}.sbisru-DropDown--out{animation:dropDownOut var(--anim-time)}@keyframes dropDownIn{0%{opacity:0}to{opacity:1}}@keyframes dropDownOut{0%{opacity:1}to{opacity:0}}