<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero {
    background-color: #ffffff;
  }
  .hero .title {
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
    margin-top: 10px;
  }
.block.teaser .media {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
  .media {
    position: relative;
  }
  .media [class*="ico_play"] {
    color: #ffffff;
    font-size: 70px;
    height: 70px;
    margin-top: -30px;
    margin-left: -30px;
    padding: 15px 0;
    position: absolute;
    left: 38px;
    bottom: 5px;
    width: 70px;
    text-align: center;
    text-indent: 3px;
    opacity: .9;
  }
  .media [class*="ico_play"]:hover {
    opacity: 1;
    cursor: pointer;
  }
.hero.carousel {
  margin: 0;
}
.hero.carousel .item {
  min-height: 470px;
  width: 100%;
}
.hero.carousel h2 {
  margin-top: 40px;
  color: #ffffff;
}
.hero {
  position: relative;
}
.hero img {
  width: 100%;
}
.hero .text h1,
.hero .text h2,
.hero .text h3,
.hero .text h4,
.hero .text h5,
.hero .text h6,
.hero .text p {
  line-height: 1.2em;
  color: #ffffff;
}
.hero .text.inverse h1,
.hero .text.inverse h2,
.hero .text.inverse h3,
.hero .text.inverse h4,
.hero .text.inverse h5,
.hero .text.inverse h6,
.hero .text.inverse p {
  color: #262626;
}
.hero .text.top {
  position: absolute;
  top: 30px;
  bottom: auto;
}
.hero .text.bottom {
  position: absolute;
  bottom: 30px;
  top: auto;
}
.hero .text.middle {
  top: 45%;
}
.hero .text.middle h1,
.hero .text.middle h2,
.hero .text.middle h3,
.hero .text.middle h4,
.hero .text.middle h5,
.hero .text.middle h6 {
  display: inline;
}
.block.sidebar .fill-container {
  width: 100%;
}
.fill-container {
  padding: 30px 0;
}
.fill-container.full-width {
  width: 100%;
}
.fill-container.full-height {
  height: 100%;
  padding: 0 30px;
}
.fill-container.full {
  height: 100%;
  width: 100%;
  padding: 0;
}
.media [class*="ico_play"] {
  color: #ffffff;
  font-size: 112px;
  height: 112px;
  margin-top: -30px;
  margin-left: -30px;
  padding: 15px 0;
  position: absolute;
  left: 38px;
  bottom: 30px;
  width: 112px;
  text-align: center;
  text-indent: 3px;
  opacity: .9;
}
.media [class*="ico_play"]:hover {
  opacity: 1;
  cursor: pointer;
}
.media {
  position: relative;
}
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
.carousel {
  position: relative;
  margin-bottom: 24px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner &gt; .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  line-height: 1;
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #3f4145;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #5c5f63;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 24px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.carousel-control {
  font-size: 30px;
  line-height: 40px;
}
.carousel .next,
.carousel .prev {
  position: absolute !important;
}
.carousel .carousel-control {
  background-color: #000;
  border: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  opacity: 1;
  padding: 10px 0;
  text-align: center;
  width: 40px;
  top: 50%;
  left: 8%;
}
.carousel .carousel-control.right {
  left: auto;
  right: 8%;
}
.carousel .carousel-control i {
  margin-top: 0;
}
.carousel:hover .carousel-control {
  opacity: 0.70;
}
.carousel:hover .carousel-control:hover {
  opacity: 1;
}
.carousel .carousel-navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 8px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.carousel .carousel-navigation li {
  display: inline-block;
  margin-left: 8px;
}
.carousel .carousel-navigation li:first-child {
  margin-left: 0px;
}
.carousel .carousel-navigation li a {
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  height: 8px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 8px;
}
.carousel .carousel-navigation li a.active,
.carousel .carousel-navigation li a:hover,
.carousel .carousel-navigation li a:active {
  background-color: #005eb8;
}
.fill-container.header-carousel {
  background-color: #669ed4;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
.hero .text, .media {
    position: relative;
}
.hero.carousel .item {
    min-height: 300px;
  }
}
.fill-container.full.hero .media .parbase.image {
  overflow: hidden;
}
.banner-image-teasers {
  position: absolute;
  bottom: 10px;
  z-index: 3;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .banner-image-teasers {
    position: static;
    background: #25262A;
  }
}
.banner-image-teasers .row.relative {
  margin-left: 0;
}
.banner-image-teasers .row.relative .span12 {
  width: 100%;
  margin: 0;
  padding: 0 45px;
  box-sizing: border-box;
}
.banner-image-teasers .fill-container {
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .banner-image-teasers .fill-container .container {
    padding: 25px 0 !important;
  }
}
.banner-image-teasers .fill-container .color-metric.circle .content-wrapper {
  width: 100px;
  height: 100px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .banner-image-teasers .fill-container .color-metric.circle .content-wrapper {
    margin: 0 10px 10px 0;
  }
}
.banner-image-teasers .fill-container .color-metric.circle .content-wrapper .value {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #E45C2A;
}
.banner-image-teasers .fill-container .color-metric.circle .content-wrapper .metric {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  color: #999;
  text-transform: uppercase;
}
.banner-image-container {
  position: relative;
  height: 800px;
}
.banner-image-container .banner-image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
}
.banner-image-container .active {
  z-index: 1;
}
.banner-image-container .show {
  display: block;
}
@media screen and (max-width: 767px) {
  .text.top-left {
    background: #26272B;
  }
}
.text.top-left .container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 45px;
}
@media screen and (min-width: 1200px) {
  .text.top-left .container {
    width: 1170px;
  }
}
.text.top-left .container h2 {
  margin-bottom: 10px;
  margin-top: 32px;
  font-size: 30px;
  line-height: 35px;
  margin-right: 225px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .text.top-left .container h2 {
    font-size: 30px;
    line-height: 33px;
    color: white;
    margin-right: 0 !important;
  }
}
.text.top-left .container p {
  font-size: 22px;
  line-height: 28px;
  margin-right: 190px !important;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .text.top-left .container p {
    font-size: 18px;
    line-height: 24px;
    margin-right: 0 !important;
    color: white;
  }
}
.text.top-left .container .video-play-icon {
  background: none;
  float: right;
  margin-top: 40px;
  width: 200px;
  height: auto;
  top: 50%;
  position: absolute;
  right: 45px;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .text.top-left .container .video-play-icon {
    position: static;
    margin-top: 15px;
    float: none;
    margin: 38px 0 0;
  }
}
.text.top-left .container .video-play-icon i {
  display: inline-block;
  margin: 0;
  padding: 0;
  left: auto;
  text-indent: 0;
  bottom: auto;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid white;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.text.top-left .container .video-play-icon i:before {
  content: '';
  font-size: 16px;
}
.text.top-left .container .circular-cta-btn {
  position: absolute;
  top: 45px;
  right: 45px;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .text.top-left .container .circular-cta-btn {
    position: static;
  }
}
.text.top-left .container .circular-cta-btn i {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 15px;
  font-size: inherit !important;
  line-height: normal;
  width: auto;
  bottom: auto;
  left: auto;
}
.overlay {
  background: none;
  opacity: 1;
}
.fill-container.parallax-background .media {
  min-height: 380px;
  background-size: cover;
}
html.no-touch .fill-container.parallax-background .media {
  background-attachment: fixed;
}
.fill-container.parallax-background .media .text.top-left {
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: none !important;
}
@media screen and (max-width: 767px) {
  .fill-container.parallax-background .media .text.top-left {
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
}
.fill-container.parallax-background .media .text.top-left &gt; .container {
  padding: 0px 180px;
}
@media screen and (max-width: 767px) {
  .fill-container.parallax-background .media .text.top-left &gt; .container {
    padding: 0px 15px;
  }
}
.fill-container.parallax-background .media h2 {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin-right: 0 !important;
  color: white;
}
.hero.video-bg .media {
  overflow: hidden;
  max-height: 550px;
}
html.no-video .hero.video-bg .banner-video {
  display: none;
}
html.video .hero.video-bg .banner-video {
  width: 100%;
}
html.video .hero.video-bg .image {
  display: none;
}
#image-gallery {
  display: none;
}
#image-gallery .modal-body {
  position: relative;
}
#image-gallery .modal-body .prev-btn,
#image-gallery .modal-body .next-btn {
  position: absolute;
  height: 30px;
  top: 0%;
  margin-top: 0px;
  font-size: 1.5em;
}
#image-gallery .modal-body .prev-btn {
  left: 40%;
}
#image-gallery .modal-body .next-btn {
  right: 40%;
}
#image-gallery .banner-image {
  display: none;
  padding: 45px 45px 0px 45px;
}
#image-gallery .banner-image.active {
  display: block;
}
#image-gallery .image-gallery-text h4 {
  margin: 12px 0px;
}
#image-gallery .image-gallery-text p {
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
  color: #18181A;
  margin: 12px 0px;
}
.banner-image-gallery .circular-cta-btn.toggle-modal,
.banner-image .circular-cta-btn.toggle-modal {
  float: right;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .banner-image-gallery .circular-cta-btn.toggle-modal,
  .banner-image .circular-cta-btn.toggle-modal {
    position: static !important;
    margin: 20px 0;
    float: none;
  }
}
@media (max-width: 767px) {
  .text.top-left .container .circular-cta-btn i {
    position: relative;
    left: 6px;
  }
}
</pre></body></html>