/* Ported from astro.rumpel-stiltskin.com/src/styles (SASS). icons.sass omitted (broken manager font paths). */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@100;300;600;900&family=Josefin+Sans&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * * 1. Correct the line height in all browsers.
 * * 2. Prevent adjustments of font size after orientation changes in iOS.
 * */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
 * ========================================================================== */
/**
 * * Remove the margin in all browsers.
 * */
body {
  margin: 0;
}

/**
 * * Correct the font size and margin on `h1` elements within `section` and
 * * `article` contexts in Chrome, Firefox, and Safari.
 * */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * * 1. Add the correct box sizing in Firefox.
 * * 2. Show the overflow in Edge and IE.
 * */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers.
 * */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
 * ========================================================================== */
/**
 * * Remove the gray background on active links in IE 10.
 * */
a {
  background-color: transparent;
}

/**
 * * 1. Remove the bottom border in Chrome 57-
 * * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 * */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * * Add the correct font weight in Chrome, Edge, and Safari.
 * */
b,
strong {
  font-weight: bolder;
}

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers.
 * */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * * Add the correct font size in all browsers.
 * */
small {
  font-size: 80%;
}

/**
 * * Prevent `sub` and `sup` elements from affecting the line height in
 * * all browsers.
 * */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * * Remove the border on images inside links in IE 10.
 * */
img {
  border-style: none;
}

/* Forms
 * ========================================================================== */
/**
 * * 1. Change the font styles in all browsers.
 * * 2. Remove the margin in Firefox and Safari.
 * */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * * Show the overflow in IE.
 * * 1. Show the overflow in Edge.
 * */
button,
input {
  overflow: visible;
}

/**
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * * 1. Remove the inheritance of text transform in Firefox.
 * */
button,
select {
  text-transform: none;
}

/**
 * * Correct the inability to style clickable types in iOS and Safari.
 * */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * * Remove the inner border and padding in Firefox.
 * */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * * Restore the focus styles unset by the previous rule.
 * */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * * Correct the padding in Firefox.
 * */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * * 1. Correct the text wrapping in Edge and IE.
 * * 2. Correct the color inheritance from `fieldset` elements in IE.
 * * 3. Remove the padding so developers are not caught out when they zero out
 * *    `fieldset` elements in all browsers.
 * */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * */
progress {
  vertical-align: baseline;
}

/**
 * * Remove the default vertical scrollbar in IE 10+.
 * */
textarea {
  overflow: auto;
}

/**
 * * 1. Add the correct box sizing in IE 10.
 * * 2. Remove the padding in IE 10.
 * */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * * Correct the cursor style of increment and decrement buttons in Chrome.
 * */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * * 1. Correct the odd appearance in Chrome and Safari.
 * * 2. Correct the outline style in Safari.
 * */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * * Remove the inner padding in Chrome and Safari on macOS.
 * */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * * 1. Correct the inability to style clickable types in iOS and Safari.
 * * 2. Change font properties to `inherit` in Safari.
 * */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
 * ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox.
 * */
details {
  display: block;
}

/* * Add the correct display in all browsers.
 * */
summary {
  display: list-item;
}

/* Misc
 * ========================================================================== */
/**
 * * Add the correct display in IE 10+.
 * */
template {
  display: none;
}

/**
 * * Add the correct display in IE 10.
 * */
[hidden] {
  display: none;
}

.bold {
  font-weight: 600 !important;
}

.fat {
  font-weight: 900;
}

.tall {
  font-size: 30px;
  line-height: 30px;
}

.upper {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.white {
  color: white;
}

body,
html,
h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

input, textarea, button {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 300;
}

h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
  letter-spacing: 0px;
  padding: 0;
  padding-bottom: 3px;
  margin: 0;
}

h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  padding: 0;
  padding-bottom: 3px;
  margin: 0;
}

.huge {
  font-size: 80px;
}

.bigger {
  font-size: 20px;
}

.biggest {
  font-size: 24px;
}

.summary {
  font-size: 20px;
  text-align: center;
}

.emp {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.grey {
  color: grey;
}

.white {
  color: white;
}

.red {
  color: red;
}

.title {
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
  letter-spacing: 0px;
  padding: 0;
  padding-bottom: 3px;
  margin: 0;
  float: left;
  padding-right: 20px;
}

.invisible {
  display: none;
}

.left {
  display: block;
  float: left;
}

.right {
  display: block;
  float: right;
}

.half {
  width: 50%;
}

.full {
  width: 100%;
  overflow: auto;
}

.subscribe-block {
  text-align: center;
  display: block;
  background: #1d74c1;
  color: white;
  padding: 16px 20px;
}

.subscribe-block p {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
}

.subscribe-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  margin: 0 auto;
  position: relative;
}

.subscribe-form .subscribe-email {
  flex: 1 1 220px;
  min-width: 180px;
  max-width: 320px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  background: #fff;
  color: #222;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 300;
  box-sizing: border-box;
}

