<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  background-color: #000;
  margin: 0;
  padding: 0;
  height:100%;
  width:100%;
  overflow: hidden;

  font-family: "Open sans", sans-serif;
}

a {
  color: #000;
}

a:hover {
  color: #27d;
}

.logo {
  width: 150px;
  height: auto;
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 666;
}

.container {
  height: 100%;
}

.row {
  padding-bottom: 1em;
}
.row:before,
.row:after {
  display: table;
  content: " ";
  clear: both;
}

.btn {
  color: #333;
  background-color: #fff;

  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;

  text-decoration: none;
}

.btn:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.video {
  padding-bottom: 56.25%; /* 16:9 */
  position: absolute;
  left: 0; right: 0;
  top: 50%;
  margin-top: -28.1%;
  /* video height / video width */
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


body.press {
  background-color: #fff;
  overflow: auto;
  line-height: 1.6;
}
body.press .logo {
  width: 100px;
  top: 15px;
  left: 15px;
  position: absolute;
}

body.press .container {
  padding: 25px;
}

body.press .container .column {
  position: relative;
}
body.press .container .column.right h1 {
  font-size: 3em;
}
body.press .container .column.right h1,
body.press .container .column.right h2 {
  margin: 0;
}

body.press .container .slider img {
  width: 100%;
  height: auto;
}

.slick-prev:before, .slick-next:before {
  color: black !important;
}

@media only screen and (min-width : 1025px) {
  body.press .container .column {
    float: left;
    max-width: 50%;
    width: 50%;
  }
  body.press .container .slider {
    max-width: 90%;
  }
}


@media only screen and (max-width : 1024px) {
  body.press .container .column {
    float: none;
    max-width: 100%;
    width: 100%;
    padding-bottom: 1em;
  }
  body.press .container .slider {
    max-width: 100%;
  }
}

</pre></body></html>