@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
 
.style_global { background-color: white; color: black; font-family: 'Roboto', sans-serif; font-size: 1rem; } .style_global a { color: #ee5c14; text-decoration: none; font-weight: normal; text-decoration-thickness: auto !important; 
                    text-underline-offset: auto !important; } .style_global a:hover { color: #ee2514; text-decoration: none; } .style_global a:focus { color: #ee2514; text-decoration: none!important; } .style_nav { background-color: white !important; font-family: 'Roboto', sans-serif !important; font-size: 1rem !important; padding: 5px !important; } .style_nav a { color: black !important; text-decoration: none !important; font-weight: bold !important; text-decoration-thickness: auto !important; 
                    text-underline-offset: 0.3em !important; text-decoration-color: #ee5c14 !important;} .style_nav a:hover { color: black !important; text-decoration: none !important; font-weight: bold; text-decoration-thickness: auto !important; 
                    text-underline-offset: 0.3em !important;  text-decoration-color: #ee5c14 !important; } .style_nav a:focus { color: black !important; text-decoration: none!important; } .style_nav a { position: relative;}.style_nav a:before { content: ''; position: absolute; width: 100%; height: 4px; border-radius: 4px; background-color: #ee5c14; bottom: 0; left: 0px; transform-origin: right; transform: scaleX(0); transition: transform .3s ease-in-out;}.style_nav a:hover::before { transform-origin: left; transform: scaleX(1); } .style_nav_dropdown  a:before { height: 0px !important; } .style_nav a:focus { color: black !important; text-decoration: none!important; } .navbar-toggler { color: black !important; }.style_nav_dropdown { background-color: white !important; font-size: 1.05rem !important; margin-top: 9px !important; } .style_nav_dropdown a { color: black !important; text-decoration: none; font-weight: bold !important; text-decoration-thickness: auto !important; 
                    text-underline-offset: auto !important; } .style_nav_dropdown li:hover { background-color: white !important; } .style_nav_dropdown a:hover { color: #ee2514!important; text-decoration: none !important; } .style_nav_dropdown a:focus { color: #ee2514!important; text-decoration: none!important; } .style_nav_dropdown a:focus { color: #ee2514!important; text-decoration: none!important; } 