.subscribe-form .subscribe-submit {
  flex: 0 0 auto;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  border: none;
  border-radius: 4px;
  background: #0f95d3;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.subscribe-form .subscribe-submit:hover {
  background: #E7534F;
}

.subscribe-form .hp {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer .subscribe-form {
  justify-content: flex-start;
  margin: 12px 0 0;
  max-width: 100%;
}

.footer .subscribe-form .subscribe-email {
  background: #fff;
  border-color: #555;
}

.footer .subscribe-form .subscribe-submit {
  background: #0f95d3;
}

.button {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  line-height: 30px;
  background: #0f95d3;
  color: white;
  text-decoration: none;
}
.button:hover {
  cursor: pointer;
  background: #E7534F;
}

.input {
  border: 1px solid #eeeeee;
}

.bigbutton {
  width: 300px;
  height: 80px;
  font-size: 30px;
  line-height: 80px;
  background: #0f95d3;
  color: white;
  text-align: center;
  margin: auto;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}
.bigbutton:hover {
  cursor: pointer;
  background: #E7534F;
}

.free {
  display: inline-block;
  background: #2BAE2C;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 7px;
  color: white;
  font-size: 0.8em;
}

.new-release {
  display: block;
  width: 100%;
  overflow: auto;
  padding-bottom: 50px;
}
.new-release .nr-container {
  background: white;
  overflow: auto;
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.new-release .nr-description {
  display: block;
  float: left;
  padding-left: 20px;
  text-align: left;
  width: calc(100% - 220px);
}

.big-text {
  display: block;
  float: left;
  width: 360px;
  background: white;
  padding-left: 20px;
  padding-right: 20px;
}

.read-text {
  display: block;
  float: left;
  width: calc(100% - 340px);
  height: calc(100% - 150px);
  overflow-y: scroll;
  background: white;
  padding-left: 20px;
  padding-right: 20px;
}

.tn-small {
  width: 200px;
}

.grid {
  display: block;
  width: 1150px;
  overflow: auto;
  margin: auto;
}

.retailer {
  display: block;
  float: left;
  padding-right: 20px;
  max-height: 40px;
  width: auto;
  height: auto;
}

.retailers {
  width: 100%;
  overflow: auto;
  clear: both;
}

.retailers img,
img.retailer {
  max-height: 40px;
  width: auto;
  height: auto;
  display: block;
}

img.retailer[src*="amaz"],
.retailers img[src*="amaz"] {
  max-width: 120px;
  max-height: none;
}

img.retailer[src*="apple-books"],
.retailers img[src*="apple-books"] {
  max-height: 40px;
}

img.retailer[src*="google-play"],
.retailers img[src*="google-play"] {
  max-height: 50px;
}

.preview-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #1d74c1;
  color: white !important;
  font-family: sans-serif;
  font-weight: 300;
  border-radius: 5px;
}
.preview-button:hover {
  cursor: pointer;
  background-color: #569edd;
}

.disqus {
  padding-top: 50px;
  font-family: 'Josefin Sans', sans-serif;
  padding-bottom: 50px;
}

.telegram {
  display: block;
  overflow: auto;
  width: 100%;
  margin-top: 30px;
}
.telegram:hover .tg-text {
  text-decoration: underline;
}
.telegram .image {
  display: block;
  float: left;
}
.telegram .image > img {
  width: 40px;
  padding-right: 10px;
  float: left;
}
.telegram .tg-text {
  display: block;
  float: left;
  line-height: 40px;
}

.call-to-action {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  background: rgba(24, 209, 55, 0.9333333333);
  padding: 5px;
  color: white;
  border-radius: 5px;
}
.call-to-action > div {
  margin-top: 5px;
}
.call-to-action > i {
  display: block;
  padding: 5px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: white;
  color: black;
  margin-left: auto;
  margin-right: auto;
}

.file-format {
  display: inline-block;
}
.file-format .text {
  display: inline-block;
  float: left;
  padding-right: 40px;
}
.file-format > img {
  display: inline-block;
  width: 50px;
  float: left;
  padding-right: 20px;
}

@media screen and (max-width: 750px) {
  .new-release {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1150px) {
  .grid {
    width: 920px;
  }
}
@media screen and (max-width: 920px) {
  .grid {
    width: 690px;
  }
}
@media screen and (max-width: 690px) {
  .grid {
    width: 460px;
  }
  .new-release .nr-description {
    padding-left: 0;
    width: 100%;
  }
  .cover {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 460px) {
  .grid {
    width: 230px;
  }
}
@media screen and (max-width: 500px) {
  .bigbutton {
    width: 200px;
    font-size: 25px;
  }
}
@media screen and (max-width: 450px) {
  .grid {
    width: 90%;
    padding: 0;
  }
  .subscribe-block {
    width: calc(100% - 30px);
  }
}
.navbar {
  background: #ffffff;
  width: 100%;
  height: 50px;
  position: fixed;
  border-bottom: 1px solid #ccc;
  z-index: 1;
}
.navbar .container {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.navlogo {
  display: block;
}
.navlogo > img {
  height: 50px;
}

.nav {
  display: block;
  color: #222;
  float: left;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 50px;
  cursor: pointer;
}
.nav:hover {
  color: black;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .navbar {
    height: 100px;
  }
  .navlogo {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .m {
    display: block;
  }
  .l {
    display: none;
  }
  .s {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .navbar {
    height: 50px;
  }
  .navlogo {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .m {
    display: none;
  }
  .l {
    display: block;
  }
  .s {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .navbar {
    height: 100px;
  }
  .navlogo {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .m {
    display: none;
  }
  .l {
    display: none;
  }
  .s {
    display: block;
  }
}
.book-item {
  display: block;
  float: left;
  width: 200px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  height: 420px;
}

.cover {
  background: #eee;
  display: block;
  float: left;
  overflow: auto;
}

.author {
  display: block;
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
}

.book-title {
  display: block;
  float: left;
  width: 100%;
  font-size: 25px;
  line-height: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.big-book {
  background: white;
  width: 700px;
  margin: auto;
  padding: 20px;
  overflow: auto;
}

.book-description {
  display: block;
  float: left;
  width: calc(100% - 440px);
}

.book-reader {
  background: white;
  width: 80%;
  margin: auto;
  padding: 20px;
  overflow: auto;
}
.book-reader > img {
  float: left;
  padding-right: 20px;
  padding-bottom: 15px;
}

.reader {
  background: green;
  float: left;
}

.big-cover {
  display: block;
  float: left;
  padding-right: 40px;
}
.big-cover > img {
  width: 400px;
}

.big-cover-img {
  width: 400px;
}

.book-preview {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  paddng-bottom: 50px;
}

.book-title-container {
  overflow: auto;
}

.small-book {
  background: white;
  width: 200px;
  padding: 10px;
  overflow: auto;
  display: block;
}

.small-cover {
  display: block;
  float: left;
  overflow: auto;
}
.small-cover > img {
  width: 200px;
}

@media screen and (max-width: 920px) {
  .big-cover {
    width: 100%;
  }
  .book-description {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .book-item {
    display: block;
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    height: calc(150vw + 50px);
  }
  .small-cover > img {
    width: 100%;
  }
  .big-cover {
    padding: 0;
  }
  .big-cover > img {
    width: 100%;
  }
}
body,
html,
h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
}

input, textarea, button {
  font-family: 'Cormorant Garamond', serif;
}

.emp {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
}

body, html {
  height: 100%;
  width: 100%;
}

body *:focus, html *:focus {
  outline: none;
}

a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}

.monster {
  width: 100%;
  overflow: auto;
  padding-top: 50px;
}

main {
  min-height: calc(100% - 0px);
}

.bg1 {
  background: url("https://pub-12f48877079a422b8f79ca48a5c5ab52.r2.dev/rumpel/78d9ac55cb28caac5207f8ca3d243643/blake3/28f0a898e4f08fd6755f0c350534eb40fe5c31237ecf342de9cdd24d3949ffd4") no-repeat center center;
  background-size: cover;
}

.bg2 {
  background: url("https://pub-12f48877079a422b8f79ca48a5c5ab52.r2.dev/rumpel/78d9ac55cb28caac5207f8ca3d243643/blake3/0f85912f2509e642b198965020e6ad0ec1829e8b4e6ca3758e755deb5fbd4517") no-repeat center center;
  background-size: cover;
  border-bottom: 10px solid #444;
}

.biglogo {
  width: 200px;
}

.biglogo-spaced {
  margin-left: 50;
  margin-top: 50;
}

.logo {
  width: 300px;
}

.footer {
  min-height: 300px;
  width: 100%;
  border-top: 20px solid #222222;
  background: #333;
  color: white;
  overflow: auto;
}

.box {
  margin: 20px;
  display: block;
  float: left;
  width: 320px;
}

.main-title {
  display: block;
  float: left;
  font-size: 50px;
  font-weight: 600;
  padding: 50px;
  padding-top: 100px;
}

.overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  overflow: auto;
}

.letter {
  width: 60%;
  display: block;
  margin: auto;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
.letter .inner {
  width: calc(100% - 20px);
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
  border: 10px solid #222;
}
.letter .inner .wide {
  width: 100%;
}
.letter .inner .hsection {
  width: calc(100% - 40px);
  margin: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: auto;
}

.video {
  width: 100%;
  height: calc(28.125vw + 40px);
}

.shadowbox {
  box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
}

@media screen and (max-width: 1280px) {
  .letter {
    width: 80%;
  }
  .video {
    height: calc(38.25vw + 40px);
  }
}
@media screen and (max-width: 800px) {
  .letter {
    width: 95%;
  }
  .huge {
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  .biglogo {
    width: 100px;
  }
  .biglogo-spaced {
    margin-left: 20;
    margin-top: 20;
  }
  .huge {
    font-size: 35px;
  }
  .letter {
    width: 100%;
  }
  .letter .inner {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .box {
    margin: 10px;
    width: calc(100% - 20px);
  }
}
.skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
  left: auto;
  padding: 8px 12px;
  background: #fff;
  z-index: 2;
}

