@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, span::-moz-selection {
  background-color: #FFB894;
  color: #FFFFFF;
}
p::selection, h1::selection, h2::selection, h3::selection, span::selection {
  background-color: #FFB894;
  color: #FFFFFF;
}

body {
  margin: 0;
  background-color: #FAFAFA;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transition: .7s;
  transition: .7s;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #101010;
}

#home {
  width: 100%;
  height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home .home-container {
  width: 100%;
  height: 100%;
  padding: 50px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home .home-container .mockup-container {
  width: 40%;
  height: 100%;
  position: relative;
  display: block;
}

#home .home-container .mockup-container div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 641px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: .7s;
  transition: .7s;
}

#home .home-container .mockup-container div:first-child {
  top: 40%;
  left: 35%;
  -webkit-animation: imageLoad1 2s ease-in-out;
          animation: imageLoad1 2s ease-in-out;
}

#home .home-container .mockup-container div:last-child {
  top: 55%;
  left: 60%;
  -webkit-animation: imageLoad2 2s ease-in-out;
          animation: imageLoad2 2s ease-in-out;
}

@-webkit-keyframes imageLoad1 {
  0% {
    top: 60%;
    opacity: 0;
  }
  100% {
    top: 40%;
    opacity: 1;
  }
}

@keyframes imageLoad1 {
  0% {
    top: 60%;
    opacity: 0;
  }
  100% {
    top: 40%;
    opacity: 1;
  }
}

@-webkit-keyframes imageLoad2 {
  0% {
    top: 60%;
    opacity: 0;
  }
  100% {
    top: 55%;
    opacity: 1;
  }
}

@keyframes imageLoad2 {
  0% {
    top: 60%;
    opacity: 0;
  }
  100% {
    top: 55%;
    opacity: 1;
  }
}

#home .home-container .informations-container {
  width: 55%;
  position: relative;
}

#home .home-container .informations-container .title-container {
  position: relative;
  height: 250px;
  -webkit-animation: titleLoad 2s ease-in;
          animation: titleLoad 2s ease-in;
}

#home .home-container .informations-container .title-container h1 {
  font-size: 200px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  margin: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#home .home-container .informations-container .title-container h1:first-child {
  color: #EC4258;
  top: 50.5%;
  left: 49.5%;
  opacity: .5;
}

#home .home-container .informations-container .title-container h1:last-child {
  color: #101010;
  top: 49.5%;
  left: 50.5%;
  opacity: .8;
}

@-webkit-keyframes titleLoad {
  0% {
    margin-top: 50px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}

@keyframes titleLoad {
  0% {
    margin-top: 50px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}

#home .home-container .informations-container p {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #101010;
  opacity: .5;
  -webkit-animation: otherLoad 4s ease-in;
          animation: otherLoad 4s ease-in;
}

#home .home-container .informations-container .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: otherLoad 4s ease-in;
          animation: otherLoad 4s ease-in;
}

#home .home-container .informations-container .button-container button {
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 10px;
  font-family: "Raleway", sans-serif;
  opacity: .8;
  border-radius: 10px;
}

#home .home-container .informations-container .button-container .download {
  background: linear-gradient(141deg, #EC4258 0%, #FFB894 100%);
  font-size: 25px;
  font-weight: 700;
  color: #FFFFFF;
  border: none;
}

#home .home-container .informations-container .button-container .know {
  background: transparent;
  border: 1px solid #101010;
  font-size: 17px;
  font-weight: 400;
  color: #101010;
}

@-webkit-keyframes otherLoad {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes otherLoad {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#book {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#book .book-container {
  width: 80%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#book .book-container .logotype-container {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: linear-gradient(141deg, #EC4258 0%, #FFB894 100%);
  width: 50%;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #AAAAAA;
          box-shadow: 0 0 10px #AAAAAA;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#book .book-container .logotype-container span {
  display: block;
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#book .book-container .logotype-container div {
  width: 150px;
  height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#book .book-container .logotype-container h1 {
  font-size: 130px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  margin: 50px 0;
  color: #FFFFFF;
  opacity: .5;
  text-align: center;
}

#book .book-container .text-informations-container {
  width: 50%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px #AAAAAA;
          box-shadow: 0 0 10px #AAAAAA;
  height: 100%;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#book .book-container .text-informations-container h2 {
  font-size: 55px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 40px 0;
  color: #101010;
  text-align: center;
}

#book .book-container .text-informations-container p {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 20px 0;
  color: #101010;
  text-align: center;
}

#price-details {
  width: 100%;
  min-height: 100vh;
  padding: 50px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#price-details h1 {
  font-size: 55px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 40px 0;
  color: #101010;
  text-align: left;
}

#price-details .price-details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 150px 0;
}

#price-details .price-details-container .bak-key {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #101010;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: -webkit-sticky;
  position: sticky;
  right: 50px;
}

