/* ----------------------------
Font Face
---------------------------- */
@font-face {
  font-family: "FuturaBook";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Futura-Book/Futura-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura-Book/Futura-Book.woff2") format("woff2"), url("../fonts/Futura-Book/Futura-Book.woff") format("woff"), url("../fonts/Futura-Book/Futura-Book.ttf") format("truetype"), url("../fonts/Futura-Book/Futura-Book.svg#FuturaBook") format("svg"); }
@font-face {
  font-family: "LoveloBlack";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Lovelo-Black/Lovelo-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Lovelo-Black/Lovelo-Black.woff2") format("woff2"), url("../fonts/Lovelo-Black/Lovelo-Black.woff") format("woff"), url("../fonts/Lovelo-Black/Lovelo-Black.ttf") format("truetype"), url("../fonts/Lovelo-Black/Lovelo-Black.svg#LoveloBlack") format("svg"); }
@font-face {
  font-family: "LoveloLineBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Lovelo-Line-Bold/Lovelo-LineBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lovelo-Line-Bold/Lovelo-LineBold.woff2") format("woff2"), url("../fonts/Lovelo-Line-Bold/Lovelo-LineBold.woff") format("woff"), url("../fonts/Lovelo-Line-Bold/Lovelo-LineBold.ttf") format("truetype"), url("../fonts/Lovelo-Line-Bold/Lovelo-LineBold.svg#LoveloLineBold") format("svg"); }
/* ----------------------------
Main styles
---------------------------- */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: FuturaBook;
  background: #0b1833; }

h1, h2, h3, h4, h5, h6 {
  font-family: LoveloBlack;
  color: #ff6860; }

h1 {
  font-size: 8rem;
  font-size: 80px; }

.invisible {
  transition: opacity 0.5s ease;
  opacity: 0.0; }

.visible {
  transition: opacity 0.5s ease;
  opacity: 1.0; }

#parallax-bg-1, #parallax-bg-2 {
  position: fixed;
  width: 90%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  #parallax-bg-1 img, #parallax-bg-2 img {
    position: relative;
    width: 100%;
    left: 0; }

#parallax-bg-1 {
  z-index: 1; }
  #parallax-bg-1 img {
    top: 90px; }

#parallax-bg-2 {
  z-index: 2; }
  #parallax-bg-2 img {
    top: 50px; }

/* ----------------------------
Sections styles
---------------------------- */
.section {
  float: left;
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto; }
  .section.section-light {
    background: #a1d5ff; }
  .section .container {
    position: relative;
    z-index: 50; }
  .section .title {
    position: relative;
    width: 100%;
    text-align: center; }
    .section .title.alternate {
      padding-bottom: 30px;
      font-family: LoveloLineBold; }
      .section .title.alternate.with-border:after {
        position: absolute;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        width: 300px;
        height: 3px;
        content: " ";
        background: #ffffff; }
    .section .title.green {
      color: #a0ff9b; }
    .section .title.yellow {
      color: #ffee82; }
    .section .title.white {
      color: #ffffff; }
    .section .title.text-left {
      text-align: left; }
    .section .title.text-right {
      text-align: right; }
    .section .title span {
      font-family: LoveloLineBold; }
      .section .title span.big-text {
        color: #0b1833;
        font-family: LoveloBlack;
        font-size: 13rem;
        font-size: 130px; }
  .section p.subtitle-text {
    position: relative;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 4rem;
    font-size: 40px; }
    .section p.subtitle-text.with-padding {
      padding-top: 30px; }
    .section p.subtitle-text.left-border {
      text-align: left;
      padding-left: 30px;
      border-left: 3px solid #ff6860; }
    .section p.subtitle-text.right-border {
      text-align: right;
      padding-right: 30px;
      border-right: 3px solid #ff6860; }
    .section p.subtitle-text.border-yellow {
      border-color: #ffee82; }
    .section p.subtitle-text.border-green {
      border-color: #a0ff9b; }
    .section p.subtitle-text span {
      color: #ff6860; }
      .section p.subtitle-text span.big-answer {
        color: #ffffff;
        font-family: LoveloBlack;
        font-size: 5rem;
        font-size: 50px; }
  .section .section-content {
    position: relative;
    width: 100%; }
    .section .section-content .img-line {
      position: relative;
      max-width: 765px;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0; }

/* ----------------------------
Media queries styles
---------------------------- */
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 7.2rem;
    font-size: 72px; }

  .section .container {
    width: 960px; }
  .section .title span.big-text {
    font-size: 10rem;
    font-size: 100px; }
  .section p.subtitle-text {
    font-size: 3.6rem;
    font-size: 36px; } }
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 7rem;
    font-size: 70px; }

  .section .container {
    width: 800px; }
  .section p.subtitle-text {
    font-size: 3.2rem;
    font-size: 32px; }
  .section .section-content .img-line {
    max-width: 700px; } }
@media only screen and (max-width: 991px) {
  #parallax-bg-1 img {
    top: 15px; }

  #parallax-bg-2 img {
    top: 20px; }

  h1 {
    font-size: 6rem;
    font-size: 60px; }

  .section .container {
    width: 580px; }
  .section p.subtitle-text {
    font-size: 2.5rem;
    font-size: 25px; }
  .section .section-content .img-line {
    max-width: 450px; } }
@media only screen and (max-width: 767px) {
  h1 {
    float: left;
    text-align: center !important;
    font-size: 4.5rem;
    font-size: 45px; }

  .section {
    min-height: inherit; }
    .section .container {
      width: 100%;
      padding: 0 30px; }
    .section .title span.big-text {
      font-size: 6.5rem;
      font-size: 65px; }
    .section p.subtitle-text {
      float: left;
      font-size: 2.2rem;
      font-size: 22px; }
    .section .section-content {
      float: left; }
      .section .section-content .img-line {
        max-width: 90%; } }
@media only screen and (max-width: 479px) {
  .section h1 {
    font-size: 3.8rem;
    font-size: 38px; }
  .section .title.alternate.with-border:after {
    width: 200px;
    height: 2px; }
  .section p.subtitle-text {
    font-size: 1.8rem;
    font-size: 18px; } }
/**
 * Animations
 */
.fromTopIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0; }

.fromTopOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, -10px);
  opacity: 0.0; }

.fromBottomIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0; }

.fromBottomOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 10px);
  opacity: 0.0; }

.fromLeftIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0; }

.fromLeftOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(-10px, 0);
  opacity: 0.0; }

.fromRightIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0; }

.fromRightOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(10px, 0);
  opacity: 0.0; }

.scaleUpIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: scale(1, 1);
  opacity: 1.0; }

.scaleUpOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: scale(1.3, 1.3);
  opacity: 0.0; }

.scaleDownIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: scale(1, 1);
  opacity: 1.0; }

.scaleDownOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: scale(0.7, 0.7);
  opacity: 0.0; }

/* ----------------------------
Home styles
---------------------------- */
#home {
  padding-bottom: 200px; }
  #home #logo {
    float: left;
    position: relative;
    top: 220px;
    padding-bottom: 220px;
    left: 50%;
    z-index: 50;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    #home #logo img {
      float: left;
      width: 100%; }

/* ----------------------------
What is ATTeST section styles
---------------------------- */
#what-is-attest {
  padding: 100px 0 0 0; }
  #what-is-attest #rocket {
    position: absolute;
    width: 150px;
    left: 50%;
    z-index: 52;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    #what-is-attest #rocket img {
      float: left;
      width: 100%; }
  #what-is-attest #comet-1 {
    position: absolute;
    width: 120px;
    left: 20%;
    z-index: 49; }
    #what-is-attest #comet-1 img {
      float: left;
      width: 100%; }
  #what-is-attest #comet-2 {
    position: absolute;
    width: 80px;
    right: 25%;
    z-index: 51; }
    #what-is-attest #comet-2 img {
      float: left;
      width: 100%; }
  #what-is-attest #spaceship {
    position: absolute;
    width: 230px;
    top: 150px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-90%);
    -moz-transform: translateX(-90%);
    -ms-transform: translateX(-90%);
    -o-transform: translateX(-90%);
    transform: translateX(-90%); }
  #what-is-attest #cloud-1 {
    position: absolute;
    width: 350px;
    top: 220px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%); }

