<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product.detailed .product.items ul, .product.detailed .product.items ol, .product.detailed .product.items li {
  margin-bottom: 10px;
  list-style-type: decimal;
}

.block-content &gt; div &gt; div {
  padding: 0px !important;
}

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

body {
  margin: 0px;
  padding: 0px;
}

*, h2, h1, h3, h4, h5, h6, p, sup, span, div{
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  margin: 0;
  padding: 0;
}

sup {
  top: -.5em !important;
  font-size: 55%;
  color: inherit;
  position: relative;
  vertical-align: middle;
}

.main-section {
  background-color: #FFFFFF;
}

.main-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.main-wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

.pdp-title {
  font-size: 3.229vw;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  line-height: 3.9vw;
  margin-top: 0px;
  margin-bottom: 10px !important;
  letter-spacing: normal;
}

.pdp-md-title {
  font-size: 2.188vw;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  line-height: 2.8vw;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: normal;
}

.pdp-sub-title {
  font-size: 1.979vw;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  line-height: 2.4vw;
  margin-top: 0px;
  margin-bottom: 10px !important;
  letter-spacing: 0.3px;
}

.pdp-sm-sub-title {
  font-size: 1.250vw;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  line-height: 1.7vw;
  margin-top: 0px;
  margin-bottom: 10px !important;
  letter-spacing: 0.3px;
}

.pdp-texts {
  font-size: 1.458vw;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  line-height: 1.9vw;
  margin-bottom: 10px !important;
  letter-spacing: 0.3px;
}

.pdp-sm-texts {
  font-size: 0.938vw;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  line-height: 1.3vw;
  margin-bottom: 10px !important;
  letter-spacing: 0.3px;
}

.pdp-xs-texts {
  font-size: 0.938vw;
  font-weight: 300;
  font-family: "HP Simplified Light";
  line-height: 1.3vw;
  margin: 0px 0px 0px 0px !important;
  letter-spacing: 0.3px;
}

.black {
  color: #000000;
}

.yellow {
  color: #feb914;
}

.white {
  color: #FFFFFF;
}

.gray {
  color: #666;
}

.dark-gray {
  color: #595757;
}

.blue {
  color: #0096d6;
}

.hero-container {
  position: relative;
}

.hero-img-mobile {
  display: none;
}

.hero-section {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}

.hero-content-texts {
  padding: 50px 20px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.hero-banner {
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 1000px;
  /* background-size: cover; */
  background-color: #FFFFFF;
}

.hero-img-container {
  text-align: center;
}

.hero-img-container .hero-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.hero-img-container .customize-product-image-photo {
  max-width: 65%;
  height: auto;
  margin-top: 306px;
}

.customize-product-desc-features {
  margin-top: 50px;
}

.customize.product-item-details .customize-product a {
  font-size: 1.979vw;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  line-height: 2.4vw;
  margin-top: 0px;
  margin-bottom: 10px !important;
  letter-spacing: 0.3px;
}

.customize-product-desc-features ul {
  padding: 0px;
  margin: 50px 0 0px;
  list-style: none;
  text-align: left;
}

.customize-product-desc-features ul li {
  background-color: #0096d6;
  padding: 15px 0px 0px 50px !important;
  font-size: 1.458vw;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  margin-bottom: 15px !important;
  letter-spacing: 0.3px;
  display: inline-block;
  color: #FFF;
  height: 80px;
  width: 85%;
  position: relative;
  /* line-height: 80px; */
}

.customize-product-desc-features ul li::after {
  width: 0;
  height: 0;
  border-width: 80px 50px 0 0;
  border-color: #0096d6 transparent transparent transparent;
  border-style: solid;
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
}

.contents-row {
  padding: 0px 0px 0px 0px;
}

.contents-row.rows {
  background-color: #FFFFFF;
  padding: 50px 0px 50px 0px;
}

.contents-row.backgrounds {
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 1000px;
  background-size: cover;
  width: 100%;
}

.content-container {
  padding: 0px 30px;
}

.content-container.contents {
  padding: 30px 30px;
}

.product-container {
  padding: 0px 20px;
}

.product-container img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.product-container .contents {
  padding: 0px 10px;
}

.column-content {
  height: 354px;
  display: table;
  width: 100%
}

.column-container {
  background-color: #FFF;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: inherit;
}

.column-content .inner {
  display: table-cell;
  vertical-align: middle;
}

.column-content .inner&gt;* {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.products-container .inner {
  background-color: #fefefe;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
}

.products-container .inner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}

.products-container .inner .contents {
  text-align: center;
}

.footnotes {
  background-color: #d2d2d2;
  padding: 50px 0px;
}

.footnotes .footnotes-container {
  padding: 0px 50px;
}

.footnotes .footnotes-container p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'HP Simplified Regular';
  font-weight: 500;
  color: #595757;
  margin-bottom: 10px;
  word-break: break-all;
}

