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

.container {
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section {
  display: block;
  width: 100%;
  height: 1330px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.star {
  position: relative;
  left: 15%;
  top: 100px;
  right: 0%;
  bottom: auto;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/star.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.star.medium {
  position: fixed;
  width: 1vw;
  height: 1vw;
}

.star.small {
  left: 25%;
  top: 20%;
  width: 10px;
  height: 10px;
}

.section-2 {
  position: static;
  min-height: 1000px;
}

.section-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 80vw;
  margin-top: 0px;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 40px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo {
  position: relative;
  width: 30%;
  margin-top: 100px;
  margin-bottom: 80px;
}

.logo.moon {
  width: 27%;
  margin-top: 100px;
  margin-bottom: 80px;
}

.body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #210730;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -70%;
  bottom: auto;
  display: block;
  width: 30%;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -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-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;
}

.div-block-3 {
  background-image: url('../images/encart.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-3 {
  position: relative;
  display: block;
  width: 50%;
  margin-top: auto;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 1000px;
  margin-bottom: 40px;
  padding-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.manifeste {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -300px;
  margin-bottom: 60px;
  padding-right: 220px;
  padding-left: 220px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  width: 50%;
  min-height: 200px;
}

.text-block-2 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 0px;
  border-color: hsla(0, 0%, 100%, 0);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: normal;
}

.div-block-4 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.image-4 {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  box-shadow: 0 2px 6px 0 #000;
}

.stars-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 15rem;
}

.image-5 {
  position: fixed;
  top: 4rem;
  right: 5%;
  bottom: 0%;
  width: 30px;
}

.image-6 {
  position: fixed;
  left: 10%;
  top: 8rem;
  right: 0%;
  bottom: 0%;
  width: 30px;
}

.image-7 {
  position: fixed;
  top: 12rem;
  right: 25%;
  width: 12px;
  opacity: 0.78;
}

.div-block-5 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: 700px;
  margin-bottom: 40px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  margin-bottom: 20px;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-3 {
  width: 90%;
  margin-bottom: 20px;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
}

.image-8 {
  width: 25%;
  max-height: 4px;
  margin-bottom: 20px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  min-height: 60px;
  padding: 10px 20px;
  -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-radius: 50px;
  background-color: #f600ff;
  text-decoration: none;
}

.text-block-4 {
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.image-9 {
  width: 50px;
}

.heading-2 {
  position: relative;
  font-family: Abel, sans-serif;
  color: #f600ff;
  font-size: 24px;
  letter-spacing: 2px;
}

.link {
  position: relative;
  margin-bottom: 5px;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: right;
  text-decoration: none;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 260px;
  -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;
}

.image-10 {
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 120px;
  margin-top: 40px;
  -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;
  background-color: #35094e;
}

.text-block-5 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-family: Abel, sans-serif;
  color: #9671ac;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
}

.image-12 {
  position: fixed;
  left: 5%;
  top: 6rem;
  bottom: 0%;
  width: 25px;
}

.image-13 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 0%;
  margin: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.landscape {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
}

.rich-text-block {
  position: relative;
}

.text-span {
  color: #f600ff;
  font-size: 80px;
}

.text-span-2 {
  font-size: 80px;
}

.text-span-3 {
  font-size: 38px;
}

.div-block-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sky {
  position: absolute;
}

.scroll {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 175px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-14 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 25%;
  margin-top: 30px;
  margin-right: 20px;
}

.stars-s {
  position: absolute;
  -o-object-fit: fill;
  object-fit: fill;
}

.stars-l {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 90%;
  margin-top: 40px;
}

.stars-m {
  position: absolute;
  width: 80%;
}

.image-15 {
  position: absolute;
  left: -25%;
  top: auto;
  right: auto;
  bottom: -25%;
}

.div-block-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  border-radius: 20px 20px 150px;
  background-image: linear-gradient(45deg, #3276ac, #9c0dd6);
  box-shadow: inset -1px -1px 0 0 hsla(0, 0%, 100%, 0.36);
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -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;
}

@media screen and (min-width: 1280px) {
  .hero {
    min-height: 1000px;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    min-height: 1330px;
  }

  .div-block-11 {
    border-bottom-right-radius: 180px;
  }
}

@media screen and (max-width: 991px) {
  .section-3 {
    margin: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .logo {
    width: 40%;
    margin-top: 60px;
  }

  .hero {
    min-height: 700px;
    margin-bottom: 40px;
    padding-top: 0px;
  }

  .manifeste {
    margin-top: -200px;
    padding-right: 100px;
    padding-left: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-2 {
    line-height: 30px;
  }

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

  .div-block-5 {
    width: 80%;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-7 {
    margin-top: 60px;
  }

  .image-13 {
    margin: auto;
  }

  .text-span {
    font-size: 50px;
    line-height: 20px;
  }

  .text-span-2 {
    font-size: 50px;
    line-height: 20px;
  }

  .text-span-3 {
    font-size: 22px;
    line-height: 0px;
  }

  .div-block-9 {
    width: 80%;
    margin-bottom: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .scroll {
    opacity: 0;
  }

  .image-14 {
    position: relative;
    right: auto;
    width: 40%;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-11 {
    border-bottom-right-radius: 150px;
  }
}

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

  .logo {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero {
    min-height: 500px;
    margin-bottom: 40px;
    padding-top: 0px;
  }

  .manifeste {
    margin-top: -80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-2 {
    margin-bottom: 60px;
    line-height: 20px;
  }

  .div-block-4 {
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-span {
    font-size: 40px;
  }

  .text-span-2 {
    font-size: 40px;
  }

  .text-span-3 {
    font-size: 17px;
  }

  .div-block-9 {
    margin-bottom: 20px;
  }

  .scroll {
    opacity: 1;
  }

  .div-block-11 {
    border-bottom-right-radius: 100px;
  }
}

@media screen and (max-width: 479px) {
  .star.medium {
    left: auto;
    top: 3%;
    right: 10%;
    min-height: 10px;
    min-width: 10px;
  }

  .section-3 {
    max-height: 1330px;
    min-height: 1330px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-2 {
    display: block;
    width: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/LOGO.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .logo {
    width: 60%;
    min-width: 180px;
    margin-top: 10%;
    margin-bottom: 20px;
  }

  .image-2 {
    top: 50vh;
    right: 0%;
    display: block;
    width: 30%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-3 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 70%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .hero {
    position: relative;
    max-height: none;
    min-height: 200px;
    margin-bottom: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .manifeste {
    margin-top: 0px;
  }

  .text-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 0px;
  }

  .button {
    width: 100px;
    height: 100%;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    font-size: 20px;
  }

  .text-block-3 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-6 {
    position: static;
    width: 10%;
    height: 2px;
    max-height: 5px;
    background-color: #ff00f6;
  }

  .button-2 {
    border-radius: 20px;
    font-family: Abel, sans-serif;
    text-transform: uppercase;
  }

  .link-block {
    width: 100%;
  }

  .text-block-4 {
    margin-right: 0px;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
  }

  .image-9 {
    display: none;
    width: 50px;
  }

  .heading-2 {
    position: relative;
    font-family: Abel, sans-serif;
    color: #ff3ae1;
    font-size: 16px;
    letter-spacing: 2px;
  }

  .link {
    position: relative;
    margin-bottom: 5px;
    font-family: Abel, sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: right;
    text-decoration: none;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .image-10 {
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-5 {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    font-family: Abel, sans-serif;
    color: #8700d5;
    font-size: 15px;
    line-height: 15px;
    font-style: italic;
    text-align: center;
  }

  .image-11 {
    position: absolute;
    left: 5%;
    top: 10rem;
    width: 25px;
    background-color: transparent;
    opacity: 0.65;
  }

  .moon {
    position: relative;
    left: 0px;
    background-color: transparent;
  }

  .image-12 {
    margin-right: auto;
    margin-left: auto;
  }

  .landscape {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 40%;
  }

  .text-span {
    width: 100%;
    max-width: 100%;
    font-size: 300%;
    line-height: 50px;
  }

  .text-span-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 100%;
    line-height: 40px;
    text-align: center;
  }

  .text-span-3 {
    line-height: 20px;
    text-align: center;
  }

  .div-block-9 {
    margin-top: 25vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sky {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    max-height: 300px;
    max-width: 100%;
    margin: auto 0%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .scroll {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
    border-radius: 0px;
    opacity: 0;
    text-align: justify;
  }

  .image-14 {
    width: 60%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .image-15 {
    left: -50%;
  }

  .div-block-11 {
    border-bottom-right-radius: 100px;
  }
}