/* ----------------------------
What is Research section styles
---------------------------- */
#what-is-research .section-content .img-line {
  width: 60%; }
#what-is-research .section-content #planet-container-2 {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 150px;
  right: -20px; }
  #what-is-research .section-content #planet-container-2 #img-planet-2 {
    position: absolute;
    width: 100%;
    z-index: 10; }
  #what-is-research .section-content #planet-container-2 #img-telescope {
    position: absolute;
    width: 150px;
    top: 50px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5; }
#what-is-research .section-content #cloud-2 {
  position: absolute;
  width: 280px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 150px;
  z-index: 20;
  -webkit-transform: translateX(-90%);
  -moz-transform: translateX(-90%);
  -ms-transform: translateX(-90%);
  -o-transform: translateX(-90%);
  transform: translateX(-90%); }
#what-is-research .section-content #cloud-3 {
  position: absolute;
  width: 220px;
  top: 250px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

/* ----------------------------
How it works section styles
---------------------------- */
#how-it-works {
  padding: 100px 0; }
  #how-it-works .title {
    z-index: 50; }
  #how-it-works #constellation {
    position: absolute;
    width: 200px;
    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 48; }
    #how-it-works #constellation img {
      float: left;
      width: 100%; }

/* ----------------------------
Questions section styles
---------------------------- */
#questions #planet-container {
  position: relative;
  width: 100%;
  top: -50px;
  margin-bottom: 30px; }
  #questions #planet-container #img-planet {
    position: relative;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 580px; }
  #questions #planet-container #text-planet {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60px;
    width: 500px;
    padding-top: 20px;
    font-size: 3rem;
    font-size: 30px;
    line-height: 1.1;
    color: #0b1833;
    text-align: center; }
    #questions #planet-container #text-planet:after {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0;
      width: 180px;
      height: 3px;
      content: " ";
      background: #0b1833; }
  #questions #planet-container #img-ring-1 {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
    width: 100%;
    z-index: 20;
    -webkit-transform: translateX(-49%);
    -moz-transform: translateX(-49%);
    -ms-transform: translateX(-49%);
    -o-transform: translateX(-49%);
    transform: translateX(-49%); }
  #questions #planet-container #img-ring-2 {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100px;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateX(-47%);
    -moz-transform: translateX(-47%);
    -ms-transform: translateX(-47%);
    -o-transform: translateX(-47%);
    transform: translateX(-47%); }
#questions #astronaut-container {
  position: relative;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px; }
  #questions #astronaut-container #img-astronaut {
    float: left;
    width: 100%; }
  #questions #astronaut-container #img-question-mark {
    position: absolute;
    top: 115px;
    right: 70px;
    width: 25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }

/* ----------------------------
Partecipate in section styles
---------------------------- */
#partecipate-in #answer-container {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  #partecipate-in #answer-container #no-1 {
    position: relative;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  #partecipate-in #answer-container #no-2 {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-53%);
    -moz-transform: translateX(-53%);
    -ms-transform: translateX(-53%);
    -o-transform: translateX(-53%);
    transform: translateX(-53%);
    top: 0; }

/* ----------------------------
Not partecipate in section styles
---------------------------- */
#not-partecipate {
  padding: 0 0 50px 0; }
  #not-partecipate .title {
    padding-top: 180px; }
  #not-partecipate .subtitle-text {
    margin-top: 60px; }
  #not-partecipate #cloud-4 {
    position: absolute;
    width: 300px;
    top: 85px;
    left: -120px;
    z-index: 10; }
  #not-partecipate #cloud-5 {
    position: absolute;
    width: 250px;
    top: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10; }
  #not-partecipate #cloud-6 {
    position: absolute;
    width: 250px;
    top: 210px;
    right: -100px;
    z-index: 10; }
  #not-partecipate #cloud-7 {
    position: absolute;
    width: 250px;
    bottom: -20px;
    left: -170px;
    z-index: 10; }
  #not-partecipate #cloud-8 {
    position: absolute;
    width: 220px;
    bottom: -50px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
    z-index: 10; }
  #not-partecipate #cloud-9 {
    position: absolute;
    width: 250px;
    bottom: -20px;
    right: -100px;
    z-index: 10; }
  #not-partecipate #img-satellite {
    position: absolute;
    top: 0;
    right: 0; }
  #not-partecipate #img-alien {
    position: relative;
    width: 400px;
    margin: 70px 0 0 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

/* ----------------------------
How long section styles
---------------------------- */
#how-long {
  padding: 100px 0 50px; }
  #how-long #hourglass {
    position: absolute;
    top: 30px;
    right: 0;
    width: 450px; }
    #how-long #hourglass #img-hourglass {
      float: left;
      width: 100%; }

/* ----------------------------
During study section styles
---------------------------- */
#during-study {
  padding: 50px 0; }
  #during-study #beat-container {
    position: relative;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 50px 0; }
    #during-study #beat-container #img-beat {
      position: relative;
      z-index: 50;
      width: 100%; }
    #during-study #beat-container #img-beat-ok {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transform: translateX(-65%);
      -moz-transform: translateX(-65%);
      -ms-transform: translateX(-65%);
      -o-transform: translateX(-65%);
      transform: translateX(-65%);
      top: 40px;
      width: 100px; }

/* ----------------------------
Some blood section styles
---------------------------- */
#some-blood {
  padding: 0 0 100px 0; }
  #some-blood #syringe-container {
    position: relative;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
    width: 270px;
    padding: 50px 0 0 0; }
    #some-blood #syringe-container #img-syringe {
      float: left;
      width: 100%; }

/* ----------------------------
Take a pill section styles
---------------------------- */
#take-pill #img-pills-left, #take-pill #img-pills-right {
  position: absolute;
  width: 230px;
  z-index: 50; }
#take-pill #img-pills-left {
  top: -20px;
  left: -50px; }
#take-pill #img-pills-right {
  top: 10px;
  right: -50px; }

/* ----------------------------
How work section styles
---------------------------- */
#how-work {
  padding: 0 0 50px 0;
  overflow-x: hidden; }
  #how-work .subtitle-text {
    float: left;
    margin-top: 50px; }
  #how-work #ufo-fly-container {
    float: left;
    position: relative;
    width: 100%;
    height: 420px; }
    #how-work #ufo-fly-container #ufo-container {
      position: relative;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 350px; }
      #how-work #ufo-fly-container #ufo-container #img-ufo {
        float: left;
        width: 100%; }
    #how-work #ufo-fly-container #img-ufo {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 20; }
    #how-work #ufo-fly-container #img-ufo-ray {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 300px;
      z-index: 22;
      bottom: 0; }
    #how-work #ufo-fly-container #img-test-tube {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 150px;
      z-index: 25;
      bottom: 50px; }

/* ----------------------------
Study drug section styles
---------------------------- */
#study-drug {
  padding: 50px 0; }
  #study-drug #pan-container {
    float: left;
    position: relative;
    width: 400px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 50px 0 0 0; }
    #study-drug #pan-container #img-pan {
      float: left;
      width: 100%; }

