:root {
  --_sizes---section--xsmall: 3rem;
  --_sizes---border-radius--ultra: 6rem;
  --mask-size--primary: 100%;
  --mask-size--secondary: 100%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.books-section-home {
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle at 50% 40%, #ff6b0299, #fff0 45%);
  background-clip: border-box;
  margin-top: -70vh;
  padding-top: 600px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -500px;
}

.body {
  background-color: #000;
}

.image-box-hero-home, .image-box-hero-home-first {
  z-index: 9999;
  position: relative;
}

.hero-image {
  object-fit: cover;
  box-shadow: 5px 5px 15px 5px #fff3;
}

.image-box-hero-home-second {
  z-index: 9999;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-box-hero-home-third {
  z-index: 9999;
  position: absolute;
  inset: 0%;
}

.author-section {
  background-image: url('../images/malabika-ray-author-thrillers.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  overflow: visible;
}

.chapters-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.intro-section {
  z-index: 20;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.reviews-section, .map-section {
  overflow: visible;
}

.bg-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -12%;
  left: 0%;
  right: 0%;
}

.image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-section {
  z-index: 3;
  -webkit-mask-image: url('../images/.'), linear-gradient(#fff 0 0);
  mask-image: url('../images/.'), linear-gradient(#fff 0 0);
  -webkit-mask-position: 50% calc(100% + .125rem), 0 0;
  mask-position: 50% calc(100% + .125rem), 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-size: var(--mask-size--primary) var(--mask-size--secondary), 100%;
  mask-size: var(--mask-size--primary) var(--mask-size--secondary), 100%;
  height: 90rem;
  position: sticky;
  top: calc(100lvh - 75rem);
  overflow-x: clip;
}

.sticky-wrapper {
  position: relative;
}

.padding {
  z-index: 3;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.container-padding {
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  grid-column-gap: 13rem;
  grid-row-gap: 13rem;
  flex-flow: column;
  align-items: center;
  height: 100%;
  padding-top: 8rem;
  display: flex;
}

.characters-horizontal {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.track {
  height: 344vw;
  overflow: visible;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.character-image-container-wrapper {
  flex: none;
  align-items: center;
  margin-right: 18vw;
  padding-left: 7vw;
  display: flex;
  overflow: hidden;
}

.character-image-container {
  max-width: 350px;
  max-height: none;
  display: flex;
}

.character-image-wrapper {
  outline-offset: 0px;
  mix-blend-mode: normal;
  border: 1px #fff;
  border-radius: 0% 0 0 0%;
  outline: 3px #333;
  width: 100%;
  height: 75vh;
  max-height: 500px;
  margin-left: 22px;
  overflow: hidden;
  box-shadow: 8px 9px 15px -5px #cecfb1;
}

.character-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.character-text-container-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 38vw;
  margin-left: 10vw;
  display: flex;
}

.character-description {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 68px;
  margin-bottom: 68px;
  display: block;
}

.character-description-heading {
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.character-description-heading-text {
  color: #cecfb1;
  font-size: 3.3vw;
  line-height: 68%;
}

.paragraph {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4;
}

.cursor-wrapper {
  z-index: 25;
  pointer-events: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.cursor {
  width: .625rem;
  height: .625rem;
}

.text-block {
  font-size: 2vw;
  line-height: 1.89vw;
}

.padding-author {
  padding-top: var(--_sizes---section--xsmall);
}

.padding-general {
  padding-left: 2rem;
  padding-right: 2rem;
}

.author-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.author-description-container {
  border-radius: var(--_sizes---border-radius--ultra);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ffffff0d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 28.75rem;
  padding: 8rem 4rem;
  display: flex;
}

.description-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.description-color {
  color: #fff;
  font-size: .875rem;
  line-height: 1.4;
}

.heading-author {
  color: #cecfb1;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 100%;
}

.text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.description-text {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.button {
  align-items: center;
  padding-top: .75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.author-button {
  color: #000;
  letter-spacing: .05px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 9rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .875rem;
  line-height: 1.6;
  text-decoration: none;
  display: flex;
}

.author-button-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-text._1 {
  display: block;
}

.button-text._2 {
  opacity: 0;
  margin-bottom: -1.5rem;
  display: block;
}

.button-line-space {
  width: 1.5rem;
}

.button-effect-dot {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-dot {
  z-index: 4;
  background-color: #cecfb1;
  border-radius: 50%;
  width: .25rem;
  height: .25rem;
  position: relative;
}

.button-dot-scale {
  background-color: #cecfb1;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: none;
  position: absolute;
}

.padding-section-xsmall {
  padding-top: var(--_sizes---section--xsmall);
}

.chapters-container {
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: center;
  max-width: 1238px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-description {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.heading-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-label-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.heading-label {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.heading {
  color: #cecfb1;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  line-height: 120%;
}

.paragraph-heading {
  color: #fff;
  text-align: center;
  max-width: 1040px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.4;
}

.heading-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.chapter-main-wrapper {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  position: relative;
}

.chapter-card-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.chapter-list-item {
  position: sticky;
  top: 20px;
}

.chapter-card-content {
  background-color: #1e1e1e;
  border-radius: 12px;
  height: 850px;
  padding: 25px 50px;
}

.chapter-content-wrapper {
  border-radius: 12px;
  height: 100%;
  padding: 80px 40px 40px 80px;
  position: relative;
  overflow: hidden;
}

.chapter-card-area {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 552px;
  display: flex;
  position: relative;
}

.chapter-text-area {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.chapter-card-heading {
  color: #cecfb1;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 120%;
}

.chapter-card-description {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.chapter-card-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 14px 24px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .2s;
}

.chapter-card-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  filter: brightness(60%);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar-main {
  z-index: auto;
  background-color: #0e0e0e;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1720px;
  height: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 23;
  background-color: #0e0e0e;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  transition: transform .3s;
  display: block;
  position: fixed;
  overflow: hidden;
  box-shadow: 0 0 20px 1px #ffffff0d;
}

.brand {
  flex: none;
}

.brand.w--current {
  z-index: auto;
  cursor: pointer;
}

.image, .logo-image {
  max-width: none;
}

.button-2 {
  display: none;
}

.nav-close-tablet {
  float: right;
  background-color: #0000;
  padding: 18px;
  display: none;
  position: relative;
}

.nav-menu-container {
  cursor: pointer;
  display: flex;
}

.nav-link {
  color: #fff;
  padding: 10px 0;
  font-size: 17px;
  text-decoration: none;
}

.nav-link.w--current {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-link-border {
  background-color: #cecfb1;
  width: 0%;
  height: 2px;
}

.link-container {
  padding-left: 15px;
  padding-right: 15px;
  transition: opacity .5s;
  display: inline-block;
}

.nav-buy-now-link-wrapper {
  border: 1px solid #fff;
  border-radius: 1px;
}

.header-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}

.hero-text-box {
  flex-flow: column;
  width: 100%;
  max-width: 60rem;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.home-hero-heading-line {
  align-items: center;
  display: flex;
  position: relative;
}

.home-hero-heading-line.center {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
}

.home-hero-heading-line.bottom {
  justify-content: flex-end;
}

.heading-hero-section {
  color: #fff;
  text-align: left;
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Mono;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-books {
  color: #fff;
  text-align: center;
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Mono;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-books-section {
  margin-bottom: 40px;
}

.lottie-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lottie {
  text-align: left;
  width: 100px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 250px;
}

.heading-character-section {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-author-section {
  margin-top: 100px;
  margin-bottom: 0;
}

.footer-dark {
  background-color: #0000;
  border-top: 1px #e4ebf3;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-footer {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.shop-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
  display: block;
}

.header-info-title {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}

.header-info-title.bold {
  width: 86.8125px;
  margin-right: 10px;
  font-weight: 700;
}

.header-info-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.info-block {
  float: none;
  margin-top: 3px;
  margin-right: 4px;
  line-height: 20px;
  display: inline-block;
}

.header-title-2 {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.header-info-shop-title {
  display: inline-block;
}

.header-info-shop-title.bold {
  width: 120px;
  margin-top: 20px;
  margin-right: 10px;
  font-weight: 700;
}

.info-title {
  float: none;
  margin-right: 5px;
  display: inline-block;
}

.shop-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6px;
  display: grid;
}

.header-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 510px;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 420px;
  display: flex;
  position: relative;
}

.header-info-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6px;
  display: block;
}

.header-short-description {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 31px;
}

.dynamic-header-overlay {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0009 14%, #fff0 45%);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding-bottom: 0;
  display: flex;
}

.dynamic-page-header {
  width: 100%;
  height: 97vh;
  min-height: 900px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.info-block-icon {
  float: none;
  height: 17px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.info-block-icon.small {
  height: 16px;
  margin-right: 7px;
  top: -2px;
}

.info-wrapper {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 15px;
}

.info-wrapper.on-review-page {
  margin-top: 25px;
  margin-bottom: 15px;
}

.info-wrapper.small {
  margin-top: 5px;
  margin-bottom: 10px;
}

.header-thumbnail-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  box-shadow: none;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 350px;
  border-radius: 10px;
  width: 380px;
  height: 600px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.autorlink {
  color: #fff;
}

.header-thumbnail-image-audio {
  box-sizing: border-box;
  aspect-ratio: auto;
  box-shadow: none;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 350px;
  border-radius: 10px;
  width: 380px;
  height: 380px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.container-3 {
  z-index: 2;
  aspect-ratio: auto;
  flex: 1;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  top: 0;
}

.book-lp-section {
  background-color: #081b27;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.book-lp-section.book-lp-main-text-section {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 10px;
}

.book-lp-section.with-gradient {
  color: #6a7c8a;
  background-color: #0000;
}

.beschreibung-wrapper {
  z-index: 10;
  color: #9cabb6;
  background-color: #0000;
  border-radius: 10px;
  width: 80%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 50px;
  font-size: 16px;
  line-height: 23px;
  display: block;
  position: relative;
}

.rtb {
  color: #fff;
  margin-top: 60px;
  font-size: 1.1rem;
  line-height: 23px;
}

.book-lp-samples-section {
  background-color: #081b27;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.book-lp-samples-section.with-gradient {
  color: #6a7c8a;
  background-color: #0000;
}

.item-list {
  flex-wrap: wrap;
  display: flex;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 54px;
}

.section-title.small {
  color: #fff;
  font-size: 33px;
}

.section-title.large {
  color: #fff;
  font-size: 60px;
  line-height: 100px;
}

.item {
  order: -1;
  padding-bottom: 50px;
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 70px;
}

.section-title-wrapper.centered {
  text-align: center;
}

.container-4 {
  z-index: 2;
  aspect-ratio: auto;
  text-align: left;
  flex: 1;
  max-width: 1200px;
  min-height: 0;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: relative;
  top: 0;
}

.item-list-wrapper {
  margin-bottom: -30px;
}

.container-5 {
  z-index: 2;
  aspect-ratio: auto;
  flex: 1;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  top: 0;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.item-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 211px;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 1px 1px 3px #0006, inset 0 1px #ffffff1a;
}

.item-image-block:hover {
  opacity: .9;
}

.item-image-block.poster-format-more-work-grid {
  box-shadow: none;
  object-fit: fill;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 200px;
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
  overflow: visible;
}

.info-title-link {
  color: #cad3da;
  text-decoration: underline;
  display: inline-block;
}

.info-title-link:hover {
  color: #fff;
}

.item-block-title {
  color: #fff;
  width: auto;
  max-width: 90%;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.item-block-title:hover {
  color: #fff;
  text-decoration: underline;
}

.header-title-inhalte {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.dynamic-header-overlay-sample {
  color: #fff;
  background-color: #000c;
  background-image: linear-gradient(#0c273800 14%, #081b27);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding-bottom: 0;
  display: flex;
}

.header-content-block-no-image {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  position: relative;
}

.dynamic-page-header-sample {
  width: 100%;
  height: 120vh;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.container-6 {
  z-index: 2;
  aspect-ratio: auto;
  flex: 1;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  top: 0;
}

.section {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.section.text-inhalte {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.section.with-gradient {
  color: #6a7c8a;
  background-color: #0000;
}

.container-7 {
  z-index: 2;
  aspect-ratio: auto;
  flex: 1;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  top: 0;
}

.rtb-2 {
  margin-top: 60px;
  line-height: 23px;
}

.item-image-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 211px;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 1px 1px 3px #0006, inset 0 1px #ffffff1a;
}

.item-image-block-2:hover {
  opacity: .9;
}

.item-image-block-2.poster-format {
  box-shadow: none;
  object-fit: fill;
  background-repeat: no-repeat;
  background-size: 500px;
  width: 500px;
  height: 340px;
  margin-bottom: 20px;
  overflow: visible;
}

.item-block-title-2 {
  color: #fff;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.item-block-title-2:hover {
  color: #fff;
  text-decoration: underline;
}

.chapter-header-section {
  background-color: #081b27;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.chapter-header-section.bottom-padding {
  background-color: #0000;
  padding-top: 140px;
  padding-bottom: 0;
}

.container-8 {
  z-index: 2;
  aspect-ratio: auto;
  flex: 1;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  top: 0;
}

.chapter-grid-section {
  background-color: #081b27;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.chapter-grid-section.with-gradient {
  color: #6a7c8a;
  background-color: #0000;
}

.intro-text {
  color: #cad3da;
  margin-top: 0;
  font-size: 18px;
}

.intro-text-wrapper {
  margin: 40px 100px;
}

.bio-container {
  z-index: auto;
  aspect-ratio: auto;
  text-align: left;
  flex: 1;
  width: 100%;
  max-width: 83rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
  top: auto;
}

.bio-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bio-image-wrapper {
  border: .06rem #fff;
  border-top-left-radius: 100rem;
  border-top-right-radius: 100rem;
  padding: 1rem;
  position: relative;
}

.bio-image-mask {
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 30rem;
  display: flex;
  overflow: hidden;
}

.bio-image {
  max-width: none;
  max-height: 115%;
  position: relative;
}

.bio-frame {
  border: .06rem solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
}

.bio-author-name {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
}

.author-bio-image {
  background-image: url('../images/malabika-ray-author-thrillers.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 400px;
  display: block;
}

.author-bio-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.author-bio-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.author-credentials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.bio-details {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.overflow {
  overflow: hidden;
}

.text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}

.text-heading {
  color: #fff;
  font-size: 15px;
}

.bold-text {
  font-size: 16px;
}

.bio-content-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 180px;
  display: flex;
  position: relative;
}

.line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.bio-content-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 200px;
  display: flex;
  position: relative;
}

.bio-content-wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.bio-content-text-wrapper {
  width: 500px;
}

.first-book-wrapper {
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.first-book-image {
  background-image: url('../images/alpha-beta-gamma.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 300px;
  height: 500px;
  margin-top: 20px;
  position: static;
}

.image-heading {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.bio-details-section {
  padding-top: 200px;
}

.bio-details-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 200px;
  display: flex;
}

.details-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.details-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 80px;
  display: flex;
}

.text-italic {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: italic;
}

.details-description {
  width: 80%;
  min-width: 200px;
  max-width: 550px;
}

.nav-button {
  z-index: 12;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 11px;
  display: flex;
  position: relative;
}

.books-section {
  width: 100%;
  margin-top: -300px;
  overflow: hidden;
}

.padding-global {
  padding: 8rem 1rem;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.values-section-main-box-v1 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.values-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.values-section-row-v1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: stretch;
  width: 100%;
  max-width: 65rem;
  padding-top: 17rem;
  display: flex;
}

.values-image-wrapper {
  z-index: 1;
  width: 40%;
  padding-bottom: 14rem;
  position: relative;
}

.values-image-v1 {
  width: 80%;
}

.vertical-line-wrapper {
  height: 20rem;
  position: absolute;
  bottom: 2rem;
  right: -4rem;
}

.vertical-line-wrapper.value-v1-1.secondary {
  left: -4rem;
  right: auto;
}

.line-vertical {
  background-color: #ffffff80;
  width: 1px;
  height: 100%;
}

.horizontal-line-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -2rem;
  right: auto;
}

.horizontal-line-wrapper.team-section-1 {
  flex: 1;
  width: auto;
  position: static;
}

.line-horizontal {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
}

.values-text-content-box-v1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  transform: translate(0, -10rem);
}

.values-text-content-box-v1.second-value {
  align-items: flex-end;
}

.values-heading-box-v1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.values-heading-box-v1.reverse {
  align-items: flex-end;
}

.values-heading-row-v1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
  transform: translate(-10rem);
}

.values-heading-row-v1.second-value-first-line {
  transform: translate(10rem);
}

.values-heading-line-v1.align-end-moved {
  align-self: flex-end;
  transform: translate(-6rem);
}

.values-number {
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
  transform: translate(0, -3rem);
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 1.2;
}

.heading-style-h3 {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 1.2;
}

.text-size-large {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.values-section-heading-col {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.author-page-lines {
  width: 100%;
  position: relative;
  top: 3rem;
}

.author-page-lines-2 {
  width: 1%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -6rem;
  left: -4rem;
  right: 0%;
}

.author-page-lines-3 {
  width: 1%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto 0% -23.7rem -4rem;
}

.horizontal-line-wrapper-top {
  width: 100%;
  position: absolute;
  inset: -22rem auto auto;
}

.horizontal-line-wrapper-top.team-section-1 {
  flex: 1;
  width: auto;
  position: static;
}

.vertical-line-wrapper-author {
  height: 20rem;
  position: absolute;
  bottom: 2rem;
  right: -4rem;
}

.vertical-line-wrapper-author.value-v1-1.secondary {
  left: -4rem;
  right: auto;
}

.link-block-book {
  margin-top: 60px;
}

.regular-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.regular-text-wrapper {
  margin-top: 140px;
  margin-left: 100px;
  margin-right: 200px;
}

.regular-wrapper {
  margin-top: 220px;
  margin-left: 100px;
  margin-right: 100px;
}

.vertical-line-wrapper-author-page {
  height: 20rem;
  position: absolute;
  bottom: 2rem;
  right: -4rem;
}

.vertical-line-wrapper-author-page.value-v1-1.secondary {
  left: -4rem;
  right: auto;
}

.vertical-line-wrapper-author-lp {
  height: 20rem;
  position: absolute;
  bottom: 2rem;
  right: -4rem;
}

.vertical-line-wrapper-author-lp.value-v1-1.secondary {
  left: -4rem;
  right: auto;
}

.nav-menu {
  z-index: auto;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 11px;
  display: flex;
  position: relative;
}

.bar {
  background-color: #fff;
  width: 48px;
  height: 2px;
}

.open-nav-menu {
  z-index: 30;
  cursor: pointer;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-blur-layer {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-content-wrapper {
  z-index: auto;
  background-color: #000;
  border: 1px solid #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 66%;
  max-width: 800px;
  height: 100%;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-menu-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 55%;
  max-width: 1000px;
  height: 100%;
  margin-right: 100px;
  display: grid;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-menu-top {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-menu-logo {
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 5% auto auto 5%;
}

.nav-menu-link-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-link-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-link {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link-text {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-decoration: none;
}

.menu-link-text:hover {
  text-decoration: none;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-size: 13px;
  text-decoration-color: #fff;
}

.menu-link-shop {
  text-align: left;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link-text-shop {
  color: #fff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 65px;
  text-decoration: none;
}

.menu-link-text-shop:hover {
  text-decoration: none;
}

.nav-menu-bottom {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  padding-left: 34px;
  padding-right: 0;
  display: flex;
}

.social-links-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-link-text {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.social-icon {
  width: 16px;
  height: 16px;
}

.nav-menu-close {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  text-decoration: none;
  display: block;
  position: fixed;
  inset: 5% 10% auto auto;
}

.close-icon {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-decoration: none;
}

.body-2 {
  background-color: #000;
  overflow: hidden;
}

.section-2, .section-3, .section-4 {
  width: 100%;
}

.div-block {
  z-index: 999;
}

.form {
  width: 650px;
  margin-bottom: 0;
}

.image-header {
  background-image: url('../images/heller-verlag-muenchen.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-header.contact {
  background-image: none;
  height: 100vh;
  min-height: 1300px;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 800;
  line-height: 74px;
}

.subpage-title.large {
  color: #fff;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
}

.form-title {
  color: #cecfb1;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 3px;
  font-size: 19px;
  font-weight: 600;
  line-height: 38px;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 2px solid #ffffff26;
  height: 60px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  transition: border .2s;
}

.text-field:hover {
  border-bottom-color: #fff6;
}

.text-field:focus {
  border-bottom-color: #f1b722;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.area {
  height: 150px;
  padding-top: 15px;
}

.form-title-wrapper {
  max-width: 550px;
  margin-bottom: 50px;
}

.button-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #263947;
  border-radius: 4px;
  margin-top: 10px;
  padding: 14px 25px 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s, border .2s, background-color .2s, color .2s, box-shadow .2s;
}

.button-3:hover {
  color: #fff;
  background-color: #3f5666;
  text-decoration: none;
}

.button-3.color {
  color: #000;
  background-color: #cecfb1;
}

.contact-block {
  text-align: left;
  display: block;
}

.image-header-overlay {
  background-color: #0000001a;
  background-image: linear-gradient(#081b2700, #081b27);
  width: 100%;
  height: 100%;
  padding-top: 170px;
  padding-bottom: 170px;
}

.image-header-overlay.contact-overlay {
  background-color: #0000;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero-home {
    top: -500px;
  }

  .bg-image {
    object-position: 50% 50%;
  }

  .lottie {
    top: 30vh;
  }

  .heading-character-section {
    top: 62px;
  }

  .bio-content-section {
    padding-top: 300px;
  }
}

@media screen and (min-width: 1440px) {
  .books-section-home {
    margin-top: -70vh;
    padding-top: 800px;
  }

  .hero-home {
    top: -500px;
  }

  .bg-image {
    top: 0%;
  }

  .lottie {
    top: 600px;
  }

  .heading-character-section {
    position: relative;
    top: 200px;
  }

  .bio-content-section {
    padding-top: 200px;
  }

  .menu-link-text-shop {
    font-size: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .books-section-home {
    margin-top: -70vh;
    padding-top: 800px;
  }

  .container {
    margin-top: 0;
  }

  .hero-home {
    top: -500px;
  }

  .lottie {
    top: 600px;
  }

  .heading-character-section {
    position: relative;
    top: 200px;
  }
}

@media screen and (max-width: 991px) {
  .books-section-home {
    margin-top: -60vh;
  }

  .hero-image {
    object-fit: contain;
    width: auto;
  }

  .author-section {
    background-image: url('../images/malabika-ray-author-thrillers.jpg');
    background-position: 40%;
    background-size: cover;
    background-attachment: fixed;
  }

  .bg-image {
    object-fit: contain;
    top: -25%;
  }

  .character-text-container-wrapper {
    margin-left: 6vw;
  }

  .cursor {
    display: none;
  }

  .nav-close-tablet {
    color: #fff;
    -webkit-text-stroke-color: #000;
    text-decoration-color: #000;
  }

  .nav-menu-container {
    background-color: #0000;
    display: none;
  }

  .hero-text-box {
    width: 90%;
    margin-top: 50px;
  }

  .home-hero-heading-line.top, .home-hero-heading-line.center {
    margin-bottom: 20px;
  }

  .heading-hero-section {
    font-size: 2rem;
  }

  .lottie {
    top: 300px;
  }

  .container-footer {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .icon {
    color: #fff;
  }

  .shop-button {
    width: 170px;
  }

  .info-block {
    font-size: 12px;
  }

  .header-title-2 {
    max-width: 100%;
    font-size: 34px;
    line-height: 55px;
  }

  .header-info-shop-title.bold {
    margin-top: 20px;
  }

  .shop-buttons {
    grid-template-columns: 1fr 1fr;
    margin-top: 2px;
  }

  .header-content-block {
    max-width: 690px;
    height: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 330px;
  }

  .header-info-item {
    margin-top: 2px;
  }

  .header-short-description {
    line-height: 27px;
  }

  .dynamic-header-overlay {
    padding-bottom: 120px;
  }

  .dynamic-page-header {
    height: 100vh;
    min-height: 830px;
    margin-bottom: 0;
  }

  .info-block-icon.small {
    height: 14px;
    top: 0;
  }

  .info-wrapper.on-review-page {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-thumbnail-image {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 280px;
    background-attachment: scroll;
    background-clip: border-box;
    width: 300px;
    height: 500px;
  }

  .header-thumbnail-image-audio {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 290px;
    background-attachment: scroll;
    background-clip: border-box;
    width: 310px;
    height: 310px;
  }

  .container-3 {
    padding: 0;
    top: 0;
  }

  .book-lp-section {
    padding: 70px 40px;
  }

  .beschreibung-wrapper {
    width: 95%;
    margin-top: 0;
    padding: 0 30px 30px;
  }

  .book-lp-samples-section {
    padding: 70px 40px;
  }

  .item-list {
    flex-wrap: wrap;
    display: flex;
  }

  .section-title {
    font-size: 41px;
  }

  .section-title.large {
    font-size: 50px;
    line-height: 80px;
  }

  .section-title-wrapper {
    margin-bottom: 50px;
  }

  .container-4, .container-5 {
    padding: 0;
    top: 0;
  }

  .item-image-block {
    height: 116px;
  }

  .item-image-block.poster-format-more-work-grid {
    background-size: 140px;
    width: 100%;
    height: 220px;
  }

  .item-block-title {
    width: auto;
    max-width: 70%;
    font-size: 20px;
    line-height: 25px;
  }

  .header-title-inhalte {
    max-width: 100%;
    margin-top: 20px;
    font-size: 34px;
    line-height: 55px;
  }

  .dynamic-header-overlay-sample {
    padding-bottom: 0;
  }

  .header-content-block-no-image {
    max-width: 690px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
  }

  .dynamic-page-header-sample {
    height: 140vh;
    min-height: 0;
    margin-bottom: 0;
  }

  .container-6 {
    padding: 0;
    top: 0;
  }

  .section {
    padding: 70px 40px;
  }

  .section.text-inhalte {
    padding-top: 0;
  }

  .container-7 {
    padding: 0;
    top: 0;
  }

  .item-image-block-2 {
    height: 116px;
  }

  .item-image-block-2.poster-format {
    background-size: 300px;
    width: 300px;
    height: 204px;
  }

  .item-block-title-2 {
    font-size: 17px;
  }

  .chapter-header-section {
    padding: 70px 40px;
  }

  .chapter-header-section.bottom-padding {
    padding-top: 140px;
  }

  .container-8 {
    padding: 0;
    top: 0;
  }

  .chapter-grid-section {
    padding: 70px 40px;
  }

  .intro-text-wrapper {
    margin-left: 60px;
    margin-right: 60px;
  }

  .bio-container {
    padding: 0;
    top: 0;
  }

  .bio-content-section {
    padding-top: 100px;
  }

  .bio-details-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .vertical-line-wrapper {
    right: -3rem;
  }

  .author-page-lines {
    width: 90%;
  }

  .vertical-line-wrapper-author {
    height: 15rem;
    bottom: 4rem;
  }

  .regular-text-wrapper {
    margin-right: 100px;
  }

  .nav-menu {
    display: flex;
  }

  .open-nav-menu {
    display: none;
  }

  .nav-menu-content-wrapper {
    width: 80%;
  }

  .menu-link-text, .menu-link-text-shop {
    font-size: 35px;
  }

  .nav-menu-close {
    display: flex;
  }

  .image-header.contact {
    min-height: 1500px;
  }

  .image-header-overlay {
    padding-top: 120px;
  }

  .image-header-overlay.contact-overlay {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .books-section-home {
    margin-top: -200vh;
  }

  .image-box-hero-home-first {
    width: auto;
  }

  .hero-image {
    box-shadow: none;
    width: 200px;
    height: 350px;
  }

  .author-section {
    background-position: 40%;
  }

  .characters-horizontal {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
  }

  .frame {
    flex-flow: column;
    display: block;
  }

  .character-image-container-wrapper {
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    display: block;
  }

  .character-image-container {
    flex-flow: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .character-image-wrapper {
    margin-left: 0;
  }

  .character-image {
    text-align: left;
  }

  .character-text-container-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cursor {
    display: none;
  }

  .heading {
    font-size: 70px;
  }

  .hero-text-box {
    margin-top: 20px;
  }

  .heading-books {
    font-size: 2rem;
  }

  .lottie {
    width: 80px;
    top: 0;
  }

  .heading-character-section {
    margin-bottom: 100px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .shop-button {
    width: 180px;
  }

  .header-info-title {
    text-align: left;
  }

  .header-info-title.bold {
    text-align: right;
  }

  .info-block {
    margin-top: 0;
    line-height: 10px;
  }

  .header-content-block {
    text-align: center;
    max-width: 400px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .header-info-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    align-items: center;
    display: grid;
  }

  .dynamic-header-overlay {
    padding-top: 110px;
    padding-bottom: 10px;
  }

  .dynamic-page-header {
    height: auto;
    min-height: 0;
    margin-bottom: 0;
  }

  .header-thumbnail-image {
    box-shadow: none;
    background-position: 50% 100%;
    background-size: 300px;
    width: 350px;
    height: 550px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .autorlink {
    text-align: left;
  }

  .header-thumbnail-image-audio {
    box-shadow: none;
    background-position: 50% 100%;
    background-size: 350px;
    width: 400px;
    height: 400px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .book-lp-section.book-lp-main-text-section {
    padding: 0;
    overflow: hidden;
  }

  .beschreibung-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .item {
    padding: 50px 0 0;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .item-image-block {
    width: 350px;
    height: 250px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .item-image-block.poster-format-more-work-grid {
    background-position: 50% 100%;
    background-size: 300px;
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .item-block {
    text-align: center;
  }

  .item-block-title {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 25px;
  }

  .dynamic-header-overlay-sample {
    padding-top: 110px;
    padding-bottom: 10px;
  }

  .header-content-block-no-image {
    text-align: center;
    max-width: 400px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .dynamic-page-header-sample {
    height: auto;
    min-height: 0;
    margin-bottom: 0;
  }

  .section.text-inhalte {
    margin-top: 100px;
    padding: 0;
    overflow: hidden;
  }

  .item-image-block-2 {
    width: 230px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .item-image-block-2.poster-format {
    background-size: 500px;
    width: 500px;
    height: 340px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .item-block-title-2 {
    font-size: 25px;
    line-height: 40px;
  }

  .intro-text-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .bio-details-section {
    padding-left: 3rem;
    padding-right: 2rem;
  }

  .details-description {
    width: 100%;
  }

  .books-section {
    margin-top: -50rem;
  }

  .values-image-wrapper {
    z-index: 21;
  }

  .vertical-line-wrapper {
    height: 10rem;
    bottom: 2rem;
    right: -1rem;
  }

  .vertical-line-wrapper.value-v1-1.secondary {
    bottom: 11rem;
    left: -3rem;
  }

  .horizontal-line-wrapper {
    bottom: 10rem;
    left: -1rem;
  }

  .values-heading-line-v1.align-end-moved {
    transform: translate(-8rem);
  }

  .heading-style-h3 {
    font-size: 3rem;
  }

  .collection-list {
    text-align: left;
  }

  .collection-item {
    padding-left: 0;
  }

  .regular-section {
    height: auto;
  }

  .regular-text-wrapper {
    margin-left: 25px;
    margin-right: 25px;
  }

  .vertical-line-wrapper-author-page {
    height: 10rem;
    bottom: 2rem;
    right: -1rem;
  }

  .vertical-line-wrapper-author-page.value-v1-1.secondary {
    bottom: 11rem;
    left: -3rem;
  }

  .vertical-line-wrapper-author-lp {
    height: 10rem;
    bottom: 2rem;
    right: -1rem;
  }

  .vertical-line-wrapper-author-lp.value-v1-1.secondary {
    bottom: 11rem;
    left: -3rem;
  }

  .open-nav-menu {
    display: none;
  }

  .nav-menu-content-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-menu-content {
    place-items: center;
    width: 100%;
    margin-right: 0;
  }

  .menu-link-items {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .menu-link {
    justify-content: center;
    width: 100%;
  }

  .nav-menu-item-number {
    display: none;
  }

  .nav-menu-close {
    position: fixed;
    inset: 5% 5% auto auto;
  }

  .form {
    width: 100%;
  }

  .image-header.contact {
    height: auto;
    min-height: 1500px;
  }

  .subpage-title {
    font-size: 60px;
    line-height: 60px;
  }

  .subpage-title.large {
    max-width: 440px;
    font-size: 90px;
    line-height: 90px;
  }

  .form-column {
    padding: 0;
  }

  .form-title {
    font-size: 14px;
  }

  .form-title-wrapper {
    max-width: 100%;
  }

  .image-header-overlay {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .image-header-overlay.contact-overlay {
    padding: 110px 40px 70px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .books-section-home {
    margin-top: -120vh;
  }

  .author-section {
    background-position: 25% 0;
    background-repeat: no-repeat;
    background-size: 1200px;
    background-attachment: scroll;
  }

  .bg-image {
    object-fit: contain;
    object-position: 0% 50%;
    top: -35%;
  }

  .padding-general {
    margin-top: 500px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .author-wrapper {
    display: block;
  }

  .author-description-container {
    padding: 5rem 20px;
  }

  .heading-author {
    text-align: center;
    font-size: 2rem;
  }

  .description-text {
    text-align: center;
    font-size: 1rem;
  }

  .author-button {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .chapters-container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading {
    font-size: 60px;
  }

  .chapter-card-content {
    height: auto;
    padding: 10px;
  }

  .chapter-content-wrapper {
    padding: 40px 10px;
  }

  .chapter-card-area {
    width: 100%;
    max-width: none;
  }

  .chapter-card-heading {
    font-size: 45px;
  }

  .chapter-card-description {
    font-size: 1rem;
  }

  .brand {
    margin-right: 10px;
    padding-left: 0;
  }

  .header-title {
    max-width: 100%;
    font-size: 13px;
    display: inline-block;
    overflow: clip;
  }

  .hero-text-box {
    margin-top: 170px;
  }

  .home-hero-heading-line.top, .home-hero-heading-line.center {
    margin-bottom: 10px;
  }

  .heading-hero-section {
    font-size: 1.5rem;
  }

  .heading-books {
    font-size: 1.8rem;
  }

  .lottie {
    top: 40px;
  }

  .container-footer {
    max-width: none;
  }

  .footer-link:hover {
    color: #ffffffb3;
    -webkit-text-stroke-color: #fff;
  }

  .footer-link:active {
    color: #fff;
  }

  .shop-button {
    width: 200px;
  }

  .header-info-title {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  .header-info-title.bold {
    font-size: 13px;
  }

  .header-info-block {
    width: auto;
  }

  .info-block {
    margin-right: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .header-title-2 {
    font-size: 24px;
    line-height: 40px;
  }

  .info-title {
    margin-right: 3px;
  }

  .shop-buttons {
    grid-template-columns: 1fr;
    place-items: center;
    font-size: 14px;
    line-height: 27px;
  }

  .header-content-block {
    max-width: 500px;
  }

  .header-info-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 27px;
    display: grid;
  }

  .header-short-description {
    font-size: 15px;
    line-height: 25px;
  }

  .info-block-icon {
    height: 16px;
    margin-left: 7px;
    margin-right: 7px;
    top: 0;
  }

  .info-wrapper.small {
    font-size: 17px;
  }

  .header-thumbnail-image {
    background-size: 200px;
    width: 250px;
    height: 350px;
    margin-bottom: 30px;
  }

  .autorlink {
    text-align: left;
  }

  .header-thumbnail-image-audio {
    background-size: 240px;
    width: 260px;
    height: 260px;
    margin-bottom: 30px;
  }

  .book-lp-section {
    padding: 50px 0;
  }

  .beschreibung-wrapper {
    margin-top: 0;
  }

  .rtb {
    font-size: 15px;
  }

  .book-lp-samples-section {
    padding: 50px 0;
  }

  .section-title {
    margin-bottom: 15px;
    font-size: 29px;
    line-height: 38px;
  }

  .section-title.large {
    font-size: 40px;
    line-height: 50px;
  }

  .item {
    padding-top: 40px;
  }

  .section-title-wrapper {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-wrapper.centered {
    max-width: 300px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .item-image-block {
    height: 170px;
  }

  .item-image-block.poster-format-more-work-grid {
    background-size: 250px;
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
  }

  .item-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-block-title {
    width: auto;
    max-width: 90%;
    font-size: 20px;
    line-height: 25px;
  }

  .header-title-inhalte {
    font-size: 24px;
    line-height: 40px;
  }

  .header-content-block-no-image {
    max-width: 300px;
  }

  .section {
    padding: 50px 0;
  }

  .rtb-2 {
    font-size: 15px;
  }

  .item-image-block-2 {
    height: 170px;
  }

  .item-image-block-2.poster-format {
    background-size: 250px;
    width: 250px;
    height: 170px;
    margin-bottom: 20px;
  }

  .item-block-title-2 {
    font-size: 23px;
    line-height: 35px;
  }

  .chapter-header-section, .chapter-grid-section {
    padding: 50px 0;
  }

  .intro-text-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .author-bio-image {
    background-position: 20%;
    width: 90vw;
  }

  .author-bio-wrapper {
    align-items: flex-start;
  }

  .author-bio-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .author-credentials {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .overflow {
    padding-left: 2px;
    padding-right: 2px;
  }

  .bio-content-section {
    padding-top: 25rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .bio-content-container {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .bio-content-text-wrapper {
    width: 80vw;
  }

  .first-book-image {
    width: 250px;
    height: 400px;
  }

  .bio-details-wrapper {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
  }

  .details-wrapper {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: .65fr;
  }

  .details-heading {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .details-description {
    width: 80vw;
  }

  .padding-global {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .values-section-header {
    flex-flow: row;
    justify-content: flex-start;
  }

  .values-section-row-v1.first {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    align-items: stretch;
    padding-top: 6rem;
  }

  .values-section-row-v1.second {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column-reverse;
    padding-top: 6rem;
  }

  .values-image-wrapper {
    z-index: 22;
    text-align: center;
    width: auto;
    padding-bottom: 0;
  }

  .values-image-v1 {
    width: 80%;
    max-width: 100%;
  }

  .vertical-line-wrapper {
    display: none;
    bottom: 5rem;
    right: 1.3rem;
  }

  .vertical-line-wrapper.value-v1-1.secondary {
    bottom: 5rem;
    left: -1rem;
  }

  .horizontal-line-wrapper {
    width: 80%;
    display: none;
    bottom: 2rem;
    left: 0;
  }

  .horizontal-line-wrapper.team-section-1 {
    width: 100%;
  }

  .values-text-content-box-v1.first-value {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: center;
    transform: translate(0);
  }

  .values-text-content-box-v1.second-value {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: stretch;
    transform: translate(0);
  }

  .values-heading-box-v1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .values-heading-box-v1.reverse {
    align-items: center;
  }

  .values-heading-row-v1.second-value-first-line {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    transform: translate(34%);
  }

  .values-heading-row-v1.first-value-first-line {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    transform: translate(-1.7rem);
  }

  .values-heading-line-v1.align-end-moved {
    transform: translate(-2rem);
  }

  .values-number, .values-number.first-value {
    transform: translate(0);
  }

  .heading-style-h3 {
    margin-top: 0;
    font-size: 2.5rem;
  }

  .paragraph-text-line {
    margin-right: 0;
  }

  .text-size-large {
    font-size: .9rem;
  }

  .author-page-lines {
    width: 100%;
  }

  .author-page-lines-3 {
    bottom: -20rem;
  }

  .vertical-line-wrapper-author {
    height: 10rem;
    bottom: 6rem;
  }

  .collection-item {
    padding-left: 0;
  }

  .link-block {
    width: 100%;
    max-width: 100%;
    overflow: clip;
  }

  .link-block-book {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    overflow: clip;
  }

  .regular-section {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vertical-line-wrapper-author-page {
    height: 30rem;
    display: block;
    bottom: -22.2rem;
    right: 8rem;
  }

  .vertical-line-wrapper-author-page.value-v1-1.secondary {
    bottom: 5rem;
    left: -1rem;
  }

  .vertical-line-wrapper-author-lp {
    height: 20rem;
    display: none;
    bottom: 5rem;
    right: 1.3rem;
  }

  .vertical-line-wrapper-author-lp.value-v1-1.secondary {
    bottom: 5rem;
    left: -1rem;
  }

  .nav-menu {
    z-index: auto;
  }

  .open-nav-menu {
    display: none;
  }

  .nav-menu-content-wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .nav-menu-content {
    align-items: start;
  }

  .nav-menu-top {
    justify-content: center;
  }

  .nav-menu-logo {
    top: 3.5%;
    left: 3%;
  }

  .nav-menu-link-container {
    flex-flow: column;
    justify-content: center;
  }

  .menu-link-items {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-link {
    text-align: center;
    flex-flow: column;
  }

  .menu-link-text {
    font-size: 35px;
  }

  .nav-menu-bottom {
    padding-left: 0;
  }

  .social-link-text {
    text-align: center;
  }

  .nav-menu-close {
    z-index: 99;
    margin-top: 20px;
    margin-left: 0;
    inset: 2% 8% auto auto;
  }

  .close-icon {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
  }

  .subpage-title {
    font-size: 40px;
    line-height: 40px;
  }

  .subpage-title.large {
    max-width: 230px;
    font-size: 50px;
    line-height: 60px;
  }

  .form-title {
    line-height: 29px;
  }

  .text-field {
    height: 50px;
    font-size: 17px;
  }

  .form-title-wrapper {
    margin-bottom: 40px;
  }

  .image-header-overlay {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .image-header-overlay.contact-overlay {
    padding: 110px 35px 100px;
  }
}

#w-node-b8b051b8-3679-b7af-969f-db7a97a5b224-81490835 {
  align-self: end;
}

#w-node-ee3b1370-d89d-03da-3f72-721d2e5681ea-81490835 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93dc924c-44b5-d482-b7e4-99297b4c6d98-81490835 {
  align-self: end;
}

#w-node-_93dc924c-44b5-d482-b7e4-99297b4c6d9b-81490835 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a1c2a6e5-ff8b-553f-39c2-15065e348164-81490835 {
  align-self: end;
}

#w-node-a1c2a6e5-ff8b-553f-39c2-15065e348167-81490835 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d5eab34f-fd36-bfe3-ef63-e16b75ede9d2-81490835 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_86239a5c-09f9-6bcf-8862-f29de4a59c94-e4a59c8c, #w-node-_86239a5c-09f9-6bcf-8862-f29de4a59c9d-e4a59c8c, #w-node-_86239a5c-09f9-6bcf-8862-f29de4a59ca8-e4a59c8c, #w-node-e134df36-adf1-7d37-623c-924f26f1647b-e4a59c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8b051b8-3679-b7af-969f-db7a97a5b224-03d28b72 {
  align-self: end;
}

#w-node-ee3b1370-d89d-03da-3f72-721d2e5681ea-03d28b72 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93dc924c-44b5-d482-b7e4-99297b4c6d98-03d28b72 {
  align-self: end;
}

#w-node-_93dc924c-44b5-d482-b7e4-99297b4c6d9b-03d28b72 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a1c2a6e5-ff8b-553f-39c2-15065e348164-03d28b72 {
  align-self: end;
}

#w-node-a1c2a6e5-ff8b-553f-39c2-15065e348167-03d28b72 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d5eab34f-fd36-bfe3-ef63-e16b75ede9d2-03d28b72 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

@media screen and (max-width: 767px) {
  #w-node-_4fd23e6f-6fcb-f63f-f720-94bf7bd78241-4d22b804, #w-node-_4fd23e6f-6fcb-f63f-f720-94bf7bd78247-4d22b804, #w-node-_4fd23e6f-6fcb-f63f-f720-94bf7bd7824c-4d22b804, #w-node-f750bf46-0e6d-d5fd-676d-fa8e85c5e122-4d22b804, #w-node-_4fd23e6f-6fcb-f63f-f720-94bf7bd78251-4d22b804 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4fd23e6f-6fcb-f63f-f720-94bf7bd78241-4d22b804, #w-node-_4fd23e6f-6fcb-f63f-f720-94bf7bd78247-4d22b804, #w-node-_4fd23e6f-6fcb-f63f-f720-94bf7bd7824c-4d22b804, #w-node-f750bf46-0e6d-d5fd-676d-fa8e85c5e122-4d22b804, #w-node-_4fd23e6f-6fcb-f63f-f720-94bf7bd78251-4d22b804 {
    justify-self: end;
  }
}


