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

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-2 {
  display: none;
  overflow: visible;
  background-color: #050b3a;
}

.book-cover {
  position: fixed;
  width: 327px;
  height: 520px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/cover.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: cover;
  object-fit: cover;
}

.column {
  left: 476px;
  display: inline-block;
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.footer {
  overflow: visible;
  height: 40px;
  margin-top: 163px;
  background-color: #000;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  position: static;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: #7e8eff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-2 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 60px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-2.cover {
  position: fixed;
  left: 8%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-top: 85px;
  padding-right: 134px;
  padding-left: 8px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section-4 {
  display: none;
}

.heading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 20px;
  border-color: #050b3a;
  background-color: #050b3a;
}

.text-block {
  position: static;
  display: inline;
  overflow: scroll;
  background-color: transparent;
  direction: rtl;
  font-family: 'David Libre', sans-serif;
  color: #f9f9f4;
  font-size: 29px;
  text-align: right;
  white-space: normal;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-2 {
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  background-color: #050b3a;
  opacity: 1;
  font-family: 'David Libre', sans-serif;
  color: transparent;
  font-size: 20px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-3 {
  margin-top: 0px;
  padding-bottom: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #1b1b1b;
  direction: rtl;
  font-family: 'David Libre', sans-serif;
  font-size: 55px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.text-block-2 {
  border-style: none;
  border-width: 1px;
  border-color: #1b1b1b;
  direction: rtl;
  font-family: 'David Libre', sans-serif;
  font-size: 20px;
  text-align: right;
}

.italic-text {
  direction: rtl;
  font-family: 'David Libre', sans-serif;
  text-align: right;
}

.block-quote {
  margin-top: 48px;
}

.paragraph-2 {
  margin-top: 40px;
  margin-left: auto;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  direction: rtl;
  font-family: 'David Libre', sans-serif;
  line-height: 14px;
  text-align: right;
}

.paragraph-2:hover {
  float: none;
  clear: none;
  background-color: #fafafa;
}

.italic-text-2 {
  border-right: 0px none #000;
  direction: rtl;
  font-family: 'David Libre', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  letter-spacing: 0px;
  white-space: normal;
}

.text-block-3 {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 47px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: right;
  clear: none;
  direction: rtl;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #050b3a;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10%;
  margin-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  margin-top: -94px;
  margin-right: -14px;
  margin-left: -31px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: right;
  clear: left;
  color: #050b3a;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  margin-top: -89px;
  margin-right: -14px;
  float: right;
  text-align: right;
}

.button-2 {
  position: fixed;
  top: 651px;
  display: none;
  margin-top: 76px;
  margin-right: 62px;
  padding: 12px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #e97575;
  direction: rtl;
  font-family: 'David Libre', sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  mix-blend-mode: normal;
}

.button-2:hover {
  background-color: #050b3a;
  font-size: 18px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  white-space: normal;
}

.container-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-3 {
  position: relative;
  overflow: auto;
  margin-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
}

.section-5 {
  position: static;
  display: block;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #090808;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 240px;
  border: 1px solid #000;
  background-color: #050b3a;
}

.section-7 {
  position: static;
  top: 124px;
  display: block;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f30d0d;
}

.section-8 {
  display: block;
  width: 1200px;
  height: 50px;
}

.div-block-7 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  width: auto;
  height: 30px;
  min-width: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #1f1f1f;
  text-align: right;
}

.text-block-4 {
  display: block;
  margin-top: 7px;
  margin-right: 20px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #707070;
  font-size: 12px;
  text-align: right;
}

.bold-text {
  line-height: 17px;
}

.bold-text-2 {
  line-height: 12px;
}

.image-3 {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin: 410px auto auto 260px;
  padding: 0px;
  cursor: pointer;
}

.link {
  position: fixed;
  left: auto;
  top: 54%;
  bottom: auto;
  z-index: 0;
  width: 101px;
  height: 100px;
  margin: auto auto auto 240px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0;
}

.image-4 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100px;
  height: 100px;
  max-height: 100%;
  margin: auto auto auto 267px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-5 {
  position: absolute;
  left: 78%;
  top: 78%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100px;
  height: 100px;
  max-height: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-left: auto;
  padding-left: 0px;
  clear: none;
  cursor: auto;
}

.image-5:hover {
  width: 105px;
  height: 105px;
  mix-blend-mode: normal;
}

.image-6 {
  position: static;
  height: 577px;
  max-height: 100%;
  max-width: 100%;
  margin-top: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-8 {
  position: fixed;
}

.link-block {
  position: absolute;
  left: 78%;
  top: 78%;
  z-index: 2;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

@media screen and (min-width: 1920px) {
  .section {
    right: auto;
    margin-top: 76px;
  }

  .book-cover {
    width: 407px;
    height: 650px;
    max-height: 150%;
    max-width: 150%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .column-2 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading {
    height: 75px;
    font-size: 16px;
  }

  .heading-2 {
    margin-top: 20px;
    font-size: 24px;
  }

  .heading-3 {
    padding-bottom: 10px;
    font-size: 65px;
    font-weight: 400;
  }

  .text-block-2 {
    font-size: 28px;
  }

  .italic-text-2 {
    font-size: 22px;
    line-height: 23px;
  }

  .columns {
    position: relative;
    margin-top: auto;
  }

  .container-3 {
    position: relative;
    display: block;
    max-width: 75%;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-7 {
    height: 40px;
  }

  .text-block-4 {
    margin-top: 11px;
    font-size: 17px;
  }

  .link {
    position: fixed;
    left: auto;
    top: 54%;
    right: auto;
    bottom: auto;
    width: 135px;
    height: 137px;
    max-height: 100%;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: 0px;
    margin-left: 330px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-4 {
    position: fixed;
    left: auto;
    top: auto;
    right: auto;
    bottom: 35%;
    display: block;
    width: 130px;
    height: 130px;
    max-height: 100%;
    max-width: 100%;
    margin: auto auto auto 330px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-5 {
    position: absolute;
    left: 61%;
    top: 78%;
    width: 150px;
    height: 150px;
    cursor: auto;
  }

  .image-5:hover {
    width: 160px;
    height: 160px;
  }

  .image-6 {
    position: static;
    height: 764px;
    max-height: 100%;
    max-width: 100%;
  }

  .div-block-8 {
    position: fixed;
    width: 33%;
    margin-bottom: 30px;
  }

  .link-block {
    left: 61%;
    width: 150px;
    height: 150px;
    cursor: pointer;
  }
}

@media screen and (max-width: 991px) {
  .section {
    position: static;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .book-cover {
    width: 321px;
    height: 513px;
    margin-top: 60px;
    margin-left: auto;
  }

  .column {
    padding-right: 10px;
  }

  .column-2 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .columns {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    margin-right: 3%;
    margin-left: 3%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-3 {
    position: static;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .column-3 {
    position: relative;
    left: auto;
    top: 0%;
    right: 2%;
    bottom: 0%;
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-3 {
    margin-top: 450px;
    margin-left: 240px;
  }

  .link {
    position: fixed;
    left: auto;
    top: 54%;
    right: auto;
    bottom: auto;
    height: 100px;
    margin-top: auto;
    margin-right: auto;
    margin-left: 240px;
    cursor: pointer;
  }

  .image-4 {
    position: fixed;
    left: auto;
    top: auto;
    right: auto;
    bottom: 35%;
    z-index: 0;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 240px;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
  }

  .image-5 {
    width: 80px;
    height: 80px;
  }

  .image-5:hover {
    width: 80px;
    height: 80px;
  }

  .image-6 {
    height: 402px;
    margin-top: auto;
  }

  .div-block-8 {
    max-height: 100%;
    max-width: 100%;
  }

  .link-block {
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .section {
    display: none;
  }

  .section-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-bottom: auto;
    background-color: #050b3a;
  }

  .book-cover {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 188px;
    height: 300px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .button {
    display: none;
    margin-right: 60px;
    margin-left: 0px;
    padding-top: 10px;
    padding-left: 20px;
    text-align: center;
  }

  .button._2 {
    display: block;
    margin-top: 40px;
    margin-right: 140px;
    margin-left: 140px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #181f58;
    text-align: center;
  }

  .section-4 {
    display: block;
    margin-top: 150px;
    padding-top: 28px;
  }

  .quote-mobile {
    padding-right: 15%;
    padding-bottom: 40px;
    padding-left: 15%;
  }

  .paragraph {
    direction: rtl;
    font-family: 'David Libre', sans-serif;
    font-size: 16px;
    text-align: right;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading {
    position: static;
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-family: 'David Libre', sans-serif;
    color: #f9f9f4;
    font-weight: 400;
    text-align: right;
  }

  .heading._2 {
    margin: -9px auto 20px;
    color: #adb3db;
    font-size: 22px;
    text-align: right;
  }

  .div-block-4 {
    padding-right: 30px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none transparent;
    border-radius: 0px;
    text-align: center;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 48px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-6 {
    display: block;
    padding-bottom: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-6._2 {
    display: none;
  }

  .button-2 {
    position: static;
    left: 16px;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto 14px 33px auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .button-2:hover {
    background-color: #e97575;
  }

  .link {
    display: none;
  }

  .image-4 {
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    display: block;
  }

  .book-cover {
    position: static;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .book-cover._4 {
    margin-right: 0%;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }

  .button {
    display: none;
    margin-right: auto;
    margin-left: 10px;
    padding-top: 9px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #7284ff;
    font-size: 12px;
    text-align: center;
  }

  .button._2 {
    display: block;
    margin-top: 25px;
    margin-right: 60px;
    margin-left: 60px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-flow: column;
    grid-template-areas: ". ."
      ". Area";
    -ms-grid-columns: 1fr 0.25fr;
    grid-template-columns: 1fr 0.25fr;
  }

  .container {
    display: block;
  }

  .section-4 {
    display: block;
    margin-top: auto;
    margin-right: 0px;
    padding-top: 134px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-3 {
    padding-bottom: 0px;
  }

  .heading {
    position: static;
    display: block;
    margin-top: 9px;
    margin-bottom: -19px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 46px;
  }

  .heading._2 {
    position: static;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 27px;
    background-color: transparent;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-4 {
    display: block;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-5 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px none #000;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-6 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-6._2 {
    display: none;
    padding-top: 0px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-2 {
    display: block;
    margin-top: auto;
    margin-right: 10px;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 20px;
    font-size: 12px;
  }

  .button-2:hover {
    background-color: #e97575;
    font-size: 12px;
  }

  .column-3 {
    display: block;
    overflow: scroll;
  }

  .section-8 {
    display: none;
  }

  .image-4 {
    left: 0px;
    bottom: 0px;
    z-index: 1;
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