/* ----------------------------
Not continue section styles
---------------------------- */
#not-continue {
  padding: 50px 0 0 0; }
  #not-continue #stop-button-container {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 350px;
    background: #a1d5ff; }
    #not-continue #stop-button-container #content-not-continue {
      width: 1440px; }
    #not-continue #stop-button-container #img-sun {
      position: relative;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0;
      width: 100%; }
    #not-continue #stop-button-container #img-cloud-group {
      position: absolute;
      top: -170px;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      z-index: 52; }
    #not-continue #stop-button-container #img-stop-button {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: -340px;
      width: 500px;
      z-index: 52; }
    #not-continue #stop-button-container #stop-link {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: -330px;
      width: 130px;
      height: 130px;
      cursor: pointer;
      z-index: 100;
      background: transparent;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%; }
    #not-continue #stop-button-container #img-cloud-single {
      position: absolute;
      top: -330px;
      left: 15%;
      width: 350px;
      z-index: 50; }
    #not-continue #stop-button-container #img-cloud-single-2 {
      position: absolute;
      top: -360px;
      right: 12%;
      width: 400px;
      z-index: 52; }
    #not-continue #stop-button-container #img-cloud-single-3 {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 230px;
      width: 60%;
      z-index: 51; }
    #not-continue #stop-button-container #text-not-continue {
      position: absolute;
      top: 200px;
      left: 0;
      width: 100%;
      font-size: 2.5rem;
      font-size: 25px;
      line-height: 1.1;
      color: #0b1833;
      text-align: center;
      z-index: 52; }

/* ----------------------------
What is placebo section styles
---------------------------- */
#what-is-placebo {
  min-height: inherit;
  padding: 50px 0; }
  #what-is-placebo .subtitle-text {
    line-height: 1.1;
    color: #0b1833; }
  #what-is-placebo #img-bird {
    position: absolute;
    top: -30px;
    left: -50px;
    width: 100px; }
  #what-is-placebo #img-balloon {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50px; }
  #what-is-placebo #mister-placebo-container {
    float: left;
    width: 100%;
    margin: 10px 0 30px 0; }
    #what-is-placebo #mister-placebo-container #img-mister-placebo {
      position: relative;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 400px; }

/* ----------------------------
Placebo Attest section styles
---------------------------- */
#placebo-attest {
  min-height: inherit;
  padding: 50px 0;
  overflow-x: hidden; }
  #placebo-attest #img-balloons {
    position: absolute;
    top: 0;
    left: -30px;
    width: 150px; }
  #placebo-attest #img-cloud-11 {
    position: absolute;
    top: -30px;
    right: -50px;
    width: 280px; }
  #placebo-attest #img-cloud-19 {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px;
    width: 300px;
    z-index: 60;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
  #placebo-attest #yes-container {
    float: left;
    position: relative;
    width: 100%;
    margin: 30px 0; }
    #placebo-attest #yes-container #img-yes {
      position: relative;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 550px; }
  #placebo-attest #img-airship {
    position: absolute;
    width: 440px;
    top: 380px;
    z-index: 60; }

/* ----------------------------
Receive placebo section styles
---------------------------- */
#receive-placebo {
  padding: 100px 0; }
  #receive-placebo .title {
    margin-bottom: 50px;
    z-index: 60; }
  #receive-placebo .subtitle-text {
    color: #0b1833; }
  #receive-placebo #img-mister-placebo-sad,
  #receive-placebo #img-mister-drug,
  #receive-placebo #img-cloud-12 {
    position: absolute; }
  #receive-placebo #img-mister-placebo-sad {
    width: 500px;
    top: 50px;
    left: 150px; }
  #receive-placebo #img-mister-drug {
    width: 390px;
    top: 150px;
    right: 150px; }
  #receive-placebo #img-cloud-12 {
    width: 300px;
    top: 240px;
    left: 250px; }

/* ----------------------------
Why is that section styles
---------------------------- */
#why-is-that {
  min-height: inherit;
  padding: 100px 0 200px 0; }
  #why-is-that #img-airplane {
    position: relative;
    width: 100%;
    margin-bottom: 50px; }
  #why-is-that #img-balloon-2,
  #why-is-that #img-cloud-13,
  #why-is-that #img-cloud-14,
  #why-is-that #img-bird-2 {
    position: absolute; }
  #why-is-that #img-balloon-2 {
    width: 80px;
    top: -20px;
    left: 220px; }
  #why-is-that #img-cloud-13 {
    width: 350px;
    top: 250px;
    left: 200px; }
  #why-is-that #img-cloud-14 {
    width: 400px;
    bottom: 100px;
    right: 250px; }

/* ----------------------------
Study risk section styles
---------------------------- */
#study-risk {
  padding: 50px 0; }
  #study-risk #img-bird-2,
  #study-risk #img-bird-3,
  #study-risk #img-cloud-15,
  #study-risk #img-cloud-16,
  #study-risk #img-parachutist {
    position: absolute; }
  #study-risk #img-bird-2 {
    width: 100px;
    top: 50px;
    right: 280px;
    z-index: 60; }
  #study-risk #img-cloud-16 {
    width: 300px;
    top: 90px;
    right: 150px; }
  #study-risk #img-bird-3 {
    width: 180px;
    top: 350px;
    left: 180px; }
  #study-risk #img-cloud-15 {
    width: 300px;
    top: 100px;
    left: 150px; }
  #study-risk #img-parachutist {
    width: 280px;
    right: 200px; }

/* ----------------------------
Good things section styles
---------------------------- */
#good-things {
  padding: 50px 0;
  overflow: hidden; }
  #good-things #img-balloons-2 {
    position: absolute;
    top: 50px;
    right: -30px;
    width: 160px; }
  #good-things #air-balloon-container {
    position: relative;
    width: 100%;
    height: 850px; }
    #good-things #air-balloon-container #img-air-balloon {
      position: absolute;
      height: 850px;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 60; }
    #good-things #air-balloon-container #img-clouds-2 {
      position: absolute;
      width: 100%;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 100px; }
    #good-things #air-balloon-container #img-paperplane-1 {
      position: absolute;
      width: 200px;
      left: 53%;
      bottom: 10px;
      z-index: 100; }
    #good-things #air-balloon-container #air-balloon-text {
      position: absolute;
      width: 450px;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 120px;
      text-align: center;
      z-index: 70;
      font-size: 3rem;
      font-size: 30px;
      line-height: 1.1;
      color: #ffffff; }

/* ----------------------------
Drug given section styles
---------------------------- */
#drug-given {
  min-height: inherit;
  padding: 50px 0; }
  #drug-given .subtitle-text {
    color: #0b1833; }
  #drug-given #img-paperplane-2 {
    position: absolute;
    width: 500px;
    bottom: 80px;
    left: 300px;
    z-index: 100; }
  #drug-given #img-paperplane-3 {
    position: absolute;
    width: 250px;
    bottom: 290px;
    right: 350px; }

/* ----------------------------
How long was section styles
---------------------------- */
#how-long-was {
  min-height: inherit;
  padding: 50px 0 100px 0; }
  #how-long-was .subtitle-text {
    color: #0b1833; }
  #how-long-was #alarm-container {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 0 0 30px 0; }
    #how-long-was #alarm-container #img-alarm {
      position: absolute;
      height: 300px;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0;
      z-index: 100; }
    #how-long-was #alarm-container #img-cloud-17 {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0;
      width: 450px; }
  #how-long-was #img-parachutist-2 {
    position: absolute;
    width: 200px;
    right: 250px; }
  #how-long-was #img-cloud-18 {
    position: absolute;
    bottom: -60px;
    left: 60px;
    width: 280px; }

/* ----------------------------
Without participating section styles
---------------------------- */
#without-participating {
  padding: 100px 0; }
  #without-participating .title {
    color: #0b1833;
    z-index: 52; }
  #without-participating #img-clouds-3 {
    position: absolute;
    width: 400px;
    top: 50px;
    right: 100px; }
  #without-participating #house-container {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 80px; }
    #without-participating #house-container #img-house {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0; }
  #without-participating #img-clouds-4 {
    position: absolute;
    width: 400px;
    bottom: 20px;
    right: 160px; }
  #without-participating #img-clouds-5 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

