<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div.menu{
  height: 60px;
}

div.menu &gt; nav{
  margin-right: 0;
}

div.menu nav li,
div.menu nav a,
div.menu span.separator{
  line-height: 60px;
}

div.menu nav a i{
  padding-right: 20px;
}

div.menu nav a span.number{
  display: none;
}

div.menu.mini{
  height: 50px;
}

div.menu.mini li,
div.menu.mini a,
div.menu.mini span.separator{
  line-height: 50px;
}

header{
  padding: 160px 6% 100px 6%;
}

header::before{
  right: 40px;
  top: 80px;
}

header::after{
  display: none;
}

div.filter{
  margin-top: -20px;
  margin-bottom: -20px;
}

article.projects{
  margin: 60px auto;
}

article.projects div.projectHolder{
  margin-left: -1.5%;
  margin-right: -1.5%;
}
article.projects a.project{
  width: 47%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

article.gallery{
  margin: 50px auto 60px auto;
}

article.vacancy{
  margin: 60px auto;
}

article.contact{
  margin: 60px auto;
}

article.contact div.info{
  width: 40%;
}

div.homeSideBar{
  width: 60px;
}

div.homeSlider{
  padding-top: 40px;
  width: calc(100% - 60px);
  height: calc(100% - 40px);
}

div.homeSlider div.slide div{
  left: 15%;
}

div.homeSlider div.slide div.heading{
  font-size: 70px;
  line-height: 80px;
}

div.homeSlider div.bar{
  width: 65%;
  left: 35%;
}

div.homeSlider div.bar::after{
  display: none;
}

div.homeSlider div.arrow{
  left: calc(15% - 24px);
  bottom: 140px;
}

article.homeAbout{
  padding: 60px 0 36px 0;
}

article.aboutVision{
  margin: 60px auto;
}

article.aboutVision h2,
article.aboutVision p{
  padding-left: 40px;
}

article.aboutVision img.signatures{
  margin: 20px 0 0 40px;
}

article.aboutTeam{
  margin: 60px auto;
}

article.aboutTeam div.member{
  width: 31.5%;
  margin-right: 2.75%;
}

article.aboutTeam div.member:nth-of-type(4n){
  margin-right: 2.75%;
}

article.aboutTeam div.member:nth-of-type(3n){
  margin-right: 0;
}

footer{
  height: 260px;
}

footer div.bar{
  width: 8%;
  padding-top: 45px;
  height: 175px;
}

footer div.bar::after{
  display: none;
}

footer img{
  left: 13%;
  top: 60px;
}

footer div.contact{
  left: 22%;
  top: 55px;
}

footer div.links{
  left: 50%;
  width: 50%;
  top: 55px;
}

footer a.aolLogo,
footer a.bnaLogo{
  width: 40px;
}

footer a.aolLogo{
  top: -60px;
}
footer a.bnaLogo{
  top: -10px;
}
</pre></body></html>