:root {
  --goldenrod: #ec8b0f;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-shadow: 1px 1px 6px #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 28px;
  line-height: 44px;
}

h2 {
  text-shadow: 1px 1px 6px #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-shadow: 1px 1px 6px #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  align-self: end;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  text-shadow: 1px 1px 6px #fff;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section-100 {
  min-height: 100vh;
}

.section-100._4060 {
  grid-column-gap: 69px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section._100vh {
  min-height: 100vh;
}

.section._100vh.frontpage {
  padding-top: 90px;
}

.section.some-section {
  background-image: url('../images/Pinokkio-Venetsiassa-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.pinokkio-bg {
  background-image: url('../images/Pinokkio-Venetsiassa-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
}

.section.pinokkio-bg.bg2 {
  background-image: url('../images/Soturin-oppivuodet-BG.jpg');
  background-position: 100% 100%;
  background-size: auto;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . . . . ."
  / 1fr 1fr 1fr 1fr 1fr 1fr;
}

.bookshop-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .5s;
  display: flex;
}

.bookshop-link:hover {
  padding-top: 5px;
  padding-bottom: 15px;
}

.body {
  text-align: center;
  background-image: url('../images/Pinokkio-Venetsiassa-cropped-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.body.bg-orpojen-brooklyn {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Orpojen-Brooklyn-BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.body.bg-soturin-oppivuodet {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Soturin-oppivuodet-BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.body.bg-pinokkio-venetsiassa {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Pinokkio-Venetsiassa-BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.body.bg-huck {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Huck-BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.body.bg-yhdeksan-yinin-totuus {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/YYT_kansi-BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.body.bg-yue-fein-perinto-bg {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/kotkasoturit3_BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.body.bg-luulosairas {
  background-image: linear-gradient(#ffe9d1a3, #ffe9d1a3), url('../images/Luulosairas_BG_wide.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.body.bg-taru4 {
  background-image: url('../images/detail.png');
}

.body.bgvaarinpain {
  background-image: linear-gradient(#ffffff85, #ffffff85), url('../images/vaarin_pain_kansi_detail.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.body.bg-katukytta {
  background-image: linear-gradient(#ffffff63, #ffffff63), url('../images/Katukytta_etukansi_min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.body.bg-soturi {
  background-image: url('../images/soturi_tausta.png');
}

.body.bg-sisakko {
  background-image: url('../images/sisakolle_tausta.png');
}

.body.bg-kompassi {
  background-image: url('../images/LeGuin_Kompassi_tausta.png');
}

.body.bg-mestaus {
  background-image: url('../images/mestaus_tausta.png');
}

.body.bg-kyky-rakastaa {
  background-image: url('../images/kykyrakastaa_tausta.png');
}

.body.bg-hairlek {
  background-image: url('../images/harlekiinit_tausta.png');
}

.wrapper {
  max-width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrapper.max-1200 {
  text-align: center;
  max-width: 1200px;
}

.wrapper.authors-and-translators {
  flex-flow: column wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.wrapper.with-top-padding {
  max-width: none;
  margin-top: 0;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 50px;
}

.wrapper.of-cover-artist {
  border-bottom: 1px solid #e4e4e4;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 20px;
  display: flex;
}

.wrapper.wrapper-for-books {
  text-align: left;
}

.showcase {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  perspective: 1000px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1100px;
  padding: 30px 35px 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: grid;
  overflow: visible;
}

.book {
  box-shadow: 0 10px 10px #00000080;
}

.book.r1 {
  z-index: 35;
  transform-style: preserve-3d;
  position: relative;
  transform: rotateX(0)rotateY(10deg)rotateZ(0)translate3d(0, 0, 60px);
  box-shadow: -7px 7px 10px #00000080;
}

.book.l1 {
  z-index: 40;
  transform-style: preserve-3d;
  position: relative;
  transform: rotateX(0)rotateY(-10deg)rotateZ(0)translate3d(0, 0, 60px);
  box-shadow: 7px 7px 10px #00000080;
}

.book.c0 {
  z-index: 50;
  transform-style: preserve-3d;
  position: relative;
  transform: translate3d(0, 0, 120px);
}

.book-wrapper {
  margin-top: 10px;
  transition: all .5s;
}

.book-wrapper:hover {
  margin-top: 0;
  padding-bottom: 10px;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header {
  z-index: 100;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  width: auto;
  font-family: Varela, sans-serif;
  font-size: 18px;
}

.nav-link {
  border-bottom: 2px solid #0000;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Droid Serif, serif;
  font-weight: 700;
  transition: all .2s;
}

.nav-link:hover, .nav-link.w--current {
  border-bottom-color: var(--goldenrod);
  color: var(--goldenrod);
}

.block-40 {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  overflow: hidden;
}

.block-40.right-side {
  text-align: left;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-height: 100vh;
  padding: 100px 100px 50px 50px;
  position: relative;
  overflow: scroll;
}

.book-blurry-bg {
  filter: blur(2px);
  min-height: 100vh;
  position: absolute;
}

.book-on-book-page {
  position: relative;
  box-shadow: 7px 7px 10px #17171780;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Vollkorn, serif;
  font-size: 24px;
  display: flex;
}

.tab-link {
  color: #333;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px 10px 2px;
  font-family: Droid Serif, serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.tab-link:hover {
  border-bottom-color: var(--goldenrod);
  color: var(--goldenrod);
}

.tab-link.w--current {
  border-bottom-color: var(--goldenrod);
  color: var(--goldenrod);
  background-color: #0000;
}

.tab-link.footer-link {
  text-align: center;
  align-self: end;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.tab-link.cover-artists {
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: 0;
}

.tabs-menu {
  z-index: 2;
  perspective: 1000px;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  margin-top: -40px;
  margin-left: 0;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 3px 3px 8px #666;
}

.tabs-menu.hide-tabs-menu {
  display: none;
}

.h2-heading-1 {
  font-family: PT Serif, serif;
}

.h2-heading-1.white-variation {
  color: #fff;
  text-shadow: none;
}

.h2-heading-1.less-top-margin {
  margin-top: -19px;
}

.review-link-block {
  color: #333;
  border: 2px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.review-link-block:hover {
  border-color: var(--goldenrod);
}

.review-link-block.hide {
  display: none;
}

.review-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-links-wrapper.soturin-oppivuodet-reviews {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.review-links-wrapper.pinokkio-reviews {
  grid-template-rows: auto;
}

.review-links-wrapper.orpojen-brooklyn-reviews {
  grid-template-rows: auto auto;
  grid-auto-flow: row;
}

.review-link-text-block {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
}

.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;
}

.book-review-rtb {
  text-align: left;
}

.white-shadow {
  z-index: 15;
  background-image: linear-gradient(#fff, #0000);
  height: 150px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.h1-heading-2 {
  text-transform: uppercase;
  font-family: PT Serif, serif;
}

.h1-heading-2.white-variation {
  color: #fff;
  text-shadow: none;
}

.h3-heading {
  font-family: PT Serif, serif;
}

.h3-heading.white-variation {
  color: #fff;
  text-shadow: none;
}

.book-link {
  perspective: 1000px;
  transform: ;
  color: #333;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 250px;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.book-link:hover {
  color: var(--goldenrod);
}

.author-or-book {
  text-shadow: 1px 1px 6px #fff;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
}

.author-or-book.bold-name {
  text-transform: uppercase;
  font-weight: 700;
}

.book-among-books {
  margin-bottom: 20px;
  box-shadow: 7px 7px 10px #17171780;
}

.facebook-embed {
  min-width: 400px;
  min-height: 500px;
  box-shadow: 4px 4px 5px #777;
}

.some-embeds {
  grid-column-gap: 101px;
  grid-row-gap: 16px;
  grid-template: ". ." 1fr
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.footer-grid {
  grid-row-gap: 10px;
  text-align: left;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
}

.contact-info-text {
  text-shadow: 1px 1px 6px #fff;
  align-self: end;
  padding: 2px 10px;
  font-family: Bitter, serif;
  font-size: 16px;
}

.break-line {
  border-bottom: 2px solid #ccc;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-margin-block {
  height: 100px;
}

.author-or-translator-img {
  margin-bottom: 20px;
  box-shadow: 7px 7px 10px #17171780;
}

.h1-heading-1 {
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-size: 22px;
}

.pinokkio-in-footer {
  z-index: -5;
  transform-style: preserve-3d;
  margin-bottom: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.twitter-embed {
  min-width: 400px;
  min-height: 500px;
  box-shadow: 4px 4px 5px #777;
}

.some-icons-wrapper {
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.book-header {
  z-index: 5;
  perspective: 1000px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  max-width: 96%;
  margin-top: 80px;
  padding: 40px 80px;
  display: flex;
  position: relative;
}

.book-header.book-body {
  z-index: 2;
  background-color: #fff;
  align-items: stretch;
  margin-top: 0;
  padding-top: 58px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 3px 3px 8px #666;
}

.book-header.book-body.no-white-bg {
  box-shadow: none;
  background-color: #fff0;
}

.book-page {
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 40px;
  display: flex;
}

.book-cover-on-book-header {
  z-index: 5;
  position: absolute;
  inset: auto 140px -100px auto;
  box-shadow: 4px 4px 6px #797979;
}

.cover-artist-img {
  width: 260px;
  margin-left: 40px;
  margin-right: 40px;
}

.cover-artist-img.no-left-margin {
  margin-left: 0;
}

.cover-artist-img.nabokov-img {
  width: 210px;
}

.shop-embed {
  width: 75vw;
  height: auto;
}

.shop-embed.old-store {
  display: none;
}

.tab-link-2 {
  color: #333;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px 10px 2px;
  font-family: Droid Serif, serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.tab-link-2:hover {
  color: #ec8b0f;
  border-bottom-color: #ec8b0f;
}

.tab-link-2.w--current {
  color: #ec8b0f;
  background-color: #0000;
  border-bottom-color: #ec8b0f;
}

.tab-link-2.footer-link {
  text-align: center;
  align-self: end;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.shop-container {
  padding: 26px;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-template: "."
                   "."
                   / 1fr 1fr 1fr;
    grid-auto-columns: .75fr;
  }

  .body {
    background-image: linear-gradient(#fff9, #fff9), url('../images/Pinokkio-Venetsiassa-cropped-BG.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .wrapper {
    max-width: 700px;
  }

  .wrapper.max-1200 {
    max-width: 100%;
  }

  .wrapper.with-top-padding, .wrapper.of-cover-artist {
    margin-left: 20px;
    margin-right: 20px;
  }

  .wrapper.wrapper-for-books {
    text-align: center;
  }

  .showcase {
    grid-column-gap: 10px;
    grid-template-areas: ".";
    max-width: 100%;
  }

  .nav-link {
    background-color: #fff;
    width: 100%;
    padding-left: 60px;
  }

  .brand.w--current {
    align-items: center;
  }

  .tabs-menu {
    margin-left: 0;
  }

  .h2-heading-1 {
    font-size: 20px;
    line-height: 30px;
  }

  .some-embeds {
    grid-template: "." 1fr
                   "." 1fr
                   / 1fr;
    justify-items: stretch;
  }

  .h1-heading-1 {
    font-size: 18px;
    line-height: 30px;
  }

  .book-header {
    width: 96%;
    padding-left: 20px;
    padding-right: 40px;
  }

  .book-header.book-body {
    padding-left: 0;
  }

  .book-cover-on-book-header {
    max-width: 250px;
    bottom: -6px;
    right: 20px;
  }

  .menu-button {
    color: #000;
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: #000;
  }

  .cover-artist-img {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper.of-cover-artist {
    flex-direction: column;
    align-items: center;
  }

  .tab-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tabs-menu {
    justify-content: center;
  }

  .h2-heading-1 {
    font-size: 18px;
    line-height: 22px;
  }

  .review-links-wrapper {
    grid-column-gap: 15px;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
  }

  .review-links-wrapper.pinokkio-reviews {
    grid-template-rows: auto;
  }

  .h1-heading-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .h3-heading {
    font-size: 20px;
  }

  .footer-grid {
    grid-row-gap: 8px;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact-info-text {
    text-align: center;
  }

  .book-header {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .book-header.book-body {
    padding-bottom: 20px;
  }

  .book-cover-on-book-header {
    max-width: 150px;
    bottom: 20px;
  }

  .image {
    max-width: 60%;
  }

  .cover-artist-img {
    margin-right: 0;
  }

  .tab-link-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-2 {
    width: 100%;
    position: fixed;
    inset: 0% auto auto 0%;
  }
}

@media screen and (max-width: 479px) {
  .wrapper.with-top-padding {
    padding-top: 100px;
  }

  .showcase {
    grid-template-rows: auto auto;
  }

  .tabs-menu {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: -100px;
  }

  .h2-heading-1 {
    margin-top: 10px;
  }

  .review-links-wrapper.soturin-oppivuodet-reviews {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .review-links-wrapper.pinokkio-reviews {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-areas: ".";
  }

  .h1-heading-2, .h3-heading {
    margin-top: 10px;
  }

  .facebook-embed {
    min-width: 300px;
    max-width: 300px;
  }

  .footer-grid {
    grid-column-gap: 15px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-info-text {
    text-align: center;
  }

  .h1-heading-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .twitter-embed {
    min-width: 300px;
    max-width: 300px;
  }

  .book-header {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 240px;
  }

  .book-header.book-body {
    padding-top: 0;
  }

  .book-cover-on-book-header {
    bottom: -4px;
    right: 70px;
  }
}

#w-node-f97c569f-53a7-486e-ae00-7553d4e09bb6-a85b2791 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f97c569f-53a7-486e-ae00-7553d4e09bba-a85b2791 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f97c569f-53a7-486e-ae00-7553d4e09bbc-a85b2791 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f97c569f-53a7-486e-ae00-7553d4e09bbe-a85b2791 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1ff655ac-c3f9-e050-5d65-74783bd9ef34-a85b2791 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1ff655ac-c3f9-e050-5d65-74783bd9ef35-a85b2791 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02b64b16-ad8a-260d-f5b1-f17b4828638e-4828638b {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_02b64b16-ad8a-260d-f5b1-f17b48286395-4828638b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_02b64b16-ad8a-260d-f5b1-f17b48286390-4828638b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_02b64b16-ad8a-260d-f5b1-f17b48286392-4828638b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d09ad5f0-5eb8-b18c-b5ee-acba07fe6276-525d810c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d09ad5f0-5eb8-b18c-b5ee-acba07fe6278-525d810c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-d09ad5f0-5eb8-b18c-b5ee-acba07fe627a-525d810c {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-d09ad5f0-5eb8-b18c-b5ee-acba07fe627c-525d810c {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-d09ad5f0-5eb8-b18c-b5ee-acba07fe627e-525d810c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-d09ad5f0-5eb8-b18c-b5ee-acba07fe6280-525d810c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0ccea370-a5a5-bceb-3653-8c56cd50b050-ed5b279d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf48-a95b27ac, #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf44-a95b27ac, #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf4e-a95b27ac, #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf54-a95b27ac, #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf44-ee5b27b6, #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf4e-ee5b27b6, #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf54-ee5b27b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf48-ee5b27b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf48-d65b27f5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2406e816-c396-8109-dd15-11b937a0cd72-d65b27f5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d8327054-48a4-b936-e6d1-145961546c46-d65b27f5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a349e246-3001-f3c7-e332-bd482aad2356-9c5b27f9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-afa80fc3-2c29-ce30-0e1e-9c3fadc8b747-9c5b27f9 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-f97c569f-53a7-486e-ae00-7553d4e09bb6-a85b2791 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1ff655ac-c3f9-e050-5d65-74783bd9ef35-a85b2791 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_02b64b16-ad8a-260d-f5b1-f17b4828638e-4828638b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d09ad5f0-5eb8-b18c-b5ee-acba07fe627a-525d810c {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-d09ad5f0-5eb8-b18c-b5ee-acba07fe627c-525d810c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d09ad5f0-5eb8-b18c-b5ee-acba07fe627e-525d810c {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f97c569f-53a7-486e-ae00-7553d4e09bb6-a85b2791 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_02b64b16-ad8a-260d-f5b1-f17b4828638e-4828638b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_02b64b16-ad8a-260d-f5b1-f17b48286395-4828638b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_02b64b16-ad8a-260d-f5b1-f17b48286390-4828638b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_02b64b16-ad8a-260d-f5b1-f17b48286392-4828638b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d09ad5f0-5eb8-b18c-b5ee-acba07fe627a-525d810c {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d09ad5f0-5eb8-b18c-b5ee-acba07fe627c-525d810c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d09ad5f0-5eb8-b18c-b5ee-acba07fe627e-525d810c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d09ad5f0-5eb8-b18c-b5ee-acba07fe6280-525d810c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0ccea370-a5a5-bceb-3653-8c56cd50b050-ed5b279d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf48-a95b27ac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf4e-a95b27ac {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf54-a95b27ac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf4e-ee5b27b6 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf54-ee5b27b6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf48-ee5b27b6 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf48-d65b27f5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2406e816-c396-8109-dd15-11b937a0cd72-d65b27f5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d8327054-48a4-b936-e6d1-145961546c46-d65b27f5 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-a349e246-3001-f3c7-e332-bd482aad2356-9c5b27f9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afa80fc3-2c29-ce30-0e1e-9c3fadc8b747-9c5b27f9 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ff655ac-c3f9-e050-5d65-74783bd9ef34-a85b2791 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1ff655ac-c3f9-e050-5d65-74783bd9ef35-a85b2791 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_02b64b16-ad8a-260d-f5b1-f17b4828638e-4828638b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_02b64b16-ad8a-260d-f5b1-f17b48286395-4828638b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_02b64b16-ad8a-260d-f5b1-f17b48286390-4828638b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_02b64b16-ad8a-260d-f5b1-f17b48286392-4828638b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf44-ee5b27b6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6ca02ef1-f590-e7ae-5eb8-78e44416bf48-ee5b27b6 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-d8327054-48a4-b936-e6d1-145961546c46-d65b27f5 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


