<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********header***********/
.header {
    position: fixed;
    z-index: 11;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    transition: all 0.4s ease;
}

.menu {
    width: auto;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
}

.menu_cat {
    z-index: 99999;
    position: relative;
    cursor: pointer;
}
.logo {
    position: relative;
    z-index: 99999;
}

.frame_bottom_menu {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
    height: 20vh;
}

.rs_top {
    font-family: Poppins;
    font-size: 0.95em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2vh;
}
.rs_item {
    display: inline-block;
    margin: 0 5px;
    font-size: 18px;
    color: #fff;
    text-decoration: none !important;
    transition: all 0.4s ease;
}
.rs_item:hover{
color: #eee14d;
}

.reversetext {
    position: absolute;
    font-family: Poppins;
    font-size: 0.8em;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(90deg);
    margin-top: 20px;
    white-space: nowrap;
    bottom: -107px;
    left: -50%;
}
.reversetext:before {
    content: "";
    width: 50px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    left: -56px;
    top: 46%;
}






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