/* ----------------------------
Where conducted section styles
---------------------------- */
#where-conducted {
  padding: 100px 0 50px 0; }
  #where-conducted #img-helicopter {
    position: absolute;
    top: 0;
    width: 320px;
    z-index: 100; }
  #where-conducted #earth-container {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0 0 0; }
    #where-conducted #earth-container #img-earth-container {
      float: left;
      position: relative;
      width: 100%;
      padding-top: 50px; }
    #where-conducted #earth-container #info-text {
      margin: 0;
      padding: 0; }
    #where-conducted #earth-container p {
      float: left;
      width: 100%;
      margin: 0;
      color: #ff6860;
      text-align: center;
      line-height: 1.2;
      font-size: 2.2rem;
      font-size: 22px; }
    #where-conducted #earth-container #img-earth {
      float: left;
      width: 100%; }
    #where-conducted #earth-container #img-logo-attest {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 110px;
      width: 300px; }
    #where-conducted #earth-container #link-back-home {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0;
      width: 650px;
      height: 95px;
      line-height: 100px;
      color: #0b1833;
      font-family: LoveloBlack;
      font-size: 3.5rem;
      font-size: 35px;
      text-align: center;
      text-decoration: none;
      background: #ff6860;
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      #where-conducted #earth-container #link-back-home:hover, #where-conducted #earth-container #link-back-home:focus {
        -webkit-box-shadow: 0 0 0 8px rgba(255, 104, 96, 0.6);
        -moz-box-shadow: 0 0 0 8px rgba(255, 104, 96, 0.6);
        box-shadow: 0 0 0 8px rgba(255, 104, 96, 0.6);
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        transition: all 0.25s linear; }
  #where-conducted #link-home-bottom {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    text-align: center; }
    #where-conducted #link-home-bottom a {
      text-transform: uppercase;
      color: #ff6860;
      font-family: LoveloBlack;
      font-size: 3rem;
      font-size: 30px; }
      #where-conducted #link-home-bottom a:hover, #where-conducted #link-home-bottom a:focus {
        text-decoration: none; }

/* ----------------------------
Media queries styles
---------------------------- */
@media only screen and (max-width: 1440px) {
  #questions #planet-container #img-planet {
    width: 480px; }
  #questions #planet-container #text-planet {
    width: 480px; }
  #questions #planet-container #img-ring-2 {
    top: 90px; }
  #questions #astronaut-container {
    position: relative;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px; }
    #questions #astronaut-container #img-astronaut {
      float: left;
      width: 100%; }
    #questions #astronaut-container #img-question-mark {
      position: absolute;
      top: 115px;
      right: 70px;
      width: 25px;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }

  #how-long #hourglass {
    width: 380px; }

  #take-pill #img-pills-left, #take-pill #img-pills-right {
    width: 200px; }

  #not-continue #stop-button-container {
    margin-top: 270px; }
    #not-continue #stop-button-container #content-not-continue {
      width: 1200px; }
    #not-continue #stop-button-container #img-cloud-group {
      top: -140px; }
    #not-continue #stop-button-container #img-stop-button {
      top: -260px;
      width: 400px; }
    #not-continue #stop-button-container #stop-link {
      top: -250px;
      width: 100px;
      height: 100px; }
    #not-continue #stop-button-container #img-cloud-single {
      top: -250px;
      width: 300px; }
    #not-continue #stop-button-container #img-cloud-single-2 {
      top: -290px;
      right: 12%;
      width: 320px; }
    #not-continue #stop-button-container #img-cloud-single-3 {
      top: 180px;
      width: 55%; }
    #not-continue #stop-button-container #text-not-continue {
      top: 170px;
      font-size: 2rem;
      font-size: 20px; }

  #placebo-attest #img-balloons {
    left: -25px;
    width: 120px; }
  #placebo-attest #img-cloud-11 {
    top: -20px;
    right: -45px;
    width: 250px; }
  #placebo-attest #img-cloud-19 {
    width: 270px; }
  #placebo-attest #yes-container {
    float: left;
    position: relative;
    width: 100%;
    margin: 30px 0; }
    #placebo-attest #yes-container #img-yes {
      width: 450px; }
  #placebo-attest #img-airship {
    width: 350px;
    top: 350px; }

  #receive-placebo #img-mister-placebo-sad {
    width: 380px;
    left: 130px; }
  #receive-placebo #img-mister-drug {
    width: 280px;
    right: 130px; }
  #receive-placebo #img-cloud-12 {
    width: 250px;
    top: 180px;
    left: 200px; }

  #why-is-that #img-balloon-2 {
    width: 70px;
    top: -10px;
    left: 200px; }
  #why-is-that #img-cloud-13 {
    width: 300px;
    top: 250px;
    left: 100px; }
  #why-is-that #img-cloud-14 {
    width: 350px;
    bottom: 120px;
    right: 200px; }

  #study-risk #img-bird-2 {
    width: 80px;
    top: 40px;
    right: 250px; }
  #study-risk #img-cloud-16 {
    width: 250px;
    top: 70px;
    right: 130px; }
  #study-risk #img-bird-3 {
    width: 140px;
    top: 320px; }
  #study-risk #img-cloud-15 {
    width: 250px;
    top: 80px;
    left: 130px; }
  #study-risk #img-parachutist {
    width: 200px;
    right: 150px; }

  #good-things #img-balloons-2 {
    top: 40px;
    width: 120px; }
  #good-things #air-balloon-container {
    height: 700px; }
    #good-things #air-balloon-container #img-air-balloon {
      height: 700px; }
    #good-things #air-balloon-container #img-clouds-2 {
      bottom: 70px; }
    #good-things #air-balloon-container #img-paperplane-1 {
      width: 150px; }
    #good-things #air-balloon-container #air-balloon-text {
      width: 380px;
      top: 100px;
      font-size: 2.5rem;
      font-size: 25px; }

  #drug-given #img-paperplane-2 {
    width: 400px;
    bottom: 120px;
    left: 160px; }
  #drug-given #img-paperplane-3 {
    width: 180px;
    bottom: 260px;
    right: 250px; }

  #how-long-was #alarm-container {
    height: 300px; }
    #how-long-was #alarm-container #img-alarm {
      height: 250px; }
    #how-long-was #alarm-container #img-cloud-17 {
      width: 400px; }
  #how-long-was #img-parachutist-2 {
    position: absolute;
    width: 150px;
    right: 200px; }
  #how-long-was #img-cloud-18 {
    bottom: -40px;
    left: 20px;
    width: 250px; }

  #without-participating #img-clouds-3 {
    width: 300px;
    top: 80px;
    right: 60px; }
  #without-participating #house-container {
    height: 350px; }
    #without-participating #house-container #img-house {
      width: 470px; }
  #without-participating #img-clouds-4 {
    width: 300px;
    bottom: 50px;
    right: 100px; }
  #without-participating #img-clouds-5 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

  #how-long-was #alarm-container {
    height: 320px; }
    #how-long-was #alarm-container #img-alarm {
      height: 250px; }
    #how-long-was #alarm-container #img-cloud-17 {
      width: 380px; }
  #how-long-was #img-parachutist-2 {
    width: 160px;
    right: 100px; }
  #how-long-was #img-cloud-18 {
    bottom: -50px;
    left: 30px;
    width: 200px; }

  #where-conducted {
    padding: 70px 0 50px 0; }
    #where-conducted #img-helicopter {
      width: 250px; }
    #where-conducted #earth-container #img-logo-attest {
      bottom: 100px;
      width: 200px; }
    #where-conducted #earth-container #link-back-home {
      width: 510px;
      height: 80px;
      line-height: 85px; } }
