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

.sectionhero {
  height: 697px;
  background-image: linear-gradient(130deg, #2b3c4b, #1a1224);
}

.contentcontainer {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1200px;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 25px;
}

.contentcontainer.center {
  text-align: center;
}

.herotext {
  max-height: none;
  padding-top: 120px;
  padding-left: 0px;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #f6ffff;
}

.heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 52px;
  line-height: 65px;
}

.heading.dark {
  margin-bottom: 20px;
  color: #363636;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.paragraph {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
}

.paragraph.dark {
  margin-right: auto;
  margin-left: auto;
  color: #363636;
  text-align: center;
}

.appstorebuttons {
  margin-top: 40px;
}

.buttonappstore {
  height: 56px;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-right: 20px;
  padding-left: 56px;
  clear: both;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('../images/iconApple.png');
  background-position: 0px 0px;
  background-size: 56px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f6ffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.buttonappstore:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.buttonappstore.googleplay {
  background-image: url('../images/iconGooglePlay.png');
}

.buttonappstore.amazon {
  background-image: url('../images/iconAmazon.png');
}

.buttonappstore.dark {
  background-color: rgba(0, 0, 0, 0.9);
}

.buttonappstore.dark:hover {
  opacity: 0.7;
}

.appstorebuttonsubtext {
  font-size: 12px;
  line-height: 17px;
}

.heroimage {
  position: absolute;
  width: 100%;
  height: 860px;
  margin-top: -40px;
  background-image: url('../images/iphoneHero.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.heroimage.design {
  background-image: url('../images/iphoneDesign.png');
  background-size: cover;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.sectionsounds {
  overflow: hidden;
  height: 624px;
  background-image: linear-gradient(156deg, #94a1ac, #f2f4e9);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.soundstext {
  width: 564px;
  padding-top: 60px;
}

.soundstext.mobile {
  display: none;
}

.scrollingsounds {
  position: relative;
  display: inline-block;
  width: 8000px;
  height: 400px;
  margin-top: -400px;
  background-image: url('../images/sounds.png');
  background-position: 0% 0%;
}

.soundsmask {
  position: relative;
  left: auto;
  top: -15px;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: inline-block;
  width: 100%;
  height: 624px;
  margin-top: -624px;
  background-image: linear-gradient(158deg, rgba(67, 85, 100, 0.74), rgba(203, 204, 198, 0.39));
}

.audiopreview {
  position: relative;
  height: 25px;
  margin-left: 0px;
  padding-top: 2px;
  padding-left: 0px;
  float: none;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.audiopreview:hover {
  opacity: 0.7;
}

.buttonplay {
  position: relative;
  margin-top: 4px;
  margin-left: -20px;
  float: left;
  clear: left;
}

.buttonplay.pause {
  top: -20px;
  opacity: 0;
}

.buttonpause {
  position: relative;
  top: -21px;
  margin-top: 4px;
  margin-left: -20px;
  float: left;
  clear: left;
  opacity: 0;
}

.buttonpause.pause {
  top: -20px;
  opacity: 0;
}

.audioplayercontainer {
  width: 200px;
  height: 25px;
}

.sectionscience {
  height: 580px;
  padding-top: 72px;
  background-image: linear-gradient(157deg, #474f56, #2e3135);
  text-align: center;
}

.sciencecolumn {
  margin-top: 25px;
  padding-right: 50px;
  padding-left: 50px;
}

.scienceicon {
  margin-bottom: 45px;
}

.sectiondesign {
  height: 750px;
  padding-top: 60px;
  background-image: linear-gradient(137deg, #342f2d, #49433f);
}

.sciencecolumnscontainer {
  padding-right: 25px;
}

.designicon {
  margin-bottom: 0px;
}

.div-block {
  font-size: 20px;
  line-height: 33px;
}

.designgridcontainer {
  margin-bottom: 20px;
  padding-right: 20px;
  color: rgba(246, 255, 255, 0.7);
}

.designgrid {
  margin-top: 50px;
  font-size: 20px;
  line-height: 33px;
}

.heading-3 {
  margin-bottom: 5px;
  color: #f6ffff;
}

.image {
  border: 1px none #000;
}

.sectionreviews {
  height: 100%;
  padding-top: 150px;
  background-image: linear-gradient(143deg, #fff, #d0d2d4);
}

.reviewcard {
  overflow: hidden;
  height: 400px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 60px 4px rgba(0, 0, 0, 0.07);
  color: #363636;
  text-align: left;
}

.reviewscontainer {
  margin-top: 60px;
  margin-bottom: 110px;
}

.reviewtitle {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
}

.reviewdetails {
  display: inline-block;
  margin-bottom: 20px;
  color: #a0a0a0;
  font-size: 16px;
  line-height: 24px;
}

.stars {
  width: 150px;
  margin: 2px 70px 4px -2px;
}

.reviewtext {
  margin-top: 12px;
  font-size: 16px;
  line-height: 26px;
}

.footerlink {
  margin-right: 12px;
  margin-left: 12px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #0d0d0d;
  text-decoration: none;
}

.footerlink:hover {
  opacity: 0.5;
}

.footer {
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .contentcontainer {
    padding-left: 40px;
  }
  .contentcontainer.design {
    margin-left: -50px;
    padding-left: 0px;
  }
  .contentcontainer.center {
    padding-right: 20px;
    padding-left: 20px;
  }
  .herotext {
    padding-top: 40px;
    padding-right: 0px;
    text-align: center;
  }
  .heading {
    font-size: 40px;
    line-height: 55px;
  }
  .paragraph.science {
    font-size: 16px;
    line-height: 24px;
  }
  .appstorebuttons {
    margin-right: auto;
    margin-left: auto;
  }
  .buttonappstore {
    display: block;
    width: 100%;
    max-width: 290px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding-left: 29px;
    text-align: center;
  }
  .heroimage.design {
    position: relative;
    width: 510px;
    height: 900px;
    margin-left: -40px;
    float: right;
    clear: left;
    background-position: 100% 0%;
    background-size: contain;
  }
  .sectionscience {
    height: 100%;
    padding-bottom: 41px;
  }
  .sciencecolumn {
    padding-right: 10px;
    padding-left: 10px;
  }
  .scienceicon {
    margin-bottom: 30px;
  }
  .sectiondesign {
    padding-top: 30px;
  }
  .sciencecolumnscontainer {
    margin-left: -20px;
    padding-right: 20px;
  }
  .designgridcontainer {
    padding-right: 0px;
  }
  .designgrid {
    font-size: 18px;
    line-height: 24px;
  }
  .heading-3 {
    margin-top: 15px;
    font-size: 18px;
  }
  .designcolumn {
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
  }
  .reviewcard {
    height: auto;
    max-width: 460px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .contentcontainer {
    z-index: 9;
    padding-right: 24px;
    padding-left: 24px;
  }
  .contentcontainer.design {
    margin-left: auto;
    padding-right: 0px;
  }
  .contentcontainer.center {
    padding-right: 20px;
    padding-left: 20px;
  }
  .herotext {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .heading-2 {
    text-align: center;
  }
  .paragraph {
    font-size: 18px;
    line-height: 26px;
  }
  .heroimage {
    height: auto;
    max-height: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120%;
    background-position: 50% 0%;
    background-size: contain;
  }
  .heroimage.design {
    width: 100%;
    height: 860px;
    margin: -230px auto -50px;
    float: none;
    clear: none;
    background-position: 50% 0%;
  }
  .sectionsounds {
    height: 920px;
    padding-top: 892px;
  }
  .soundstext {
    position: relative;
    z-index: 15;
    display: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    text-align: center;
  }
  .soundstext.mobile {
    display: block;
  }
  .scrollingsounds {
    height: 220px;
    background-size: 10%;
    background-repeat: repeat-x;
  }
  .soundsmask {
    height: 920px;
    margin-top: -1170px;
    background-image: linear-gradient(158deg, rgba(67, 85, 100, 0.97) 28%, rgba(203, 204, 198, 0.44));
  }
  .audioplayercontainer {
    position: relative;
    z-index: 100;
    margin-right: auto;
    margin-left: auto;
  }
  .sectionscience {
    height: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .sciencecolumn {
    margin-top: 25px;
  }
  .scienceicon {
    margin-bottom: 20px;
  }
  .sectiondesign {
    height: 100%;
  }
  .sciencecolumnscontainer {
    max-width: 500px;
    margin-right: auto;
    margin-bottom: 160px;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .designcolumn {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }
  .column-2 {
    padding-left: 0px;
  }
  .sectionreviews {
    padding-top: 40px;
  }
}

@media (max-width: 479px) {
  .heroimage {
    width: 100%;
    max-height: none;
    min-height: 530px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 175%;
    padding-left: 0px;
  }
  .heroimage.design {
    height: 580px;
  }
  .sectionsounds {
    height: 940px;
    padding-top: 916px;
  }
  .soundstext {
    padding-top: 0%;
  }
  .soundsmask {
    height: 1020px;
    margin-top: -1020px;
  }
  .sectionscience {
    padding-bottom: 0px;
  }
  .sciencecolumnscontainer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .designgridcontainer {
    margin-bottom: 35px;
  }
  .designgrid {
    display: block;
  }
  .designcolumn {
    padding-right: 20px;
    padding-left: 20px;
  }
  .reviewcard {
    margin-right: -10px;
    margin-left: -10px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-88a685c6c73c-c8f056c5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3d7331de9779-c8f056c5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-5009f18c32ed-c8f056c5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

