@charset "utf-8";
html,
body {
  font-family: century-gothic, sans-serif;
  color: #4e4d4d;
  font-size: 14px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#app img {
  max-width: 100%;
}
#app hr {
  border-width: 0 0 1px 0;
  border-color: #D8D8D8;
  margin: 0;
}
#app .element {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 50px;
}
#app .w-1290 {
  max-width: 1290px;
  margin: auto;
}
#app .w-750 {
  max-width: 750px;
  margin: auto;
}
#app .w-675 {
  max-width: 675px;
  margin: auto;
}
#app .mr10 {
  margin-right: 10px;
}
#app .mr20 {
  margin-right: 20px;
}
#app .bluebg {
  background-color: #05afaa;
}
#app .greybg {
  background-color: #142b35;
}
#app .opacity {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#app .mainfont {
  color: rgba(0, 0, 0, 0.85) !important;
}
#app .secondaryfont {
  color: #4e4d4d !important;
}
#app .opacityfont {
  color: rgba(255, 255, 255, 0.87) !important;
}
#app .opacityfontmenu {
  color: rgba(255, 255, 255, 0.54) !important;
}
#app .white {
  color: #fff !important;
}
#app h1,
#app h2,
#app h3,
#app h4 {
  color: rgba(0, 0, 0, 0.85);
}
#app h1 {
  font-size: 34px;
}
#app h2 {
  font-size: 28px;
}
#app h3 {
  font-size: 22px;
}
#app h4 {
  font-size: 16px;
}
#app p {
  font-size: 16px;
  line-height: 25px;
  color: #4e4d4d;
}
#app p.smaller {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
}
#app p.larger {
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.85);
}
#app p.huge {
  font-size: 21px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.85);
}
#app .center {
  justify-content: center;
  align-items: center;
}
#app .text-center {
  text-align: center;
}
#app .text-left {
  text-align: left;
}
#app .fl-left {
  float: left;
}
#app .fl-right {
  float: right;
}
#app .clear {
  clear: both;
}
#app .relative {
  position: relative;
}
#app ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}
#app ul li {
  -webkit-box-flex: 50;
  -moz-box-flex: 50;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}
#app ul li:before {
  content: "\2022";
  color: #05afaa;
  font-weight: bold;
  display: inline-block;
  width: 20px;
}
#app .halfsizeholder {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}
#app .halfsize {
  -webkit-box-flex: 50;
  -moz-box-flex: 50;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding-right: 10px;
}
#app .halfsize:nth-of-type(2n) {
  padding-right: 0px;
  padding-left: 10px;
}
#app .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#app .wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#app {
  max-width: 1370px;
  margin: 50px auto;
  padding: 0 45px;
}
#app a {
  color: #05afaa;
}
#app .timeline {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#app .timeline:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #979797;
  top: 0;
  bottom: 0;
  margin: auto;
}
#app .timeline span {
  width: 100px;
  height: 100px;
  border: solid 1px #979797;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #fff;
  position: relative;
  z-index: 1;
}
#app form .field {
  width: 50%;
  float: left;
  padding: 0 10px 0 0;
}
#app form .field:nth-of-type(even) {
  padding: 0 0 0 10px;
}
#app form .field.width-100 {
  width: 100%;
  padding: 0;
}
#app form .field.width-100 + .field {
  padding: 0;
}
#app form > span {
  position: relative;
  width: 100%;
  float: left;
}
#app form label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
  float: left;
  color: #142b35;
}
#app form input[type="radio"] {
  -webkit-appearance: radio;
}
#app form input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
#app form input::-webkit-input-placeholder,
#app form textarea::-webkit-input-placeholder,
#app form select::-webkit-input-placeholder {
  color: #142b35;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#app form input::-moz-placeholder,
#app form textarea::-moz-placeholder,
#app form selecta::-moz-placeholder {
  color: #142b35;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#app form input:-ms-input-placeholder,
#appform textarea:-ms-input-placeholder,
#app form select:-ms-input-placeholder {
  color: #142b35;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#appform input:-moz-placeholder,