@media only screen and (max-width: 1199px) {
  #home {
    padding-bottom: 150px; }
    #home #logo {
      top: 180px; }

  #what-is-attest #rocket {
    width: 130px; }
  #what-is-attest #spaceship {
    width: 200px; }
  #what-is-attest #cloud-1 {
    width: 250px; }

  #what-is-research .section-content .img-line {
    width: 70%; }
  #what-is-research .section-content #planet-container-2 {
    width: 350px;
    height: 350px;
    top: 120px;
    right: -50px; }
    #what-is-research .section-content #planet-container-2 #img-telescope {
      width: 120px; }
  #what-is-research .section-content #cloud-2 {
    width: 230px;
    top: 150px; }
  #what-is-research .section-content #cloud-3 {
    width: 180px;
    top: 250px; }

  #questions #planet-container #img-planet {
    width: 400px; }
  #questions #planet-container #text-planet {
    top: 50px;
    width: 400px;
    font-size: 2.5rem;
    font-size: 25px; }
    #questions #planet-container #text-planet:after {
      width: 150px; }
  #questions #astronaut-container {
    position: relative;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px; }
    #questions #astronaut-container #img-astronaut {
      float: left;
      width: 100%; }
    #questions #astronaut-container #img-question-mark {
      position: absolute;
      top: 115px;
      right: 70px;
      width: 25px;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }

  #not-partecipate #cloud-4 {
    width: 250px;
    top: 100px;
    left: -50px; }
  #not-partecipate #cloud-5 {
    width: 200px;
    top: 30px; }
  #not-partecipate #cloud-6 {
    width: 180px;
    top: 230px;
    right: -40px; }
  #not-partecipate #cloud-7 {
    width: 200px;
    left: -40px; }
  #not-partecipate #cloud-8 {
    width: 180px;
    bottom: -40px; }
  #not-partecipate #cloud-9 {
    width: 200px;
    right: -50px;
    bottom: 0; }
  #not-partecipate #img-satellite {
    width: 180px; }
  #not-partecipate #img-alien {
    width: 360px;
    margin: 50px 0 0 0; }

  #how-long #hourglass {
    top: 80px;
    width: 300px; }

  #during-study #beat-container #img-beat-ok {
    width: 90px; }

  #some-blood #syringe-container {
    width: 220px; }

  #study-drug #pan-container {
    width: 380px; }

  #take-pill #img-pills-left, #take-pill #img-pills-right {
    width: 180px; }

  #not-continue #stop-button-container {
    margin-top: 230px; }
    #not-continue #stop-button-container #content-not-continue {
      width: 992px; }
    #not-continue #stop-button-container #img-cloud-group {
      top: -120px; }
    #not-continue #stop-button-container #img-stop-button {
      top: -230px;
      width: 350px; }
    #not-continue #stop-button-container #stop-link {
      top: -220px;
      width: 90px;
      height: 90px; }
    #not-continue #stop-button-container #img-cloud-single {
      top: -200px;
      width: 270px; }
    #not-continue #stop-button-container #img-cloud-single-2 {
      top: -250px;
      width: 280px; }
    #not-continue #stop-button-container #img-cloud-single-3 {
      top: 150px;
      width: 60%; }
    #not-continue #stop-button-container #text-not-continue {
      top: 130px;
      font-size: 1.8rem;
      font-size: 18px; }

  #what-is-placebo #img-bird {
    top: -30px;
    left: -30px;
    width: 75px; }
  #what-is-placebo #img-balloon {
    width: 45px; }
  #what-is-placebo #mister-placebo-container #img-mister-placebo {
    width: 300px; }

  #placebo-attest #img-balloons {
    left: -15px;
    width: 100px; }
  #placebo-attest #img-cloud-11 {
    top: -15px;
    right: -35px;
    width: 200px; }
  #placebo-attest #img-cloud-19 {
    width: 220px; }
  #placebo-attest #yes-container #img-yes {
    width: 350px; }
  #placebo-attest #img-airship {
    width: 300px;
    top: 330px; }

  #receive-placebo {
    padding: 50px 0; }
    #receive-placebo #img-mister-placebo-sad {
      width: 270px;
      left: 50px; }
    #receive-placebo #img-mister-drug {
      width: 230px;
      right: 50px; }
    #receive-placebo #img-cloud-12 {
      width: 200px;
      top: 180px;
      left: 180px; }

  #why-is-that #img-airplane {
    width: 90%; }
  #why-is-that #img-balloon-2 {
    width: 60px;
    top: 0;
    left: 150px; }
  #why-is-that #img-cloud-13 {
    width: 250px;
    top: 230px;
    left: 50px; }
  #why-is-that #img-cloud-14 {
    width: 250px;
    bottom: 150px;
    right: 80px; }

  #study-risk #img-bird-2 {
    width: 70px;
    top: 60px;
    right: 130px; }
  #study-risk #img-cloud-16 {
    width: 210px;
    top: 80px;
    right: 50px; }
  #study-risk #img-bird-3 {
    width: 110px;
    top: 400px;
    left: 100px; }
  #study-risk #img-cloud-15 {
    width: 190px;
    top: 100px;
    left: 80px; }
  #study-risk #img-parachutist {
    width: 160px;
    right: 80px; }

  #drug-given #img-paperplane-2 {
    width: 350px;
    bottom: 200px;
    left: 80px; }
  #drug-given #img-paperplane-3 {
    width: 130px;
    bottom: inherit;
    top: 250px;
    right: 200px; }

  #without-participating #img-clouds-3 {
    width: 280px;
    top: 70px;
    right: 50px; }
  #without-participating #house-container {
    height: 320px; }
    #without-participating #house-container #img-house {
      width: 420px; }
  #without-participating #img-clouds-4 {
    width: 280px;
    bottom: 40px;
    right: 50px; }

  #where-conducted #img-helicopter {
    width: 200px; }
  #where-conducted #earth-container #img-logo-attest {
    bottom: 80px;
    width: 200px; }
  #where-conducted #earth-container #link-back-home {
    width: 450px;
    height: 70px;
    line-height: 75px;
    font-size: 3rem;
    font-size: 30px; } }
