<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu_plan_site .menuFooter {
    width: 100% !important;
    height: auto !important;
}
#menu_plan_site .menuFooter li {
    width: 100% !important;
    padding-bottom: 20px !important;
    position: initial;
}
#menu_plan_site .item-footer {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 300;
    padding: 0 0 0 15px !important;
}
#menu_plan_site .item-footer span {
    padding: 0 !important;
}
#menu_plan_site .rmToggle:before {
    content: '+';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 24px;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #348fc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
#menu_plan_site .item-footer.active .rmToggle:before {
    content: '-';
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #348fc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
#menu_plan_site .rmToggle {
    position: absolute !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    height: 40px !important;
}
#menu_plan_site .rmSlide {
    top: 7px !important;
    left: 0px !important;
    width: 95% !important;
    height: auto !important;
    visibility: visible !important;
    position: relative !important;
}
#menu_plan_site .rmLevel1 {
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}
#menu_plan_site .menuFooter .rmLevel1 li {
    padding-bottom: 15px !important;
}
#menu_plan_site .menuFooter .rmLevel1 li:last-child {
    padding-bottom: 0 !important;
}
#menu_plan_site .rmLevel1 .item-footer {
    width: 100% !important;
    font-size: 13px;
}
@media screen and (max-width: 991px) {
#menu_plan_site .item-footer.active .rmToggle:before {display: none;}
#menu_plan_site .item-footer:hover .rmToggle:before {display: none;}
#menu_plan_site .rmSlide { display: none !important;}
#menu_plan_site .rmToggle:before {display: none;}
#menu_plan_site .item-footer {padding: 0 0 0 0px !important;}
}
@media screen and (max-width: 550px) {
#menu_plan_site .menuFooter li {
    padding-bottom: 10px !important;
}
}

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