.footnotes .footnotes-container ol {
  margin: 0px 15px;
  padding: 0px;
}

.footnotes .footnotes-container ol li {
  font-size: 18px;
  line-height: 28px;
  font-family: 'HP Simplified Regular';
  font-weight: 500;
  color: #595757;
  margin-bottom: 10px;
  word-break: break-all;
}

.footnotes .footnotes-container ol li a {
  color: #0096d6;
}

.footnotes .footnotes-container p a {
  color: #0096d6;
}

.show-mobile {
  display: none;
}

.widget-01-container .customize-product-item-info {
  width: 32.3%;
  float: left;
  text-align: center;
  background-color: #fefefe;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  margin-right: 10px;
}

/* .widget-02-container .customize-product-item-info {
  width: 33.3%;
  float: left;
  text-align: center;
}

.widget-03-container .customize-product-item-info {
  width: 33.3%;
  float: left;
  text-align: center;
} */

.customize-product-image-photo {
  height: auto;
}

@media screen and (min-width: 1920px) {
  .pdp-title {
    font-size: 3.229vw;
    line-height: 3.9vw;

  }

  .pdp-md-title {
    font-size: 2.188vw;
    line-height: 2.8vw;
  }

  .pdp-sub-title {
    font-size: 1.979vw;
    line-height: 2.4vw;
  }

  .pdp-sm-sub-title {
    font-size: 1.250vw;
    line-height: 1.7vw;
  }


  .pdp-texts {
    font-size: 1.458vw;
    line-height: 1.9vw;
  }

  .customize-product-desc-features ul li {
    font-size: 1.458vw !important;
    line-height: 1.9vw !important;
  }

  .pdp-sm-texts {
    font-size: 0.938vw;
    line-height: 1.3vw;
  }

  .pdp-xs-texts {
    font-size: 0.938vw;
    line-height: 1.3vw;
  }

}

