<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Font Face **/
@font-face {
  font-family: 'FSSinclair';
  src: url('../fonts/FSSinclair.eot?#iefix') format('embedded-opentype'),
       url('../fonts/FSSinclair.otf')  format('opentype'),
       url('../fonts/FSSinclair.woff') format('woff'),
       url('../fonts/FSSinclair.ttf')  format('truetype'),
       url('../fonts/FSSinclair.svg#FSSinclair') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FSSinclair-Medium';
  src: url('../fonts/FSSinclair-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/FSSinclair-Medium.otf')  format('opentype'),
       url('../fonts/FSSinclair-Medium.woff') format('woff'),
       url('../fonts/FSSinclair-Medium.ttf')  format('truetype'),
       url('../fonts/FSSinclair-Medium.svg#FSSinclair-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

/** Main Framework **/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: FSSinclair, Helvetica, Arial, sans-serif;
}
strong {
  font-family: FSSinclair-Medium, sans-serif;
}
body {
  background-color: #020202;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  background-position: center center;
  color: #fff;
  transition: all 0.4s ease-in;
  position: fixed
}
body.moveup {
  background-position: center calc(50% - 300px);
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #fff;
  text-decoration: none;
}
.overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 500;
  display: none;
}
.time {
  width: 68px;
  height: 71px;
  background: url(../images/btn-timeline.png);
  background-size: contain;
  position: relative;
  cursor: pointer;
}
.time.hover {
  background-image: url(../images/btn-timeline-on.png);
}
.contact {
  width: 68px;
  height: 71px;
  background: url(../images/btn-contact.png);
  background-size: contain;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}
.contact.hover {
  background-image: url(../images/btn-contact-on.png);
}
.menu {
  position: absolute;
  top: 100px;
  left: -10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 800;
}
.menu ul {
  padding: 0;
  margin: 0;
  position: absolute;
  right: -230px;
  width: 220px;
  display: none;
}
.menu ul li {
  list-style: none;
  background: #f4c01e;
  color: #000;
  margin-bottom: 5px;
  padding: 3px 5px;
}
.menu ul li a {
  color: #000;
}
.gy-logo {
  width: 280px;
  position: absolute;
  top: 50px;
  left: calc(50% - 90px);
  z-index: 400;
  opacity: 0;
}
.logo-120 {
  width: 300px;
  position: absolute;
  left: calc(50% + 20px);
  top: 70px;
  z-index: 400;
  opacity: 0;
}
.back {
  position: absolute;
  z-index: 100;
  left: 5px;
  bottom: 30%;
  width: 60px;
  cursor: pointer;
}
.next {
  position: absolute;
  z-index: 100;
  right: 5px;
  bottom: 30%;
  width: 60px;
  cursor: pointer;
}
.timeline-wrapper {
  width: 4200px;
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  z-index: 60;
  opacity: 0;
}
.timeline {
  float: left;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.expand .timeline.current {
  opacity: 0;
  display:none;
}
.title {
  text-align: center;
  height: 100px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.title img {
  height: 100%;
  width: auto;
}
.active .title {
  opacity: 0;
}
.image {
  text-align: center;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425);
}
.image img {
  transition: all 0.3s ease-in-out;
  width: auto;
  max-width: none;
  margin-left: 50%;
  transform: translate(-50%,0);
}
.current .image img {
  cursor: pointer;
  animation-name: bounce;
  animation-delay: 3s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes bounce {
  0% {
    transform: scale(1, 1) translate(-50%,0);
  }
  50% {
    transform: scale(1, 1) translate(-50%,0);
  }
  55% {
    transform: scale(1.05, 1.05) translate(-50%,0);
  }
  60% {
    transform: scale(1, 1) translate(-50%,0);
  }
  100% {
    transform: scale(1, 1) translate(-50%,0);
  }
}
.active .image img {
  transform: scale(0.7, 0.7);
}
.expand .timeline.small {
  opacity: 0;
  height: 1px;
  overflow: hidden;
}
.small .title {
  opacity: 0;
}
.small .image {
  transform: scale(0.5,0.5);
}
.slaid-wrapper {
  width: 600px;
  position: absolute;
  top: 70px;
  left: calc(50% - 300px);
  z-index: 70;
}
.slaid {
  width: 100%;
  height: 280px;
  position: relative;
  display: none;
}
.header {
  padding: 10px 30px;
}
.content {
  padding: 0 30px;
  font-size: 16px;
  text-align: justify;
  clear: both;
  position: relative;
}
.btn-slide {
  position: relative;
  margin: 10px 30px;
  bottom: 0;
  font-size: 12px;
  line-height: 20px;
}
.share a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.share img {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  line-height: 0;
}
.slider {
  float: right;
}
.slider &gt; div {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.slider &gt; div.display {
  color: yellow;
}
.second {
  display: none;
}
.footer {
  background: #2a2a2a;
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  left: 0;
  z-index: 300;
}
.footer small {
  line-height: 1;
  padding: 20px 10px;
  display: block;
  float: left;
  font-size: 12px;
}
.year {
  color: #ffe01a;
  font-size: 46px;
  font-weight: bold;
  float: left;
  margin-right: 5px;
  font-family: 'FSSinclair-Medium';
}
.subtitle {
  font-size: 20px;
  line-height: 1.1;
}
.photos-wrapper {
  position: relative;
  overflow: visible;
}
.photos {
  position: relative;
  clear: both;
}
.photo {
  max-width: 400px;
  width: auto !important;
  height: 280px;
  border: 1px solid #0055a5;
  margin: 0 5px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.photo img {
  width: auto;
  max-width: none;
  height: 100%;
}
.photos-wrapper .p2 {
  display: none;
}
.video {
  position: absolute;
  height: 80%;
  width: 90%;
  z-index: 1000;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
  margin: 5%;
}
.video video {
  width: 100%;
  max-height: 100%;
  position: relative;
}
.close {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #000 url('../images/close.png') no-repeat center;
  background-size: 20px 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
  border: 1px solid #fff;
  cursor: pointer;
}
.play {
  position: absolute;
  z-index: 10;
  width: 80px;
  height: 80px;
  background: url('../images/play.png') no-repeat center;
  background-size: contain;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
ul.slick-dots {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  float: right;
}
ul.slick-dots li {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  float: left;
}
ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #0055a5;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
ul.slick-dots li.slick-active button {
  background: yellow;
}
</pre></body></html>