#price-details .price-details-container .free-version {
  -webkit-transition: .7s;
  transition: .7s;
  width: 320px;
  height: 240px;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px #AAAAAA;
          box-shadow: 0 0 10px #AAAAAA;
  margin: 0 20px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#price-details .price-details-container .free-version h3 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 20px 0;
  color: #101010;
  text-align: center;
}

#price-details .price-details-container .free-version p {
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 10px 0;
  color: #101010;
  text-align: center;
}

#price-details .price-details-container .premium-version {
  -webkit-transition: .7s;
  transition: .7s;
  width: 320px;
  height: 360px;
  background: linear-gradient(141deg, #EC4258 0%, #FFB894 100%);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px #AAAAAA;
          box-shadow: 0 0 10px #AAAAAA;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#price-details .price-details-container .premium-version h4 {
  font-size: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin: 10px 0;
  color: #FFFFFF;
  text-align: center;
  opacity: .5;
}

#price-details .price-details-container .premium-version h4 span {
  font-size: 40px;
}

#price-details .price-details-container .premium-version .text-information {
  background: #FFFFFF;
  width: 310px;
  height: 230px;
  margin: 5px;
  border-radius: 20px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#price-details .price-details-container .premium-version .text-information h3 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 10px 0;
  color: #101010;
  text-align: center;
}

#price-details .price-details-container .premium-version .text-information p {
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 10px 0;
  color: #101010;
  text-align: center;
}

#price-details .price-details-container .premium-version .text-information h6 {
  font-size: 25px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 0px 0;
  color: #101010;
  text-align: center;
  opacity: .8;
}

#price-details .informations-versions {
  width: 80%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#price-details .informations-versions .listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#price-details .informations-versions .listing .content-data {
  height: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DDDDDD;
}

#price-details .informations-versions .listing .content-data .img-part {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}

#price-details .informations-versions .listing .content-data .img-part div {
  border-radius: 27px;
  -webkit-box-shadow: 0 0 10px #DDDDDD;
          box-shadow: 0 0 10px #DDDDDD;
  width: 200px;
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: .7s;
  transition: .7s;
  background-color: transparent;
}

#price-details .informations-versions .listing .content-data .text-part {
  width: 48%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#price-details .informations-versions .listing .content-data .text-part h5 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 40px 0;
  color: #101010;
  text-align: left;
}

#price-details .informations-versions .listing .content-data .text-part p {
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 20px 0;
  color: #101010;
  text-align: left;
}

#price-details .informations-versions .listing .content-data:last-child {
  border-bottom: none;
}

#price-details .informations-versions .listing .content-data:nth-child(odd) .img-part {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#price-details .informations-versions .listing .content-data:nth-child(odd) .text-part {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#price-details .informations-versions .listing .content-data:nth-child(even) .img-part {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#price-details .informations-versions .listing .content-data:nth-child(even) .text-part {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#subscription {
  width: 100%;
  padding: 50px 100px 200px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#subscription .subscription-container {
  width: 100%;
}

#subscription .subscription-container h1 {
  font-size: 55px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 40px 0;
  color: #101010;
  text-align: center;
}

#subscription .subscription-container .infos {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #101010;
  text-align: center;
  margin: 100px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
}

#subscription .subscription-container .row-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#subscription .subscription-container .row-input .form_input {
  width: 280px;
  height: 50px;
  margin: 7px 0;
  border: 1px solid #101010;
  border-radius: 5px;
  position: relative;
}

#subscription .subscription-container .row-input .form_input input {
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #101010;
  padding: 10px 0 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#subscription .subscription-container .row-input .form_input input:focus {
  outline: none;
}

#subscription .subscription-container .row-input .form_input input:focus ~ p {
  top: 15px;
  font-size: 10px;
  -webkit-transition: .7s;
  transition: .7s;
  font-weight: 500;
}

#subscription .subscription-container .row-input .form_input input:valid ~ p {
  top: 15px;
  font-size: 10px;
  -webkit-transition: .7s;
  transition: .7s;
  font-weight: 500;
}

#subscription .subscription-container .row-input .form_input p {
  position: absolute;
  left: 25px;
  top: 50%;
  pointer-events: none;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #101010;
  margin: -9px 0 0 0;
  -webkit-transition: .7s;
  transition: .7s;
}

#subscription .subscription-container .row-input button {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}

#legals {
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 10px 0;
  color: #101010;
  text-align: center;
}

#legals span {
  font-weight: 800;
}

#on-display-inf {
  display: none;
}

@media (min-width: 30px) and (max-width: 1200px) {
  #on-display-inf {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #on-display-inf h1 {
    font-size: 55px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    margin: 0;
    color: #101010;
    text-align: center;
  }
  #on-display-inf p {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 20px 0;
    color: #101010;
    text-align: center;
  }
  #home, #book, #price-details, #subscription, #legals {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */