body {
  height: 100%;
  background-color: #f2f2f2;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: static;
  display: block;
  margin: 0px auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  font-weight: 100;
  text-align: left;
  letter-spacing: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

h2 {
  font-family: 'Neosansstd light[1]', sans-serif;
  color: #b7b8ca;
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 20px;
  text-transform: uppercase;
}

h3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Neosansstd light[1]', sans-serif;
  color: #b7b8ca;
  font-size: 28px;
  line-height: 36px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 20px;
  text-transform: uppercase;
}

h4 {
  display: block;
  font-family: 'Neosansstd light[1]', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 200;
  text-align: left;
  letter-spacing: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

h5 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #f2f1ea;
  font-size: 20px;
  line-height: 28px;
  font-weight: 100;
  text-align: left;
  letter-spacing: 20px;
  text-transform: uppercase;
}

h6 {
  border-style: none;
  border-width: 5px;
  border-right-color: #000;
  border-bottom-color: #0076c0;
  font-family: 'Neosansstd light[1]', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 20px;
  text-transform: uppercase;
}

p {
  font-family: Lato, sans-serif;
  color: #f2f1ea;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  list-style-type: none;
}

.uxtablet {
  padding-right: 0px;
  padding-left: 0px;
}

.section {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /*background-image: url('../images/TitlePlaceholder.png');*/
  background-image: url('../static/imgs/background.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.section-2 {
  display: block;
  height: auto;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-image: none;
}

.section.title {
  background-image: url('../images/hero-img.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.herocontainer {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.arrowlink {
  position: absolute;
  z-index: 30;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.8;
}

.arrowlink:hover {
  opacity: 1;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.arrowlink.intro {
  position: relative;
  display: block;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.5;
  text-decoration: none;
}

.arrowlink.intro:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.linkimg {
  display: block;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
}

.charactercontainer {
  position: static;
  width: 50%;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  float: left;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.charactercontainer.layer-container {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0px;
  z-index: 250;
  display: block;
  width: 360px;
  height: 360px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
  float: none;
}

.h1 {
  margin-right: 20%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #4e59b0;
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 4px;
}

.scroll {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bg {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  background-image: url('../images/test.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.desc-1 {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 95%;
  margin-top: 18%;
  padding-left: 0%;
  float: none;
}

.layer1 {
  position: absolute;
}

.layer2 {
  position: absolute;
  opacity: 0;
}

.layer3 {
  position: absolute;
  opacity: 0;
}

.layer4 {
  position: absolute;
  opacity: 0;
}

.layer5 {
  position: absolute;
  opacity: 0;
}

.circle {
  width: 130%;
  max-width: none;
}

.keyarttitle {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 25;
  display: block;
  margin-top: -80px;
  margin-right: auto;
  margin-left: auto;
}

.theworlds {
  position: relative;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.characterblock {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.characterblock.nala {
  padding-bottom: 0px;
}

.worldintroblock {
  position: static;
  z-index: 150;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.nala {
  width: 100%;
}

.worldslider {
  position: relative;
  display: block;
  overflow: visible;
  width: 90%;
  height: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: transparent;
}

.slidermask {
  display: block;
  width: 600px;
  height: 650px;
}

.slideimage {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.slideimage.img3 {
  margin-top: -20px;
}

.slideimage.img4 {
  padding-top: 90px;
}

.slideimage.img5 {
  padding-top: 80px;
}

.slideimage.img1 {
  margin-right: 100px;
  padding-right: 0px;
}

.introcopy {
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #49473c;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
}

.introcopy.onblue {
  margin-top: -19px;
  color: #fff;
}

.introcopy.onblue.result {
  display: block;
  width: 70%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.introcopy.centered {
  text-align: center;
}

.introcopy.centered.clinical {
  color: #4e59b0;
  font-size: 18px;
  line-height: 32px;
}

.illustration {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 813px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
}

.videoholder {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.videocopy {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #4e59b0;
  font-size: 64px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.holder {
  position: relative;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.holder.theproble {
  padding-bottom: 0px;
}

.holder.secondblock {
  margin-top: -80px;
}

.center-image {
  position: static;
  z-index: 100;
  display: block;
  width: 830px;
  height: 600px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.shadow {
  display: block;
  width: 80%;
  height: 20px;
  margin-top: -21px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  box-shadow: 0 0 50px 0 #000;
}

.shadow.overshadow {
  position: relative;
  z-index: 100;
  width: 40%;
  margin-top: -20px;
}

.animation {
  position: relative;
  display: block;
  height: 400px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.theproblem {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  float: none;
}

.theproblem.clinical {
  padding-bottom: 0px;
}

.headline {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.headline.clinical-data {
  width: 440px;
  height: 440px;
  padding-top: 100px;
  padding-right: 30px;
  padding-left: 30px;
  border: 3px solid #4e59b0;
  border-radius: 220px;
}

.headline.resultsbox {
  margin-top: 140px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #4e59b0;
  font-weight: 300;
  letter-spacing: 4px;
}

.h2.onblue {
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}

.h2.onblue.result {
  margin-bottom: 0px;
  font-weight: 900;
}

.h2.characters {
  text-align: center;
}

.h2.centered {
  text-align: center;
}

.h2.white.whitetext {
  color: #fff;
}

.animated {
  display: block;
  width: auto;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.herocopy {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.playvideo {
  position: static;
  z-index: 100;
  display: block;
  width: 220px;
  margin-top: 30px;
  text-align: left;
  text-decoration: none;
}

.icon-play {
  display: block;
  width: 30px;
  height: 12px;
  margin-top: 23px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  float: left;
}

.desc {
  font-size: 16px;
}

.desc.left-aligned {
  text-align: right;
}

.logo-img {
  display: block;
  width: 80px;
  height: 39px;
  margin-top: 30px;
  margin-right: 30px;
  float: right;
  opacity: 0.8;
  text-align: left;
}

.line {
  position: relative;
  left: -45px;
  top: 24px;
  display: block;
  width: 30px;
  height: 1px;
  max-height: 1px;
  max-width: 30px;
  float: left;
  background-color: #fff;
}

.line.left-line {
  left: 40px;
  float: right;
}

.charactertitle.header {
  font-size: 26px;
  letter-spacing: 4px;
}

.charactertitle.header.left-aligned {
  text-align: right;
}

.worldcopy {
  width: 40%;
  padding-top: 220px;
  float: left;
}

.characterlineup {
  display: block;
  width: 1180px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 120px;
}

.results {
  position: relative;
  z-index: 100;
  margin-top: -116px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Background-Graph.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Background-Graph.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.worldsliderbox {
  width: 60%;
  padding-top: 130px;
  float: right;
}

.linkblock {
  display: block;
  width: 25%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.result {
  float: none;
}

.left-column {
  padding-top: 60px;
  padding-right: 40px;
}

.drokon-col {
  padding-top: 100px;
}

.logoholder {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 500;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.button-text {
  font-size: 12px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
}

.button {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 100px;
  background-color: #37373b;
}

.button:hover {
  background-color: #000;
}

.desc-world {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 170px;
  font-family: Lato, sans-serif;
  color: #49473c;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.desc-world.harmonium {
  left: 0px;
  right: 0px;
  bottom: 170px;
}

.video-storytelling {
  margin-top: 40px;
  margin-bottom: 80px;
}

.appslider {
  position: absolute;
  z-index: 50;
  display: block;
  width: 674px;
  height: 510px;
  margin-right: auto;
  margin-left: 80px;
  background-color: transparent;
}

.appbg {
  position: absolute;
  z-index: 50;
  display: block;
  width: 830px;
  margin-top: -41px;
  margin-right: auto;
  margin-left: auto;
}

.connected {
  position: relative;
  display: block;
  height: 131px;
  margin-top: -60px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.connected.circle {
  width: 100%;
  height: 150px;
  margin-top: 0px;
  background-image: url('../images/circle.png');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: repeat-y;
}

.connected.circle.clinical {
  height: 480px;
  padding-top: 20px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.connected-img {
  position: relative;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.connectedscreen {
  position: static;
  z-index: 0;
  padding-top: 4px;
  background-color: #fff;
}

.connectedimg {
  position: relative;
  z-index: 110;
  display: block;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.results-slider {
  height: 200px;
  background-color: transparent;
}

.thesolution {
  position: relative;
}

.solutionvid {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 813px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .7);
}

.nalacol {
  padding-right: 90px;
  padding-left: 0px;
}

html.w-mod-js *[data-ix="slidein"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="slideinleft"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="popup"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="slideup"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fadein"] {
  display: block;
  opacity: 0;
}

html.w-mod-js *[data-ix="slidein-right"] {
  opacity: 0;
  -webkit-transform: translate(180px, 0px);
  -ms-transform: translate(180px, 0px);
  transform: translate(180px, 0px);
}

html.w-mod-js *[data-ix="slideup-delay-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="slideup-delay-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="slideup-delay-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="slideup-delay-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="slideup-delay-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fadein-delay"] {
  display: block;
  opacity: 0;
}

html.w-mod-js *[data-ix="fadeinonscrollandfadeout"] {
  display: block;
  opacity: 0;
}

html.w-mod-js *[data-ix="fadeinonscrollcharacter"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

html.w-mod-js *[data-ix="fadeindelayed"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 47px);
  -ms-transform: translate(0px, 47px);
  transform: translate(0px, 47px);
}

html.w-mod-js *[data-ix="scale-and-fade"] {
  opacity: 0;
  -webkit-transform: scale(0.78, 0.78);
  -ms-transform: scale(0.78, 0.78);
  transform: scale(0.78, 0.78);
}

@media (max-width: 991px) {
  h1 {
    margin-top: -4px;
    font-size: 42px;
  }
  h2 {
    padding-bottom: 8px;
    font-size: 32px;
  }
  h3 {
    margin-bottom: 17px;
    font-size: 36px;
  }
  h4 {
    margin-top: 24px;
    margin-bottom: 0px;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 60px;
    line-height: 70px;
  }
  h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 60px;
  }
  .uxtablet {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section {
    background-position: 100% 0px;
  }
  .herocontainer {
    padding-bottom: 170px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .charactercontainer.layer-container {
    width: 280px;
    height: 280px;
    padding-top: 20%;
  }
  .h1 {
    margin-right: 0%;
    font-size: 44px;
    line-height: 56px;
    text-align: center;
  }
  .worldintroblock {
    width: 90%;
  }
  .worldslider {
    margin-left: -210px;
  }
  .introcopy.onblue {
    padding-bottom: 20px;
    text-align: center;
  }
  .introcopy.onblue.ipad {
    padding-top: 40px;
  }
  .videocopy {
    width: 80%;
  }
  .holder {
    width: 80%;
  }
  .holder.theproble {
    width: 90%;
    text-align: left;
  }
  .holder.secondblock {
    width: 90%;
  }
  .center-image {
    width: 90%;
  }
  .headline {
    width: 90%;
  }
  .h2.white {
    color: #fff;
  }
  .h2.white.whitetext {
    text-align: center;
  }
  .herocopy {
    width: 90%;
    text-align: left;
  }
  .playvideo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .line {
    top: 17px;
    float: none;
  }
  .line.left-line {
    left: 40px;
    top: 15px;
    float: right;
  }
  .charactertitle.header {
    font-size: 20px;
    line-height: 30px;
  }
  .charactertitle.header.left-aligned {
    font-size: 20px;
    line-height: 30px;
  }
  .worldcopy {
    width: 50%;
  }
  .characterlineup {
    width: 100%;
  }
  .worldsliderbox {
    width: 40%;
    float: right;
  }
  .appslider {
    width: 73%;
    margin-left: 63px;
  }
  .appbg {
    width: 90%;
  }
  .connected {
    margin-top: -180px;
  }
  .connectedimg {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  h2 {
    width: 500px;
    margin-top: 10px;
    font-size: 33px;
  }
  h3 {
    margin-top: 7px;
    font-size: 33px;
  }
  h4 {
    height: 230px;
    margin-top: 18px;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 479px) {
  h1 {
    width: 320px;
    padding-bottom: 6px;
    font-size: 36px;
  }
  h2 {
    width: 280px;
    padding: 0px;
  }
  h4 {
    height: 170px;
    margin-top: 0px;
    font-size: 34px;
    line-height: 36px;
  }
  .h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .animated {
    width: 300px;
    height: 222px;
  }
}

@font-face {
  font-family: 'Neosansstd bold[1]';
  src: url('../fonts/NeoSansStd-Bold[1].otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Neosansstd light[1]';
  src: url('../fonts/NeoSansStd-Light[1].otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Neosansstd regular[1]';
  src: url('../fonts/NeoSansStd-Regular[1].otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Neosansstd black[1]';
  src: url('../fonts/NeoSansStd-Black[1].otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}