@media only screen and (max-width: 991px) {
  #home {
    padding-bottom: 50px; }
    #home #logo {
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      padding-bottom: 0; }

  #what-is-attest #rocket {
    top: -180px; }
  #what-is-attest #comet-1 {
    width: 80px;
    left: 15%; }
  #what-is-attest #comet-2 {
    width: 50px;
    right: 15%; }
  #what-is-attest #spaceship {
    width: 160px; }
  #what-is-attest #cloud-1 {
    width: 220px; }

  #what-is-research .section-content .img-line {
    width: 60%; }
  #what-is-research .section-content #planet-container-2 {
    width: 280px;
    height: 280px;
    top: 100px;
    right: -30px; }
    #what-is-research .section-content #planet-container-2 #img-telescope {
      width: 100px;
      -webkit-transform: translateX(-25%);
      -moz-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
      -o-transform: translateX(-25%);
      transform: translateX(-25%); }
  #what-is-research .section-content #cloud-2 {
    width: 180px;
    top: 150px; }
  #what-is-research .section-content #cloud-3 {
    width: 160px;
    top: 220px; }

  #how-it-works {
    min-height: inherit; }
    #how-it-works #constellation {
      width: 150px;
      top: -120px; }

  #questions #planet-container {
    margin: 0; }
    #questions #planet-container #img-planet {
      width: 300px; }
    #questions #planet-container #text-planet {
      top: 40px;
      width: 300px;
      font-size: 2rem;
      font-size: 20px; }
      #questions #planet-container #text-planet:after {
        width: 120px; }
    #questions #planet-container #img-ring-1 {
      top: 15px; }
    #questions #planet-container #img-ring-2 {
      top: 65px; }
  #questions #astronaut-container {
    width: 250px; }
    #questions #astronaut-container #img-question-mark {
      position: absolute;
      top: 85px;
      right: 50px;
      width: 25px;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }

  #partecipate-in {
    min-height: inherit;
    padding: 0 0 100px 0; }

  #not-partecipate #cloud-4 {
    width: 180px;
    top: 130px;
    left: -40px; }
  #not-partecipate #cloud-5 {
    width: 150px;
    top: 70px; }
  #not-partecipate #cloud-6 {
    width: 160px;
    top: 290px;
    right: -30px; }
  #not-partecipate #cloud-7 {
    width: 150px; }
  #not-partecipate #cloud-8 {
    width: 150px;
    bottom: -50px; }
  #not-partecipate #cloud-9 {
    width: 150px;
    right: -40px; }
  #not-partecipate #img-satellite {
    width: 150px; }
  #not-partecipate #img-alien {
    width: 320px; }

  #how-long {
    min-height: inherit;
    padding: 50px 0; }
    #how-long #hourglass {
      top: 80px;
      right: -50px;
      width: 220px; }

  #some-blood {
    min-height: inherit; }
    #some-blood #syringe-container {
      width: 180px; }

  #take-pill {
    min-height: inherit;
    padding: 0 0 100px 0; }
    #take-pill #img-pills-left, #take-pill #img-pills-right {
      width: 110px; }
    #take-pill #img-pills-left {
      top: 0; }
    #take-pill #img-pills-right {
      top: 30px; }

  #how-work {
    min-height: inherit; }

  #during-study #beat-container {
    padding: 50px 0 20px 0; }
    #during-study #beat-container #img-beat-ok {
      top: 40px;
      width: 70px; }

  #study-drug #pan-container {
    width: 320px; }

  #not-continue #stop-button-container {
    margin-top: 180px; }
    #not-continue #stop-button-container #content-not-continue {
      width: 768px; }
    #not-continue #stop-button-container #img-cloud-group {
      top: -90px; }
    #not-continue #stop-button-container #img-stop-button {
      top: -180px;
      width: 280px; }
    #not-continue #stop-button-container #stop-link {
      top: -200px;
      width: 90px;
      height: 90px; }
    #not-continue #stop-button-container #img-cloud-single {
      top: -160px;
      width: 200px; }
    #not-continue #stop-button-container #img-cloud-single-2 {
      top: -200px;
      right: 15%;
      width: 200px; }
    #not-continue #stop-button-container #img-cloud-single-3 {
      top: 130px;
      width: 60%; }
    #not-continue #stop-button-container #text-not-continue {
      top: 105px;
      font-size: 1.5rem;
      font-size: 15px; }

  #what-is-placebo #img-bird {
    top: 0;
    left: 0;
    width: 60px; }
  #what-is-placebo #img-balloon {
    width: 40px; }
  #what-is-placebo #mister-placebo-container #img-mister-placebo {
    width: 300px; }

  #placebo-attest #img-balloons {
    left: -30px;
    width: 80px; }
  #placebo-attest #img-cloud-11 {
    top: -10px;
    right: -50px;
    width: 150px; }
  #placebo-attest #img-cloud-19 {
    width: 180px; }
  #placebo-attest #yes-container #img-yes {
    width: 250px; }
  #placebo-attest #img-airship {
    width: 220px;
    top: 290px; }

  #receive-placebo #img-mister-placebo-sad {
    width: 220px;
    left: 30px; }
  #receive-placebo #img-mister-drug {
    width: 180px;
    right: 30px; }
  #receive-placebo #img-cloud-12 {
    width: 170px;
    top: 180px;
    left: 100px; }

  #why-is-that {
    padding: 100px 0; }
    #why-is-that #img-balloon-2 {
      width: 40px;
      top: 20px;
      left: 100px; }
    #why-is-that #img-cloud-13 {
      width: 200px;
      top: 180px;
      left: 30px; }
    #why-is-that #img-cloud-14 {
      width: 200px;
      bottom: 80px;
      right: 50px; }

  #study-risk #img-bird-2 {
    width: 50px;
    top: 70px;
    right: 100px; }
  #study-risk #img-cloud-16 {
    width: 170px;
    top: 90px;
    right: 30px; }
  #study-risk #img-bird-3 {
    width: 90px;
    top: 370px;
    left: 50px; }
  #study-risk #img-cloud-15 {
    width: 160px;
    top: 90px;
    left: 50px; }
  #study-risk #img-parachutist {
    width: 130px;
    right: 60px; }

  #good-things #img-balloons-2 {
    top: 40px;
    width: 90px;
    right: -50px; }
  #good-things #air-balloon-container {
    height: 600px; }
    #good-things #air-balloon-container #img-air-balloon {
      height: 600px; }
    #good-things #air-balloon-container #img-clouds-2 {
      bottom: 70px; }
    #good-things #air-balloon-container #img-paperplane-1 {
      width: 110px; }
    #good-things #air-balloon-container #air-balloon-text {
      width: 320px;
      top: 70px;
      font-size: 2rem;
      font-size: 20px; }

  #drug-given #img-paperplane-2 {
    width: 250px;
    bottom: 220px;
    left: 50px; }
  #drug-given #img-paperplane-3 {
    width: 100px;
    top: 240px;
    right: 150px; }

  #how-long-was #alarm-container {
    height: 250px; }
    #how-long-was #alarm-container #img-alarm {
      height: 200px; }
    #how-long-was #alarm-container #img-cloud-17 {
      width: 300px; }
  #how-long-was #img-parachutist-2 {
    width: 120px;
    right: 50px; }
  #how-long-was #img-cloud-18 {
    bottom: -40px;
    left: 10px;
    width: 150px; }

  #without-participating #img-clouds-3 {
    width: 220px;
    top: 60px;
    right: 30px; }
  #without-participating #house-container {
    height: 300px; }
    #without-participating #house-container #img-house {
      width: 400px; }
  #without-participating #img-clouds-4 {
    width: 220px;
    bottom: 30px;
    right: 30px; }

  #where-conducted #img-helicopter {
    width: 170px; }
  #where-conducted #earth-container #img-earth-container {
    padding-top: 40px; }
  #where-conducted #earth-container #img-logo-attest {
    bottom: 50px;
    width: 160px; }
  #where-conducted #earth-container #link-back-home {
    width: 360px;
    height: 60px;
    line-height: 65px;
    font-size: 2.8rem;
    font-size: 28px; }
  #where-conducted #link-home-bottom a {
    font-size: 2.5rem;
    font-size: 25px; } }
