<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body-bg {
  padding-top: 5%;
  padding-bottom: 3%;
  background-image: url('../images/main_bg.jpg'), -webkit-linear-gradient(270deg, #200401, #200401);
  background-image: url('../images/main_bg.jpg'), linear-gradient(180deg, #200401, #200401);
  background-position: 51% 50%, 0px 0px;
  background-size: 100% 100%, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
  text-align: center;
}

.div-content {
  width: 50%;
  margin: 0% auto;
  padding: 0% 4%;
  border: 2px none #ffe56d;
  background-color: transparent;
  background-image: url('../images/content_bg.png');
  background-position: 50% 0px;
  background-size: 100%;
  background-repeat: repeat-y;
}

.h1-header {
  margin-bottom: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
}

.h1-header._2ndheader {
  margin-top: 10%;
  margin-bottom: 8%;
  font-family: 'PT Serif', serif;
  color: #000;
  line-height: 1.2;
}

.h1-header.module-mainheader {
  margin-bottom: 8%;
}

.h1-header.yellowcolor {
  font-family: 'PT Serif', serif;
}

.h1-header.yellowcolor.option-header {
  margin-bottom: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  background-image: none;
}

.h3-header {
  margin-top: 3%;
  margin-bottom: 0%;
  float: none;
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.h3-header.centered {
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.h3-header.bonus-headline {
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: 'PT Serif', serif;
  color: #940100;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.h3-header.questions {
  text-align: left;
}

.header-section {
  width: 45%;
  margin: 3% auto 4%;
  padding: 0%;
}

.header-section.logo {
  width: 50%;
  margin: 3% auto;
  padding: 4%;
}

.header-logo {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.header-logo.sub-logo {
  width: 50%;
  text-align: center;
}

.header-logo.sub {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.welcome-text {
  margin-top: 0%;
  margin-bottom: 2%;
  padding-bottom: 0%;
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 32px;
  line-height: 1.4;
}

.content {
  margin-bottom: 3px;
  padding-top: 1%;
  padding-bottom: 1%;
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 18px;
  line-height: normal;
  text-align: left;
  text-decoration: none;
}

.content.centered {
  margin-bottom: 10%;
  color: #631414;
  text-align: center;
}

.content.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.content.center.whitecolor {
  line-height: normal;
}

.faq {
  margin-top: 5%;
  margin-bottom: 2%;
  color: #000;
  font-size: 26px;
  text-align: center;
  text-decoration: underline;
}

.faq.h3-header.centered {
  margin-top: 10%;
  margin-bottom: 10%;
  font-size: 30px;
}

.btn-addtocart {
  width: 100%;
  margin: 5% auto;
  text-align: center;
}

.footer-section {
  width: 50%;
  margin: 2% auto;
  padding: 2%;
  border: 5px solid #ffe56d;
  background-image: url('../images/bg-texture.png');
  background-position: 0px 0px;
  background-size: 59px;
  text-align: center;
}

.footer-link {
  padding-right: 5%;
  padding-left: 5%;
  color: #f4c218;
  font-size: 14px;
  text-decoration: none;
}

.disclaimer {
  color: #fef8da;
  font-size: 11px;
  line-height: 18px;
  text-align: left;
}

.disclaimer.copyright {
  text-align: center;
}

.faq-container {
  padding-top: 2%;
  padding-bottom: 2%;
}

.disclaimer-container {
  padding-top: 3%;
}

.disclaimer-link {
  color: #fef8da;
}

.bonus-container {
  margin-top: 5%;
  padding: 5%;
  border: 3px solid #940100;
  background-image: -webkit-linear-gradient(270deg, hsla(47, 56%, 94%, .65), hsla(47, 56%, 94%, .65)), url('../images/fine_art_paper.jpg');
  background-image: linear-gradient(180deg, hsla(47, 56%, 94%, .65), hsla(47, 56%, 94%, .65)), url('../images/fine_art_paper.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, repeat;
}

.bonus-container.additional {
  padding-top: 2%;
  padding-bottom: 10%;
}

.bonuspic {
  max-width: 40%;
  margin-right: 5%;
  float: left;
}

.bonus-title {
  margin-top: 3%;
  margin-bottom: 5%;
  font-family: 'PT Serif', serif;
  color: #aa0100;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
}

.scroll {
  margin-right: auto;
  margin-left: auto;
}

.scroll-img {
  width: 52.5%;
  margin-bottom: 0%;
}

.ornament-img {
  width: 35%;
  margin-top: 3%;
  margin-right: auto;
  margin-left: auto;
}

.bundle-img {
  width: 100%;
  margin-bottom: 4%;
}

.addbonus-img {
  width: 100%;
  padding-bottom: 1%;
}

.content-img {
  max-width: 30%;
}

.content-img.left {
  max-width: 40%;
  margin-top: 3%;
  margin-right: 2%;
  float: left;
  text-align: center;
}

.content-img.left.custom-img {
  max-width: 45%;
}

.content-img.left.success-img {
  max-width: 45%;
}

.content-img.right {
  max-width: 45%;
  margin-top: 3%;
  margin-bottom: 5%;
  margin-left: 5%;
  float: right;
}

.content-img.right.custom-img {
  max-width: 50%;
  margin-bottom: 5%;
  margin-left: 1%;
}

.content-img.right.book {
  max-width: 45%;
  margin-bottom: 3%;
  margin-left: 3%;
}

.module-img {
  max-width: 80%;
  margin-top: 1%;
}

.underline {
  text-decoration: underline;
}

.cheque-container {
  margin-top: 10%;
}

.sub-headline {
  font-family: 'PT Serif', serif;
  color: #f4c218;
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
  text-align: center;
}

.module-header {
  color: #aa0100;
}

.accent {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5%;
}

.image-shadow {
  margin-bottom: 5%;
  box-shadow: 3px 4px 14px -3px rgba(0, 0, 0, .59);
}

.bonus-label {
  margin-top: 0%;
  margin-bottom: 6%;
}

.question {
  padding-bottom: 3%;
  font-family: 'PT Serif', serif;
  color: #940100;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.question.whitecolor {
  line-height: normal;
}

.question.yellowcolor {
  line-height: normal;
}

.answer {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 18px;
  line-height: normal;
  text-align: left;
}

.answer.whitecolor {
  font-family: 'PT Serif', serif;
  line-height: normal;
}

.redcolor {
  color: #940100;
}

.ornament-wrapper {
  margin-bottom: 8%;
}

.ornament {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.subheadline-wrapper {
  display: block;
  margin: 0% auto 10%;
  padding: 3%;
  border: 3px solid #f4c218;
  background-image: url('../images/bg-texture.png');
  background-position: 50% 50%;
  background-size: 59px;
  background-repeat: repeat-x;
}

.special-container {
  margin-bottom: 10%;
  padding: 3%;
  border: 3px solid #f4c218;
  background-image: url('../images/bg-texture.png');
  background-position: 50% 50%;
  background-size: 59px;
}

.whitecolor {
  color: #fff;
}

.yellowcolor {
  color: #f4c218;
}

.h4-heading {
  font-family: 'PT Serif', serif;
  font-size: 22px;
}

.h4-heading.yellowcolor {
  margin-bottom: 5%;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}

.content-payment {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.border-wrapper {
  margin-top: 3%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  border: 5px solid #940100;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 251, 240, .79), rgba(255, 251, 240, .79));
  background-image: linear-gradient(180deg, rgba(255, 251, 240, .79), rgba(255, 251, 240, .79));
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, .61);
}

.h2-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 32px;
  line-height: 1.2;
}

.h2-header.redcolor {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: #940100;
  font-size: 38px;
}

@media (max-width: 991px) {
  .div-content {
    width: 60%;
    margin-top: -1%;
  }
  .header-section {
    width: 60%;
  }
  .footer-section {
    width: 60%;
  }
  .footer-link {
    padding-right: 3%;
    padding-left: 3%;
  }
  .scroll {
    width: 63%;
  }
  .scroll-img {
    width: 100%;
  }
  .module-img {
    max-width: 90%;
    margin-top: 5%;
  }
}

@media (max-width: 767px) {
  .body-bg {
    padding-bottom: 3%;
  }
  .div-content {
    width: 90%;
    padding-bottom: 3%;
  }
  .header-section {
    width: 80%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .welcome-text {
    margin-top: 5%;
  }
  .footer-section {
    width: 90%;
  }
  .scroll-img {
    display: none;
  }
  .ornament-img {
    margin-bottom: 5%;
  }
  .module-img {
    margin-top: 5%;
  }
}

@media (max-width: 479px) {
  .body-bg {
    padding-bottom: 3%;
    background-image: url('../images/main_bg.jpg'), -webkit-linear-gradient(270deg, #330500, #330500);
    background-image: url('../images/main_bg.jpg'), linear-gradient(180deg, #330500, #330500);
    background-size: auto 100%, auto;
  }
  .div-content {
    width: 95%;
    padding-top: 5%;
    padding-bottom: 3%;
  }
  .h1-header {
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 26px;
    line-height: 33px;
  }
  .h3-header {
    margin-top: 10%;
  }
  .h3-header.centered {
    font-size: 21px;
  }
  .header-section {
    width: 90%;
    margin-top: 10%;
  }
  .header-logo {
    max-width: 75%;
  }
  .welcome-text {
    margin-top: 2%;
    font-size: 24px;
  }
  .footer-section {
    width: 90%;
    padding-right: 4%;
    padding-left: 4%;
  }
  .footer-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: auto;
    padding-left: auto;
  }
  .disclaimer {
    text-align: center;
  }
  .faq-container {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .bonuspic {
    width: 50%;
    max-width: 100%;
    float: none;
  }
  .bonus-title {
    text-align: center;
  }
  .scroll-img {
    display: none;
  }
  .content-img.left {
    width: 80%;
    max-width: 80%;
    float: none;
  }
  .content-img.left.custom-img {
    max-width: 100%;
  }
  .content-img.left.success-img {
    max-width: 80%;
  }
  .content-img.right {
    display: block;
    width: 80%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .content-img.right.custom-img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .content-img.right.you-img {
    max-width: 70%;
  }
  .module-img {
    max-width: 100%;
    margin-top: 5%;
  }
  .border-wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3%;
    padding-left: 3%;
    border-width: 4px;
    box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, .27);
  }
  .h2-header.redcolor {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
  }
}</pre></body></html>