<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{   -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

.top-animate {
    background: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.mid-animate {
    opacity: 0;
}
.bottom-animate {
    background: #fff!important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-225deg);
}
.top-menu {
    top: 1px;
    width: 38.5px;
    height: 2px;
    background-color: #FEFEFE;
}
.mid-menu {
    top: 15px;
     width: 38.5px;
    height: 2px;
   background-color: #FEFEFE;
}
.bottom-menu {
    top: 29px;
     width: 38.5px;
    height: 2px;
       background-color: #FEFEFE;
}
.menui {
    background: #fff;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    position: absolute;
}


.icon {
z-index: 999;
    position: relative;
    /* background: rgba(0, 0, 0, 0.21); */
    display: block;
    padding: 0;
    height: 32px;
    width: 39px;
    margin: 0px;
    top: -3px;
    right: 0;
    float: right;
    margin-left: 27px;
}


.mobilenav {
  font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width:35%;
    height: 100%;
    background: rgb(255 255 255);
    padding: 0;
    margin: 0;
    padding:45px 81px;
}
.mobilenav li {
    list-style-type: none;
    text-align: center;
}

</pre></body></html>