@media only screen and (max-width: 767px) {
  #home {
    min-height: 100vh; }
    #home #logo #img-logo {
      padding: 0 30px; }

  #what-is-attest {
    padding: 100px 0 0 0; }
    #what-is-attest #rocket {
      width: 90px;
      top: -80px; }
    #what-is-attest #comet-1 {
      width: 70px;
      left: 10%; }
    #what-is-attest #comet-2 {
      width: 50px;
      right: 10%; }
    #what-is-attest #spaceship {
      width: 140px; }
    #what-is-attest #cloud-1 {
      width: 180px; }

  #what-is-research .section-content #planet-container-2 {
    top: 80px;
    right: 0;
    width: 220px; }
    #what-is-research .section-content #planet-container-2 #img-telescope {
      width: 80px; }
  #what-is-research .section-content #cloud-2 {
    width: 150px; }
  #what-is-research .section-content #cloud-3 {
    width: 120px; }
  #what-is-research .section-content .img-line {
    width: 80%; }

  #how-it-works {
    padding: 100px 0 50px 0; }
    #how-it-works #constellation {
      width: 100px;
      top: -50px; }

  #questions #planet-container {
    float: left;
    top: 0;
    padding-top: 30px; }
    #questions #planet-container #img-planet, #questions #planet-container #text-planet {
      width: 230px; }
    #questions #planet-container #text-planet {
      top: 50px;
      font-size: 1.5rem;
      font-size: 15px; }
      #questions #planet-container #text-planet:after {
        width: 80px; }
    #questions #planet-container #img-ring-1 {
      top: 45px; }
    #questions #planet-container #img-ring-2 {
      top: 80px; }
  #questions #astronaut-container {
    float: left;
    width: 200px;
    padding-top: 20px; }

  #partecipate-in {
    padding: 0 0 50px 0; }
    #partecipate-in #answer-container #no-1, #partecipate-in #answer-container #no-2 {
      width: 130px; }

  #not-partecipate .title {
    padding-top: 100px; }
  #not-partecipate #img-satellite {
    width: 120px;
    right: 20px; }
  #not-partecipate #cloud-4, #not-partecipate #cloud-5, #not-partecipate #cloud-6, #not-partecipate #cloud-7, #not-partecipate #cloud-8, #not-partecipate #cloud-9 {
    width: 130px; }
  #not-partecipate #cloud-4 {
    top: 60px;
    left: 10px; }
  #not-partecipate #cloud-5 {
    top: 30px; }
  #not-partecipate #cloud-6 {
    width: 120px;
    top: 130px;
    right: 20px; }
  #not-partecipate #cloud-7 {
    width: 110px;
    left: 20px;
    bottom: -40px; }
  #not-partecipate #cloud-9 {
    width: 100px;
    right: 10px;
    bottom: -30px; }
  #not-partecipate #img-alien {
    width: 280px; }

  #how-long #hourglass {
    float: left;
    position: relative;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    padding-bottom: 10px; }

  #during-study #beat-container {
    float: left;
    width: 100%;
    padding: 30px 0 0 0; }
    #during-study #beat-container #img-beat-ok {
      top: 25px;
      width: 50px; }

  #some-blood #syringe-container {
    float: left;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    padding: 30px 0 0 0; }
    #some-blood #syringe-container #img-syringe {
      position: relative;
      width: 150px;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

  #take-pill {
    padding: 0 0 50px 0; }
    #take-pill #img-pills-left, #take-pill #img-pills-right {
      width: 85px; }
    #take-pill #img-pills-left {
      left: 10px; }
    #take-pill #img-pills-right {
      top: 0;
      right: 5px; }

  #how-work {
    padding: 0; }
    #how-work .subtitle-text {
      margin-top: 30px; }
    #how-work #ufo-fly-container {
      height: 380px; }
      #how-work #ufo-fly-container #img-ufo-ray {
        width: 280px; }
      #how-work #ufo-fly-container #img-test-tube {
        width: 100px; }

  #study-drug #pan-container {
    width: 280px; }

  #not-continue #stop-button-container {
    margin-top: 150px; }
    #not-continue #stop-button-container #content-not-continue {
      width: 480px; }
    #not-continue #stop-button-container #img-cloud-group {
      top: -70px; }
    #not-continue #stop-button-container #img-stop-button {
      top: -140px;
      width: 200px; }
    #not-continue #stop-button-container #stop-link {
      top: -200px;
      width: 90px;
      height: 90px; }
    #not-continue #stop-button-container #img-cloud-single {
      top: -130px;
      left: 10%;
      width: 150px; }
    #not-continue #stop-button-container #img-cloud-single-2 {
      top: -160px;
      right: 10%;
      width: 150px; }
    #not-continue #stop-button-container #img-cloud-single-3 {
      top: 90px;
      width: 50%; }
    #not-continue #stop-button-container #text-not-continue {
      top: 50px;
      font-size: 1rem;
      font-size: 10px; }

  #what-is-placebo #img-bird {
    top: -20px;
    left: 20px;
    width: 50px; }
  #what-is-placebo #img-balloon {
    width: 35px;
    right: 30px; }
  #what-is-placebo #mister-placebo-container #img-mister-placebo {
    width: 250px; }

  #placebo-attest #img-balloons {
    left: 15px;
    width: 50px; }
  #placebo-attest #img-cloud-11 {
    top: -30px;
    right: 15px;
    width: 120px; }
  #placebo-attest #img-cloud-19 {
    width: 140px;
    left: 20px; }
  #placebo-attest #yes-container #img-yes {
    width: 200px; }
  #placebo-attest #img-airship {
    width: 200px;
    top: inherit;
    bottom: 30px; }

  #receive-placebo .title {
    margin-bottom: 20px; }
  #receive-placebo #img-mister-placebo-sad {
    width: 130px;
    left: 15px; }
  #receive-placebo #img-mister-drug {
    width: 110px;
    right: 15px; }
  #receive-placebo #img-cloud-12 {
    width: 120px;
    top: 130px;
    left: 100px; }

  #why-is-that {
    padding: 50px 0 100px 0; }
    #why-is-that #img-airplane {
      width: 85%; }
    #why-is-that #img-balloon-2 {
      width: 30px;
      top: 0;
      left: 50px; }
    #why-is-that #img-cloud-13 {
      width: 120px;
      top: 150px;
      left: 15px; }
    #why-is-that #img-cloud-14 {
      width: 130px;
      bottom: 80px;
      right: 15px; }

  #study-risk {
    padding: 0 0 50px 0; }
    #study-risk #img-bird-2 {
      width: 35px;
      top: 70px;
      right: 65px; }
    #study-risk #img-cloud-16 {
      width: 120px;
      top: 80px;
      right: 15px; }
    #study-risk #img-bird-3 {
      width: 60px;
      top: 280px;
      left: 20px; }
    #study-risk #img-cloud-15 {
      width: 100px;
      top: 90px;
      left: 15px; }
    #study-risk #img-parachutist {
      width: 100px;
      right: 30px; }

  #good-things #img-balloons-2 {
    top: 30px;
    width: 60px;
    right: 10px; }
  #good-things #air-balloon-container {
    float: left;
    height: 400px; }
    #good-things #air-balloon-container #img-air-balloon {
      height: 400px; }
    #good-things #air-balloon-container #img-clouds-2 {
      bottom: 70px; }
    #good-things #air-balloon-container #img-paperplane-1 {
      width: 80px; }
    #good-things #air-balloon-container #air-balloon-text {
      width: 220px;
      top: 50px;
      font-size: 1.4rem;
      font-size: 14px; }

  #drug-given #img-paperplane-2 {
    width: 150px;
    bottom: 180px;
    left: 20px; }
  #drug-given #img-paperplane-3 {
    width: 60px;
    top: 200px;
    right: 70px; }

  #how-long-was #alarm-container {
    float: left;
    height: 200px; }
    #how-long-was #alarm-container #img-alarm {
      height: 160px; }
    #how-long-was #alarm-container #img-cloud-17 {
      width: 250px; }
  #how-long-was #img-parachutist-2 {
    width: 90px;
    right: 30px; }
  #how-long-was #img-cloud-18 {
    bottom: -50px;
    left: 10px;
    width: 100px; }

  #without-participating #img-clouds-3 {
    width: 180px;
    top: 50px;
    right: 20px; }
  #without-participating #house-container {
    float: left;
    height: 250px; }
    #without-participating #house-container #img-house {
      width: 350px; }
  #without-participating #img-clouds-4 {
    width: 180px;
    bottom: 20px;
    right: 15px; }

  #where-conducted #img-helicopter {
    width: 120px; }
  #where-conducted #earth-container #img-logo-attest {
    bottom: 45px;
    width: 130px; }
  #where-conducted #earth-container #link-back-home {
    width: 320px;
    height: 55px;
    line-height: 60px;
    font-size: 2.5rem;
    font-size: 25px; }
  #where-conducted #link-home-bottom a {
    font-size: 2rem;
    font-size: 20px; } }
