<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
}

.slide {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    margin-right: 0px;
    padding-right: 13%;
    padding-left: 13%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0C2340), to(#0C2340));
    background-image: linear-gradient(180deg, #0C2340, #0C2340);
}

.slide-nav {
  display: none;
}

.right-arrow-icon {
  opacity: 0.7;
}

.right-arrow-icon:hover {
  opacity: 1;
}

.left-arrow-icon {
  opacity: 0.7;
}

.left-arrow-icon:hover {
  opacity: 1;
}

.mask {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
}

.slide-2 {
  overflow: hidden;
}

.content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/*
.text {
  width: 50%;
  height: 450px;
  max-height: 450px;
  max-width: 50%;
  font-family: 'Frutiger Roman', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}
*/
.image-div {
  width: 85%;
  height: 400px;
  max-height: 400px;
  max-width: 85%;
 /* background-image: url('../images/_A4_1706.png'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -7px 0 11px -6px rgba(51, 51, 51, 0.15);
}

.slide-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  /*background-image: url('../images/_A4_1706.png');*/
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -7px 0 11px -6px rgba(51, 51, 51, 0.15);
}

.text-span {
  font-family: 'Frutiger Condensed', sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.text-span-2 {
  font-family: 'Frutiger Light Cond Italic', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}

.text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  max-height: none;
  max-width: 50%;
  padding: 0px 50px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1 {
  margin-bottom: 20px;
  font-family:'FrutigerLTW01-67BoldCn',Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 45px;
}

.h2 {
  margin-bottom: 20px;
  font-family:'FrutigerNeueLTW01-CnRg', Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}

.h3 {
  margin-bottom: 0px;
  font-family:'FrutigerNeueLTW01-CnIta',Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .slide {
    padding-right: 13%;
    padding-left: 13%;
  }

  .image-div {
    width: 75%;
    max-width: 75%;
  }

  .text-div {
    padding-right: 25px;
  }

  .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .slide {
    padding-right: 13%;
    padding-left: 13%;
  }

  .content-div {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-div {
    width: 90%;
    height: 200px;
    max-height: 200px;
    max-width: 90%;
    box-shadow: 0 7px 11px -6px rgba(51, 51, 51, 0.15);
  }

  .text-div {
    width: 90%;
    max-width: 90%;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 37px;
    text-align: center;
  }

  .h2 {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }

  .h3 {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .image-div {
    width: 75%;
    height: 150px;
    max-height: 150px;
    max-width: 75%;
  }

  .text-div {
    width: 75%;
    max-width: 75%;
  }

  .h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .h3 {
    font-size: 15px;
    line-height: 25px;
  }
}

@font-face {
  font-family: 'Frutiger Roman';
  src: url('../fonts/Linotype---FrutigerLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Condensed';
  src: url('../fonts/Linotype---FrutigerLTPro-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Light Cond Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-LightCnIta.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}</pre></body></html>