<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-header {
  margin: 0 0 10px 0;
  box-shadow: 0 0 5px 1px #bdbdbd;
  -webkit-box-shadow: 0 0 5px 1px #bdbdbd;
  -moz-box-shadow: 0 0 5px 1px #bdbdbd;
  padding: 10px 0 10px 20px;
  background-color: #fff;
}
.page-header h1 {
  margin: 0;
}
.common-wrap {
  box-shadow: 0 0 5px 1px #bdbdbd;
  -webkit-box-shadow: 0 0 5px 1px #bdbdbd;
  -moz-box-shadow: 0 0 5px 1px #bdbdbd;
  margin: 0;
}
.common-wrap h5 {
  font-size: 29px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #39321f;
  padding: 20px 0;
  margin: 0;
}
.common-wrap p {
  font-size: 25px;
  color: #343434;
  text-align: center;
  font-weight: 300;
  margin: 0;
  padding-top: 10px;
}
.inner-main {
  padding-top: 0 !important;
}
.registration-contents {
  padding: 50px 60px;
}
.join-butns {
  margin: 40px 0;
}
.join-butns .btn {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 15px 0;
}
.join-butns .btn i {
  font-size: 28px;
  margin-right: 10px;
  vertical-align: middle;
}
.btn-social-join {
  width: 100%;
}
.btn-facebook {
  background-color: #1b50b2;
  color: #fff;
}
.btn-facebook:hover {
  color: #fff;
}
.btn-facebook span {
  line-height: 32px;
}
.btn-google {
  background-color: #cf4332;
  color: #fff;
}
.btn-google:hover {
  color: #fff;
}
.btn-google span {
  line-height: 32px;
}
.btn.twitter {
  background-color: #19a7f0;
}
.registration-form {
  margin: 40px 0;
}
.registration-form .form-control {
  font-size: 18px;
  font-weight: 300;
  color: #343434;
  height: 60px;
  border: 1px solid #c8c8c8;
  margin: 10px 0;
  padding: 0 20px;
}
.registration-form .form-control::-moz-placeholder {
  color: #343434;
}
.registration-form .form-control::-ms-input-placeholder {
  color: #343434;
}
.registration-form .form-control::-webkit-input-placeholder {
  color: #343434;
}
.btn.account-btn {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  background-color: #86744c;
  display: block;
  padding: 14px 0;
}
.pwd-protocol span {
  font-size: 15px;
  color: #343434;
  line-height: 1.5;
}
.membership-plans {
  /* This is overridden in mobile styles */
  display: none;
  margin-bottom: 20px;
}
.membership-contents {
  padding: 0;
  background-color: #fff;
}
.membership-table {
  padding: 20px;
}
.membership-table .row {
  display: flex;
}
.membership-table .row .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}
.membership-box {
  box-shadow: 0 0 4px 1px #ddd;
  -webkit-box-shadow: 0 0 4px 1px #ddd;
  -moz-box-shadow: 0 0 4px 1px #ddd;
  height: 100%;
  padding-bottom: 60px;
  position: relative;
}
.membership-box.basic .membership-title {
  background-color: #7b7b7b;
}
.membership-box.basic .membership-desc {
  margin-top: 20px;
}
.membership-box.silver .membership-title {
  background-color: #d1d1d1;
}
.membership-box.gold .membership-title {
  background-color: #eab64c;
}
.membership-title {
  background-color: #7b7b7b;
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  padding: 25px 0 50px;
}
.membership-title h6 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.membership-title span {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
}
.highlight {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #d12727;
  padding: 6px 10px;
}
.highlight p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  padding-top: 0;
}
.membership-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.membership-details {
  padding: 10px;
}
.membership-details ul li {
  font-size: 15px;
  color: #2e2e2e;
  padding: 0 0 10px 22px;
  background-image: url('/img/icons/tick.png');
  background-repeat: no-repeat;
  background-position: left 4px;
}
.membership-details p {
  font-size: 15px;
  color: #2e2e2e;
}
.membership-desc {
  min-height: 400px;
}
.membership-desc p {
  margin-bottom: 10px;
  line-height: 1.4;
}
.create-acc {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  /*width: 100%;*/
}
.create-acc .btn.create-acc-btn {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.btn-basic {
  background-color: #7b7b7b;
}
.btn-silver {
  background-color: #d1d1d1;
  color: #000 !important;
}
.btn-gold {
  background-color: #eab64c;
}
@media screen and (max-width: 1365px) {
  .common-wrap h5 {
    font-size: 20px;
  }
  .common-wrap p {
    font-size: 16px;
    /*margin: 10px 0;*/
  }
  .join-butns .btn {
    font-size: 16px;
    padding: 10px 0;
  }
  .join-butns .btn i {
    font-size: 18px;
  }
  .registration-form .form-control {
    font-size: 14px;
    margin: 10px 0;
    height: 50px;
  }
  .btn.account-btn {
    font-size: 16px;
    padding: 10px 0;
  }
  .pwd-protocol span {
    font-size: 12px;
  }
  .membership-title h6 {
    font-size: 22px;
  }
  .membership-title span {
    font-size: 25px;
  }
  .highlight {
    padding: 6px;
  }
  .highlight p {
    font-size: 12px;
    margin: 0;
  }
  .membership-details p {
    font-size: 14px;
  }
  .membership-details ul li {
    font-size: 13px;
  }
  .membership-box.basic .membership-desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .membership-box {
    margin-bottom: 30px;
  }
  .highlight p {
    font-size: 14px;
    margin: 0;
  }
  .membership-title {
    padding: 25px 0 60px;
  }
  .membership-desc {
    min-height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .membership-plans {
    display: block;
  }
  .common-wrap h5 {
    font-size: 16px;
  }
  .common-wrap p {
    font-size: 14px;
    margin: 0;
  }
  .registration-contents {
    padding: 20px 40px;
  }
  .join-butns {
    margin: 20px 0;
  }
  .join-butns .btn {
    font-size: 14px;
    margin: 10px 0;
  }
  .btn.account-btn {
    margin-bottom: 10px;
  }
  .membership-table {
    padding: 8px;
  }
  .membership-table .row {
    display: block;
  }
  .membership-table .row .membership-box {
    margin-bottom: 8px;
  }
  .membership-table .row .membership-box .membership-title {
    padding: 8px;
  }
  .membership-table .row .membership-box .membership-title .membership-overlay {
    display: none;
  }
  .well {
    margin-bottom: 0;
  }
}
.link-free {
  color: #fff;
  background-color: #7b7b7b;
}
.link-silver {
  color: #000;
  background-color: #d1d1d1;
}
.link-gold {
  color: #fff;
  background-color: #eab64c;
}
wz-step {
  display: none;
}
.panel-Free {
  border-color: #7b7b7b;
}
.panel-Free .panel-heading h4 {
  margin: 0;
}
.panel-Free &gt; .panel-heading {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}
.panel-Free &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #7b7b7b;
}
.panel-Free &gt; .panel-heading .badge {
  color: #7b7b7b;
  background-color: #fff;
}
.panel-Free &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #7b7b7b;
}
.panel-Silver {
  border-color: #d1d1d1;
}
.panel-Silver .panel-heading h4 {
  margin: 0;
}
.panel-Silver &gt; .panel-heading {
  color: #000;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.panel-Silver &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #d1d1d1;
}
.panel-Silver &gt; .panel-heading .badge {
  color: #d1d1d1;
  background-color: #000;
}
.panel-Silver &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #d1d1d1;
}
.panel-Gold {
  border-color: #eab64c;
}
.panel-Gold .panel-heading h4 {
  margin: 0;
}
.panel-Gold &gt; .panel-heading {
  color: #000;
  background-color: #eab64c;
  border-color: #eab64c;
}
.panel-Gold &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #eab64c;
}
.panel-Gold &gt; .panel-heading .badge {
  color: #eab64c;
  background-color: #000;
}
.panel-Gold &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #eab64c;
}
.panel-body hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.panel-body-extras {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
.panel-body-extras .form-group {
  margin-bottom: 4px;
}
.panel-body-extras hr {
  margin-bottom: 4px;
}
.panel-body-extras .checkbox {
  margin-bottom: 20px;
}
.panel-body-extras .checkbox label {
  font-weight: bold !important;
}
.panel-body-extras .checkbox .item-description {
  margin-left: 24px;
}
.panel-footer-extras {
  background-color: #d1d1d1;
}
@media screen and (min-width: 768px) {
  .col-payment-button-container {
    height: 72px;
  }
}
.col-payment-button-container .btn-payment {
  margin-top: 15px;
}
.well-subscription-options ul {
  padding-left: 16px;
}
.well-subscription-options ul li {
  list-style-type: none;
}
.tubmans span {
  font-size: 16px;
}
.tubmans img {
  margin-left: 4px;
  width: 60px;
}</pre></body></html>