@media screen and (max-width: 1400px) {
  .pdp-title {
    font-size: 4.286vw;
    line-height: 5vw;
  }

  .pdp-md-title {
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .pdp-sub-title {
    font-size: 2.429vw;
  }

  .pdp-sm-sub-title {
    font-size: 1.714vw;
    line-height: 2.2vw;
  }

  .pdp-texts {
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .customize-product-desc-features ul li {
    font-size: 2vw !important;
    line-height: 2.6vw !important;
  }

  .pdp-sm-texts {
    font-size: 0.938vw;
    line-height: 1.3vw;
  }

  .pdp-xs-texts {
    font-size: 1.286vw;
    line-height: 1.8vw;
  }

}

@media screen and (max-width: 1200px) {
  .pdp-title {
    font-size: 5.167vw;
    line-height: 5.5vw;
  }

  .pdp-sub-title {
    font-size: 2.667vw;
    line-height: 3.2vw;
  }

  .pdp-sm-sub-title {
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .pdp-xs-texts {
    font-size: 1.500vw;
    line-height: 2vw;
  }

}

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

  .pdp-title {
    font-size: 6.256vw;
    line-height: 7vw;
  }

  .pdp-md-title {
    font-size: 4.238vw;
    line-height: 4.8vw;
  }

  .pdp-sub-title {
    font-size: 3.431vw;
    line-height: 4.2vw;
  }

  .pdp-texts {
    font-size: 2.825vw;
    line-height: 3.4vw;
  }

  .customize-product-desc-features ul li {
    font-size: 2.825vw !important;
    line-height: 3.4vw !important;
  }

  .pdp-sm-sub-title {
    font-size: 2.422vw;
    line-height: 3vw;
  }

  .pdp-sm-texts {
    font-size: 2.422vw;
    line-height: 3vw;
  }

  .pdp-xs-texts {
    font-size: 1.816vw;
    line-height: 2.4vw;
  }

  .product-container .contents {
    padding: 0px 10px;
  }

  .hero-img-3 {
    margin: 0 auto 0 20px;
  }

  .widget-01-container .customize-product-item-info {
    margin-right: 0px;
  }

}

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

  .show-mobile {
    display: block;
  }

  .show-desktop {
    display: none;
  }

  .backgrounds {
    background-image: none !important;
    min-height: auto !important;
  }

  .pdp-title {
    font-size: 8.083vw;
    line-height: 8.6vw;
  }

  .pdp-md-title {
    font-size: 5.476vw;
    line-height: 6vw;
  }

  .pdp-sub-title,
  .customize.product-item-details .customize-product a {
    font-size: 4.433vw;
    line-height: 5vw;
  }

  .pdp-texts {
    font-size: 3.651vw;
    line-height: 4.6vw;
  }

  .customize-product-desc-features ul li {
    font-size: 3.651vw !important;
    line-height: 4.6vw !important;
  }

  .pdp-sm-texts,
  .pdp-xs-texts {
    font-size: 4.172vw;
    line-height: 4.7vw;
  }

  .pdp-sm-sub-title {
    font-size: 3.129vw;
    line-height: 3.7vw;
  }

  .pdp-xs-texts {
    font-size: 2.347vw;
    line-height: 2.9vw;
  }

  .hero-content-texts {
    padding: 50px 80px;
  }

  .product-container {
    margin-bottom: 30px;
  }

  .content-container {
    padding: 0px 20px;
  }

  .column-content {
    height: auto;
  }

  .column-content&gt;img {
    margin-bottom: 30px;
  }

  .column-content .inner {
    padding: 30px 20px;
  }

  .widget-01-container .customize-product-item-info {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }

}

@media screen and (max-width: 650px) {
  .hero-img-container h3 {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 30px;
  }
}

@media screen and (max-width: 560px) {
  .pdp-title {
    font-size: 8vw;
    line-height: 9vw;
  }

  .pdp-md-title {
    font-size: 7vw;
    line-height: 8vw;
  }

  .pdp-sub-title,
  .customize.product-item-details .customize-product a {
    font-size: 6.071vw;
    line-height: 7vw;
  }

  .pdp-texts {
    font-size: 5vw;
    line-height: 6vw;
  }

  .customize-product-desc-features ul li {
    font-size: 5vw !important;
    line-height: 6vw !important;
  }

  .pdp-sm-texts,
  .pdp-xs-texts {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .pdp-sm-sub-title {
    font-size: 4.286vw;
    line-height: 4.8vw;
  }

  .pdp-xs-texts {
    font-size: 3.214vw;
    line-height: 3.8vw;
  }

  .hero-content-texts {
    padding: 50px 20px;
  }

  .content-container.contents {
    padding: 30px 30px;
  }

}

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

  .pdp-title {
    font-size: 9vw;
    line-height: 9.6vw;
  }

  .pdp-sub-title,
  .customize.product-item-details .customize-product a {
    font-size: 6vw;
    line-height: 6.6vw;
  }

}

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

  .pdp-sm-sub-title {
    font-size: 6.400vw;
    line-height: 7vw;
  }

  .pdp-xs-texts {
    font-size: 4.800vw;
    line-height: 5.4vw;
  }
}
</pre></body></html>