<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
  font-size: 1.8rem;
  line-height: 2.6rem }

h1, h2, h3, h4, h5, h6 {
  color: #333333; }

h1 {
  font-weight: 900;
  font-size: 6.4rem; }

h2 {
  font-size: 4.6rem;
  font-weight: 300; }

h3 {
  margin: 0;
  margin-bottom: 3rem;
  font-size: 3rem;
  line-height: 3.6rem; }

a {
  color: #FFD411;
}

.white-color {
  color: #fff;
}

.whitesmoke-color {
  color: #e0e0e0;
}

.section-title {
  position: relative;
  display: inline-block;
  margin: 10rem 0 10rem 1rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
  font-size: 4.6rem;
  font-weight: 300; }
  .section-title:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 50rem;
    height: 4.6rem;
    background: #FFD411;
    left: -51rem; }
  @media screen and (max-width: 767px) {
    .section-title {
      margin-top: 3rem;
      margin-bottom: 3rem;
      margin-left: 2rem; } }

html {
  height: 100%;
  font-size: 62.5%; }
  @media screen and (max-width: 1200px) {
    html {
      font-size: 60%; } }
  @media screen and (max-width: 992px) {
    html {
      font-size: 55%; } }
  @media screen and (max-width: 768px) {
    html {
      font-size: 50%; } }
  @media screen and (max-width: 576px) {
    html {
      font-size: 45%; } }

body {
  height: 98%;
  background: #FFFFFF;
  font-family: 'Lato', sans-serif; }

.no-height {
  height: 0; }