#app form textarea:-moz-placeholder,
#app form select:-moz-placeholder {
  color: #142b35;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#app .form-control {
  width: 100% !important;
  margin-bottom: 20px !important;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 20px;
  background: #F7F7F7;
  border: 1px solid #F0F0F0;
  color: #142b35;
}
#app .form-control:focus {
  border-color: #05afaa !important;
  box-shadow: none !important;
  outline: none !important;
}
#app form .radio input {
  display: none;
}
#app form .check input {
  display: none;
}
#app form .radio {
  font-weight: normal;
  margin-right: 20px;
}
#app form .radio span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F7F7F7;
  float: left;
  margin-right: 8px;
  position: relative;
}
#app form .radio input:checked ~ span {
  background: #fff;
  border: 1px solid #F7F7F7;
}
#app form .radio input:checked ~ span:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background: #05afaa;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
#app .quest {
  width: 100%;
  float: left;
}
#app .quest .check input {
  display: none;
}
#app .quest .check {
  width: 50%;
  float: left;
  padding: 15px;
  clear: both;
  font-size: 18px;
  box-shadow: 0px 0px 1px #D8D8D8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#app .quest .check:hover {
  box-shadow: 0px 0px 1px #000;
}
#app .quest .check span {
  width: 26px;
  height: 26px;
  margin-right: 15px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  float: left;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  color: #fff;
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
#app .quest .check input:checked ~ span {
  background: url(../img/check.svg) no-repeat center center #05afaa;
  border: 1px solid #05afaa;
  background-size: 16px;
}
#app .progress {
  float: left;
  width: 100%;
  padding-right: 400px;
}
#app .progress .bar {
  position: relative;
  float: left;
  width: 100%;
  height: 7px;
  background: #F7F7F7;
}
#app .progress .bg {
  float: left;
  width: 0%;
  height: 100%;
  background: #05afaa;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#app .navi {
  position: absolute;
  bottom: 0;
  right: 0;
}
#app .navi .cta {
  width: 190px;
  text-align: center;
  margin-left: 10px;
}
#app .range {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
}
#app .range span {
  position: relative;
  width: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#app .range-inp {
  width: 100%;
  float: left;
  position: relative;
}
#app .units {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -20px;
}
#app .units span {
  position: relative;
  width: 30px;
  height: 18px;
}
#app .units span:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 18px;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  background: #D8D8D8;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 0 0 20px 0;
  width: 100%;
  background: none;
  position: relative;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 19px;
  cursor: pointer;
  animate: 0.2s;
  background: rgba(216, 216, 216, 0.4);
  border: 0 none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -5px;
  box-shadow: 0px 0px 1px 5px #fff;
  border: 0 none;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #05afaa;
  cursor: pointer;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  width: 100%;
  height: 19px;
  cursor: pointer;
  animate: 0.2s;
  background: rgba(216, 216, 216, 0.4);
  border: 0 none;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 19px;
  cursor: pointer;
  animate: 0.2s;
  background: rgba(216, 216, 216, 0.4);
  border: 0 none;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px 5px #fff;
  border: 0 none;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #05afaa;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 19px;
  overflow: visible;
  cursor: pointer;
  animate: 0.2s;
  background: rgba(216, 216, 216, 0.4);
  border: 0 none;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px 5px #fff;
  border: 0 none;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #05afaa;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: rgba(216, 216, 216, 0.4);
}
input[type=range]::-ms-fill-upper {
  background: rgba(216, 216, 216, 0.4);
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(216, 216, 216, 0.4);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(216, 216, 216, 0.4);
}
@supports (-ms-ime-align:auto) {
  input[type=range] {
    margin: 0;
  }
}
#app textarea {
  width: 100%;
  min-height: 200px;
  float: left;
  background: #fff;
  border: 1px solid #D8D8D8;
  color: #142b35;
  font-size: 16px;
  padding: 15px 20px;
}
#app .content-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#app .content-box .small-box {
  width: 100%;
}
#app .content-box .normal-box {
  width: 100%;
  padding: 0 40px 0 0;
}
#app h2.result {
  font-weight: normal;
  color: #D95813;
  font-size: 160px;
  line-height: 150px;
  margin: 0;
}
#app .readines {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 2.3px;
}
#app .number-tag {
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: block;
  margin-bottom: 45px;
  background: #142b35;
}
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  z-index: 999999999999999;
  transform: scale(1);
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  will-change: transform;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.preload {
  position: fixed;
  width: 360px;
  height: 360px;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #05afaa;
  z-index: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 0px 5000px #142b35;
  -moz-box-shadow: 0px 0px 0px 5000px #142b35;
  box-shadow: 0px 0px 0px 5000px #142b35;
  transform: scale(1);
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  will-change: transform;
}
.loaded .preloader {
  animation: prevanish 2s 1 forwards;
}
.loaded .preload {
  animation: vanish 2s 1 forwards;
}
.bounds #app .preload .element {
  box-shadow: none;
}
.preload .element {
  max-width: 250px;
  margin: auto;
}
.preload img {
  width: 108px;
}
.preload h1 {
  color: #fff !important;
}
.pulse {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 29px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #fff;
}
.pulse:nth-of-type(1) {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pulse:nth-of-type(2) {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.pulse:nth-of-type(3) {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.pulse:nth-of-type(4) {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.pulse:nth-of-type(5) {
  margin-right: 0;
}
.addthis_button_compact > span {
  display: none;
}
@keyframes vanish {
  0% {
    transform: scale(1);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    box-shadow: 0px 0px 0px 5000px #142b35;
  }
  80% {
    transform: scale(1);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    box-shadow: 0px 0px 0px 0px #142b35;
  }
  90% {
    transform: scale(1);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    box-shadow: 0px 0px 0px 0px #142b35;
  }
  100% {
    transform: scale(0);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    box-shadow: 0px 0px 0px 0px #142b35;
  }
}
@keyframes prevanish {
  0% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform: scale(1);
  }
  80% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform: scale(1);
  }
  90% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: scale(1);
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: scale(0);
  }
}
#app .cta {
  display: inline-block;
  height: 48px;
  color: #000;
  background: #fff;
  border: solid 1px #000;
  letter-spacing: 1.5px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  line-height: 46px;
  padding: 0 35px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  cursor: pointer;
}
#app .cta:hover {
  background: rgba(5, 175, 170, 0.85);
  border-color: rgba(5, 175, 170, 0.85);
  color: #fff;
}
#app .cta:active,
#app .cta:focus {
  background: #05afaa;
  border-color: #05afaa;
  color: #fff;
}
#app .cta.ongrey {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
#app .cta.ongrey:hover {
  background: rgba(5, 175, 170, 0.85);
  border-color: rgba(5, 175, 170, 0.85);
  color: #fff;
}
#app .cta.ongrey:active,
#app .cta.ongrey:focus {
  background: #05afaa;
  border-color: #05afaa;
  color: #fff;
}
#app .cta.onblue {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
#app .cta.onblue:hover {
  background: rgba(20, 43, 53, 0.85);
  border-color: rgba(20, 43, 53, 0.85);
  color: #fff;
}
#app .cta.onblue:active,
#app .cta.onblue:focus {
  background: #142b35;
  border-color: #142b35;
  color: #fff;
}
#app .cta.greybg {
  background: #142b35;
  border: solid 1px #142b35;
}
#app .cta.bluebg {
  background: #05afaa;
  border: solid 1px #05afaa;
}
#app .btn {
  display: inline-block;
  height: 48px;
  color: #fff;
  background: #05afaa;
  border: solid 1px #05afaa;
  letter-spacing: 1.5px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  line-height: 46px;
  padding: 0 20px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  cursor: pointer;
}
#app .btn:hover {
  background: rgba(20, 43, 53, 0.85);
  border-color: rgba(20, 43, 53, 0.85);
  color: #fff;
}
#app .btn:active,
#app .btn:focus {
  background: #142b35;
  border-color: #142b35;
  color: #fff;
}
#app .app-boxes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#app .app-boxes.centrify {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#app .app-boxes .app-box {
  width: 100%;
  margin-right: 10px;
}
#app .app-boxes .app-box:nth-of-type(2n) {
  margin-right: 0px;
  margin-left: 10px;
}
#app .app-boxes .app-box.paded {
  padding: 30px 60px 60px;
}
.validate-msg {
  position: absolute;
  top: -60px;
  right: 0;
  min-height: 54px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  background: rgba(20, 43, 53, 0.85);
  color: #fff;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  padding: 10px 25px;
  max-width: 190px;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.relative .validate-msg {
  top: auto;
  bottom: -50px;
}
.validate-msg.show-msg {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 1000px) {
  #app .quest .check {
    width: 100%;
  }
}
@media (max-width: 782px) {
  #app .cta {
    padding: 0 25px;
  }
  #app .halfsize {
    -webkit-box-flex: 100;
    -moz-box-flex: 100;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-right: 0px;
  }
  #app .halfsize:nth-of-type(2n) {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 680px) {
  .preload {
    width: 320px;
    height: 320px;
  }
  #app .progress {
    float: left;
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  #app .navi {
    position: relative;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #app .navi .cta {
    width: 50%;
    text-align: center;
    margin-left: 5px;
  }
  #app .navi .cta:nth-of-type(2n) {
    margin-left: 0;
    margin-right: 5px;
  }
  #app .timeline span {
    width: 60px;
    height: 60px;
  }
  #app .app-boxes,
  #app .content-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #app .app-boxes .app-box,
  #app .app-boxes .app-box:nth-of-type(2n) {
    margin-right: 0px;
    margin-left: 0px;
  }
  #app .app-boxes .app-box:nth-of-type(2n) {
    margin-top: 20px;
  }
  #app .app-boxes .app-box.paded {
    padding: 20px 40px 40px;
  }
  #app form .field,
  #app form .field:nth-of-type(2n) {
    width: 100%;
    padding: 0 0 0 0;
  }
  #app .large-box.w-750 {
    padding: 0 0;
  }
  #app .content-box .normal-box {
    padding: 0 0 0 0;
    margin-bottom: 30px;
  }
  #app .content-box .normal-box:last-child {
    margin-bottom: 0px;
  }
  #app .number-tag {
    width: 38px;
    height: 38px;
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 25px;
  }
  #app h1 {
    font-size: 28px;
  }
  #app h2 {
    font-size: 22px;
  }
  #app p.huge {
    font-size: 18px;
    line-height: 24px;
  }
  #app textarea {
    min-height: 120px;
  }
  #app .app-box .cta {
    margin-bottom: 10px;
  }
  #app .app-box .cta:last-child {
    margin-bottom: 0px;
  }
  #app ul li {
    -webkit-box-flex: 100;
    -moz-box-flex: 100;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