@media only screen and (max-width: 479px) {
  #home #logo #img-logo {
    padding: 0; }

  #what-is-attest #rocket {
    width: 70px;
    top: -50px; }
  #what-is-attest #comet-1 {
    width: 50px;
    left: 5%; }
  #what-is-attest #comet-2 {
    width: 30px;
    right: 5%; }
  #what-is-attest #spaceship {
    width: 100px;
    top: 80px; }
  #what-is-attest #cloud-1 {
    width: 130px;
    top: 130px; }

  #what-is-research .section-content #planet-container-2 {
    top: 70px;
    width: 180px; }
    #what-is-research .section-content #planet-container-2 #img-telescope {
      width: 60px; }
  #what-is-research .section-content #cloud-2 {
    width: 120px; }
  #what-is-research .section-content #cloud-3 {
    width: 100px; }
  #what-is-research .section-content .img-line {
    width: 90%; }

  #how-it-works {
    padding: 50px 0; }
    #how-it-works #constellation {
      width: 70px;
      top: -30px; }

  #questions #planet-container #img-planet, #questions #planet-container #text-planet {
    width: 140px; }
  #questions #planet-container #text-planet {
    padding-top: 10px;
    font-size: 1rem;
    font-size: 10px; }
    #questions #planet-container #text-planet:after {
      width: 60px;
      height: 2px; }
  #questions #planet-container #img-ring-1 {
    top: 40px; }
  #questions #planet-container #img-ring-2 {
    top: 60px; }
  #questions #astronaut-container {
    width: 150px;
    padding-top: 10px; }
    #questions #astronaut-container #img-question-mark {
      top: 70px;
      right: 30px;
      width: 16px; }

  #partecipate-in #answer-container #no-1, #partecipate-in #answer-container #no-2 {
    width: 100px; }

  #not-partecipate .title {
    padding-top: 80px; }
  #not-partecipate .subtitle-text {
    margin-top: 10px; }
  #not-partecipate #img-satellite {
    width: 100px;
    right: 20px; }
  #not-partecipate #cloud-4, #not-partecipate #cloud-5, #not-partecipate #cloud-6, #not-partecipate #cloud-7, #not-partecipate #cloud-8, #not-partecipate #cloud-9 {
    display: none; }
  #not-partecipate #img-alien {
    width: 220px; }

  #how-long {
    padding: 50px 0 0 0; }
    #how-long #hourglass {
      width: 150px; }

  #during-study #beat-container #img-beat-ok {
    top: 24px;
    width: 35px; }

  #some-blood #syringe-container #img-syringe {
    width: 120px; }

  #take-pill #img-pills-left, #take-pill #img-pills-right {
    width: 50px; }

  #how-work #ufo-fly-container {
    height: 270px; }
    #how-work #ufo-fly-container #img-ufo-ray {
      width: 180px; }
    #how-work #ufo-fly-container #img-test-tube {
      width: 70px; }

  #study-drug #pan-container {
    width: 200px; }

  #not-continue #stop-button-container {
    margin-top: 80px; }
    #not-continue #stop-button-container #content-not-continue {
      width: 320px;
      padding: 0; }
    #not-continue #stop-button-container #img-cloud-group {
      top: -40px; }
    #not-continue #stop-button-container #img-stop-button {
      top: -80px;
      width: 120px; }
    #not-continue #stop-button-container #stop-link {
      top: -200px;
      width: 90px;
      height: 90px; }
    #not-continue #stop-button-container #img-cloud-single {
      top: -80px;
      left: 12%;
      width: 90px; }
    #not-continue #stop-button-container #img-cloud-single-2 {
      top: -90px;
      right: 12%;
      width: 90px; }
    #not-continue #stop-button-container #img-cloud-single-3 {
      top: 60px;
      width: 50%; }
    #not-continue #stop-button-container #text-not-continue {
      top: 40px;
      font-size: 0.8rem;
      font-size: 8px; }

  #what-is-placebo #img-bird {
    top: -25px;
    left: 15px;
    width: 40px; }
  #what-is-placebo #img-balloon {
    width: 30px;
    right: 20px; }
  #what-is-placebo #mister-placebo-container #img-mister-placebo {
    width: 180px; }

  #placebo-attest #img-balloons {
    left: 10px;
    width: 40px; }
  #placebo-attest #img-cloud-11 {
    top: -10px;
    right: 10px;
    width: 90px; }
  #placebo-attest #img-cloud-19 {
    width: 100px;
    left: 20px; }
  #placebo-attest #yes-container #img-yes {
    width: 150px; }
  #placebo-attest #img-airship {
    width: 150px;
    bottom: 30px; }

  #receive-placebo #img-mister-placebo-sad {
    width: 100px;
    left: 10px;
    top: 150px; }
  #receive-placebo #img-mister-drug {
    width: 70px;
    right: 10px; }
  #receive-placebo #img-cloud-12 {
    width: 100px;
    top: 120px;
    left: 100px; }

  #why-is-that #img-airplane {
    width: 80%; }
  #why-is-that #img-balloon-2 {
    width: 25px;
    left: 20px; }
  #why-is-that #img-cloud-13 {
    width: 80px;
    top: 100px; }
  #why-is-that #img-cloud-14 {
    width: 80px; }

  #study-risk #img-bird-2 {
    width: 25px;
    top: 50px;
    right: 20px; }
  #study-risk #img-cloud-16 {
    width: 70px;
    top: 50px;
    right: 15px; }
  #study-risk #img-bird-3 {
    width: 50px;
    top: 200px;
    left: 15px; }
  #study-risk #img-cloud-15 {
    width: 80px;
    top: 70px;
    left: 15px; }
  #study-risk #img-parachutist {
    width: 80px;
    right: 15px; }

  #good-things #img-balloons-2 {
    top: 20px;
    width: 40px;
    right: -10px; }
  #good-things #air-balloon-container {
    height: 300px; }
    #good-things #air-balloon-container #img-air-balloon {
      height: 300px; }
    #good-things #air-balloon-container #img-clouds-2 {
      bottom: 70px; }
    #good-things #air-balloon-container #img-paperplane-1 {
      width: 60px; }
    #good-things #air-balloon-container #air-balloon-text {
      width: 150px;
      top: 40px;
      font-size: 1rem;
      font-size: 10px; }

  #drug-given #img-paperplane-2 {
    width: 100px;
    bottom: 150px;
    left: 10px; }
  #drug-given #img-paperplane-3 {
    width: 40px;
    top: 150px;
    right: 50px; }

  #how-long-was #alarm-container {
    height: 150px; }
    #how-long-was #alarm-container #img-alarm {
      height: 120px; }
    #how-long-was #alarm-container #img-cloud-17 {
      width: 200px; }
  #how-long-was #img-parachutist-2 {
    width: 80px;
    right: 15px; }
  #how-long-was #img-cloud-18 {
    bottom: -40px;
    left: 15px;
    width: 110px; }

  #without-participating #img-clouds-3 {
    width: 150px;
    top: 30px;
    right: 10px; }
  #without-participating #house-container {
    height: 180px; }
    #without-participating #house-container #img-house {
      width: 280px; }
  #without-participating #img-clouds-4 {
    width: 150px;
    bottom: 30px;
    right: 10px; }

  #where-conducted {
    padding: 30px 0 50px 0; }
    #where-conducted #img-helicopter {
      width: 90px; }
    #where-conducted #earth-container #img-earth-container {
      padding-top: 30px; }
    #where-conducted #earth-container #img-logo-attest {
      bottom: 25px;
      width: 100px; }
    #where-conducted #earth-container #link-back-home {
      width: 250px;
      height: 40px;
      line-height: 45px;
      font-size: 2rem;
      font-size: 20px; }
    #where-conducted #link-home-bottom a {
      font-size: 1.8rem;
      font-size: 18px; } }
