<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(max-width:1280px) {
img {
  height: auto;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  width: 95%;
  margin: 0 auto;
  padding:0;
}
header {
  padding-top: 0;
}
.header-top{ display:none;}
.logo {
  width: 20%;
}
.content-cat-block {
  margin-right: 2%;
}
.leftPanel {
  padding-right: 60px;
}
}
 @media(max-width:1100px) {
.headerInner nav {
  width: 80%;
  background-position: 0 7px;
}
.headerInner nav ul li {
  margin-right: 20px;
}
.logo {
  margin-top: 12px;
}
.bannerOuter .wrapper h1 {
  font-size: 50px;
  line-height: normal;
}
footer {
  padding: 20px 0;
}
.rightPanel h2::after {
  bottom: -5px;
}

}

@media(max-width:1024px) {
.bannerOuter .wrapper{
    left: 40px;
}

}

 @media(max-width:950px) {
/*.wrapper {
  width: auto;
}*/
nav {
  margin-top: -20px;
}
nav, nav:after {
  background: none;
}
nav ul {
  padding-left: 0;
}
nav ul li {
  margin-right: 18px;
}
.bannerOuter .wrapper h1 {
  font-size: 40px;
}
.rightPanel h2 {
  font-size: 35px;
  line-height: normal;
}
.bannerOuter {
  height: 350px;
}
.aboutSec ul li, .aboutSec h2 {
  padding: 5px 20px;
}
}
@media(max-width:768px) {
.logo {
  width: auto;
  margin-top: 0;
}
.aboutSec {
  margin-bottom: 10px;
}
.aboutSec h2, .menu-about-menu-container, .menu-investor-menu-container, .menu-team-menu-container,.menu-rd-container {
  display: none;
}
.toggleMenu {
  display: block;
}
.bannerOuter {
  height: 300px;
}
.leftPanel {
  width: auto;
  float: none;
  padding: 0;
}
.leftPanelBottom {
  padding: 60px 25px;
}
.rightPanel {
  float: none;
  width: auto;
  padding-top: 20px;
}
}
 @media(max-width:600px) {
.content-cat-block {
  float: none;
  width: auto;
  margin: 0 0 20px 0;
}
.content-cat-block:last-child {
  margin: 0;
}
.content-cat-block img {
  width: auto;
}
.bannerOuter .wrapper h1 {
  font-size: 30px;
}
.rightPanel h2 {
  font-size: 25px;
}
.rightBlock {
  display: none;
}
.leftBlock {
  float: none;
  width: auto;
}
.formBlock {
  margin-bottom: 0;
}
.bannerOuter .wrapper {
  width: 90%;
}
.bannerOuter {
  height: 250px;
}
}
 @media(max-width:480px) {
.bannerOuter {
  height: 200px;
}
.logo {
  width: 50%;
}
.tableBlock {
  overflow: scroll;
}
.rightPanel h2 {
  font-size: 20px;
}
footer p, span#siteseal{
	float: none;
	text-align: center;
}
span#siteseal{
	margin: 0 auto;
	display: table;
	margin-top: 20px;
}

}
 @media(max-width:360px) {
.bannerOuter {
  height: 150px;
}  
.exTeam {
  text-align: center;
  margin-bottom: 20px;
}
.exTeam:last-child {
  margin-bottom: 0;
}
.exTeam img {
  display: block;
  float: none;
  margin: 0 auto 20px auto;
}
}
</pre></body></html>