<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu-icon-container{display:none;position:fixed;top:0;right:0;margin:20px;background-color:white;border-radius:50px;width:50px;height:50px;box-shadow:0 5px 10px 0 rgba(0,0,0,0.08);z-index:200}.menu-icon-container.active{background-color:transparent;box-shadow:none}.menu-icon-container .menu-icon{position:relative;width:inherit;height:inherit;cursor:pointer}.menu-icon-container .menu-icon .menu-icon__checkbox{display:block;width:100%;height:100%;position:relative;cursor:pointer;z-index:2;-webkit-touch-callout:none;position:absolute;opacity:0}.menu-icon-container .menu-icon div{margin:auto;position:absolute;top:0;right:0;left:0;bottom:0;width:22px;height:12px}.menu-icon-container .menu-icon span{position:absolute;display:block;width:100%;height:2px;background-color:black;border-radius:1px;transition:all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965)}.menu-icon-container .menu-icon span:first-of-type{top:0}.menu-icon-container .menu-icon span:last-of-type{bottom:0}.menu-icon-container .menu-icon.active span:first-of-type,.menu-icon-container .menu-icon .menu-icon__checkbox:checked+div span:first-of-type{transform:rotate(45deg);top:5px}.menu-icon-container .menu-icon.active span:last-of-type,.menu-icon-container .menu-icon .menu-icon__checkbox:checked+div span:last-of-type{transform:rotate(-45deg);bottom:5px}.menu-icon-container .menu-icon.active:hover span:first-of-type,.menu-icon-container .menu-icon.active:hover span:last-of-type,.menu-icon-container .menu-icon:hover .menu-icon__checkbox:checked+div span:first-of-type,.menu-icon-container .menu-icon:hover .menu-icon__checkbox:checked+div span:last-of-type{width:22px}@media (min-width: 1024px){.menu-icon-container .menu-icon:hover span:first-of-type{width:26px}.menu-icon-container .menu-icon:hover span:last-of-type{width:12px}}.menu-list-container{display:none;flex-direction:column;align-items:center;position:fixed;top:0;right:0;left:0;width:100vw;height:100vh;box-shadow:0 0 10px #85888C;padding:50px;padding-top:125px;background-color:white;-webkit-font-smoothing:antialiased;transform-origin:0% 0%;transform:translate(100%, 0);transition:transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);z-index:150}.menu-list-container.showed{transform:none}.menu-list-container .company-logo-avatar{aspect-ratio:1/1;width:100px;height:100px;background-size:cover;background-repeat:no-repeat;background-position:center center;border-radius:50%;margin-bottom:2rem}.menu-list-container ul li{padding:1rem 0;transition-delay:2s;text-align:center}.menu-list-container ul li a{color:black;font-size:1.5rem}@media only screen and (max-width: 767px){nav.navbar,#menuBar{display:none}.menu-icon-container,.menu-list-container{display:flex}}

/*# sourceMappingURL=navigationBar.css.map */</pre></body></html>