<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-wrapper {
  font-size: 16px;
}
.pricing-part {
  background-color: #f6faff;
  padding: 40px 0;
  text-align: center;
  color: #20284d;
}
.pricing-part .jpb-container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
.pricing-heading {
  font-size: 29px;
  letter-spacing: -0.5px;
  font-weight: bold;
}
.pricing-description {
  color: #666;
  margin: 10px auto 30px;
  font-size: 15px;
}
.inactive {
  display: none;
}
.download-pdf {
  display: inline-block;
  color: #0067ff;
  font-size: 13px;
  letter-spacing: 0;
  margin: 10px auto 30px;
  border-bottom: 2px solid #0067ff;
}
.table-container {
  overflow-x: scroll;
}
.container-3plan {
  padding-top: 50px;
}
.container-3plan .comparison-table,
.container-3plan tr.table-header.scroll-head {
  width: 80%;
}
.comparison-table {
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  table-layout: fixed;
}
.comparison-table .beta-tag {
  width: 40px;
  margin-left: 10px;
  position: absolute;
  top: 17px;
}
table,
td,
th {
  border: 1px solid #d4dfff;
}
.comparison-table td,
.comparison-table th {
  padding: 12px 2%;
  position: relative;
}
.comparison-table td:first-child,
.comparison-table th:first-child {
  text-align: left;
  line-height: 1.5;
}
tr.table-header {
  background-color: #fff;
}
.table-header + .table-header {
  display: none;
}
tr.table-header.scroll-head {
  position: fixed;
  display: table;
  top: 53px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
  z-index: 11;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.table-header th {
  padding: 50px 1%;
}
.table-header h4 {
  color: #64687c;
  font-size: 16px;
  letter-spacing: 1px;
}
.sign-up a,
.table-header h4 {
  font-weight: 600;
  text-transform: uppercase;
}
.sign-up a {
  background: #e8f1ff;
  color: #0067ff;
  border: 1px solid #0067ff;
  display: block;
  font-size: 13px;
  padding: 10px 0;
  max-width: 150px;
  margin: 20px auto 0;
  letter-spacing: 1px;
}
.sign-up a:hover {
  background: #0067ff;
  color: #fff;
}
.row-header {
  background-color: #eef3f9;
  font-weight: 600;
}
.row-header &gt; * {
  border: 0;
}
.secondary-text {
  color: #64687c;
  white-space: nowrap;
  margin: 0;
}
.no,
.yes {
  background: no-repeat 50%;
  text-indent: -999em;
}
.yes {
  background-image: url("/sites/zweb/images/jp/books/pricing-tick.svg");
  background-size: 14px;
}
.no {
  background-image: url("/sites/zweb/images/jp/books/pricing-close-icon.svg");
  background-size: 10px;
}
.pdf-container {
  text-align: left;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  tr.table-header.scroll-head {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1199px) {
  tr.table-header.scroll-head {
    top: 0;
  }
  .table-header h4 {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media (max-width: 991px) {
  .sign-up a {
    letter-spacing: 0px;
    font-size: 12px;
  }
  .table-header h4 {
    letter-spacing: -1px;
  }
  .comparison-table td,
  .comparison-table th {
    font-size: 14px;
  }
  .comparison-table td:first-child,
  .comparison-table th:first-child {
    width: 17%;
  }
}
@media only screen and (max-width: 767px) {
  tr.table-header.scroll-head {
    width: 1000px;
  }
  .comparison-table {
    width: 1000px;
  }
}
.table-description {
  max-width: 1320px;
  padding: 0 20px;
  margin: 40px auto 0;
}
.table-description p {
  line-height: 1.9;
  font-size: 14px;
}</pre></body></html>