<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sxlogo {
    width: 130px;
    margin-top: 20px;
}

.bgtabmenu {
    margin-bottom: 20px;
    padding: 0px;
}

.menubar-fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#navigation-bar {
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
    width: 100%;
    padding: 0px;
    /*  box-shadow: 0 5px 5px -5px rgba(000, 000, 000, 0.2);*/
    top: 0;
    position: fixed;
    transition: top 0.3s;
}

  .goog-te-gadget-simple {
    font-size: 9px !important;
    border: 0px solid transparent !important;
  }

.nav-menu-hidden {
    display: none;
}

.d-flex {
    justify-content: space-between;
    align-items: center;
}

.flex-row {
    flex-direction: row;
}

.fadeIn {
    visibility: visible;
    opacity: 1;
    transition: opacity linear;
}

.offcanvas {
    height: 45vh !important;
    border: none;
}

#menutext .list-group-item {
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #1b3761;
    cursor: pointer;
}

#menutext .list-group-item:hover {
    background-color: #1b3761;
    color: #ffffff;
}

#menutext a {
    color: #1b3761;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    padding: 5px;
}

#menutext a:hover, #menutext a:active, #menutext a:focus {
    color: #ffffff;
    outline: none;
    text-decoration: none;
    background-color: #1b3761;
    width: 100%;
}

#menutext .list-group {
    width: 90%;
}

.title2024 {
    width: 400px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.burgernav {
    width: 45px;
    margin-top: 20px;
    margin-right: 5px;
}

.iclan {
    width: 35px;
}

.closeic {
    width: 40px;
    margin-top: 20px;
    margin-right: 10px;
}

@media (max-width:1980px) {
    .offcanvas {
        height: 75vh !important;
    }
}

@media (max-width:1440px) {
    .offcanvas {
        height: 90vh !important;
    }
}

@media (max-width:768px) {

	
    #menutext .list-group {
        width: 100%;
    }

    .offcanvas {
        height: 100vh !important;
    }

    .closeic {
        margin-top: 10px;
    }
}

@media (max-width:512px) {
	
    .sxlogo {
        width: 120px;
    }

.goog-te-gadget-simple {
    font-size: 7px !important;
  }

    .burgernav {
        width: 35px;
    margin-top: 20px;
    margin-right: 10px;
    }
 

    #menutext .list-group {
        width: 100%;
    }

    .title2024 {
        width: 280px;
    }

    .closeic {
        width: 30px;
        margin-top: 10px;
    }
}

@media (max-width:214px) {
    .sxlogo {
        width: 60px;
    }

    .goog-te-gadget-simple {
    font-size: 7px !important;
  }
    .burgernav {
        width: 25px;
    }

    .iclan {
        width: 20px;
    }

    .title2024 {
        width: 120px;
    }
}</pre></body></html>