<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-top.kcc-active:before {
  opacity: 1;
  background: #00A950;
  background: -webkit-gradient(linear, left top, right top, from(#00A950), to(#61d699));
  background: linear-gradient(90deg, #00A950 0%, #61d699 100%);
  background-size: 100% auto;
}

main.loading {
  opacity: 0;
}

.theme-linepoints .sc-product-detail .product-details {
  margin-top: 0;
  background-color: transparent;
}

.theme-linepoints .sc-product-detail {
  background: #8EE359;
  background: -moz-linear-gradient(-45deg, #8EE359 0%, #08BF5B 50%);
  background: -webkit-linear-gradient(-45deg, #8EE359 0%, #08BF5B 50%);
  background: linear-gradient(135deg, #8EE359 0%, #08BF5B 50%);

  padding-top: 141px;
}

.theme-linepoints #related-card h3.heading {
  height: 75px;
}

.theme-linepoints #related-card h3.heading a {
  font-size: inherit;
}

.theme-linepoints .slick-arrow {
  z-index: 98;
}

.theme-linepoints a.link {
  color: #00A950;
  text-decoration: underline;
}

.theme-linepoints a.link.more:after {
  content: "\e901";
  font-family: iconkcc;
  font-size: 9px;

  display: inline-block;
  margin-left: 7px;
}

.theme-linepoints a.link.external:after {
  content: "\e923";
  font-family: iconkcc;
  font-size: 0.8em;

  display: inline-block;
  margin-left: 7px;
}

.kcc.popup-content-style .mfp-content .content {
  padding-right: 10px;

  overflow-y: auto;
  overflow-x: hidden;
}

.kcc.popup-content-style .mfp-content .image-list .caption h3 {
  margin-bottom: 10px;
}

.kcc.popup-content-style .mfp-content .content .list {
  margin-left: 17px;
}

.kcc.popup-content-style .mfp-content .content .list li {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.kcc.popup-content-style .mfp-content .content .list li strong {
  font-weight: 700;
}

.popup-content-style .mfp-content .popup-modal-dismiss .ic {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .theme-linepoints .sc-product-detail {
    padding-top: 70px;
  }
}

@media screen and (max-width: 991px) {
  .kcc.popup-content-style .mfp-content {
    padding: 30px 10px 30px 20px;
  }
}

.videoIframePanel {
  background-color: #333;
  position: absolute;
  z-index: 1;
  width: 750px;
  height: 375px;
}
.videoPoster {
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .videoIframePanel {
    height: 100%;
  }
}

.theme-linepoints .accordion .accordion-content .wrap {
  padding-right: 25px;
}</pre></body></html>