<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 767px) {
  .project-button {
    margin: 20px;
  }
  .project-button .overlay {
    text-align: center;
  }
  .Equipment-body .project-button {
    margin: 0 -20px 7px;
  }
  .Equipment-body .project-button .overlay {
    text-align: left;
  }
  .Equipment-body .project-button .button-title {
    padding: 25px 20px 10px;
    font-size: 28px;
  }
  .Equipment-body .project-button .button-link {
    padding: 0 20px 15px;
    font-size: 15px;
  }

  .Category-list .video-thumbnail {
    margin: 20px 0 40px;
  }

  .Category-list .video-thumbnail .media {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    box-shadow: 7px 7px 0 rgba(99, 99, 99, 0.36);
  }

  .Category-list .video-thumbnail .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }

  .Category-list .video-thumbnail .vjs-poster {
    background-size: cover;
  }

  .Category-list .video-thumbnail .vjs-has-started .vjs-control-bar,
  .Category-list .video-thumbnail .video-js .vjs-big-play-button {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .project-button {
    margin: 30px 0 0;
  }
  .Home-body .project-button {
    margin: 30px 0;
    float: right;
    width: calc(50% - 10px);
    height: 230px;
    padding: 0;
  }
  .Home-body .project-button .text {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
    text-align: center;
  }
  .Home-body .project-button:first-child {
    float: left;
  }
  .Home-body .project-button:first-child .text {
    float: right;
  }
  .Home-body .project-button .button-title {
    padding: 0 20% 30px;
    font-size: 40px;
  }
  .Home-body .project-button .button-link {
    padding: 0 20%;
  }
  .Equipment-body .project-button {
    margin: 0 0 7px;
  }
  .Equipment-body .project-button .button-title {
    padding: 25px 35px 15px;
    font-size: 40px;
  }
  .Equipment-body .project-button .button-link {
    padding: 0 35px 30px;
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .project-button {
    margin: 20px;
  }
  .Home-body .project-button {
    margin: 0;
  }
  .Home-body .project-button .button-title {
    padding: 0 20px 30px;
  }
  .Home-body .project-button .button-link {
    padding: 0 20px;
  }
}

.Category-hero {
  height: 352px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.Category-hero &gt; .Container {
  position: relative;
  height: inherit;
}

.Category-hero .page-title {
  position: absolute;
  top: 195px;
  left: 100px;
  color: #fff;
  font-size: 55px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .Category-hero {
    height: 206px;
  }
  .Category-hero .page-title {
    width: calc(100% - 40px);
    top: 100px;
    left: 20px;
    font-size: 38px;
  }
}

.Category-list {
  margin: 30px 0;
}

.Category-list .category {
  margin-bottom: 50px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.Category-list .image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.Category-list .title {
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .Category-list .image {
    margin: 0 auto 20px;
  }
  .Category-list .info {
    margin: 0 auto;
    max-width: 350px;
  }
}

@media screen and (min-width: 768px) {
  .Category-list .category {
    text-align: left;
  }
  .Category-list .category:after {
    content: "";
    display: table;
    clear: both;
  }
  .Category-list .image {
    float: left;
    width: 50.87912%;
    margin-right: 4.61538%;
  }
  .Category-list .info {
    float: left;
    width: 44.50549%;
  }
}

@media (max-width: 1199px) {
  .Category-list .desktop-thumb {
    display: none;
  }
}

@media (min-width: 1200px) {
  .Category-list .mobile-thumb {
    display: none;
  }
}

.Category-body .Container {
    overflow: auto;
}

@media screen and (min-width: 768px) {

    .Two-col-wrapper .Video-side-bar {
        float: left;
        width: 25%;
        margin-right: 3%;
        margin-bottom: 0;
    }

    .Two-col-wrapper .Video-page-content {
        float: left;
        width: 71%;
    }

    .Two-col-wrapper .Video-page-content h1 {
        text-transform: uppercase;
    }

    .video-sidebar-nav {
        margin-top: 50px;
    }

    .video-sidebar-nav .nav-toggle {
        display: none;
    }

    .video-sidebar-nav h3:not(:first-child) {
      margin-top: 2.0em;
    }

    .video-nav-header {
      display: block;
      color: #262626;
      background-color: #FFF;
      padding: 5px 31px 10px 0;
      margin: 0 0 0 0;
    }

    .video-nav {
        display: block;
        color: #FFF;
        background: url("../img/plus.svg"), #636563;
        background-repeat: no-repeat;
        background-size: 26px;
        background-origin: border-box;
        background-position: right 5px center;
        text-transform: uppercase;
        padding: 5px 31px 5px 10px;
        cursor: pointer;
        font-family: "DIN W01 Medium";
        margin: 0 0 2px 0;
        transition: height 0.3s ease;
    }

    .video-nav li {
    }
    .video-nav li a:link,
    .video-nav li a:visited,
    .video-nav li a:hover {
        color: #FFF;
        text-decoration: none;
    }
    .video-nav ul li {
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }

    .video-subnav {
        margin: 0;
        padding: 0;
        max-height: 0px;
        overflow: hidden;
        transition: height 0.3s ease;
        list-style-type: none;
    }
    .video-subnav li {
        display: block;
        padding: 3px;
        border-bottom: 1px solid black;
        margin: 5px 3px 3px 15px;
    }
    .video-subnav li:last-child {
        margin-bottom: 20px;
    }

    .video-subnav li a.current {
      color: #787878;
      cursor: text;
    }

    .video-subnav li a:link,
    .video-subnav li a:visited,
    .video-subnav li a:hover {
        text-decoration: none;
    }
    .nav-toggle:checked + .video-nav + .video-subnav {
        max-height: 100vh;
        transition: height 0.3s ease;
    }
    .nav-toggle:checked + .video-nav {
        display: block;
        color: #000;
        background: url("../img/minus.svg"), #FFCC31;
        background-repeat: no-repeat;
        background-size: 26px;
        background-origin: border-box;
        background-position: right 5px center;
        text-transform: uppercase;
        padding: 5px 5px 5px 10px;
        cursor: pointer;
        font-family: "DIN W01 Medium";
        margin: 0 0 2px 0;
        transition: height 0.3s ease;
    }

    .Video-item .Container {
        clear: both;
        margin-bottom: 50px;
    }
    .Video-item:last-child .Container {
        padding-bottom: 30px;
    }
    .vr-player {
        width: 360px;
        height: 360px;;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .Video-item .video {
        float: left;
        width: 60%;
        margin-bottom: 50px;
    }
    .Video-item .info {
        margin-left: 62%;
    }
}

@media screen and (min-width: 1024px) {
    .Video-item .video {
        float: left;
        width: 500px;
        margin-bottom: 50px;
    }
    .Video-item .info {
        margin-left: 510px;
    }
}

@media screen and (max-width: 767px) {

    .Two-col-wrapper .Video-side-bar {
    }

    .Two-col-wrapper .Video-page-content {
    }

    .Two-col-wrapper .Video-page-content h1 {
        text-transform: uppercase;
    }

    .video-sidebar-nav {
        margin-top: 50px;
    }

    .video-sidebar-nav .nav-toggle {
        display: none;
    }

    .video-sidebar-nav h3:not(:first-child) {
      margin-top: 2.0em;
    }

    .video-nav-header {
      display: block;
      color: #262626;
      background-color: #FFF;
      padding: 5px 31px 10px 0;
      margin: 0 0 0 0;
  }

    .video-nav {
        display: block;
        color: #FFF;
        background: url("../img/plus.svg"), #636563;
        background-repeat: no-repeat;
        background-size: 26px;
        background-origin: border-box;
        background-position: right 5px center;
        text-transform: uppercase;
        padding: 5px 31px 5px 10px;
        cursor: pointer;
        font-family: "DIN W01 Medium";
        margin: 0 0 2px 0;
        transition: height 0.3s ease;
    }

    .video-nav li {
    }
    .video-nav li a:link,
    .video-nav li a:visited,
    .video-nav li a:hover {
        color: #FFF;
        text-decoration: none;
    }
    .video-nav ul li {
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }

    .video-subnav {
        margin: 0;
        padding: 0;
        max-height: 0px;
        overflow: hidden;
        transition: height 0.3s ease;
        list-style-type: none;
    }
    .video-subnav li {
        display: block;
        padding: 3px;
        border-bottom: 1px solid black;
        margin: 5px 3px 3px 15px;
    }
    .video-subnav li:last-child {
        margin-bottom: 20px;
    }

    .video-subnav li a.current {
      color: #787878;
      cursor: text;
    }

    .video-subnav li a:link,
    .video-subnav li a:visited,
    .video-subnav li a:hover {
        text-decoration: none;
    }
    .nav-toggle:checked + .video-nav + .video-subnav {
        max-height: 100vh;
        transition: height 0.3s ease;
    }
    .nav-toggle:checked + .video-nav {
        display: block;
        color: #000;
        background: url("../img/minus.svg"), #FFCC31;
        background-repeat: no-repeat;
        background-size: 26px;
        background-origin: border-box;
        background-position: right 5px center;
        text-transform: uppercase;
        padding: 5px 5px 5px 10px;
        cursor: pointer;
        font-family: "DIN W01 Medium";
        margin: 0 0 2px 0;
        transition: height 0.3s ease;
    }

    .Video-item .Container {
        overflow: auto;
        padding-bottom: 80px;
    }
    .Video-item:last-child .Container {
        padding-bottom: 30px;
    }
    .Video-item .video {
        width: 100%;
        margin-bottom: 10px;
    }
    .Video-item .info {
        margin: 0;
        text-align: center;
    }
}

.wr360_player {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: none;
  touch-action: pan-y;
}

.wr360_player .container {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: inherit !important;
  max-width: none !important;
  font-family: Tahoma, sans-serif;
  cursor: pointer !important;
}

.wr360_player .container::before {
  display: none !important;
}

.wr360_player .container .spinner_hint {
  width: 100%;
  height: 100%;
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  cursor: pointer;
}

.wr360_player .container .spinner_hint .spinner_hint_aligner {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.wr360_player .container .spinner_hint .spinner_hint_item {
  padding: 7px 18px 7px 18px;
  line-height: 14px;
  line-height: 0.875rem;
  color: #696969;
  font-size: 11px;
  font-size: 0.6875rem;
  background: rgba(240, 240, 240, 0.88);
  border-radius: 0;
  margin: 0 auto 0 auto;
  max-width: 300px;
  font-family: Tahoma,Helvetica,Sans-Serif;
  opacity: 0;
  display: inline-block;
  transition: 0.2s ease;
}

@-moz-document url-prefix() {
  .wr360_player .container .spinner_hint .spinner_hint_item {
    padding-bottom: 8px;
  }
}

.wr360_player .container .spinner_hint:hover .spinner_hint_item {
  background: rgba(225, 225, 225, 0.78);
  color: #555;
  transition: 0.3s ease;
  padding-left: 22px;
  padding-right: 22px;
}

.wr360_player img {
  max-width: none !important;
  max-height: none !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  image-rendering: -webkit-optimize-contrast;
}

.wr360_player .arrow_zoom_cursor,
.wr360_player .arrow_zoom_cursor &gt; img {
  cursor: url(../img/imagerotator/pointer-zoom-in.svg), zoom-in !important;
}

.wr360_player .arrow_zoom_cursor.container_zoomed,
.wr360_player .arrow_zoom_cursor.container_zoomed &gt; img {
  cursor: url(../img/imagerotator/pointer-zoom-out.svg), zoom-out !important;
}

.wr360_player .arrow_zoom_cursor.container_zoomoff,
.wr360_player .arrow_zoom_cursor.container_zoomoff &gt; img {
  cursor: url(../img/imagerotator/pointer-zoom-off.svg), pointer !important;
}

.wr360_player .zoom_cursor,
.wr360_player .zoom_cursor &gt; img {
  cursor: zoom-in !important;
}

.wr360_player .zoom_cursor.container_zoomed,
.wr360_player .zoom_cursor.container_zoomed &gt; img {
  cursor: zoom-out !important;
}

.wr360_player .zoom_cursor.container_zoomoff,
.wr360_player .zoom_cursor.container_zoomoff &gt; img {
  cursor: pointer !important;
}

.wr360_player .container .panning {
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  display: none;
}

.wr360_player .container .theme_panel_back {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 34px;
  z-index: 2;
}

.wr360_player .container .theme_panel {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 34px;
  z-index: 3;
  cursor: pointer !important;
}

.wr360_player .container .theme_header {
  height: 20px;
  z-index: 2;
  margin: 3px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: Tahoma,Helvetica,Sans-Serif;
}

.wr360_player .container .theme_header .progress_wrap {
  float: left;
  cursor: pointer;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs {
  margin: 10px 0 0 15px;
  height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim {
  margin: 1px 0 0 6px;
  height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs div,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim div {
  height: 100%;
  width: 5px;
  opacity: 0;
  margin: 0 2px 0 0;
  background-color: #bbb;
  float: left;
  overflow: hidden;
  animation: wr360_progress_delay 1.2s infinite ease-in-out;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs div {
  width: 6px;
  margin: 0 3px 0 0;
  background-color: #aaa;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar1,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar1 {
  animation-delay: -1.2s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar2,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar2 {
  animation-delay: -1.1s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar3,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar3 {
  animation-delay: -1.0s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar4,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar4 {
  animation-delay: -0.9s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar5,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar5 {
  animation-delay: -0.8s;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim span.percentnums {
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 16px;
  line-height: 1rem;
  height: 16px;
  width: 25px;
  float: left;
  color: #999;
  margin: 0 0 0 4px;
  display: none;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs span.percentnums {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 28px;
  line-height: 1.75rem;
  height: 28px;
  width: 25px;
  float: left;
  color: #999;
  margin: 0 0 0 6px;
  display: none;
}

@-moz-document url-prefix() {
  .wr360_player .container .theme_header .progress_wrap .progress_bar_anim span.percentnums,
  .wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs span.percentnums {
    margin-top: -1px;
  }
}

@keyframes wr360_progress_delay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    opacity: 1;
  }
}

.wr360_player .container .theme_header a.watermark {
  margin: 5px 0 0 5px;
  float: left;
  width: 1px;
  height: 1px;
  cursor: pointer;
  display: none;
}

.wr360_player .container .theme_panel .toolbar {
  position: relative;
  height: 34px;
  padding: 0 10px 0 10px;
  margin: 0 auto 0 auto;
  box-sizing: content-box !important;
  border: none !important;
  background: inherit !important;
}

.wr360_player .container .theme_panel .toolbar &gt; a {
  transition: none !important;
  display: block;
  float: left;
  width: 22px;
  height: 24px;
  margin: 5px 0 0 11px;
  opacity: 0.7;
}

.wr360_player .container .theme_panel .toolbar &gt; a:first-of-type {
  margin-left: 0;
}

.wr360_player .container .theme_panel .toolbar a.left_button {
  background: url(../img/imagerotator/left.svg) no-repeat 0 0;
}

.wr360_player .container .theme_panel .toolbar a.right_button {
  background: url(../img/imagerotator/right.svg) no-repeat 0 0;
  margin-right: 2px;
}

.wr360_player .container .theme_panel .toolbar a.up_button {
  background: url(../img/imagerotator/up.svg) no-repeat 0 0;
  margin-left: 10px;
}

.wr360_player .container .theme_panel .toolbar a.down_button {
  background: url(../img/imagerotator/down.svg) no-repeat 0 0;
  margin-left: 7px;
}

.wr360_player .container .theme_panel .toolbar a.play_button {
  background: url(../img/imagerotator/play.svg) no-repeat 0 0;
}

.wr360_player .container .theme_panel .toolbar a.pause_button {
  background: url(../img/imagerotator/pause.svg) no-repeat 0 0;
}

.wr360_player .container .theme_panel .toolbar a.zoomin_button {
  background: url(../img/imagerotator/zoomin.svg) no-repeat 0 0;
}

.wr360_player .container_zoomoff .theme_panel .toolbar a.zoomin_button,
.wr360_player .container_zoomoff .theme_panel .toolbar a.zoomin_button:hover {
  cursor: default;
  opacity: 0.4;
}

.wr360_player .container .theme_panel .toolbar a.zoomout_button {
  background: url(../img/imagerotator/zoomout.svg) no-repeat 0 0;
}

.wr360_player .container .theme_panel .toolbar a.hotspotson_button {
  background: url(../img/imagerotator/hotspoton.svg) no-repeat 0 0;
  margin-left: 8px;
}

.wr360_player .container .theme_panel .toolbar a.hotspotsoff_button {
  background: url(../img/imagerotator/hotspotoff.svg) no-repeat 0 0;
  margin-left: 8px;
}

.wr360_player .container .theme_panel .toolbar a.fullscreenon_button {
  background: url(../img/imagerotator/fullscreenon.svg) no-repeat 0 0;
}

.wr360_player a.fullscreenoff_button {
  background: url(../img/imagerotator/fullscreenoff.svg) no-repeat center center;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 23px;
  z-index: 10;
  position: absolute;
  cursor: pointer;
  display: block;
  opacity: 0.7;
  transition: none !important;
}

.wr360_player .container .theme_panel .toolbar &gt; a:hover,
.wr360_player a.fullscreenoff_button:hover {
  opacity: 1;
}

.wr360_player .container .hotspot_indicator {
  z-index: 4;
  cursor: pointer;
}

.wr360_player .container .indicator_effect_scale_up {
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
  animation: wr360_effect_scale_up 0.3s cubic-bezier(0.22, 0.02, 0.13, 0.99) forwards;
}

.wr360_player .container .hotspot_indicator_hidden {
  display: none !important;
}

.wr360_player .container .position_rollover {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 15;
  cursor: pointer;
}

.wr360_player .container .position_rollover &gt; div {
  box-sizing: border-box;
}

.wr360_player .container .lightbox_rollover {
  z-index: 18;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: default;
}

.wr360_player .container .lightbox_rollover * {
  box-sizing: border-box;
}

.wr360_player .container .lightbox_rollover .closelbox {
  position: absolute;
  background: url(../img/imagerotator/lightbox_close.svg) 7px 7px no-repeat;
  right: 15px;
  top: 15px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.wr360_player .container .lightbox_rollover .closelbox:hover {
  opacity: 0.8;
}

.wr360_player .container .lightbox_rollover .img_wrap {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.wr360_player .container .lightbox_rollover .img_title {
  position: absolute;
  padding: 0;
  max-width: 100%;
  width: 100%;
  text-align: left;
  bottom: 0;
  left: 0;
  background-color: rgba(65, 65, 65, 0.9);
}

.wr360_player .container .lightbox_rollover .img_title a {
  color: #ff0000;
}

.wr360_player .container .lightbox_rollover .img_title .usr_text {
  display: inline-block;
  color: #fff;
  width: 50%;
  text-align: left;
  padding: 15px 20px 19px 20px;
  line-height: 19px;
  line-height: 1.1875rem;
  font-size: 16px;
  font-size: 1rem;
}

@keyframes wr360_effect_scale_up {
  100% {
    transform: scale(1, 1);
  }
}
</pre></body></html>