.btn-primary {
  width: 24.2rem;
  height: 6.2rem;
  background: #FFD411;
  border-width: 0.5rem;
  border-color: transparent;
  border-radius: 3rem;
  margin-top: 2rem;
  color: #333333;
  line-height: 4.2rem; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover {
    background: #fff;
    border-color: #FFD411;
    color: #333333; }

header {
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 30rem;
  z-index: -100; }

.black-box {
  position: absolute;
  z-index: 999;
  bottom: 5rem;
  right: 1rem;
  background: #333333;
  padding: 7rem; }
  .black-box h3, .black-box p {
    color: #FFFFFF;
    font-weight: 500; }
  .black-box p {
    font-weight: 300; }
  @media screen and (max-width: 767px) {
    .black-box {
      right: 0;
      text-align: center; } }

.head-title {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .head-title {
      top: 40vh;
      left: 0;
      width: 100%;
      text-align: center;
      padding: 1.5rem; } }

.video-container, .apla {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.video-container {
  z-index: -100; }
  .video-container video {
    min-width: 100%;
    min-height: 100%; }

.apla {
  background: #000;
  z-index: 0;
  opacity: 0.7; }
  @media screen and (max-width: 992px) {
    .apla {
      opacity: 0.6; } }
  @media screen and (max-width: 767px) {
    .apla {
      opacity: 0.4; } }

.logo {
  position: absolute;
  top: 0;
  z-index: 500;
  margin-top: 3rem; }
  @media screen and (max-width: 767px) {
    .logo {
      left: 50%;
      transform: translateX(-50%);
      margin-top: 6rem; } }

.logo:hover {
  opacity: 0.7; }

.rect {
  position: absolute;
  background: transparent;
  border-style: solid;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0, -0.04, 0, 1.02); }
  @media screen and (max-width: 992px) {
    .rect {
      display: none; } }

.rect-yellow {
  top: 25rem;
  right: 11rem;
  z-index: 103;
  width: 40rem;
  height: 24.72188rem;
  border-width: 2.5rem;
  border-color: #FFD411; }

.rect-blue {
  top: 40rem;
  right: 1rem;
  z-index: 102;
  width: 26rem;
  height: 16.06922rem;
  border-width: 1.6rem;
  border-color: #ff6701; }

.rect-green {
  top: 52rem;
  right: 46rem;
  z-index: 101;
  width: 7rem;
  height: 4.32633rem;
  border-width: 0.4rem;
  border-color: #ff6701; }

.rect-orange {
  top: 15rem;
  right: 6rem;
  z-index: 104;
  width: 11rem;
  height: 6.79852rem;
  border-width: 0.7rem;
  border-color: #F5A623; }

.rect-red {
  top: 32rem;
  right: 40rem;
  z-index: 99;
  width: 17rem;
  height: 10.5068rem;
  border-width: 1rem;
  border-color: #D0021B; }

.rect.animate {
  opacity: 0;
  transform: scale(1.2, 1.2); }

.offer-container {
  position: relative;
  height: 51rem;
  margin-bottom: 20rem; }

.offer-box {
  transition: all 0.1s ease-out; }

.offer-box-text {
  position: absolute;
  top: 50%;
  width: 52.727272%;
  height: 33rem;
  background: #FFFFFF;
  z-index: 1;
  transform: translateY(-50%); }
  .offer-box-text .offer-text {
    position: relative;
    top: 50%;
    padding: 5rem 10rem;
    text-align: center;
    transform: translateY(-50%); }

.offer-box-left {
  left: 0; }

.offer-box-right {
  right: 0; }

.offer-box-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 58.33333%;
  height: 100%;
  overflow: hidden; }
  .offer-box-image img {
    width: 100%; }

@media screen and (max-width: 767px) {
  .offer-container {
    height: auto;
    margin-bottom: 0; }
  .offer-box-image {
    display: none; }
  .offer-box-text {
    position: static;
    transform: none;
    width: 100%;
    height: auto; }
    .offer-box-text .offer-text {
      position: static;
      transform: none;
      padding: 2rem 2rem; } }

.banner-background {
  background: #FFFFFF url("images/banner.jpg") no-repeat right top;
  background-size: cover;
  margin-bottom: 10rem;
  padding-top: 40rem;
  padding-bottom: 40rem; }
  @media screen and (max-width: 767px) {
    .banner-background {
      margin-top: 5rem;
      padding-top: 10rem;
      padding-bottom: 10rem; } }

.banner-white-box {
  background: #FFFFFF;
  text-align: center;
  padding: 10rem; }
  @media screen and (max-width: 767px) {
    .banner-white-box {
      text-align: center;
      padding: 7rem 5rem; } }

.team-box-container {
  position: relative;
  height: 37rem;
  margin-bottom: 30rem;
  overflow: hidden; }
  .team-box-container:last-child {
    padding: 0; }

.team-box-container-last {
  margin-bottom: 10rem; }

.team-box-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 1.5rem; }

.team-box-image {
  overflow: hidden; }
  .team-box-image img {
    margin: auto; }

@media screen and (max-width: 992px) {
  .team-box-container {
    height: auto;
    margin-bottom: 2rem; }
  .team-box-container-last:last-child {
    margin-bottom: 7rem; }
  .team-box-text {
    position: static;
    transform: none; } }

.prefooter-box {
  background: #F5F5F5;
  padding: 6rem; }
  .prefooter-box p:first-child {
    font-weight: 700;
    margin-bottom: 2rem; }
  .prefooter-box a {
    color: #333333; }

@media screen and (max-width: 992px) {
  .prefooter-box {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center; } }

footer {
  position: relative;
  height: 37rem;
  background: #333;
  margin-top: 20rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease; }
  footer .footer-text-toggle {
    opacity: 0;
    width: 40%;
    transition: all 0.1s ease; }
    @media screen and (max-width: 767px) {
      footer .footer-text-toggle {
        width: 100%;
        padding-right: 4rem; } }
  footer .footer-text-paragraph {
    margin-bottom: 3rem; }
    @media screen and (max-width: 767px) {
      footer .footer-text-paragraph {
        margin-bottom: 1rem; } }
  footer .footer-text-contact {
    font-size: 3rem; }
  footer p {
  	color: #999 !important;
  }
  footer a{
    color: #333;
  }
  footer a {
    color: #FFD411 !important;
  }
  footer a:hover, active {
    color: #FFD411;
  }
  footer .text-container {
    position: absolute;
    top: 50%;
    left: auto;
    width: 100%;
    transform: translateY(-50%); }
  footer.modal-text .footer-text-toggle {
    opacity: 1; }
  footer.modal-text .text-container {
    left: auto; }
  footer .footer-text-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    transition: all 0.1s ease; }
  footer.focus {
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    background: #FFD411 url("images/footer_background.jpg") center center no-repeat;
    background-size: cover; }
    footer.focus .footer-text-main {
      opacity: 0; }
  footer.fixed {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: #333 url("images/footer_background.jpg") center center no-repeat;
    background-size: cover; }
    footer.fixed .footer-text-main {
      opacity: 0; }
  footer.focus.hiding {
    height: 0; }
  footer.showing {
    height: 0;
    transition: 0s; }
  footer h2.transparent {
    opacity: 0;
    transition: opacity 0.15s ease; }
  footer .btn-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    padding: 2rem;
    border: 1rem solid #444;
    border-radius: 100%;
    text-align: right;
    opacity: 0;
    background: #444 url("images/icon_close.png") center center no-repeat;
    background-clip: padding-box;
    background-size: 3rem 3rem;
    transition: all 0.3s ease; }
    footer .btn-close:hover {
      border-color: transparent;
      background-color: transparent;
      transform: scale(1.2); }
  footer .btn-close.visible {
    opacity: 1; }
  @media screen and (max-width: 767px) {
    footer {
      margin-top: 5rem; } }
</pre></body></html>